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).
|
Modifier and Type | Method and Description |
---|---|
void |
ProtobufConnection.Listener.connectionClosed(ProtobufConnection<MessageType> handler)
Called when the connection is closed and no more data should be provided.
|
void |
ProtobufConnection.Listener.connectionOpen(ProtobufConnection<MessageType> handler)
Called when the connection is opened and available for writing data to.
|
void |
ProtobufConnection.Listener.messageReceived(ProtobufConnection<MessageType> handler,
MessageType msg)
Called when a new protobuf is received from the remote side.
|
Copyright © 2016. All rights reserved.