Uses of Interface
org.glassfish.jersey.internal.util.collection.Ref
-
Packages that use Ref Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.inject.hk2 org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes.org.glassfish.jersey.jetty Jersey Jetty container classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.process.internal Common Jersey internal processing classes.org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing.org.glassfish.jersey.servlet Jersey generic Servlet container integration classes.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
-
Uses of Ref in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client with type parameters of type Ref Modifier and Type Field Description private javax.inject.Provider<Ref<ClientRequest>>
RequestProcessingInitializationStage. requestRefProvider
Constructor parameters in org.glassfish.jersey.client with type arguments of type Ref Constructor Description RequestContextInjectionFactory(javax.inject.Provider<Ref<ClientRequest>> referenceFactory)
RequestProcessingInitializationStage(javax.inject.Provider<Ref<ClientRequest>> requestRefProvider, MessageBodyWorkers workersProvider, InjectionManager injectionManager)
Create newMessageBodyWorkers
initialization function for requests and responses. -
Uses of Ref in org.glassfish.jersey.inject.hk2
Fields in org.glassfish.jersey.inject.hk2 with type parameters of type Ref Modifier and Type Field Description private javax.inject.Provider<Ref<T>>
Hk2ReferencingFactory. referenceFactory
Methods in org.glassfish.jersey.inject.hk2 that return Ref Modifier and Type Method Description Ref<T>
Hk2ReferencingFactory.EmptyReferenceFactory. provide()
Ref<T>
Hk2ReferencingFactory.InitializedReferenceFactory. provide()
Methods in org.glassfish.jersey.inject.hk2 that return types with arguments of type Ref Modifier and Type Method Description static <T> org.glassfish.hk2.api.Factory<Ref<T>>
Hk2ReferencingFactory. referenceFactory()
Get a reference factory providing an empty reference.static <T> org.glassfish.hk2.api.Factory<Ref<T>>
Hk2ReferencingFactory. referenceFactory(T initialValue)
Get a reference factory providing an initialized reference.Methods in org.glassfish.jersey.inject.hk2 with parameters of type Ref Modifier and Type Method Description void
Hk2ReferencingFactory.EmptyReferenceFactory. dispose(Ref<T> instance)
void
Hk2ReferencingFactory.InitializedReferenceFactory. dispose(Ref<T> instance)
Constructor parameters in org.glassfish.jersey.inject.hk2 with type arguments of type Ref Constructor Description Hk2ReferencingFactory(javax.inject.Provider<Ref<T>> referenceFactory)
Create new referencing injection factory. -
Uses of Ref in org.glassfish.jersey.internal.inject
Fields in org.glassfish.jersey.internal.inject with type parameters of type Ref Modifier and Type Field Description private javax.inject.Provider<Ref<T>>
ReferencingFactory. referenceFactory
Methods in org.glassfish.jersey.internal.inject that return Ref Modifier and Type Method Description Ref<T>
ReferencingFactory.EmptyReferenceFactory. get()
Ref<T>
ReferencingFactory.InitializedReferenceFactory. get()
Methods in org.glassfish.jersey.internal.inject that return types with arguments of type Ref Modifier and Type Method Description static <T> java.util.function.Supplier<Ref<T>>
ReferencingFactory. referenceFactory()
Get a reference factory providing an empty reference.static <T> java.util.function.Supplier<Ref<T>>
ReferencingFactory. referenceFactory(T initialValue)
Get a reference factory providing an initialized reference.Constructor parameters in org.glassfish.jersey.internal.inject with type arguments of type Ref Constructor Description ReferencingFactory(javax.inject.Provider<Ref<T>> referenceFactory)
Create new referencing injection factory. -
Uses of Ref in org.glassfish.jersey.internal.util.collection
Classes in org.glassfish.jersey.internal.util.collection that implement Ref Modifier and Type Class Description private static class
Refs.DefaultRefImpl<T>
Default (mutable)Ref
implementation.private static class
Refs.ImmutableRefImpl<T>
ImmutableRef
implementation.private static class
Refs.ThreadSafeRefImpl<T>
Thread-safeRef
implementation.Methods in org.glassfish.jersey.internal.util.collection that return Ref Modifier and Type Method Description static <T> Ref<T>
Refs. emptyRef()
Construct a new empty mutableRef
instance.static <T> Ref<T>
Refs. immutableRef(T value)
Construct a new immutableRef
instance referencing the given input value.static <T> Ref<T>
Refs. of(T value)
Construct a new mutableRef
instance referencing the given input value.static <T> Ref<T>
Refs. threadSafe()
Construct a new empty mutable thread-safeRef
instance.static <T> Ref<T>
Refs. threadSafe(T value)
Construct a new mutable thread-safeRef
instance referencing the given input value. -
Uses of Ref in org.glassfish.jersey.jetty
Constructor parameters in org.glassfish.jersey.jetty with type arguments of type Ref Constructor Description JettyRequestReferencingFactory(javax.inject.Provider<Ref<org.eclipse.jetty.server.Request>> referenceFactory)
JettyResponseReferencingFactory(javax.inject.Provider<Ref<org.eclipse.jetty.server.Response>> referenceFactory)
-
Uses of Ref in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type Ref Modifier and Type Method Description static javax.ws.rs.core.Variant
VariantSelector. selectVariant(InboundMessageContext context, java.util.List<javax.ws.rs.core.Variant> variants, Ref<java.lang.String> varyHeaderValue)
Select the representation variant that best matches the request.static java.util.List<javax.ws.rs.core.Variant>
VariantSelector. selectVariants(InboundMessageContext context, java.util.List<javax.ws.rs.core.Variant> variants, Ref<java.lang.String> varyHeaderValue)
Select possible representation variants in order in which they best matches the request. -
Uses of Ref in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type Ref Modifier and Type Method Description static <DATA,RESULT,T extends Inflector<DATA,RESULT>>
DATAStages. process(DATA data, Stage<DATA> rootStage, Ref<T> inflectorRef)
Run the data through a chain of stages identified by the root stage. -
Uses of Ref in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type Ref Modifier and Type Field Description private javax.inject.Provider<Ref<ApplicationInfo>>
ApplicationInfoListener. applicationInfoRefProvider
(package private) javax.inject.Provider<Ref<MonitoringStatistics>>
MonitoringFeature.StatisticsListener. statisticsFactory
Constructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type Ref Constructor Description ApplicationInfoInjectionFactory(javax.inject.Provider<Ref<ApplicationInfo>> referenceFactory)
Create new referencing injection factory.StatisticsInjectionFactory(javax.inject.Provider<Ref<MonitoringStatistics>> referenceFactory)
Create new referencing injection factory. -
Uses of Ref in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement Ref Modifier and Type Class Description class
RequestProcessingContextReference
Wrapper that holds the reference of theRequestProcessingContext
.Fields in org.glassfish.jersey.server.internal.process declared as Ref Modifier and Type Field Description private Ref<Value<AsyncContext>>
RequestProcessingContext. asyncContextValueRef
-
Uses of Ref in org.glassfish.jersey.servlet
Constructor parameters in org.glassfish.jersey.servlet with type arguments of type Ref Constructor Description HttpServletRequestReferencingFactory(javax.inject.Provider<Ref<javax.servlet.http.HttpServletRequest>> referenceFactory)
HttpServletResponseReferencingFactory(javax.inject.Provider<Ref<javax.servlet.http.HttpServletResponse>> referenceFactory)
-
Uses of Ref in org.glassfish.jersey.simple
Constructor parameters in org.glassfish.jersey.simple with type arguments of type Ref Constructor Description SimpleRequestReferencingFactory(javax.inject.Provider<Ref<org.simpleframework.http.Request>> referenceFactory)
SimpleResponseReferencingFactory(javax.inject.Provider<Ref<org.simpleframework.http.Response>> referenceFactory)
-