Package org.ldk.impl
Interface bindings.LDKRoutingMessageHandler
-
- Enclosing class:
- bindings
public static interface bindings.LDKRoutingMessageHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
get_next_channel_announcement(long starting_point)
long
get_next_node_announcement(long starting_point)
long
handle_channel_announcement(long msg)
long
handle_channel_update(long msg)
long
handle_node_announcement(long msg)
long
handle_query_channel_range(byte[] their_node_id, long msg)
long
handle_query_short_channel_ids(byte[] their_node_id, long msg)
long
handle_reply_channel_range(byte[] their_node_id, long msg)
long
handle_reply_short_channel_ids_end(byte[] their_node_id, long msg)
long
peer_connected(byte[] their_node_id, long init, boolean inbound)
boolean
processing_queue_high()
long
provided_init_features(byte[] their_node_id)
long
provided_node_features()
-
-
-
Method Detail
-
handle_node_announcement
long handle_node_announcement(long msg)
-
handle_channel_announcement
long handle_channel_announcement(long msg)
-
handle_channel_update
long handle_channel_update(long msg)
-
get_next_channel_announcement
long get_next_channel_announcement(long starting_point)
-
get_next_node_announcement
long get_next_node_announcement(long starting_point)
-
peer_connected
long peer_connected(byte[] their_node_id, long init, boolean inbound)
-
handle_reply_channel_range
long handle_reply_channel_range(byte[] their_node_id, long msg)
-
handle_reply_short_channel_ids_end
long handle_reply_short_channel_ids_end(byte[] their_node_id, long msg)
-
handle_query_channel_range
long handle_query_channel_range(byte[] their_node_id, long msg)
-
handle_query_short_channel_ids
long handle_query_short_channel_ids(byte[] their_node_id, long msg)
-
processing_queue_high
boolean processing_queue_high()
-
provided_node_features
long provided_node_features()
-
provided_init_features
long provided_init_features(byte[] their_node_id)
-
-