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.kits |
High level wrapper APIs around the bitcoinj building blocks.
|
org.bitcoinj.net.discovery |
Classes that know how to discover peers in the P2P network using DNS, IRC or DNS via Tor (orchid).
|
Class and Description |
---|
HttpDiscovery.Details |
PeerDiscovery
A PeerDiscovery object is responsible for finding addresses of other nodes in the Bitcoin P2P network.
|
PeerDiscoveryException |
Class and Description |
---|
PeerDiscovery
A PeerDiscovery object is responsible for finding addresses of other nodes in the Bitcoin P2P network.
|
Class and Description |
---|
HttpDiscovery.Details |
MultiplexingDiscovery
MultiplexingDiscovery queries multiple PeerDiscovery objects, shuffles their responses and then returns the results,
thus selecting randomly between them and reducing the influence of any particular seed.
|
PeerDiscovery
A PeerDiscovery object is responsible for finding addresses of other nodes in the Bitcoin P2P network.
|
PeerDiscoveryException |
Copyright © 2016. All rights reserved.