Package | Description |
---|---|
com.google.bitcoin.net |
Modifier and Type | Method and Description |
---|---|
void |
ProtobufParser.Listener.connectionClosed(ProtobufParser<MessageType> handler)
Called when the connection is closed and no more data should be provided.
|
void |
ProtobufParser.Listener.connectionOpen(ProtobufParser<MessageType> handler)
Called when the connection is opened and available for writing data to.
|
void |
ProtobufParser.Listener.messageReceived(ProtobufParser<MessageType> handler,
MessageType msg)
Called when a new protobuf is received from the remote side.
|
Copyright © 2014. All rights reserved.