Uses of Class
org.glassfish.jersey.process.internal.RequestScope
-
Packages that use RequestScope Package Description org.glassfish.jersey.internal Common Jersey internal API classes. -
-
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.
-