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

Packages that use Protos.Error
org.bitcoin.paymentchannel   
 

Uses of Protos.Error in org.bitcoin.paymentchannel
 

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

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

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

Methods in org.bitcoin.paymentchannel with parameters of type Protos.Error
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.mergeError(Protos.Error value)
          optional .paymentchannels.Error error = 10;
 Protos.Error.Builder Protos.Error.Builder.mergeFrom(Protos.Error other)
           
static Protos.Error.Builder Protos.Error.newBuilder(Protos.Error prototype)
           
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setError(Protos.Error value)
          optional .paymentchannels.Error error = 10;
 



Copyright © 2014. All rights reserved.