| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Reactor
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
| global_handler | |
| timeout | |
| now | |
| handler | |
| quiesced | |
| timer_deadline | |
|
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.
|
| Property Details |
global_handler
|
timeout
|
now
|
handler
|
quiesced
|
timer_deadline
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Nov 21 10:53:50 2019 | http://epydoc.sourceforge.net |