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 |
---|
ProtobufConnection(ProtobufConnection.Listener<MessageType> handler,
MessageType prototype,
int maxMessageSize,
int timeoutMillis)
Creates a new protobuf handler.
|
Copyright © 2016. All rights reserved.