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

Packages that use Protos.Initiate
org.bitcoin.paymentchannel   
 

Uses of Protos.Initiate in org.bitcoin.paymentchannel
 

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

Methods in org.bitcoin.paymentchannel that return Protos.Initiate
 Protos.Initiate Protos.Initiate.Builder.build()
           
 Protos.Initiate Protos.Initiate.Builder.buildPartial()
           
static Protos.Initiate Protos.Initiate.getDefaultInstance()
           
 Protos.Initiate Protos.Initiate.getDefaultInstanceForType()
           
 Protos.Initiate Protos.Initiate.Builder.getDefaultInstanceForType()
           
 Protos.Initiate Protos.TwoWayChannelMessageOrBuilder.getInitiate()
          optional .paymentchannels.Initiate initiate = 4;
 Protos.Initiate Protos.TwoWayChannelMessage.getInitiate()
          optional .paymentchannels.Initiate initiate = 4;
 Protos.Initiate Protos.TwoWayChannelMessage.Builder.getInitiate()
          optional .paymentchannels.Initiate initiate = 4;
static Protos.Initiate Protos.Initiate.parseDelimitedFrom(InputStream input)
           
static Protos.Initiate Protos.Initiate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Initiate Protos.Initiate.parseFrom(byte[] data)
           
static Protos.Initiate Protos.Initiate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Initiate Protos.Initiate.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Initiate Protos.Initiate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Initiate Protos.Initiate.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Initiate Protos.Initiate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Initiate Protos.Initiate.parseFrom(InputStream input)
           
static Protos.Initiate Protos.Initiate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.bitcoin.paymentchannel with parameters of type Protos.Initiate
 Protos.Initiate.Builder Protos.Initiate.Builder.mergeFrom(Protos.Initiate other)
           
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.mergeInitiate(Protos.Initiate value)
          optional .paymentchannels.Initiate initiate = 4;
static Protos.Initiate.Builder Protos.Initiate.newBuilder(Protos.Initiate prototype)
           
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setInitiate(Protos.Initiate value)
          optional .paymentchannels.Initiate initiate = 4;
 



Copyright © 2014. All rights reserved.