Interface HopsAccessor<LOCATOR>

  • Type Parameters:
    LOCATOR - The type of the hops to be accessed.
    All Known Subinterfaces:
    HopsAccessor.HopsProperty<LOCATOR>, P2PHeader<LOCATOR>
    All Known Implementing Classes:
    AbstractP2PHeader

    public interface HopsAccessor<LOCATOR>
    Provides an accessor for a hops property.
    • Method Detail

      • getHops

        LOCATOR[] getHops()
        Retrieves the hops from the hops property.
        Returns:
        The hops stored by the hops property.