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)
_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.
def __init__(self, sock, protocol, clientAddr, serverAddr, sessionno, reactor): (source)

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.

def __repr__(self): (source)

A string representation of this connection.

def getHost(self): (source)

Returns an IPv4Address.

This indicates the server's address.

def getPeer(self): (source)

Returns an IPv4Address.

This indicates the client's address.

API Documentation for Twisted, generated by pydoctor at 2015-09-04 15:29:41.