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.discovery |
Classes that know how to discover peers in the P2P network using DNS, IRC or DNS via Tor (orchid).
|
Modifier and Type | Field and Description |
---|---|
protected HttpDiscovery.Details[] |
NetworkParameters.httpSeeds |
Modifier and Type | Method and Description |
---|---|
HttpDiscovery.Details[] |
NetworkParameters.getHttpSeeds()
Returns discovery objects for seeds implementing the Cartographer protocol.
|
Constructor and Description |
---|
HttpDiscovery(NetworkParameters params,
HttpDiscovery.Details details)
Constructs a discovery object that will read data from the given HTTP[S] URI and, if a public key is provided,
will check the signature using that key.
|
HttpDiscovery(NetworkParameters params,
HttpDiscovery.Details details,
com.squareup.okhttp.OkHttpClient client) |
Copyright © 2016. All rights reserved.