Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
org.bitcoinj.net |
Classes handling low level network management using either NIO (async io) or older style blocking sockets (useful for
using SOCKS proxies, Tor, SSL etc).
|
Constructor and Description |
---|
PeerGroup(Context context,
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. |
PeerGroup(NetworkParameters params,
AbstractBlockChain chain,
ClientConnectionManager connectionManager)
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingClientManager
A thin wrapper around a set of
BlockingClient s. |
class |
NioClientManager
A class which manages a set of client connections.
|
Copyright © 2016. All rights reserved.