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 ExternalRequestScopeServerRuntime.externalRequestScopeprivate final ExternalRequestScopeServerRuntime.AsyncResponderHolder.externalScopeprivate static final ExternalRequestScope<Object> ExternalRequestScopeConfigurator.NOOP_EXTERNAL_REQ_SCOPEprivate final ExternalRequestScopeServerRuntime.AsyncResponder.requestScopeListenerConstructors in org.glassfish.jersey.server with parameters of type ExternalRequestScopeModifierConstructorDescriptionAsyncResponder(ServerRuntime.Responder responder, RequestContext requestContext, ExternalRequestScope requestScopeListener, ExternalRequestContext<?> foreignScopeInstance) privateAsyncResponderHolder(ServerRuntime.Responder responder, ExternalRequestScope externalRequestScope, RequestContext requestContext, ExternalRequestContext<?> externalContext) privateServerRuntime(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)