Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
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).
|
org.bitcoinj.testing |
Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of
bitcoinj.
|
Class and Description |
---|
AbstractTimeoutHandler
A base class which provides basic support for socket timeouts.
|
ClientConnectionManager
A generic interface for an object which keeps track of a set of open client connections, creates new ones and
ensures they are serviced properly.
|
MessageWriteTarget
A target to which messages can be written/connection can be closed
|
StreamParser
A generic handler which is used in
NioServer , NioClient and BlockingClient to handle incoming
data streams. |
Class and Description |
---|
AbstractTimeoutHandler
A base class which provides basic support for socket timeouts.
|
BlockingClient
Creates a simple connection to a server using a
StreamParser to process data. |
ClientConnectionManager
A generic interface for an object which keeps track of a set of open client connections, creates new ones and
ensures they are serviced properly.
|
FilterMerger.Result |
MessageWriteTarget
A target to which messages can be written/connection can be closed
|
ProtobufParser |
ProtobufParser.Listener
An interface which can be implemented to handle callbacks as new messages are generated and socket events occur.
|
StreamParser
A generic handler which is used in
NioServer , NioClient and BlockingClient to handle incoming
data streams. |
StreamParserFactory
A factory which generates new
StreamParser s when a new connection is opened. |
Class and Description |
---|
AbstractTimeoutHandler
A base class which provides basic support for socket timeouts.
|
StreamParser
A generic handler which is used in
NioServer , NioClient and BlockingClient to handle incoming
data streams. |
Copyright © 2014. All rights reserved.