Package deltavsoft :: Module rcfproto :: Class ClientTransport
[frames] | no frames]

Class ClientTransport

source code

_object --+
          |
         ClientTransport

Base class for all client transports.

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
GetTransportType(self)
Returns the transport type of this client transport.
source code
 
SetMaxIncomingMessageLength(self, *args)
Sets maximum incoming message length.
source code
 
GetMaxIncomingMessageLength(self)
Returns maximum incoming message length.
source code
 
GetLastRequestSize(self)
Returns the byte size of the last request sent on the client transport.
source code
 
GetLastResponseSize(self)
Returns the byte size of the last response received on the client transport.
source code
 
GetRunningTotalBytesSent(self)
Returns the running total of bytes sent on the client transport.
source code
 
GetRunningTotalBytesReceived(self)
Returns the running total of bytes received on the client transport.
source code
 
ResetRunningTotals(self)
Resets the bytes-sent and bytes-received running totals to zero.
source code
Method Details

SetMaxIncomingMessageLength(self, *args)

source code 

Sets maximum incoming message length. Incoming messages that are larger than this size will be dropped.