Trees | Indices | Help |
---|
|
object --+ | ssl_support.SSLSupport --+ | object --+ | | | tcp_support.TCPSupport --+ | NetServer
Represents a TCP or SSL Server
When connections are accepted by the server they are supplied to the user in the form of a NetSocket instance that is passed via the handler set using connect_handler.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
client_auth_required = property(fset= set_client_auth_required)
|
|||
Inherited from Inherited from |
|
|
Client authentication is an extra level of security in SSL, and requires clients to provide client certificates. Those certificates must be added to the server trust store.
|
Supply a connect handler for this server. The server can only have at most one connect handler at any one time. As the server accepts TCP or SSL connections it creates an instance of NetSocket and passes it to the connect handler. Keyword arguments:
|
Instruct the server to listen for incoming connections. Keyword arguments:
|
Close the server. The handler will be called when the close is complete. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Oct 24 18:50:44 2012 | http://epydoc.sourceforge.net |