Uses of Interface
org.glassfish.jersey.server.spi.ExternalRequestScope
Packages that use ExternalRequestScope
-
Uses of ExternalRequestScope in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ExternalRequestScopeModifier and TypeFieldDescriptionprivate final ExternalRequestScope
ServerRuntime.externalRequestScope
private final ExternalRequestScope
ServerRuntime.AsyncResponderHolder.externalScope
private static final ExternalRequestScope<Object>
ExternalRequestScopeConfigurator.NOOP_EXTERNAL_REQ_SCOPE
private final ExternalRequestScope
ServerRuntime.AsyncResponder.requestScopeListener
Constructors in org.glassfish.jersey.server with parameters of type ExternalRequestScopeModifierConstructorDescriptionAsyncResponder
(ServerRuntime.Responder responder, RequestContext requestContext, ExternalRequestScope requestScopeListener, ExternalRequestContext<?> foreignScopeInstance) private
AsyncResponderHolder
(ServerRuntime.Responder responder, ExternalRequestScope externalRequestScope, RequestContext requestContext, ExternalRequestContext<?> externalContext) private
ServerRuntime
(Stage<RequestProcessingContext> requestProcessingRoot, ProcessingProviders processingProviders, InjectionManager injectionManager, ScheduledExecutorService backgroundScheduler, javax.inject.Provider<ExecutorService> managedAsyncExecutorProvider, RequestScope requestScope, ExceptionMappers exceptionMappers, ApplicationEventListener applicationEventListener, ExternalRequestScope externalScope, javax.ws.rs.core.Configuration configuration)