Package org.ldk.structs
Class ClosureReason.DisconnectedPeer
- java.lang.Object
-
- org.ldk.structs.ClosureReason
-
- org.ldk.structs.ClosureReason.DisconnectedPeer
-
- Enclosing class:
- ClosureReason
public static final class ClosureReason.DisconnectedPeer extends ClosureReason
The `PeerManager` informed us that we've disconnected from the peer. We close channels if the `PeerManager` informed us that it is unlikely we'll be able to connect to the peer again in the future or if the peer disconnected before we finished negotiating the channel open. The first case may be caused by incompatible features which our counterparty, or we, require.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.ClosureReason
ClosureReason.CommitmentTxConfirmed, ClosureReason.CooperativeClosure, ClosureReason.CounterpartyForceClosed, ClosureReason.DisconnectedPeer, ClosureReason.HolderForceClosed, ClosureReason.OutdatedChannelManager, ClosureReason.ProcessingError
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.ClosureReason
clone, commitment_tx_confirmed, cooperative_closure, counterparty_force_closed, disconnected_peer, finalize, holder_force_closed, outdated_channel_manager, processing_error, write
-
-