Uses of Class
org.glassfish.jersey.process.internal.RequestScope
Packages that use RequestScope
Package
Description
Jersey client-side classes.
Common Jersey internal API classes.
Jersey server-side classes.
-
Uses of RequestScope in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as RequestScopeModifier and TypeFieldDescriptionprivate final RequestScopeClientRuntime.requestScopeprivate final RequestScopeInboundJaxrsResponse.scopeMethods in org.glassfish.jersey.client that return RequestScopeModifier and TypeMethodDescriptionClientRuntime.getRequestScope()Get the request scope instance configured for the runtime.Methods in org.glassfish.jersey.client with parameters of type RequestScopeModifier and TypeMethodDescriptionvoidResponseCallback.completed(ClientResponse response, RequestScope scope) Called when the client invocation was successfully completed with a response.private <T> TJerseyInvocation.translate(ClientResponse response, RequestScope scope, Class<T> responseType) private <T> TJerseyInvocation.translate(ClientResponse response, RequestScope scope, javax.ws.rs.core.GenericType<T> responseType) Constructors in org.glassfish.jersey.client with parameters of type RequestScopeModifierConstructorDescriptionInboundJaxrsResponse(ClientResponse context, RequestScope scope) Create new scoped client response. -
Uses of RequestScope in org.glassfish.jersey.inject.hk2
Subclasses of RequestScope in org.glassfish.jersey.inject.hk2Fields in org.glassfish.jersey.inject.hk2 declared as RequestScopeConstructors in org.glassfish.jersey.inject.hk2 with parameters of type RequestScope -
Uses of RequestScope in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal declared as RequestScopeMethods in org.glassfish.jersey.internal that return RequestScopeModifier and TypeMethodDescriptionBootstrapBag.getRequestScope()Gets an instance ofRequestScope.Methods in org.glassfish.jersey.internal with parameters of type RequestScopeModifier and TypeMethodDescriptionvoidBootstrapBag.setRequestScope(RequestScope requestScope) Sets an instance ofRequestScope. -
Uses of RequestScope in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as RequestScopeModifier and TypeFieldDescriptionprivate RequestScopeChunkedOutput.requestScopeprivate final RequestScopeServerRuntime.requestScopeMethods in org.glassfish.jersey.server with parameters of type RequestScopeModifier and TypeMethodDescription(package private) voidChunkedOutput.setContext(RequestScope requestScope, RequestContext requestScopeContext, ContainerRequest requestContext, ContainerResponse responseContext, javax.ws.rs.container.ConnectionCallback connectionCallbackRunner) Set context used for writing chunks.Constructors in org.glassfish.jersey.server with parameters of type RequestScopeModifierConstructorDescriptionprivateServerRuntime(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)