| Package | Description |
|---|---|
| com.google.bitcoin.core | |
| com.google.bitcoin.net |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerSocketHandler.setWriteTarget(MessageWriteTarget writeTarget)
Sets the
MessageWriteTarget used to write messages to the peer. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingClient
Creates a simple connection to a server using a
StreamParser to process data. |
class |
NioClient
Creates a simple connection to a server using a
StreamParser to process data. |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamParser.setWriteTarget(MessageWriteTarget writeTarget)
Called when this parser is attached to an upstream write target (ie a low-level connection handler).
|
void |
ProtobufParser.setWriteTarget(MessageWriteTarget writeTarget) |
Copyright © 2014. All rights reserved.