twisted.internet.ssl.Server(tcp.Server) class documentationtwisted.internet.ssl
          View Source
          (View In Hierarchy)
        
      Implements interfaces: twisted.internet.interfaces.ISSLTransport
I am an SSL server.
| Method | __init__ | Server(sock, protocol, client, server, sessionno) | 
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Inherited from _AbortingMixin (via Server, Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
Server(sock, protocol, client, server, sessionno)
Initialize it with a socket, a protocol, a descriptor for my peer (a tuple of host, port describing the other end of the connection), an instance of Port, and a session number.