Uses of Class
org.ldk.structs.Option_SocketAddressZ
-
Packages that use Option_SocketAddressZ Package Description org.ldk.structs -
-
Uses of Option_SocketAddressZ in org.ldk.structs
Subclasses of Option_SocketAddressZ in org.ldk.structs Modifier and Type Class Description static classOption_SocketAddressZ.NoneWhen we're in this state, this COption_SocketAddressZ contains nothingstatic classOption_SocketAddressZ.SomeWhen we're in this state, this COption_SocketAddressZ contains a crate::lightning::ln::msgs::SocketAddressMethods in org.ldk.structs that return Option_SocketAddressZ Modifier and Type Method Description Option_SocketAddressZOption_SocketAddressZ. clone()Creates a new COption_SocketAddressZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_SocketAddressZTwoTuple_PublicKeyCOption_SocketAddressZZ. get_b()Option_SocketAddressZInit. get_remote_network_address()The receipient's network address.static Option_SocketAddressZOption_SocketAddressZ. none()Constructs a new COption_SocketAddressZ containing nothingstatic Option_SocketAddressZOption_SocketAddressZ. some(SocketAddress o)Constructs a new COption_SocketAddressZ containing a crate::lightning::ln::msgs::SocketAddressMethods in org.ldk.structs with parameters of type Option_SocketAddressZ Modifier and Type Method Description Result_NonePeerHandleErrorZPeerManager. new_inbound_connection(SocketDescriptor descriptor, Option_SocketAddressZ remote_network_address)Indicates a new inbound connection has been established to a node with an optional remote network address.Result_CVec_u8ZPeerHandleErrorZPeerManager. new_outbound_connection(byte[] their_node_id, SocketDescriptor descriptor, Option_SocketAddressZ remote_network_address)Indicates a new outbound connection has been established to a node with the given `node_id` and an optional remote network address.static InitInit. of(InitFeatures features_arg, Option_CVec_ThirtyTwoBytesZZ networks_arg, Option_SocketAddressZ remote_network_address_arg)Constructs a new Init given each fieldstatic TwoTuple_PublicKeyCOption_SocketAddressZZTwoTuple_PublicKeyCOption_SocketAddressZZ. of(byte[] a, Option_SocketAddressZ b)Creates a new C2Tuple_PublicKeyCOption_SocketAddressZZ from the contained elements.voidInit. set_remote_network_address(Option_SocketAddressZ val)The receipient's network address.
-