Home | Trees | Indices | Help |
---|
|
Endpoint --+ | Connection
A Connection manages a group of Sessions and connects them with a remote endpoint.
|
|||
Connection |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Session |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Constructs a Connection with the supplied parameters and opens it.
|
Creates a connection. A newly created connection must be connected with the Connection.connect() method before it can be used.
|
Creates or retrieves the named session. If the name is omitted or None, then a unique name is chosen based on a randomly generated uuid.
|
|
Opens a connection.
|
Return true if the connection is open, false otherwise.
|
Attach to the remote endpoint.
|
Detach from the remote endpoint.
|
Return true if the connection is attached, false otherwise.
|
Close the connection and all sessions.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 28 12:29:14 2011 | http://epydoc.sourceforge.net |