Uses of Interface
org.glassfish.jersey.internal.util.collection.Ref
Packages that use Ref
Package
Description
Jersey client-side classes.
Common Jersey internal injection utility classes.
Common set of Jersey collection classes.
Common Jersey internal messaging classes.
Common Jersey internal processing classes.
Jersey server-side internal classes related to request and response processing.
-
Uses of Ref in org.glassfish.jersey.client
Constructor parameters in org.glassfish.jersey.client with type arguments of type RefModifierConstructorDescriptionRequestProcessingInitializationStage
(jakarta.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
Methods in org.glassfish.jersey.inject.hk2 that return types with arguments of type RefModifier and TypeMethodDescriptionHk2ReferencingFactory.referenceFactory()
Get a reference factory providing an empty reference.Hk2ReferencingFactory.referenceFactory
(T initialValue) Get a reference factory providing an initialized reference.Constructor parameters in org.glassfish.jersey.inject.hk2 with type arguments of type RefModifierConstructorDescriptionHk2ReferencingFactory
(jakarta.inject.Provider<Ref<T>> referenceFactory) Create new referencing injection factory. -
Uses of Ref in org.glassfish.jersey.internal.inject
Methods in org.glassfish.jersey.internal.inject that return types with arguments of type RefModifier and TypeMethodDescriptionReferencingFactory.referenceFactory()
Get a reference factory providing an empty reference.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 RefModifierConstructorDescriptionReferencingFactory
(jakarta.inject.Provider<Ref<T>> referenceFactory) Create new referencing injection factory. -
Uses of Ref in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return RefModifier and TypeMethodDescriptionstatic <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.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type RefModifier and TypeMethodDescriptionstatic Variant
VariantSelector.selectVariant
(InboundMessageContext context, List<Variant> variants, Ref<String> varyHeaderValue) Select the representation variant that best matches the request.VariantSelector.selectVariants
(InboundMessageContext context, List<Variant> variants, Ref<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 -
Uses of Ref in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement RefModifier and TypeClassDescriptionclass
Wrapper that holds the reference of theRequestProcessingContext
.