Uses of Class
org.glassfish.jersey.process.internal.RequestScope
-
Packages that use RequestScope Package Description org.glassfish.jersey.client.innate.inject org.glassfish.jersey.inject.hk2 org.glassfish.jersey.internal Common Jersey internal API classes. -
-
Uses of RequestScope in org.glassfish.jersey.client.innate.inject
Subclasses of RequestScope in org.glassfish.jersey.client.innate.inject Modifier and Type Class Description classNonInjectionRequestScope -
Uses of RequestScope in org.glassfish.jersey.inject.hk2
Subclasses of RequestScope in org.glassfish.jersey.inject.hk2 Modifier and Type Class Description classHk2RequestScopeConstructors in org.glassfish.jersey.inject.hk2 with parameters of type RequestScope Constructor Description RequestContext(RequestScope requestScope) -
Uses of RequestScope in org.glassfish.jersey.internal
Methods 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.
-