Changeset 1060
- Timestamp:
- 02/28/08 03:40:42 (6 months ago)
- Files:
-
- trunk/mango/net/http/server/SSLServer.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mango/net/http/server/SSLServer.d
r1059 r1060 1 1 /******************************************************************************* 2 2 3 copyright: Copyright (c) 200 4 Kris Bell. All rights reserved3 copyright: Copyright (c) 2008 Jeff Davey. All rights reserved 4 4 5 5 license: BSD style: $(LICENSE) 6 6 7 version: Initial release: April 2004 8 9 author: Kris 7 author: Jeff <j@submersion.com> 10 8 11 9 *******************************************************************************/ … … 21 19 22 20 /****************************************************************************** 23 24 Extends the AbstractServer to glue all the Http support together. 25 One should subclass this to provide a secure (https) server. 21 22 Extends the HttpServer to provide SSL supports 26 23 27 24 ******************************************************************************/ … … 36 33 is the local address we'll be listening on, and 'threads' 37 34 represents the number of thread to initiate. 35 36 The SSLCtx parameter is provided in tango.net.PKI 38 37 39 38 **********************************************************************/
