twisted.internet.iocpreactor.tcp.Server(Connection) class documentationtwisted.internet.iocpreactor.tcp
          View Source
          (View In Hierarchy)
        
      Serverside socket-stream connection class.
I am a serverside network connection transport; a socket which came from an accept() on a server.
| Method | __init__ | Server(sock, protocol, client, server, sessionno) | 
| Method | __repr__ | A string representation of this connection. | 
| Method | getHost | Returns an IPv4Address. | 
| Method | getPeer | Returns an IPv4Address. | 
| Instance Variable | _tlsClientDefault | Always False, indicating that this is a server connection, and
by default when TLS is negotiated this class will act as a TLS server. | 
  
Inherited from _AbortingMixin (via 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 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 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 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 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 Connection):
| Method | abortConnection | Aborts the connection immediately, dropping any buffered data. | 
| Instance Variable | _aborting | Set to True when abortConnection is called. (type: bool) | 
  
False, indicating that this is a server connection, and
by default when TLS is negotiated this class will act as a TLS server.
  Server(sock, protocol, client, server, sessionno)
Initialize me 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.