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 RequestProcessingContextReferenceRequestProcessingConfigurator.AsyncContextFactory. referenceprivate RequestProcessingContextReferenceRequestProcessingConfigurator.CloseableServiceFactory. referenceprivate RequestProcessingContextReferenceRequestProcessingConfigurator.ContainerRequestFactory. referenceprivate RequestProcessingContextReferenceRequestProcessingConfigurator.UriRoutingContextFactory. referenceFields in org.glassfish.jersey.server.internal.process with type parameters of type RequestProcessingContextReference Modifier and Type Field Description private javax.inject.Provider<RequestProcessingContextReference>ReferencesInitializer. processingContextRefProviderConstructors 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.
-