Interface HttpHostResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String resolve​(io.micronaut.http.HttpRequest request)
      Returns the host of the current server with protocol, host name, and an optional port.
    • Method Detail

      • resolve

        @NonNull
        java.lang.String resolve​(@Nullable
                                 io.micronaut.http.HttpRequest request)
        Returns the host of the current server with protocol, host name, and an optional port.
        Parameters:
        request - The current request
        Returns:
        The host information