|
__init__(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. |
|
|
Inherited from Connection :
connectionLost ,
doRead ,
getHandle ,
getTcpKeepAlive ,
getTcpNoDelay ,
logPrefix ,
readConnectionLost ,
setTcpKeepAlive ,
setTcpNoDelay ,
writeSomeData
Inherited from Connection (private):
_closeWriteConnection ,
_startTLS
Inherited from abstract.FileDescriptor :
doWrite ,
fileno ,
loseConnection ,
loseWriteConnection ,
pauseProducing ,
registerProducer ,
resumeProducing ,
startReading ,
startWriting ,
stopConsuming ,
stopProducing ,
stopReading ,
stopWriting ,
unregisterProducer ,
write ,
writeConnectionLost ,
writeSequence
Inherited from abstract.FileDescriptor (private):
_postLoseConnection
Inherited from python.log.Logger :
__providedBy__
Inherited from persisted.styles.Ephemeral :
__getstate__ ,
__setstate__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
Inherited from _SocketCloser (private):
_closeSocket
|