| Package | Description | 
|---|---|
| org.bitcoin.paymentchannel | |
| 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 | Field and Description | 
|---|---|
| static com.google.protobuf.Parser<Protos.TwoWayChannelMessage> | Protos.TwoWayChannelMessage. PARSER | 
| Modifier and Type | Method and Description | 
|---|---|
| Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage.Builder. build() | 
| Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage.Builder. buildPartial() | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. getDefaultInstance() | 
| Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. getDefaultInstanceForType() | 
| Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage.Builder. getDefaultInstanceForType() | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseDelimitedFrom(InputStream input) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(byte[] data) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(com.google.protobuf.ByteString data) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(com.google.protobuf.CodedInputStream input) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(InputStream input) | 
| static Protos.TwoWayChannelMessage | Protos.TwoWayChannelMessage. parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.protobuf.Parser<Protos.TwoWayChannelMessage> | Protos.TwoWayChannelMessage. getParserForType() | 
| Modifier and Type | Method and Description | 
|---|---|
| Protos.TwoWayChannelMessage.Builder | Protos.TwoWayChannelMessage.Builder. mergeFrom(Protos.TwoWayChannelMessage other) | 
| static Protos.TwoWayChannelMessage.Builder | Protos.TwoWayChannelMessage. newBuilder(Protos.TwoWayChannelMessage prototype) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PaymentChannelClient. receiveMessage(Protos.TwoWayChannelMessage msg) | 
| void | IPaymentChannelClient. receiveMessage(Protos.TwoWayChannelMessage msg)Called when a message is received from the server. | 
| void | PaymentChannelServer. receiveMessage(Protos.TwoWayChannelMessage msg)Called when a message is received from the client. | 
| void | PaymentChannelServer.ServerConnection. sendToClient(Protos.TwoWayChannelMessage msg)Requests that the given message be sent to the client. | 
| void | IPaymentChannelClient.ClientConnection. sendToServer(Protos.TwoWayChannelMessage msg)Requests that the given message be sent to the server. | 
Copyright © 2018. All rights reserved.