| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
wrapper.Wrapper --+
|
Transport
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
|
|||
| Class Variables | |
CLIENT = 1
|
|
SERVER = 2
|
|
TRACE_DRV = 4
|
|
TRACE_FRM = 2
|
|
TRACE_OFF = 0
|
|
TRACE_RAW = 1
|
|
| Properties | |
| authenticated | |
|
channel_max Sets the maximum channel that may be used on the transport. |
|
| closed | |
| condition | |
| connection | |
| encrypted | |
| frames_input | |
| frames_output | |
|
idle_timeout The idle timeout of the connection (float, in seconds). |
|
|
max_frame_size Sets the maximum size for received frames (in bytes). |
|
| remote_channel_max | |
| remote_idle_timeout | |
| remote_max_frame_size | |
|
tracer A callback for trace logging. |
|
| user | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Process any timed events (like heartbeat generation). now = seconds since epoch (float). |
| Property Details |
authenticated
|
channel_maxSets the maximum channel that may be used on the transport.
|
closed
|
condition
|
connection
|
encrypted
|
frames_input
|
frames_output
|
idle_timeoutThe idle timeout of the connection (float, in seconds).
|
max_frame_sizeSets the maximum size for received frames (in bytes).
|
remote_channel_max
|
remote_idle_timeout
|
remote_max_frame_size
|
tracerA callback for trace logging. The callback is passed the transport and log message.
|
user
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 4 09:18:57 2016 | http://epydoc.sourceforge.net |