Interface IHttpContext


  • public interface IHttpContext
    Represents execution state of an HTTP process. It is a structure that can be used to map an attribute name to an attribute value.
    • Method Detail

      • getHttpTargetHostUri

        java.util.Optional<java.lang.String> getHttpTargetHostUri()
        Returns the URI of HTTP_TARGET_HOST attribute.
        Returns:
        the URI of HTTP_TARGET_HOST attribute, or empty if not set