Interface ForwardedInfo

All Known Implementing Classes:
ForwardedParser.Forwarded

public interface ForwardedInfo
Contains the information provided by the various forwarding headers This object can be obtained by using looking up ForwardedInfo.CONTEXT_KEY in the requests local context.
  • Field Details

    • CONTEXT_KEY

      static final String CONTEXT_KEY
  • Method Details

    • getScheme

      String getScheme()
    • getHost

      String getHost()
    • getPort

      Integer getPort()
    • getRemoteHost

      String getRemoteHost()
    • getRemotePort

      Integer getRemotePort()
    • getPrefix

      String getPrefix()