Package | Description |
---|---|
org.bitcoinj.jni | |
org.bitcoinj.protocols.channels |
Micropayment channels allow for rapid tiny payments to be made to a third party once a channel has been set up, using
some of the advanced features of the Bitcoin protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
NativePaymentChannelServerConnectionEventHandler.channelClosed(PaymentChannelCloseException.CloseReason reason) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ServerConnectionEventHandler.channelClosed(PaymentChannelCloseException.CloseReason reason)
Called when the channel was closed for some reason.
|
void |
IPaymentChannelClient.ClientConnection.destroyConnection(PaymentChannelCloseException.CloseReason reason)
Requests that the connection to the server be closed.
|
void |
PaymentChannelServer.ServerConnection.destroyConnection(PaymentChannelCloseException.CloseReason reason)
Requests that the connection to the client be closed
|
Constructor and Description |
---|
PaymentChannelCloseException(String message,
PaymentChannelCloseException.CloseReason error) |
Copyright © 2016. All rights reserved.