Interface ForwardedInfo


public interface ForwardedInfo
Contains the information provided by the various forwarding headers
  • Method Details

    • getScheme

      String getScheme()
    • getHost

      String getHost()
    • getPort

      Integer getPort()
    • getRemoteHost

      String getRemoteHost()
    • getRemotePort

      Integer getRemotePort()
    • getPrefix

      String getPrefix()