class documentation

class IdentClient(basic.LineOnlyReceiver): (source)

View In Hierarchy

Undocumented

Class Variable errorTypes Undocumented
Method __init__ Undocumented
Instance Variable queries Undocumented
Method lookup Lookup user information about the specified address pair.
Method lineReceived Override this for when each line is received.
Method connectionLost Called when the connection is shut down.
Method parseResponse Undocumented

Inherited from LineOnlyReceiver:

Class Variable delimiter The line-ending delimiter to use. By default this is b'\r\n'.
Class Variable MAX_LENGTH The maximum length of a line to allow (If a sent line is longer than this, the connection is dropped). Default is 16384.
Method dataReceived Translates bytes into lines, and calls lineReceived.
Method sendLine Sends a line to the other end of the connection.
Method lineLengthExceeded Called when the maximum line length has been reached. Override if it needs to be dealt with in some special way.
Instance Variable _buffer Undocumented

Inherited from Protocol (via LineOnlyReceiver):

Class Variable factory Undocumented
Method logPrefix Return a prefix matching the class name, to identify log messages related to this protocol instance.

Inherited from BaseProtocol (via LineOnlyReceiver, Protocol):

Instance Variable connected Undocumented
Instance Variable transport Undocumented
Method makeConnection Make a connection to a transport and a server.
Method connectionMade Called when a connection is made.
errorTypes = (source)

Undocumented

def __init__(self): (source)

Undocumented

queries = (source)

Undocumented

(type: list)
def lookup(self, portOnServer, portOnClient): (source)

Lookup user information about the specified address pair.

def lineReceived(self, line): (source)

Override this for when each line is received.

ParameterslineThe line which was received with the delimiter removed. (type: bytes)
def connectionLost(self, reason): (source)

Called when the connection is shut down.

Clear any circular references here, and any external references to this Protocol. The connection has been closed.

ParametersreasonUndocumented (type: twisted.python.failure.Failure)
def parseResponse(self, deferred, line): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.