Uses of Interface
com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannelOrBuilder

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

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

Classes in com.google.bitcoin.protocols.channels that implement ServerState.StoredServerPaymentChannelOrBuilder
static class ServerState.StoredServerPaymentChannel
          Protobuf type paymentchannels.StoredServerPaymentChannel
static class ServerState.StoredServerPaymentChannel.Builder
          Protobuf type paymentchannels.StoredServerPaymentChannel
 

Methods in com.google.bitcoin.protocols.channels that return ServerState.StoredServerPaymentChannelOrBuilder
 ServerState.StoredServerPaymentChannelOrBuilder ServerState.StoredServerPaymentChannelsOrBuilder.getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannelOrBuilder ServerState.StoredServerPaymentChannels.getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannelOrBuilder ServerState.StoredServerPaymentChannels.Builder.getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 

Methods in com.google.bitcoin.protocols.channels that return types with arguments of type ServerState.StoredServerPaymentChannelOrBuilder
 List<? extends ServerState.StoredServerPaymentChannelOrBuilder> ServerState.StoredServerPaymentChannelsOrBuilder.getChannelsOrBuilderList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 List<? extends ServerState.StoredServerPaymentChannelOrBuilder> ServerState.StoredServerPaymentChannels.getChannelsOrBuilderList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 List<? extends ServerState.StoredServerPaymentChannelOrBuilder> ServerState.StoredServerPaymentChannels.Builder.getChannelsOrBuilderList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 



Copyright © 2014. All rights reserved.