Index of class methods


A
abort [Uq_engines.engine]
Forces that the engine aborts operation.
accept [Uq_engines.server_socket_acceptor]
Instantiates an engine that accepts connections on the listening socket.

C
can_output [Uq_engines.async_out_channel]
Whether output is possible, i.e.
close_out [Uq_engines.async_out_channel]
Closes the channel
connect [Uq_engines.client_socket_connector]
Instantiates an engine that connects to the socket given by the connect_address argument.
create_datagram_socket [Uq_engines.datagram_socket_provider]
Creates an engine that creates a wrapped_datagram_socket object and that sets up any further resources the objects needs.

D
datagram_type [Uq_engines.wrapped_datagram_socket]
descriptor [Uq_engines.wrapped_datagram_socket]
The underlying file descriptor.

E
event_system [Uq_engines.engine]
Returns the event system the engine is attached to

F
flush [Uq_engines.async_out_channel]
Flushes the channel.

G
group [Uq_engines.poll_engine]
Returns the group the engine is member of

L
listen [Uq_engines.server_socket_listener]
Instantiates an engine that listens for connections on the socket given by the listen_address argument.

M
multiple_connections [Uq_engines.server_socket_acceptor]
Whether it is possible to accept multiple connections

O
output [Uq_engines.async_out_channel]
output s k n: Writes the substring of s beginning at index k with length n into the channel.

P
pos_out [Uq_engines.async_out_channel]
Returns the number of characters output into the channel

R
recvfrom [Uq_engines.wrapped_datagram_socket]
Receive data from the (unconnected) socket.
request_notification [Uq_engines.async_out_channel]
After the notification has been requested, the passed function is be called whenever can_output changes its value (or might change its value).
request_notification [Uq_engines.engine]
Requests notification about state changes.
restart [Uq_engines.poll_engine]
Activate the engine again when it is already in a final state.

S
sendto [Uq_engines.wrapped_datagram_socket]
Send data over the (unconnected) socket
server_address [Uq_engines.server_socket_acceptor]
The contact address under which the clients can establish new connections with this server.
shut_down [Uq_engines.wrapped_datagram_socket]
Close the descriptor, shuts down any further needed resources
shut_down [Uq_engines.server_socket_acceptor]
The server socket is shut down such that no further connections are possible.
socket_domain [Uq_engines.wrapped_datagram_socket]
socket_protocol [Uq_engines.wrapped_datagram_socket]
socket_type [Uq_engines.wrapped_datagram_socket]
state [Uq_engines.engine]
Returns the state of the engine