|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtobufParser | |
|---|---|
| com.google.bitcoin.net | |
| Uses of ProtobufParser in com.google.bitcoin.net |
|---|
| Methods in com.google.bitcoin.net with parameters of type ProtobufParser | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||