Package org.ldk.structs
Class PeerHandleError
- java.lang.Object
-
- org.ldk.structs.PeerHandleError
-
public class PeerHandleError extends Object
Error for PeerManager errors. If you get one of these, you must disconnect the socket and generate no further read_event/write_buffer_space_avail/socket_disconnected calls for the descriptor.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PeerHandleError
clone()
Creates a copy of the PeerHandleErrorprotected void
finalize()
static PeerHandleError
of()
Constructs a new PeerHandleError given each field
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
of
public static PeerHandleError of()
Constructs a new PeerHandleError given each field
-
clone
public PeerHandleError clone()
Creates a copy of the PeerHandleError
-
-