|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ref | |
|---|---|
| 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.message.internal | Common Jersey internal messaging classes. |
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of Ref in org.glassfish.jersey.internal.inject |
|---|
| Methods in org.glassfish.jersey.internal.inject that return types with arguments of type Ref | ||
|---|---|---|
static
|
ReferencingFactory.referenceFactory()
Get a reference factory providing an empty reference. |
|
static
|
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 | |
|---|---|
ReferencingFactory(javax.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 Ref | ||
|---|---|---|
static
|
Refs.emptyRef()
Constructs a new empty mutable Ref instance. |
|
static
|
Refs.immutableRef(T value)
Constructs a new immutable Ref instance referencing the given
input reference. |
|
static
|
Refs.of(T value)
Constructs a new mutable Ref instance referencing the given
input reference. |
|
| Uses of Ref in org.glassfish.jersey.message.internal |
|---|
| Methods in org.glassfish.jersey.message.internal with parameters of type Ref | |
|---|---|
static Variant |
VariantSelector.selectVariant(InboundMessageContext context,
java.util.List<Variant> variants,
Ref<java.lang.String> varyHeaderValue)
Select the representation variant that best matches the request. |
| Uses of Ref in org.glassfish.jersey.process.internal |
|---|
| Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type Ref | |
|---|---|
RequestInvoker(Stage<REQUEST> rootStage,
RequestScope requestScope,
AsyncInflectorAdapter.Builder<REQUEST,RESPONSE> asyncAdapterBuilder,
ResponseProcessor.Builder<RESPONSE> responseProcessorBuilder,
javax.inject.Provider<Ref<InvocationContext>> invocationContextReferenceFactory,
ExecutorsFactory<REQUEST> executorsFactory)
Create new request invoker. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||