Package org.bitcoinj.core
Class SendAddrV2Message
java.lang.Object
org.bitcoinj.core.BaseMessage
org.bitcoinj.core.EmptyMessage
org.bitcoinj.core.SendAddrV2Message
- All Implemented Interfaces:
 Message
Represents the sendaddrv2 P2P protocol message, which indicates that a node can understand and prefers
 to receive addrv2 messages instead of addr messages.
See BIP155 for details.
Instances of this class are not safe for use by multiple threads.
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.bitcoinj.core.EmptyMessage
bitcoinSerializeToStream, messageSizeMethods inherited from class org.bitcoinj.core.BaseMessage
serializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bitcoinj.core.Message
bitcoinSerialize, getMessageSize, unsafeBitcoinSerialize 
- 
Constructor Details
- 
SendAddrV2Message
public SendAddrV2Message() 
 -