public class Ping extends Message
Instances of this class are not safe for use by multiple threads.
cursor, length, MAX_SIZE, offset, params, payload, protocolVersion, recached, serializer, UNKNOWN_LENGTH| Constructor and Description |
|---|
Ping()
Create a Ping without a nonce value.
|
Ping(long nonce)
Create a Ping with a nonce value.
|
Ping(NetworkParameters params,
byte[] payloadBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
bitcoinSerializeToStream(OutputStream stream)
Serializes this message to the provided stream.
|
long |
getNonce() |
boolean |
hasNonce() |
protected void |
parse() |
adjustLength, bitcoinSerialize, bitcoinSerialize, getHash, getMessageSize, getParams, hasMoreBytes, isCached, isRecached, readByteArray, readBytes, readHash, readInt64, readStr, readUint32, readUint64, readVarInt, readVarInt, unCache, unsafeBitcoinSerializepublic Ping(NetworkParameters params, byte[] payloadBytes) throws ProtocolException
ProtocolExceptionpublic Ping(long nonce)
public Ping()
public void bitcoinSerializeToStream(OutputStream stream) throws IOException
MessagebitcoinSerializeToStream in class MessageIOExceptionprotected void parse()
throws ProtocolException
parse in class MessageProtocolExceptionpublic boolean hasNonce()
public long getNonce()
Copyright © 2018. All rights reserved.