| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
wrapper.Wrapper --+
|
Reactor
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from 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)
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Create an outgoing Connection that will be managed by the reactor. The reator'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 on Thu Oct 4 21:20:17 2018 | http://epydoc.sourceforge.net |