| Package | Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| PaymentChannelServer(TransactionBroadcaster broadcaster,
                    Wallet wallet,
                    Coin minAcceptedChannelSize,
                    long minTimeWindow,
                    long maxTimeWindow,
                    PaymentChannelServer.ServerConnection conn)Creates a new server-side state manager which handles a single client connection. | 
| PaymentChannelServer(TransactionBroadcaster broadcaster,
                    Wallet wallet,
                    Coin minAcceptedChannelSize,
                    PaymentChannelServer.ServerConnection conn)Creates a new server-side state manager which handles a single client connection. | 
Copyright © 2018. All rights reserved.