com.google.bitcoin.core
Class GetAddrMessage
java.lang.Object
com.google.bitcoin.core.Message
com.google.bitcoin.core.EmptyMessage
com.google.bitcoin.core.GetAddrMessage
- All Implemented Interfaces:
- Serializable
public class GetAddrMessage
- extends EmptyMessage
Represents the "getaddr" P2P protocol message, which requests network AddressMessages from a peer. Not to
be confused with Address which is sort of like an account number.
- See Also:
- Serialized Form
| Fields inherited from class com.google.bitcoin.core.Message |
bytes, checksum, cursor, length, MAX_SIZE, offset, params, parsed, parseLazy, parseRetain, protocolVersion, recached, UNKNOWN_LENGTH |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetAddrMessage
public GetAddrMessage(NetworkParameters params)
Copyright © 2014. All rights reserved.