t.c.c.u.SSHUnixClientProtocol(SSHUnixProtocol) : class documentation

Part of twisted.conch.client.unix View Source View In Hierarchy

Undocumented
Method __init__ Undocumented
Method logPrefix Undocumented
Method connectionReady Surrogate for connectionMade Called after protocol negotiation.
Method connectionLost Called when the connection is shut down.
Method requestRemoteForwarding Undocumented
Method cancelRemoteForwarding Undocumented
Method sendGlobalRequest Undocumented
Method openChannel Undocumented
Method sendRequest Undocumented
Method adjustWindow Undocumented
Method sendData Undocumented
Method sendExtendedData Undocumented
Method sendEOF Undocumented
Method sendClose Undocumented
Method msg_channelID Undocumented
Method msg_channelOpen Undocumented
Method msg_openFailed Undocumented
Method msg_addWindowBytes Undocumented
Method msg_requestReceived Undocumented
Method msg_dataReceived Undocumented
Method msg_extReceived Undocumented
Method msg_eofReceived Undocumented
Method msg_closeReceived Undocumented
Method msg_closed Undocumented
Method channelClosed Undocumented
Method serviceStarted Undocumented
Method serviceStopped Undocumented

Inherited from SSHUnixProtocol:

Method connectionMade Called when a connection is made.
Method expressionReceived Called when an expression (list, string, or int) is received.
Method sendMessage Undocumented
Method returnDeferredLocal Undocumented
Method returnDeferredWire Undocumented
Method msg_returnDeferred Undocumented
Method msg_callbackDeferred Undocumented
Method msg_errbackDeferred Undocumented
Method _cbDeferred Undocumented
Method _ebDeferred Undocumented

Inherited from Banana (via SSHUnixProtocol):

Method setPrefixLimit Set the prefix limit for decoding done by this protocol instance.
Method callExpressionReceived Undocumented
Method gotItem Undocumented
Method dataReceived Called whenever data is received.
Method sendEncoded Undocumented
Method _selectDialect Undocumented
Method _encode Undocumented

Inherited from BaseProtocol (via SSHUnixProtocol, Banana, Protocol):

Method makeConnection Make a connection to a transport and a server.

Inherited from Ephemeral (via SSHUnixProtocol, Banana):

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self): (source)
Undocumented
def logPrefix(self): (source)
Undocumented
def connectionReady(self): (source)
Surrogate for connectionMade Called after protocol negotiation.
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 requestRemoteForwarding(self, remotePort, hostport): (source)
Undocumented
def cancelRemoteForwarding(self, remotePort): (source)
Undocumented
def sendGlobalRequest(self, request, data, wantReply=0): (source)
Undocumented
def openChannel(self, channel, extra=''): (source)
Undocumented
def sendRequest(self, channel, requestType, data, wantReply=0): (source)
Undocumented
def adjustWindow(self, channel, bytesToAdd): (source)
Undocumented
def sendData(self, channel, data): (source)
Undocumented
def sendExtendedData(self, channel, dataType, data): (source)
Undocumented
def sendEOF(self, channel): (source)
Undocumented
def sendClose(self, channel): (source)
Undocumented
def msg_channelID(self, lst): (source)
Undocumented
def msg_channelOpen(self, lst): (source)
Undocumented
def msg_openFailed(self, lst): (source)
Undocumented
def msg_addWindowBytes(self, lst): (source)
Undocumented
def msg_requestReceived(self, lst): (source)
Undocumented
def msg_dataReceived(self, lst): (source)
Undocumented
def msg_extReceived(self, lst): (source)
Undocumented
def msg_eofReceived(self, lst): (source)
Undocumented
def msg_closeReceived(self, lst): (source)
Undocumented
def msg_closed(self, lst): (source)
Undocumented
def channelClosed(self, channel): (source)
Undocumented
def serviceStarted(self): (source)
Undocumented
def serviceStopped(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.