| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_wrapper.Wrapper --+
|
Reactor
| Nested Classes | |
| ErrorDelegate |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Static Methods | |||
|
|||
| Class Variables | |
global_handler = property(_get_global, _set_global)
|
|
timeout = property(_get_timeout, _set_timeout)
|
|
handler = property(_get_handler, _set_handler)
|
|
| Method Details |
|
|
Create an outgoing Connection that will be managed by the reactor. The reactor's pn_iohandler will create a socket connection to the host once the connection is opened. |
Change the address used by the connection. The address is used by the reactor's iohandler to create an outgoing socket connection. This must be set prior to opening the connection. |
This may be used to retrieve the remote peer address.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |