Uses of Class
com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannel

Packages that use ClientState.StoredClientPaymentChannel
com.google.bitcoin.protocols.channels   
 

Uses of ClientState.StoredClientPaymentChannel in com.google.bitcoin.protocols.channels
 

Fields in com.google.bitcoin.protocols.channels with type parameters of type ClientState.StoredClientPaymentChannel
static com.google.protobuf.Parser<ClientState.StoredClientPaymentChannel> ClientState.StoredClientPaymentChannel.PARSER
           
 

Methods in com.google.bitcoin.protocols.channels that return ClientState.StoredClientPaymentChannel
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.Builder.build()
           
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.Builder.buildPartial()
           
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannelsOrBuilder.getChannels(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannels.getChannels(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannels.Builder.getChannels(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.getDefaultInstance()
           
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.getDefaultInstanceForType()
           
 ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.Builder.getDefaultInstanceForType()
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseDelimitedFrom(InputStream input)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(byte[] data)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(com.google.protobuf.ByteString data)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(InputStream input)
           
static ClientState.StoredClientPaymentChannel ClientState.StoredClientPaymentChannel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.google.bitcoin.protocols.channels that return types with arguments of type ClientState.StoredClientPaymentChannel
 List<ClientState.StoredClientPaymentChannel> ClientState.StoredClientPaymentChannelsOrBuilder.getChannelsList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<ClientState.StoredClientPaymentChannel> ClientState.StoredClientPaymentChannels.getChannelsList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<ClientState.StoredClientPaymentChannel> ClientState.StoredClientPaymentChannels.Builder.getChannelsList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 com.google.protobuf.Parser<ClientState.StoredClientPaymentChannel> ClientState.StoredClientPaymentChannel.getParserForType()
           
 

Methods in com.google.bitcoin.protocols.channels with parameters of type ClientState.StoredClientPaymentChannel
 ClientState.StoredClientPaymentChannels.Builder ClientState.StoredClientPaymentChannels.Builder.addChannels(ClientState.StoredClientPaymentChannel value)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder ClientState.StoredClientPaymentChannels.Builder.addChannels(int index, ClientState.StoredClientPaymentChannel value)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannel.Builder ClientState.StoredClientPaymentChannel.Builder.mergeFrom(ClientState.StoredClientPaymentChannel other)
           
static ClientState.StoredClientPaymentChannel.Builder ClientState.StoredClientPaymentChannel.newBuilder(ClientState.StoredClientPaymentChannel prototype)
           
 ClientState.StoredClientPaymentChannels.Builder ClientState.StoredClientPaymentChannels.Builder.setChannels(int index, ClientState.StoredClientPaymentChannel value)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 

Method parameters in com.google.bitcoin.protocols.channels with type arguments of type ClientState.StoredClientPaymentChannel
 ClientState.StoredClientPaymentChannels.Builder ClientState.StoredClientPaymentChannels.Builder.addAllChannels(Iterable<? extends ClientState.StoredClientPaymentChannel> values)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 



Copyright © 2014. All rights reserved.