Reactor¶
-
class
AsyncoreReactor
¶ Bases:
object
-
logger
= <logging.Logger object>¶
-
start
()¶
-
add_timer_absolute
(timeout, callback)¶
-
add_timer
(delay, callback)¶
-
shutdown
()¶
-
new_connection
(address, connect_timeout, socket_options, connection_closed_callback, message_callback)¶
-
-
class
AsyncoreConnection
(map, address, connect_timeout, socket_options, connection_closed_callback, message_callback)¶ Bases:
hazelcast.connection.Connection
,asyncore.dispatcher
-
sent_protocol_bytes
= False¶
-
handle_connect
()¶
-
handle_read
()¶
-
handle_write
()¶
-
handle_close
()¶
-
handle_error
()¶
-
readable
()¶
-
write
(data)¶
-
writable
()¶
-
close
(cause)¶
-