Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Field and Description |
---|---|
private ExternalRequestScope |
ServerRuntime.externalRequestScope |
private ExternalRequestScope |
ServerRuntime.Builder.externalRequestScope |
private ExternalRequestScope |
ServerRuntime.AsyncResponderHolder.externalScope |
(package private) static ExternalRequestScope<java.lang.Object> |
ServerRuntime.NOOP_EXTERNAL_REQ_SCOPE |
private ExternalRequestScope |
ServerRuntime.AsyncResponder.requestScopeListener |
Constructor and Description |
---|
AsyncResponder(ServerRuntime.Responder responder,
RequestScope.Instance scopeInstance,
ExternalRequestScope requestScopeListener,
ExternalRequestContext<?> foreignScopeInstance) |
AsyncResponderHolder(ServerRuntime.Responder responder,
ExternalRequestScope externalRequestScope,
RequestScope.Instance scopeInstance,
ExternalRequestContext<?> externalContext) |
ServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot,
ProcessingProviders processingProviders,
org.glassfish.hk2.api.ServiceLocator locator,
java.util.concurrent.ScheduledExecutorService backgroundScheduler,
javax.inject.Provider<java.util.concurrent.ExecutorService> managedAsyncExecutorProvider,
RequestScope requestScope,
ExceptionMappers exceptionMappers,
ApplicationEventListener applicationEventListener,
ExternalRequestScope externalScope,
javax.ws.rs.core.Configuration configuration) |