Interface HostAddressSupplier

All Known Implementing Classes:
LocalHostAddressSupplier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HostAddressSupplier
Functional interface for providing host address.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the host address.
  • Method Details

    • getHostAddress

      String getHostAddress()
      Gets the host address.
      Returns:
      the host address