Uses of Interface
com.google.bitcoin.protocols.channels.IPaymentChannelClient.ClientConnection

Packages that use IPaymentChannelClient.ClientConnection
com.google.bitcoin.protocols.channels   
 

Uses of IPaymentChannelClient.ClientConnection in com.google.bitcoin.protocols.channels
 

Methods in com.google.bitcoin.protocols.channels with parameters of type IPaymentChannelClient.ClientConnection
 IPaymentChannelClient IPaymentChannelClient.Factory.create(String serverPaymentIdentity, IPaymentChannelClient.ClientConnection connection)
           
 

Constructors in com.google.bitcoin.protocols.channels with parameters of type IPaymentChannelClient.ClientConnection
PaymentChannelClient(Wallet wallet, ECKey myKey, BigInteger maxValue, Sha256Hash serverId, IPaymentChannelClient.ClientConnection conn)
          Constructs a new channel manager which waits for PaymentChannelClient.connectionOpen() before acting.
 



Copyright © 2014. All rights reserved.