Interface PortAccessor

All Known Subinterfaces:
PortAccessor.PortProperty

public interface PortAccessor
Provides an accessor for a port property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  PortAccessor.PortBuilder<B extends PortAccessor.PortBuilder<B>>
    Provides a builder method for a port property returning the builder for applying multiple build operations.
    static interface  PortAccessor.PortMutator
    Provides a mutator for a port property.
    static interface  PortAccessor.PortProperty
    Provides a port property.
  • Method Summary

    Modifier and Type Method Description
    int getPort()
    Retrieves the port from the port property.
  • Method Details

    • getPort

      int getPort()
      Retrieves the port from the port property.
      Returns:
      The port stored by the port property.