Uses of Annotation Type
org.glassfish.jersey.process.internal.RequestScoped
Packages that use RequestScoped
Package
Description
Jersey server-side internal classes related to request and response processing.
-
Uses of RequestScoped in org.glassfish.jersey.inject.hk2
Classes in org.glassfish.jersey.inject.hk2 that implement interfaces with type arguments of type RequestScopedModifier and TypeClassDescriptionclassClass is able to communicate withRequestScopeand provide request-scoped descriptors to HK2 DI provider to create or destroy instances. -
Uses of RequestScoped in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process with annotations of type RequestScopedModifier and TypeClassDescriptionclassWrapper that holds the reference of theRequestProcessingContext.