Uses of Class
org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
-
Packages that use RequestProcessingContextReference Package Description org.glassfish.jersey.server.internal.process 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 RequestProcessingContextReference Modifier and Type Field Description private RequestProcessingContextReference
RequestProcessingConfigurator.AsyncContextFactory. reference
private RequestProcessingContextReference
RequestProcessingConfigurator.CloseableServiceFactory. reference
private RequestProcessingContextReference
RequestProcessingConfigurator.ContainerRequestFactory. reference
private RequestProcessingContextReference
RequestProcessingConfigurator.UriRoutingContextFactory. reference
Fields in org.glassfish.jersey.server.internal.process with type parameters of type RequestProcessingContextReference Modifier and Type Field Description private javax.inject.Provider<RequestProcessingContextReference>
ReferencesInitializer. processingContextRefProvider
Constructors in org.glassfish.jersey.server.internal.process with parameters of type RequestProcessingContextReference Constructor Description AsyncContextFactory(RequestProcessingContextReference reference)
CloseableServiceFactory(RequestProcessingContextReference reference)
ContainerRequestFactory(RequestProcessingContextReference reference)
UriRoutingContextFactory(RequestProcessingContextReference reference)
Constructor parameters in org.glassfish.jersey.server.internal.process with type arguments of type RequestProcessingContextReference Constructor Description ReferencesInitializer(InjectionManager injectionManager, javax.inject.Provider<RequestProcessingContextReference> processingContextRefProvider)
Injection constructor.
-