Uses of Class
com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel

Packages that use ServerState.StoredServerPaymentChannel
com.google.bitcoin.protocols.channels   
 

Uses of ServerState.StoredServerPaymentChannel in com.google.bitcoin.protocols.channels
 

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

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

Methods in com.google.bitcoin.protocols.channels that return types with arguments of type ServerState.StoredServerPaymentChannel
 List<ServerState.StoredServerPaymentChannel> ServerState.StoredServerPaymentChannelsOrBuilder.getChannelsList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 List<ServerState.StoredServerPaymentChannel> ServerState.StoredServerPaymentChannels.getChannelsList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 List<ServerState.StoredServerPaymentChannel> ServerState.StoredServerPaymentChannels.Builder.getChannelsList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 com.google.protobuf.Parser<ServerState.StoredServerPaymentChannel> ServerState.StoredServerPaymentChannel.getParserForType()
           
 

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

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



Copyright © 2014. All rights reserved.