Uses of Interface
com.google.bitcoin.net.ClientConnectionManager

Packages that use ClientConnectionManager
com.google.bitcoin.core   
com.google.bitcoin.net   
 

Uses of ClientConnectionManager in com.google.bitcoin.core
 

Constructors in com.google.bitcoin.core with parameters of type ClientConnectionManager
PeerGroup(NetworkParameters params, AbstractBlockChain chain, ClientConnectionManager connectionManager)
          Creates a new PeerGroup allowing you to specify the ClientConnectionManager which is used to create new connections and keep track of existing ones.
 

Uses of ClientConnectionManager in com.google.bitcoin.net
 

Classes in com.google.bitcoin.net that implement ClientConnectionManager
 class BlockingClientManager
          A thin wrapper around a set of BlockingClients.
 class NioClientManager
          A class which manages a set of client connections.
 



Copyright © 2014. All rights reserved.