Interface P2PHeader<LOCATOR>

Type Parameters:
LOCATOR - Defines the type of the locators identifying a peer.
All Superinterfaces:
org.refcodes.mixin.DestinationAccessor<LOCATOR>
All Known Implementing Classes:
AbstractP2PHeader

public interface P2PHeader<LOCATOR> extends org.refcodes.mixin.DestinationAccessor<LOCATOR>
The P2PHeader defines the static attributes addressed for the target of the P2PMessage (a header might be signed as it is not modified during dispatch).
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.refcodes.mixin.DestinationAccessor

    org.refcodes.mixin.DestinationAccessor.DestinationMutator<DEST extends Object>, org.refcodes.mixin.DestinationAccessor.DestinationProperty<DEST extends Object>
  • Method Summary

    Methods inherited from interface org.refcodes.mixin.DestinationAccessor

    getDestination