| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_wrapper.Wrapper --+
|
Transport
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
|
|||
| Class Variables | |
TRACE_OFF = 0
|
|
TRACE_DRV = 4
|
|
TRACE_FRM = 2
|
|
TRACE_RAW = 1
|
|
CLIENT = 1
|
|
SERVER = 2
|
|
| Properties | |
|
tracer A callback for trace logging. |
|
| authenticated | |
| encrypted | |
| user | |
| closed | |
|
max_frame_size Sets the maximum size for received frames (in bytes). |
|
| remote_max_frame_size | |
|
channel_max Sets the maximum channel that may be used on the transport. |
|
| remote_channel_max | |
|
idle_timeout The idle timeout of the connection (float, in seconds). |
|
| remote_idle_timeout | |
| frames_output | |
| frames_input | |
|
condition The error condition (if any) of the transport. |
|
| connection | |
|
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 |
tracerA callback for trace logging. The callback is passed the transport and log message.
|
authenticated
|
encrypted
|
user
|
closed
|
max_frame_sizeSets the maximum size for received frames (in bytes).
|
remote_max_frame_size
|
channel_maxSets the maximum channel that may be used on the transport.
|
remote_channel_max
|
idle_timeoutThe idle timeout of the connection (float, in seconds).
|
remote_idle_timeout
|
frames_output
|
frames_input
|
conditionThe error condition (if any) of the transport.
|
connection
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Nov 21 10:53:50 2019 | http://epydoc.sourceforge.net |