Module iu.util
Package edu.iu

Interface IuForwardedHeader


public interface IuForwardedHeader
Provides parameters from the HTTP Forwarded header.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the user-agent facing interface of the proxy.
    Gets the node making the request to the proxy.
    Gets the host request header field as received by the proxy.
    Gets the protocol used to make the request.
  • Method Details

    • getBy

      String getBy()
      Gets the user-agent facing interface of the proxy.
      Returns:
      "by" value
    • getFor

      String getFor()
      Gets the node making the request to the proxy.
      Returns:
      "for" value
    • getHost

      String getHost()
      Gets the host request header field as received by the proxy.
      Returns:
      "host" value
    • getProto

      String getProto()
      Gets the protocol used to make the request.
      Returns:
      "proto" value