Uses of Class
org.glassfish.jersey.process.internal.RequestScope
-
Packages that use RequestScope Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.inject.hk2 org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of RequestScope in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as RequestScope Modifier and Type Field Description private RequestScopeClientRuntime. requestScopeprivate RequestScopeInboundJaxrsResponse. scopeMethods in org.glassfish.jersey.client that return RequestScope Modifier and Type Method Description RequestScopeClientRuntime. getRequestScope()Get the request scope instance configured for the runtime.Methods in org.glassfish.jersey.client with parameters of type RequestScope Modifier and Type Method Description voidResponseCallback. completed(ClientResponse response, RequestScope scope)Called when the client invocation was successfully completed with a response.private <T> TJerseyInvocation. translate(ClientResponse response, RequestScope scope, java.lang.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 RequestScope Constructor Description InboundJaxrsResponse(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.hk2 Modifier and Type Class Description classHk2RequestScopeFields in org.glassfish.jersey.inject.hk2 declared as RequestScope Modifier and Type Field Description private RequestScopeRequestContext. requestScopeConstructors in org.glassfish.jersey.inject.hk2 with parameters of type RequestScope Constructor Description RequestContext(RequestScope requestScope) -
Uses of RequestScope in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal declared as RequestScope Modifier and Type Field Description private RequestScopeBootstrapBag. requestScopeMethods in org.glassfish.jersey.internal that return RequestScope Modifier and Type Method Description RequestScopeBootstrapBag. getRequestScope()Gets an instance ofRequestScope.Methods in org.glassfish.jersey.internal with parameters of type RequestScope Modifier and Type Method Description voidBootstrapBag. setRequestScope(RequestScope requestScope)Sets an instance ofRequestScope. -
Uses of RequestScope in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as RequestScope Modifier and Type Field Description private RequestScopeChunkedOutput. requestScopeprivate RequestScopeServerRuntime. requestScopeMethods in org.glassfish.jersey.server with parameters of type RequestScope Modifier and Type Method Description (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 RequestScope Constructor Description 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)
-