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 Summary

    Modifier and Type
    Method
    Description
    Returns the URI of HTTP_TARGET_HOST attribute.
  • Method Details

    • getHttpTargetHostUri

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