Uses of Class
org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
Packages that use RequestProcessingContextReference
Package
Description
Jersey server-side internal classes related to request and response processing.
-
Uses of RequestProcessingContextReference in org.glassfish.jersey.server.internal.process
Fields in org.glassfish.jersey.server.internal.process declared as RequestProcessingContextReferenceModifier and TypeFieldDescriptionprivate final RequestProcessingContextReference
RequestProcessingConfigurator.AsyncContextFactory.reference
private final RequestProcessingContextReference
RequestProcessingConfigurator.CloseableServiceFactory.reference
private final RequestProcessingContextReference
RequestProcessingConfigurator.ContainerRequestFactory.reference
private final RequestProcessingContextReference
RequestProcessingConfigurator.UriRoutingContextFactory.reference
Fields in org.glassfish.jersey.server.internal.process with type parameters of type RequestProcessingContextReferenceModifier and TypeFieldDescriptionprivate final javax.inject.Provider
<RequestProcessingContextReference> ReferencesInitializer.processingContextRefProvider
Constructors in org.glassfish.jersey.server.internal.process with parameters of type RequestProcessingContextReferenceModifierConstructorDescriptionprivate
private
private
private
Constructor parameters in org.glassfish.jersey.server.internal.process with type arguments of type RequestProcessingContextReferenceModifierConstructorDescriptionReferencesInitializer
(InjectionManager injectionManager, javax.inject.Provider<RequestProcessingContextReference> processingContextRefProvider) Injection constructor.