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 RequestScope
ClientRuntime. requestScope
private RequestScope
InboundJaxrsResponse. scope
Methods in org.glassfish.jersey.client that return RequestScope Modifier and Type Method Description RequestScope
ClientRuntime. 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 void
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, java.lang.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 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 class
Hk2RequestScope
Fields in org.glassfish.jersey.inject.hk2 declared as RequestScope Modifier and Type Field Description private RequestScope
RequestContext. requestScope
Constructors 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 RequestScope
BootstrapBag. requestScope
Methods in org.glassfish.jersey.internal that return RequestScope Modifier and Type Method Description RequestScope
BootstrapBag. getRequestScope()
Gets an instance ofRequestScope
.Methods in org.glassfish.jersey.internal with parameters of type RequestScope Modifier and Type Method Description void
BootstrapBag. 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 RequestScope
ChunkedOutput. requestScope
private RequestScope
ServerRuntime. requestScope
Methods in org.glassfish.jersey.server with parameters of type RequestScope Modifier and Type Method Description (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 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)
-