Interface HttpHostResolver

All Known Implementing Classes:
DefaultHttpHostResolver

@DefaultImplementation(DefaultHttpHostResolver.class) public interface HttpHostResolver
Resolves the host name of the current server.
Since:
1.2.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the host of the current server with protocol, host name, and an optional port.
  • Method Details