com.google.bitcoin.protocols.channels
Interface IPaymentChannelClient.Factory

Enclosing interface:
IPaymentChannelClient

public static interface IPaymentChannelClient.Factory

An implementor of this interface creates payment channel clients that "talk back" with the given connection. The client might be a PaymentChannelClient, or an RPC interface, or something else entirely.


Method Summary
 IPaymentChannelClient create(String serverPaymentIdentity, IPaymentChannelClient.ClientConnection connection)
           
 

Method Detail

create

IPaymentChannelClient create(String serverPaymentIdentity,
                             IPaymentChannelClient.ClientConnection connection)


Copyright © 2014. All rights reserved.