|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaymentChannelCloseException.CloseReason | |
|---|---|
| com.google.bitcoin.jni | |
| com.google.bitcoin.protocols.channels | |
| Uses of PaymentChannelCloseException.CloseReason in com.google.bitcoin.jni |
|---|
| Methods in com.google.bitcoin.jni with parameters of type PaymentChannelCloseException.CloseReason | |
|---|---|
void |
NativePaymentChannelServerConnectionEventHandler.channelClosed(PaymentChannelCloseException.CloseReason reason)
|
| Uses of PaymentChannelCloseException.CloseReason in com.google.bitcoin.protocols.channels |
|---|
| Methods in com.google.bitcoin.protocols.channels that return PaymentChannelCloseException.CloseReason | |
|---|---|
PaymentChannelCloseException.CloseReason |
PaymentChannelCloseException.getCloseReason()
|
static PaymentChannelCloseException.CloseReason |
PaymentChannelCloseException.CloseReason.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PaymentChannelCloseException.CloseReason[] |
PaymentChannelCloseException.CloseReason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.bitcoin.protocols.channels with parameters of type PaymentChannelCloseException.CloseReason | |
|---|---|
abstract void |
ServerConnectionEventHandler.channelClosed(PaymentChannelCloseException.CloseReason reason)
Called when the channel was closed for some reason. |
void |
PaymentChannelServer.ServerConnection.destroyConnection(PaymentChannelCloseException.CloseReason reason)
Requests that the connection to the client be closed |
void |
IPaymentChannelClient.ClientConnection.destroyConnection(PaymentChannelCloseException.CloseReason reason)
Requests that the connection to the server be closed. |
| Constructors in com.google.bitcoin.protocols.channels with parameters of type PaymentChannelCloseException.CloseReason | |
|---|---|
PaymentChannelCloseException(String message,
PaymentChannelCloseException.CloseReason error)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||