Uses of Class
ch.bitagent.bitcoin.lib.network.NetworkEnvelope
-
Packages that use NetworkEnvelope Package Description ch.bitagent.bitcoin.lib.network -
-
Uses of NetworkEnvelope in ch.bitagent.bitcoin.lib.network
Methods in ch.bitagent.bitcoin.lib.network that return NetworkEnvelope Modifier and Type Method Description static NetworkEnvelopeNetworkEnvelope. parse(ByteArrayInputStream stream, Boolean testnet)Takes a stream and creates a NetworkEnvelopeNetworkEnvelopeSimpleNode. read()Read a message from the socketNetworkEnvelopeSimpleNode. waitFor(Set<String> commands)Wait for one of the messages in the list
-