Interface LocalHostNameProvider

All Known Implementing Classes:
DefaultLocalHostNameProvider

public interface LocalHostNameProvider
Strategy for obtaining the server's local hostname.
  • Method Summary

    Modifier and Type
    Method
    Description
    Establish the local hostname of the current server.
  • Method Details

    • getLocalHostName

      String getLocalHostName()
      Establish the local hostname of the current server.
      Returns:
      The local hostname.