Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Field and Description |
---|---|
private ExternalRequestScope |
ServerRuntime.externalRequestScope |
private ExternalRequestScope |
ServerRuntime.AsyncResponderHolder.externalScope |
private static ExternalRequestScope<java.lang.Object> |
ExternalRequestScopeConfigurator.NOOP_EXTERNAL_REQ_SCOPE |
private ExternalRequestScope |
ServerRuntime.AsyncResponder.requestScopeListener |
Constructor and Description |
---|
AsyncResponder(ServerRuntime.Responder responder,
RequestContext requestContext,
ExternalRequestScope requestScopeListener,
ExternalRequestContext<?> foreignScopeInstance) |
AsyncResponderHolder(ServerRuntime.Responder responder,
ExternalRequestScope externalRequestScope,
RequestContext requestContext,
ExternalRequestContext<?> externalContext) |
ServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot,
ProcessingProviders processingProviders,
InjectionManager injectionManager,
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) |