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 RequestScope
ClientRuntime.requestScope
private final RequestScope
InboundJaxrsResponse.scope
Methods 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 TypeMethodDescriptionvoid
ResponseCallback.completed
(ClientResponse response, RequestScope scope) Called when the client invocation was successfully completed with a response.private <T> T
JerseyInvocation.translate
(ClientResponse response, RequestScope scope, Class<T> responseType) private <T> T
JerseyInvocation.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 TypeMethodDescriptionvoid
BootstrapBag.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 RequestScope
ChunkedOutput.requestScope
private final RequestScope
ServerRuntime.requestScope
Methods in org.glassfish.jersey.server with parameters of type RequestScopeModifier and TypeMethodDescription(package private) void
ChunkedOutput.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 RequestScopeModifierConstructorDescriptionprivate
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)