Uses of Class
org.bitcoin.paymentchannel.Protos.TwoWayChannelMessage

Packages that use Protos.TwoWayChannelMessage
com.google.bitcoin.protocols.channels   
org.bitcoin.paymentchannel   
 

Uses of Protos.TwoWayChannelMessage in com.google.bitcoin.protocols.channels
 

Methods in com.google.bitcoin.protocols.channels with parameters of type Protos.TwoWayChannelMessage
 void PaymentChannelServer.receiveMessage(Protos.TwoWayChannelMessage msg)
          Called when a message is received from the client.
 void PaymentChannelClient.receiveMessage(Protos.TwoWayChannelMessage msg)
          Called when a message is received from the server.
 void IPaymentChannelClient.receiveMessage(Protos.TwoWayChannelMessage msg)
          Called when a message is received from the server.
 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.
 

Uses of Protos.TwoWayChannelMessage in org.bitcoin.paymentchannel
 

Fields in org.bitcoin.paymentchannel with type parameters of type Protos.TwoWayChannelMessage
static com.google.protobuf.Parser<Protos.TwoWayChannelMessage> Protos.TwoWayChannelMessage.PARSER
           
 

Methods in org.bitcoin.paymentchannel that return Protos.TwoWayChannelMessage
 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)
           
 

Methods in org.bitcoin.paymentchannel that return types with arguments of type Protos.TwoWayChannelMessage
 com.google.protobuf.Parser<Protos.TwoWayChannelMessage> Protos.TwoWayChannelMessage.getParserForType()
           
 

Methods in org.bitcoin.paymentchannel with parameters of type Protos.TwoWayChannelMessage
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.mergeFrom(Protos.TwoWayChannelMessage other)
           
static Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.newBuilder(Protos.TwoWayChannelMessage prototype)
           
 



Copyright © 2014. All rights reserved.