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

Packages that use Protos.ClientVersion
org.bitcoin.paymentchannel   
 

Uses of Protos.ClientVersion in org.bitcoin.paymentchannel
 

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

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

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

Methods in org.bitcoin.paymentchannel with parameters of type Protos.ClientVersion
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.mergeClientVersion(Protos.ClientVersion value)
          optional .paymentchannels.ClientVersion client_version = 2;
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.mergeFrom(Protos.ClientVersion other)
           
static Protos.ClientVersion.Builder Protos.ClientVersion.newBuilder(Protos.ClientVersion prototype)
           
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setClientVersion(Protos.ClientVersion value)
          optional .paymentchannels.ClientVersion client_version = 2;
 



Copyright © 2014. All rights reserved.