Package org.bitcoinj.core
Class GetAddrMessage
- java.lang.Object
- 
- org.bitcoinj.core.BaseMessage
- 
- org.bitcoinj.core.EmptyMessage
- 
- org.bitcoinj.core.GetAddrMessage
 
 
 
- 
- All Implemented Interfaces:
- Message
 
 public class GetAddrMessage extends EmptyMessage Represents the "getaddr" P2P protocol message, which requests network AddressMessages from a peer. Not to be confused withAddresswhich is sort of like an account number.Instances of this class are not safe for use by multiple threads. 
- 
- 
Constructor SummaryConstructors Constructor Description GetAddrMessage()
 - 
Method Summary- 
Methods inherited from class org.bitcoinj.core.EmptyMessagebitcoinSerializeToStream, messageSize
 - 
Methods inherited from class org.bitcoinj.core.BaseMessageserialize
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.bitcoinj.core.MessagebitcoinSerialize, getMessageSize, unsafeBitcoinSerialize
 
- 
 
-