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.
|
add_abort_action [Unixqueue.event_system] | |
add_close_action [Unixqueue.event_system] | |
add_event [Unixqueue.event_system] | |
add_handler [Unixqueue.event_system] | |
add_resource [Unixqueue.event_system] | |
C | |
can_input [Uq_engines.async_in_channel] |
Whether input is possible, i.e.
|
can_output [Uq_engines.async_out_channel] |
Whether output is possible, i.e.
|
clear [Unixqueue.event_system] | |
close_in [Uq_engines.async_in_channel] |
Closes the channel
|
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] | |
debug_log [Unixqueue.event_system] | |
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
|
exists_resource [Unixqueue.event_system] | |
exn_log [Unixqueue.event_system] | |
F | |
flush [Uq_engines.async_out_channel] |
Flushes the channel.
|
G | |
group [Uq_engines.poll_engine] |
Returns the group the engine is member of
|
I | |
input [Uq_engines.async_in_channel] | input s k n : Reads channel data into the substring of s
beginning at index k with length n .
|
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
|
N | |
new_group [Unixqueue.event_system] | |
new_wait_id [Unixqueue.event_system] | |
O | |
once [Unixqueue.event_system] | |
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_in [Uq_engines.async_in_channel] |
Returns the number of characters read from the channel
|
pos_out [Uq_engines.async_out_channel] |
Returns the number of characters output into the channel
|
Q | |
queue_events [Unixqueue.event_system] | |
R | |
recvfrom [Uq_engines.wrapped_datagram_socket] |
Receive data from the (unconnected) socket.
|
remove_resource [Unixqueue.event_system] | |
request_notification [Uq_engines.async_in_channel] |
After the notification has been requested, the passed function is
be called whenever
can_input changes its value (or might change
its value).
|
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.
|
run [Unixqueue.event_system] | |
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.
|
setup [Unixqueue.event_system] | |
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] | |
source [Unixqueue.event_system] | |
state [Uq_engines.engine] |
Returns the state of the engine
|