Home | Trees | Indices | Help |
---|
|
object --+ | _wrapper.Wrapper --+ | Reactor
Nested Classes | |
ErrorDelegate |
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 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 on Wed Apr 8 02:11:11 2020 | http://epydoc.sourceforge.net |