boolean |
SocketDescriptor.SocketDescriptorInterface.eq(SocketDescriptor other_arg) |
Checks if two objects are equal given this object's this_arg pointer and another object.
|
Result_NonePeerHandleErrorZ |
PeerManager.new_inbound_connection(SocketDescriptor descriptor) |
Indicates a new inbound connection has been established.
|
Result_CVec_u8ZPeerHandleErrorZ |
PeerManager.new_outbound_connection(byte[] their_node_id,
SocketDescriptor descriptor) |
Indicates a new outbound connection has been established to a node with the given node_id.
|
Result_boolPeerHandleErrorZ |
PeerManager.read_event(SocketDescriptor peer_descriptor,
byte[] data) |
Indicates that data was read from the given socket descriptor.
|
void |
PeerManager.socket_disconnected(SocketDescriptor descriptor) |
Indicates that the given socket descriptor's connection is now closed.
|
Result_NonePeerHandleErrorZ |
PeerManager.write_buffer_space_avail(SocketDescriptor descriptor) |
Indicates that there is room to write data to the given socket descriptor.
|