Trees | Indices | Help |
---|
|
object --+ | _newtls.ConnectionMixin --+ | object --+ | | | abstract._ConsumerMixin --+ | | | object --+ | | | | | abstract._LogOwner --+ | | | abstract.FileDescriptor --+ | object --+ | | | _SocketCloser --+ | object --+ | | | _AbortingMixin --+ | Connection
Superclass of all socket-based FileDescriptors.
This is an abstract superclass of all objects which represent a TCP/IP connection based socket.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
str
|
logstr =
prefix used when logging events related to this connection. |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.
|
|
See abstract.FileDescriptor.connectionLost().
|
Calls self.protocol.dataReceived with all available data. This reads up to self.bufferSize bytes of data from its socket, then calls self.dataReceived(data) to process it. If the connection is not lost through an error in the physical recv(), this function will return the result of the dataReceived call.
|
Return the prefix to log with when I own the logging thread.
|
|
Write as much as possible of the given data to this TCP connection. This sends up to
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:10 2013 | http://epydoc.sourceforge.net |