Package | Description |
---|---|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
Modifier and Type | Field and Description |
---|---|
private RequestProcessingContextReference |
RequestProcessingConfigurator.ContainerRequestFactory.reference |
private RequestProcessingContextReference |
RequestProcessingConfigurator.UriRoutingContextFactory.reference |
private RequestProcessingContextReference |
RequestProcessingConfigurator.CloseableServiceFactory.reference |
private RequestProcessingContextReference |
RequestProcessingConfigurator.AsyncContextFactory.reference |
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<RequestProcessingContextReference> |
ReferencesInitializer.processingContextRefProvider |
Constructor and Description |
---|
AsyncContextFactory(RequestProcessingContextReference reference) |
CloseableServiceFactory(RequestProcessingContextReference reference) |
ContainerRequestFactory(RequestProcessingContextReference reference) |
UriRoutingContextFactory(RequestProcessingContextReference reference) |
Constructor and Description |
---|
ReferencesInitializer(InjectionManager injectionManager,
javax.inject.Provider<RequestProcessingContextReference> processingContextRefProvider)
Injection constructor.
|