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 | Class and Description |
---|---|
class |
NativePaymentChannelServerConnectionEventHandler
An event listener that relays events to a native C++ object.
|
Modifier and Type | Method and Description |
---|---|
ServerConnectionEventHandler |
NativePaymentChannelHandlerFactory.onNewConnection(SocketAddress clientAddress) |
Modifier and Type | Method and Description |
---|---|
ServerConnectionEventHandler |
PaymentChannelServerListener.HandlerFactory.onNewConnection(SocketAddress clientAddress)
Called when a new connection completes version handshake to get a new connection-specific listener.
|
Copyright © 2016. All rights reserved.