t.p.i.IdentClient(basic.LineOnlyReceiver) : class documentation

Part of twisted.protocols.ident View Source View In Hierarchy

No class docstring
Method __init__ 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:

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.

Inherited from BaseProtocol (via LineOnlyReceiver, Protocol):

Method makeConnection Make a connection to a transport and a server.
Method connectionMade Called when a connection is made.
def __init__(self): (source)
Undocumented
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.
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.
Parametersreason (type: twisted.python.failure.Failure )
def parseResponse(self, deferred, line): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.