Changeset 1060

Show
Ignore:
Timestamp:
02/28/08 03:40:42 (6 months ago)
Author:
Nietsnie
Message:

Changed the documentation and copyright header

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/net/http/server/SSLServer.d

    r1059 r1060  
    11/******************************************************************************* 
    22 
    3         copyright:      Copyright (c) 2004 Kris Bell. All rights reserved 
     3        copyright:      Copyright (c) 2008 Jeff Davey. All rights reserved 
    44 
    55        license:        BSD style: $(LICENSE) 
    66         
    7         version:        Initial release: April 2004       
    8          
    9         author:         Kris 
     7        author:         Jeff <j@submersion.com> 
    108 
    119*******************************************************************************/ 
     
    2119 
    2220/****************************************************************************** 
    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   
    2623 
    2724******************************************************************************/ 
     
    3633                is the local address we'll be listening on, and 'threads' 
    3734                represents the number of thread to initiate. 
     35 
     36                The SSLCtx parameter is provided in tango.net.PKI 
    3837 
    3938        **********************************************************************/