Part of twisted.internet.endpoints View Source View In Hierarchy
Method | __init__ | |
Method | logPrefix | Transparently pass through the wrapped protocol's log prefix. |
Method | connectionMade | Connect the self._wrappedProtocol to our
self.transport and callback
self._connectedDeferred with the
self._wrappedProtocol |
Method | dataReceived | Proxy dataReceived calls to our
self._wrappedProtocol |
Method | fileDescriptorReceived | Proxy fileDescriptorReceived calls to our
self._wrappedProtocol |
Method | connectionLost | Proxy connectionLost calls to our
self._wrappedProtocol |
Method | readConnectionLost | Proxy IHalfCloseableProtocol.readConnectionLost
to our self._wrappedProtocol |
Method | writeConnectionLost | Proxy IHalfCloseableProtocol.writeConnectionLost
to our self._wrappedProtocol |
Instance Variable | _connectedDeferred | The Deferred that
will callback with the wrappedProtocol when it is connected. |
Instance Variable | _wrappedProtocol | An IProtocol
provider that will be connected. |
Inherited from BaseProtocol (via Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
self._wrappedProtocol
to our
self.transport
and callback
self._connectedDeferred
with the
self._wrappedProtocol
fileDescriptorReceived
calls to our
self._wrappedProtocol