Package | Description |
---|---|
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 |
---|
BlockingClient(SocketAddress serverAddress,
StreamConnection connection,
int connectTimeoutMillis,
SocketFactory socketFactory,
Set<BlockingClient> clientSet)
Creates a new client to the given server address using the given
StreamConnection to decode the data. |
Copyright © 2016. All rights reserved.