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
public class SendAddrV2Message extends EmptyMessage
Represents the
sendaddrv2
P2P protocol message, which indicates that a node can understand and prefers to receiveaddrv2
messages instead ofaddr
messages.See BIP155 for details.
Instances of this class are not safe for use by multiple threads.
-
-
Constructor Summary
Constructors Constructor Description SendAddrV2Message()
-
Method Summary
-
Methods inherited from class org.bitcoinj.core.EmptyMessage
bitcoinSerializeToStream, messageSize
-
Methods inherited from class org.bitcoinj.core.BaseMessage
serialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bitcoinj.core.Message
bitcoinSerialize, getMessageSize, unsafeBitcoinSerialize
-
-