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.testing |
Various utilities for writing unit tests: also useful for testing your own code and apps that build on top of
bitcoinj.
|
Modifier and Type | Class and Description |
---|---|
class |
Peer
A Peer handles the high level communication with a Bitcoin node, extending a
PeerSocketHandler which
handles low-level message (de)serialization. |
Modifier and Type | Class and Description |
---|---|
class |
InboundMessageQueuer
An extension of
PeerSocketHandler that keeps inbound messages in a queue for later processing |
Copyright © 2014. All rights reserved.