|
__init__(sock,
protocol,
client,
server,
sessionno)
Initialize it 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 :
__provides__ ,
connectionLost ,
doRead ,
getHandle ,
getTcpKeepAlive ,
getTcpNoDelay ,
logPrefix ,
readConnectionLost ,
setTcpKeepAlive ,
setTcpNoDelay ,
writeSomeData
Inherited from _newtls.ConnectionMixin :
__providedBy__ ,
loseConnection ,
registerProducer ,
startTLS ,
unregisterProducer ,
write ,
writeSequence
Inherited from abstract.FileDescriptor :
doWrite ,
fileno ,
loseWriteConnection ,
pauseProducing ,
resumeProducing ,
startReading ,
startWriting ,
stopConsuming ,
stopProducing ,
stopReading ,
stopWriting ,
writeConnectionLost
Inherited from abstract.FileDescriptor (private):
_isSendBufferFull ,
_maybePauseProducer ,
_postLoseConnection
Inherited from abstract._LogOwner (private):
_getLogPrefix
Inherited from _SocketCloser (private):
_closeSocket
Inherited from _AbortingMixin :
abortConnection
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|