Class AddressMessage

java.lang.Object
org.bitcoinj.core.BaseMessage
org.bitcoinj.core.AddressMessage
All Implemented Interfaces:
Message
Direct Known Subclasses:
AddressV1Message, AddressV2Message

public abstract class AddressMessage extends BaseMessage
Abstract superclass for address messages on the P2P network, which contain network addresses of other peers. This is one of the ways peers can find each other without using the PeerDiscovery mechanism.