public class GetAddrMessage extends EmptyMessage
Represents the "getaddr" P2P protocol message, which requests network AddressMessage
s from a peer. Not to
be confused with Address
which is sort of like an account number.
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 |
---|
GetAddrMessage(NetworkParameters params) |
bitcoinSerialize, bitcoinSerializeToStream, parse
adjustLength, bitcoinSerialize, getHash, getMessageSize, getParams, hasMoreBytes, isCached, isRecached, readByteArray, readBytes, readHash, readInt64, readStr, readUint32, readUint64, readVarInt, readVarInt, unCache, unsafeBitcoinSerialize
public GetAddrMessage(NetworkParameters params)
Copyright © 2016. All rights reserved.