Class SearchQuestion.RequestParameters.Header

  • Enclosing class:
    SearchQuestion.RequestParameters

    public static class SearchQuestion.RequestParameters.Header
    extends java.lang.Object
    Common request header names
    Since:
    11.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HOST
      Header used to provide the server hostname which was requested.
      static java.lang.String REFERRER
      Header used to provide the URL of the web page from which the user accessed the search service.
      static java.lang.String X_FORWARDED_FOR
      Header used to provide the originating user's IP address, which may differ from the normal remote address if the request is forwarded by a proxy or wrapped by a CMS.
    • Constructor Summary

      Constructors 
      Constructor Description
      Header()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • X_FORWARDED_FOR

        public static final java.lang.String X_FORWARDED_FOR
        Header used to provide the originating user's IP address, which may differ from the normal remote address if the request is forwarded by a proxy or wrapped by a CMS.
        See Also:
        Constant Field Values
      • HOST

        public static final java.lang.String HOST
        Header used to provide the server hostname which was requested. Multiple hostnames may be served by a single Funnelback server over a single IP address.
        See Also:
        Constant Field Values
      • REFERRER

        public static final java.lang.String REFERRER
        Header used to provide the URL of the web page from which the user accessed the search service.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Header

        public Header()