Interface RequestContextKeys


  • public interface RequestContextKeys
    Keys used to store and retrieve values from the Jersey request context.

    Properties are generally set in V2HttpCall's 'invokeJerseyRequest' and retrieved in individual ContainerRequestFilters using ContainerRequestContext.getProperty(String)

    • Field Detail

      • HTTP_SERVLET_REQ

        static final String HTTP_SERVLET_REQ
      • HTTP_SERVLET_RSP

        static final String HTTP_SERVLET_RSP
      • SOLR_QUERY_REQUEST

        static final String SOLR_QUERY_REQUEST
      • SOLR_QUERY_RESPONSE

        static final String SOLR_QUERY_RESPONSE
      • CORE_CONTAINER

        static final String CORE_CONTAINER
      • RESOURCE_TO_RH_MAPPING

        static final String RESOURCE_TO_RH_MAPPING
      • SOLR_CORE

        static final String SOLR_CORE
      • REQUEST_TYPE

        static final String REQUEST_TYPE
      • SOLR_PARAMS

        static final String SOLR_PARAMS
      • HANDLER_METRICS

        static final String HANDLER_METRICS
      • TIMER

        static final String TIMER
      • SOLR_JERSEY_RESPONSE

        static final String SOLR_JERSEY_RESPONSE