Package org.ldk.structs
Class DefaultMessageRouter
- java.lang.Object
-
- org.ldk.structs.DefaultMessageRouter
-
public class DefaultMessageRouter extends Object
A [`MessageRouter`] that always fails.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageRouteras_MessageRouter()Constructs a new MessageRouter which calls the relevant methods on this_arg.protected voidfinalize()static DefaultMessageRouterof()Constructs a new DefaultMessageRouter given each field
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
of
public static DefaultMessageRouter of()
Constructs a new DefaultMessageRouter given each field
-
as_MessageRouter
public MessageRouter as_MessageRouter()
Constructs a new MessageRouter which calls the relevant methods on this_arg. This copies the `inner` pointer in this_arg and thus the returned MessageRouter must be freed before this_arg is
-
-