- AbstractBinder - Class in org.glassfish.jersey.internal.inject
-
Implementation of
Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI.
- AbstractBinder() - Constructor for class org.glassfish.jersey.internal.inject.AbstractBinder
-
- AbstractChainableStage<DATA> - Class in org.glassfish.jersey.process.internal
-
Abstract chainable linear acceptor.
- AbstractChainableStage() - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
-
Create a new chainable acceptor with no next stage set.
- AbstractChainableStage(Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
-
Create a new chainable acceptor with an initialized default
next stage value.
- AbstractEntityProviderModel<T> - Class in org.glassfish.jersey.message
-
Abstract entity provider model.
- AbstractExecutorProvidersConfigurator - Class in org.glassfish.jersey.process.internal
-
- AbstractExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
-
- AbstractFeatureConfigurator<T> - Class in org.glassfish.jersey
-
- AbstractFeatureConfigurator(Class, RuntimeType) - Constructor for class org.glassfish.jersey.AbstractFeatureConfigurator
-
Create a new configurator.
- AbstractFormProvider<T> - Class in org.glassfish.jersey.message.internal
-
Abstract base class for form entity types marshalling & un-marshalling support.
- AbstractFormProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractFormProvider
-
- AbstractFuture<V> - Class in org.glassfish.jersey.internal.guava
-
- AbstractIterator<T> - Class in org.glassfish.jersey.internal.guava
-
This class provides a skeletal implementation of the Iterator
interface, to make this interface easier to implement for certain types of
data sources.
- AbstractMessageReaderWriterProvider<T> - Class in org.glassfish.jersey.message.internal
-
Abstract entity provider (reader and writer) base class.
- AbstractMessageReaderWriterProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
- AbstractRuntimeDelegate - Class in org.glassfish.jersey.internal
-
An abstract implementation of
RuntimeDelegate that
provides support common to the client and server.
- AbstractRuntimeDelegate(Set<HeaderDelegateProvider>) - Constructor for class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
Initialization constructor.
- AbstractServiceFinderConfigurator<T> - Class in org.glassfish.jersey.internal
-
Simple ServiceFinder configuration.
- AbstractServiceFinderConfigurator(Class<T>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Create a new configurator.
- AbstractThreadPoolProvider<E extends ThreadPoolExecutor> - Class in org.glassfish.jersey.spi
-
Abstract thread pool executor provider.
- AbstractThreadPoolProvider(String) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Inheritance constructor.
- AbstractThreadPoolProvider(String, Configuration) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Inheritance constructor.
- ACCEPT_PATCH - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- ACCEPT_RANGES - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- AcceptableLanguageTag - Class in org.glassfish.jersey.message.internal
-
An acceptable language tag.
- AcceptableLanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- AcceptableLanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- AcceptableMediaType - Class in org.glassfish.jersey.message.internal
-
An acceptable media type.
- AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance.
- AcceptableToken - Class in org.glassfish.jersey.message.internal
-
An acceptable token.
- AcceptableToken(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
-
- AcceptableToken(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
-
- ACCEPTED_202 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
202 Accepted.
- activate(RequestContext, RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Stores the provided
RequestContext to thread-local variable belonging to current request scope.
- add(E) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- add(String, Object) - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in name=value
format.
- add(String, int) - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in name=value
format.
- add(String, long) - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
-
Adds a name/value pair to the formatted output in name=value
format.
- add(E) - Method in class org.glassfish.jersey.internal.guava.UnmodifiableListIterator
-
- add(String, V) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- add(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- addAlias(Class<?>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's alias.
- addAll(Collection<? extends E>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Adds all elements in iterator to collection.
- addAll(String, V...) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- addAll(String, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- addAll(K, V...) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- addAll(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- addContract(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contract.
- addContract(Class<?>, int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contract with priority.
- addContracts(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contracts.
- addContracts(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contracts.
- addFirst(String, V) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- addFirst(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- addFirstNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- addFirstNull(List<V>) - Method in class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
-
- addHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- addListener(Runnable, Executor) - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
-
Registers a listener to be
run on
the given executor.
- addListener(Runnable, Executor) - Method in interface org.glassfish.jersey.internal.guava.ListenableFuture
-
Registers a listener to be
run on
the given executor.
- addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new contract provider name binding.
- addNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- addNull(List<V>) - Method in class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
-
- addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Add properties to ResourceConfig.
- AGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- AggregatedProvider(InjectionManager, Configuration) - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters.AggregatedProvider
-
- AliasBinding - Class in org.glassfish.jersey.internal.inject
-
Injection binding description used to describe the aliases to main
Binding.
- all(Iterator<T>, Predicate<? super T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns true if every element returned by iterator
satisfies the given predicate.
- allow(String...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- allow(Set<String>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- ALLOW_SYSTEM_PROPERTIES_PROVIDER - Static variable in class org.glassfish.jersey.CommonProperties
-
Property which allows (if true) default System properties configuration provider.
- ALREADY_REPORTED_208 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
208 Already Reported.
- alwaysTrue() - Static method in class org.glassfish.jersey.internal.guava.Predicates
-
Returns a predicate that always evaluates to true.
- analyzeWith(String) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's analyzer.
- AnnotatedMethod - Class in org.glassfish.jersey.model
-
Annotated method representation.
- AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.model.AnnotatedMethod
-
- AnnotationLiteral<T extends Annotation> - Class in org.glassfish.jersey.internal.inject
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class org.glassfish.jersey.internal.inject.AnnotationLiteral
-
- annotationType() - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
-
Method returns the type of the annotation literal.
- ANY_MATCH - Static variable in class org.glassfish.jersey.message.internal.MatchingEntityTag
-
An empty set that corresponds to If-Match: * or If-None-Match: *.
- appendEscapingQuotes(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
-
Append a new value to the string builder.
- appendQuoted(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
-
Append a new quoted value to the string builder.
- appendQuotedIfNonToken(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
-
Append a new value to the string builder.
- appendQuotedIfWhitespace(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
-
Append a new value to the string builder.
- appendTo(StringBuilder, Map<?, ?>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
-
Appends the string representation of each entry of map, using the previously
configured separator and key-value separator, to builder.
- appendTo(A, Iterator<? extends Map.Entry<?, ?>>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
-
Appends the string representation of each entry in entries, using the previously
configured separator and key-value separator, to appendable.
- appendTo(StringBuilder, Iterable<? extends Map.Entry<?, ?>>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
-
Appends the string representation of each entry in entries, using the previously
configured separator and key-value separator, to builder.
- appendTo(StringBuilder, Iterator<? extends Map.Entry<?, ?>>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
-
Appends the string representation of each entry in entries, using the previously
configured separator and key-value separator, to builder.
- apply(K) - Method in interface org.glassfish.jersey.internal.guava.LoadingCache
-
- apply(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
- apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
-
Transform data of a given type into a result of the different type.
- apply(DATA) - Method in interface org.glassfish.jersey.process.internal.Stage
-
- apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.LinkedStage
-
- aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
- aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
- array(Object[]) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Returns a pretty string for the given array.
- as(String, Class<T>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- as(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Get value of a property as a definite type
property shall exist in order for this method to be used.
- asClosed(PathPattern) - Static method in class org.glassfish.jersey.uri.PathPattern
-
Return a new path pattern with a same path template but
a
closed right hand path.
- asHeaderString(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Converts a list of message header values to a single string value (with individual values separated by
',').
- asMap() - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
-
Returns a view of this multimap as a Map from each distinct key
to the nonempty collection of that key's associated values.
- asMap() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view of this multimap as a Map from each distinct key
to the nonempty collection of that key's associated values.
- asMap() - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Returns a view of this multimap as a Map from each distinct key
to the nonempty collection of that key's associated values.
- asMap() - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Returns a map view that associates each key with the corresponding values
in the multimap.
- asMap() - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
Returns a map view that associates each key with the corresponding values
in the multimap.
- asStage(Inflector<DATA, RESULT>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
- asString(Object, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Convert a message header value, represented as a general object, to it's
string representation.
- asString(Object, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Convert a message header value, represented as a general object, to it's
string representation.
- asString(Object) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asStringHeaders(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of passed headers.
- asStringHeaders(MultivaluedMap<String, Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of passed headers.
- asStringHeaders(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asStringHeadersSingleValue(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Transforms multi value map of headers to single String value map.
- asStringHeadersSingleValue(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asStringList(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of list of header values.
- asStringList(List<Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of list of header values.
- asStringList(List<Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- AutoDiscoverable - Interface in org.glassfish.jersey.internal.spi
-
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations.
- AUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Configuration of {0} auto-discoverable failed.
- AutoDiscoverableConfigurator - Class in org.glassfish.jersey.internal
-
- AutoDiscoverableConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
-
Create a new configurator.
- available() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- available() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
Returns an estimate of the number of bytes that can be read (or
skipped over) from this input stream without blocking by the next
invocation of a method for this input stream.
- available() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- Cache<K,V> - Interface in org.glassfish.jersey.internal.guava
-
A semi-persistent mapping from keys to values.
- Cache<K,V> - Class in org.glassfish.jersey.internal.util.collection
-
Cache implementation that relies on FutureTask.
- Cache(Function<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.Cache
-
Create new cache with given computable to compute values.
- Cache(Function<K, V>, Cache.CycleHandler<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.Cache
-
Create new cache with given computable and cycle handler.
- Cache.CycleHandler<K> - Interface in org.glassfish.jersey.internal.util.collection
-
Should a cycle be detected during computation of a value
for given key, this interface allows client code to register
a callback that would get invoked in such a case.
- CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cache control is null.
- CacheBuilder<K,V> - Class in org.glassfish.jersey.internal.guava
-
A builder of
LoadingCache and
Cache instances having any combination of the
following features:
- cacheControl(CacheControl) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- CacheControlProvider - Class in org.glassfish.jersey.message.internal
-
- CacheControlProvider() - Constructor for class org.glassfish.jersey.message.internal.CacheControlProvider
-
- CacheLoader<K,V> - Class in org.glassfish.jersey.internal.guava
-
Computes or retrieves values, based on a key, for use in populating a
LoadingCache.
- CacheLoader() - Constructor for class org.glassfish.jersey.internal.guava.CacheLoader
-
Constructor for use by subclasses.
- CacheLoader.InvalidCacheLoadException - Exception in org.glassfish.jersey.internal.guava
-
Thrown to indicate that an invalid response was returned from a call to
CacheLoader.
- call() - Method in interface org.glassfish.jersey.internal.util.Producer
-
- cancel(boolean) - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
-
- cancel() - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscription
-
Causes the Subscriber to (eventually) stop receiving
messages.
- category() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
- category() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
-
Category of event, more events share same category.
- cellSet() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a set of all row key / column key / value triplets.
- chain(Function<DATA, DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Start building a stage chain.
- chain(ChainableStage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Start building a stage chain.
- ChainableStage<DATA> - Interface in org.glassfish.jersey.process.internal
-
Linear acceptor that can be composed into a chain.
- checkArgument(boolean) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkElementIndex(int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference.
- checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- checkNotNull(T) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkPositionIndex(int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndexes(int, int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that start and end specify a valid positions in an array, list
or string of size size, and are in order.
- checkProviderRuntime(Class<?>, ContractProvider, RuntimeType, boolean, boolean) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Check the
component whether it is appropriate correctly configured for client or server
runtime.
- checkState(boolean) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- ClassBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound via its a Java class.
- classForNamePA(String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain Class from given class name.
- classForNamePA(String, ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain Class from given class name.
- classForNameWithException(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Get the Class from the class name.
- classForNameWithExceptionPEA(String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged exception action to obtain Class from given class name.
- classForNameWithExceptionPEA(String, ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged exception action to obtain Class from given class name.
- ClassTypePair - Class in org.glassfish.jersey.internal.util.collection
-
A pair of raw class and the related type.
- clazz(Class<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Makes a nice, pretty class (without the package name).
- clear() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- clear() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Removes all key-value pairs from the multimap, leaving it empty.
- clear() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Removes all mappings from the table.
- clear() - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Empty cache.
- clear() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- clear() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- clear() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Removes all mappings from this map.
- clear() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Removes all the component registrations and resets the component bag instance to
a state as if it was create anew.
- clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- ClientError4xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
- clone() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns a shallow copy of this HashMap instance: the keys and
values themselves are not cloned.
- clone() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- clone() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- close() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Unless already closed, issues
onComplete signals to current
subscribers, and disallows subsequent attempts to publish.
- close() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Unless already closed, issues
onComplete signals to current
subscribers, and disallows subsequent attempts to publish.
- close() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- close() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Unless already closed, issues onComplete() signals to current subscribers, and disallows subsequent
attempts to publish.
- close(boolean) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
- close() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- close() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- close() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Closes the underlying content stream.
- close() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
-
- close() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- close() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Closes the context.
- close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Close this thread pool executor provider.
- closeableInputStream(InputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- closeExceptionally(Throwable) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Unless already closed, issues
onError signals to current
subscribers with the given error, and disallows subsequent
attempts to publish.
- closeExceptionally(Throwable) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Unless already closed, issues
onError signals to current
subscribers with the given error, and disallows subsequent
attempts to publish.
- closeExceptionally(Throwable) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Issues onError signals to current subscribers with the given error, and disallows subsequent attempts to publish.
- closeQueue() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
Closes the byte buffer sink of this input stream to indicate that writing to the stream
has been finished.
- closeQueue(Throwable) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
Closes the byte buffer sink of this input stream to indicate that writing to the stream
has been finished due to a throwable.
- Closing - Class in org.glassfish.jersey.internal.util
-
- Closing(InputStream) - Constructor for class org.glassfish.jersey.internal.util.Closing
-
- Closure<T> - Interface in org.glassfish.jersey.internal.util
-
Closure interface.
- collection(Collection<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Returns a pretty string representing the collection.
- column(C) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a view of all mappings that have the given column key.
- columnKeySet() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a set of column keys that have one or more values in the table.
- columnMap() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a view that associates each column key with the corresponding map
from row keys to values.
- CombinedMediaType - Class in org.glassfish.jersey.internal.routing
-
Represents function S as defined in the Request Matching part of the spec.
- CombinedMediaType.EffectiveMediaType - Class in org.glassfish.jersey.internal.routing
-
- commit() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Commit the output stream.
- commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- COMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider has already been initialized.
- COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot setup buffering as bytes have already been written to the output stream.
- CommittingOutputStream - Class in org.glassfish.jersey.message.internal
-
A committing output stream with optional serialized entity buffering functionality
which allows measuring of the entity size.
- CommittingOutputStream() - Constructor for class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Creates new committing output stream.
- common() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
This method is invoked indirectly from the tests.
- COMMON_DELIMITERS - Static variable in class org.glassfish.jersey.internal.util.Tokenizer
-
Common Jersey delimiters used by various properties.
- CommonConfig - Class in org.glassfish.jersey.model.internal
-
Common immutable
Configuration implementation for
server and client.
- CommonConfig(RuntimeType, Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
-
Create a new RuntimeConfig instance.
- CommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
-
Copy constructor.
- CommonProperties - Class in org.glassfish.jersey
-
Common (server/client) Jersey configuration properties.
- comparator() - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
-
- COMPARATOR - Static variable in class org.glassfish.jersey.internal.routing.CombinedMediaType
-
- COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Comparator for collections of acceptable media types.
- COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Comparator for lists of quality source media types.
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
-
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
Order the templates according to JAX-RS specification.
- compare(T, T) - Method in class org.glassfish.jersey.internal.guava.Ordering
-
- compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
-
- compareTo(Object) - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
- compareTo(String) - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- compareTo(JdkVersion) - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- CompletableReader<T> - Interface in org.glassfish.jersey.message.internal
-
A
MessageBodyReader may implement this interface to signal that
reading from the underlying input stream can be fully completed.
- complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
-
Complete the reading.
- completeRegistration() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
- COMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Registered component instance cannot be null.
- COMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Registered component class cannot be null.
- COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Attempt to register component of type {0} to null or empty array of contracts is ignored.
- COMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot create new registration for component type {0}: Existing previous registration found for the type.
- ComponentBag - Class in org.glassfish.jersey.model.internal
-
An internal Jersey container for custom component classes and instances.
- ComponentProvider - Interface in org.glassfish.jersey.spi
-
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
- compose(Predicate<B>, Function<A, ? extends B>) - Static method in class org.glassfish.jersey.internal.guava.Predicates
-
Returns the composition of a function and a predicate.
- CompositeBinder - Class in org.glassfish.jersey.internal.inject
-
Utility class which is able to install several binders and register them as a whole.
- computeNext() - Method in class org.glassfish.jersey.internal.guava.AbstractIterator
-
Returns the next element.
- concreteClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
-
Concrete class.
- conditionallyReThrow(T, boolean, Logger, String, Level) - Static method in class org.glassfish.jersey.internal.util.ExceptionUtils
-
Based on the rethrow parameter, either rethrows the supplied exception or logs the provided message at the given level.
- config(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- CONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The configuration is not modifiable in this context.
- configure(Configurable) - Static method in class org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactory
-
Input Configurable object shall be provided in order to be filled with all found properties
- configure(BiConsumer<String, Object>, List<ExternalConfigurationProvider>) - Static method in class org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactory
-
- configure() - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
-
Implement to provide binding definitions using the exposed binding methods.
- configure() - Method in class org.glassfish.jersey.internal.inject.CompositeBinder
-
Automatically installed all provided binders.
- configure() - Method in class org.glassfish.jersey.internal.ServiceFinderBinder
-
- configure(FeatureContext) - Method in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
-
A call-back method called when an auto-discoverable component is to be configured in a given runtime configuration scope.
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
-
- configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
-
- configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
-
- configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- configured(Configuration) - Static method in class org.glassfish.jersey.internal.RuntimeDelegateDecorator
-
- configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Configure binders in the injection manager and enable JAX-RS features.
- CONFLICT_409 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
409 Conflict.
- CONNECTION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- constructor(Constructor<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Make a nice pretty string out of the constructor and all its parameters.
- consume(Consumer<? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Processes all published items using the given Consumer function.
- consume(Consumer<? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Processes all published items using the given Consumer function.
- consume(Consumer<? super T>) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Processes all published items using the given Consumer function.
- contains(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- contains(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
- contains(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns true if the table contains a mapping with the specified
row and column keys.
- containsAll(Collection<?>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- containsColumn(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
- containsColumn(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns true if the table contains a mapping with the specified
column.
- containsEntry(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns true if this multimap contains at least one key-value pair
with the key key and the value value.
- containsHeaderString(String, String, Predicate<String>) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Checks whether a header with a specific name and value (or item of the token-separated value list) exists.
- containsHeaderString(String, Predicate<String>) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Checks whether a header with a specific name and value (or item of the comma-separated value list) exists.
- containsKey(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns true if this multimap contains at least one key-value pair
with the key key.
- containsKey(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Returns true if the key has already been cached.
- containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns true if this map contains a mapping for the
specified key.
- containsRow(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns true if the table contains a mapping with the specified
row key.
- containsValue(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
- containsValue(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns true if this multimap contains at least one key-value pair
with the value value.
- containsValue(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns true if the table contains a mapping with the specified
value.
- containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- CONTENT_RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- ContentEncoder - Class in org.glassfish.jersey.spi
-
Standard contract for plugging in content encoding support.
- ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
-
Initializes this encoder implementation with the list of supported content encodings.
- contentLocation(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- ContentTypeDeterminer - Class in org.glassfish.jersey.internal.routing
-
Utility class containing methods used on both client and server side for determining media type of a response based
on provided
MessageBodyWorkers.
- ContentTypeDeterminer(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.internal.routing.ContentTypeDeterminer
-
- ContextInjectionResolver - Interface in org.glassfish.jersey.internal.inject
-
A marker interface to InjectionResolver<Context>.
- ContextResolverFactory - Class in org.glassfish.jersey.internal
-
- ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
-
- ContextResolvers - Interface in org.glassfish.jersey.spi
-
- ContextResolversConfigurator() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
-
- contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- CONTINUE_100 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
100 Continue.
- Contract - Annotation Type in org.glassfish.jersey.spi
-
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
- CONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Contract {0} can not be registered for component {1}: Contract not assignable to component.
- CONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Contract {0} can not be registered for component {1}: Contract type not supported.
- ContractProvider - Class in org.glassfish.jersey.model
-
Jersey contract provider model.
- ContractProvider.Builder - Class in org.glassfish.jersey.model
-
Contract provider model builder.
- convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Convert media types into
String.
- convertValue(Object, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Convert Object value to a value of the specified class type.
- cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cookie is null.
- CookieProvider - Class in org.glassfish.jersey.message.internal
-
- CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
-
- CookiesParser - Class in org.glassfish.jersey.message.internal
-
Cookies parser.
- copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a copy of this component bag.
- copy() - Method in class org.glassfish.jersey.SslConfigurator
-
Create a copy of the current SSL configurator instance.
- create() - Static method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
Creates an empty HashBasedTable.
- create() - Static method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Creates a new, empty HashMultimap with the default initial
capacities.
- create() - Static method in class org.glassfish.jersey.internal.guava.SettableFuture
-
Creates a new SettableFuture in the default state.
- create() - Static method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
Creates an empty TreeMultimap ordered by the natural ordering of
its keys and values.
- create(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Creates an object with the given class.
- create() - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
-
Load a new injection manager without parent and initial binder.
- create(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
-
Load a new injection manager with parent object.
- create(Configuration, PropertiesDelegate) - Static method in interface org.glassfish.jersey.internal.PropertiesResolver
-
- create(MediaType, CombinedMediaType.EffectiveMediaType) - Static method in class org.glassfish.jersey.internal.routing.CombinedMediaType
-
Create combined client/server media type.
- create() - Static method in class org.glassfish.jersey.internal.util.collection.LRU
-
Create new LRU
- create(InputStream) - Static method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Create an entity input stream instance wrapping the original input stream.
- create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Create new Tracing logger.
- create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a parameter model.
- create(Class, Class, boolean, Class<?>, Type, Annotation[], Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a parameter model.
- create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
- createAndInitialize(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Creates, injects and post-constructs an object with the given class.
- createBeanParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Factory method to instantiate BeanParameter of given properties
- createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
-
- createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
Iterate over provider classes of a service.
- createConcurrentMap() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
-
Deprecated.
- createConcurrentMap(Map<? extends K, ? extends V>) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
-
Deprecated.
- createConcurrentMap(int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
-
Deprecated.
- createConcurrentMap(int, float, int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
-
Deprecated.
- createContext() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- CREATED_201 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
201 Created.
- createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Creates a new ThreadPoolExecutor with the given initial parameters.
- createForeignDescriptor(Binding) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Creates and registers the descriptor in the underlying DI provider and returns
ForeignDescriptor that is specific
descriptor for the underlying DI provider.
- createFrom(Consumes) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media types from the values declared in the
Consumes
annotation.
- createFrom(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media types from the values declared in the
Produces
annotation.
- createFrom(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media type from a string array of media types.
- createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Create an empty inbound message headers container.
- createInjectionManager() - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- createInjectionManager(RuntimeType) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- createInjectionManager(Binder) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- createInjectionManager(Object) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
-
- createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
Iterate over provider instances of a service.
- createLinkBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createLinkedTransferQueue() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
-
Deprecated.
- createList(Class, Class, Method, boolean, Class) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
- createList(Class, Class, Constructor<?>, boolean, Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a list of parameter models for a given resource method handler
injectable constructor.
- createManagedInstanceProvider(Class<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
-
Creates a new instance of
Provider which is able to retrieve a managed instance registered in
InjectionManager.
- createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Create an empty outbound message headers container.
- createParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Factory method to instantiate
Parameter of given properties
- createQualitySourceMediaTypes(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create a list of quality source media type from the Produces annotation.
- createQualitySourceMediaTypes(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create a list of quality source media type from an array of media types.
- createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
-
Create new SSL context instance using the current SSL context configuration.
- createSubmissionPublisher() - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
-
Creates a new SubmittableFlowPublisher using the
ForkJoinPool.commonPool() for async delivery to subscribers
(unless it does not support a parallelism level of at least two,
in which case, a new Thread is created to run each task), with
maximum buffer capacity of
Flow.defaultBufferSize(), and no
handler for Subscriber exceptions in method
onNext.
- createSubmissionPublisher(Executor, int) - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
-
Creates a new Jdk9SubmissionPublisher using the given Executor for
async delivery to subscribers, with the given maximum buffer size
for each subscriber, and no handler for Subscriber exceptions in
method
onNext.
- createSubmissionPublisher(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
-
Creates a new SubmittableFlowPublisher using the given Executor for
async delivery to subscribers, with the given maximum buffer size
for each subscriber, and, if non-null, the given handler invoked
when any Subscriber throws an exception in method
onNext.
- createTempFile() - Static method in class org.glassfish.jersey.message.internal.Utils
-
Create an empty file in the default temporary-file directory.
- createUnstarted() - Static method in class org.glassfish.jersey.internal.guava.Stopwatch
-
Creates (but does not start) a new stopwatch using
System.nanoTime()
as its time source.
- createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- current() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Returns the current
RequestContext which has to be active on the given thread.
- Custom - Annotation Type in org.glassfish.jersey.internal.inject
-
Qualifier annotation used to annotate HK2 injections and
bindings for user custom providers.
- CustomAnnotationLiteral - Class in org.glassfish.jersey.internal.inject
-
- e2e() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
This method is executed from a unit test by maven surefire plugin from a dependant module.
- eager(Value<T>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
- EARLY_HINTS_103 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
103 Early Hints.
- EffectiveMediaType(MediaType, boolean) - Constructor for class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Creates new instance with mediaType and flag indicating the origin of
the mediaType.
- EffectiveMediaType(String) - Constructor for class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Creates new instance with
mediaType which was obtained from user
annotations
Consumes or
Produces.
- EffectiveMediaType(MediaType) - Constructor for class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Creates new instance with
mediaType which was obtained from user
annotations
Consumes or
Produces.
- elementsEqual(Iterator<?>, Iterator<?>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Determines whether two iterators contain equal elements in the same order.
- empty() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
Returns an empty immutable map.
- empty() - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
- empty() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Get immutable empty message headers container.
- empty() - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Get an empty (no-op) tracing logger instance.
- EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
-
The empty pattern that matches the null or empty string.
- EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
The empty URI template that matches the null or empty URI path.
- EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Empty path pattern matching only empty string.
- emptyIterator() - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
- emptyRef() - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new empty mutable
Ref instance.
- emptyUnsafe() - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
- enableBuffering(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Enable buffering of the serialized entity.
- enableBuffering(Configuration) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Enable a buffering of serialized entity.
- encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded
using the specified encoding.
- encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Encode literal characters of a template.
- encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes a string with template parameters names present, specifically the
characters '{' and '}' will be percent-encoded.
- encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Path pattern matching the end of a URI path.
- endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Check if the URI template ends in a slash ('/').
- ensureContract(Class<?>, Class<?>...) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Ensure the supplied implementation classes implement the expected contract.
- ensureNotClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Check that the entity input stream has not been closed yet.
- entering(String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- entering(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- entering(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- entity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- entity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- ENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Entity tag is null.
- EntityInputStream - Class in org.glassfish.jersey.message.internal
-
- EntityInputStream(InputStream) - Constructor for class org.glassfish.jersey.message.internal.EntityInputStream
-
Extension constructor.
- EntityTagProvider - Class in org.glassfish.jersey.message.internal
-
- EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
-
- entries() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view collection of all key-value pairs contained in this
multimap, as Map.Entry instances.
- entries() - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Returns a view collection of all key-value pairs contained in this
multimap, as Map.Entry instances.
- entrySet() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- entrySet() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- entrySet() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns a collection view of the mappings contained in this map.
- equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
- equals() - Static method in class org.glassfish.jersey.internal.guava.Equivalence
-
- equals(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
-
- equals(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingSet
-
- equals(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
- equals(Object) - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
-
Compares the specified object to this multimap for equality.
- equals(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Compares the specified object with this multimap for equality.
- equals(Object) - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Compares the specified object to this multimap for equality.
- equals(Object) - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Compares the specified object with this cell for equality.
- equals(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Compares the specified object with this table for equality.
- equals(Object) - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
-
- equals(Object) - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
-
- equals(Object) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- equals(Object) - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
- equals(Object) - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
- equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- equals(K, K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
-
Compare two keys for equality.
- equals(String, String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
-
- equals(Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- equals(Object) - Method in class org.glassfish.jersey.internal.util.LazyUid
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- equals(Object) - Method in class org.glassfish.jersey.model.Parameter
-
- equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
-
- equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
- equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Equality is calculated from the String of the regular expression
generated from the templates.
- equalsIgnoreValueOrder(MultivaluedMap<String, V>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- equalTo(T) - Static method in class org.glassfish.jersey.internal.guava.Predicates
-
Returns a predicate that evaluates to true if the object being
tested equals() the given target or both are null.
- Equivalence<T> - Class in org.glassfish.jersey.internal.guava
-
A strategy for determining whether two instances are considered equivalent.
- Equivalence() - Constructor for class org.glassfish.jersey.internal.guava.Equivalence
-
- equivalent(T, T) - Method in class org.glassfish.jersey.internal.guava.Equivalence
-
Returns true if the given objects are considered equivalent.
- erasure(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the
Class representation of the given type.
- error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
-
Add an error to the list of messages.
- error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
-
Add an error to the list of messages.
- ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error caught while loading SPI providers.
- ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A single character expected in the entity input stream.
- ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error converting entity to {0} type by single String constructor.
- ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unsupported basic type {0}.
- ERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Entity input stream has already been closed.
- ERROR_EXTERNAL_REGISTERABLES_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error reading external registrable contracts: {0}.
- ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not find exception type for given ExceptionMapper class: {0}.
- ERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Last reader interceptor in the chain called the method proceed.
- ERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Last writer interceptor in the chain called the method proceed.
- ERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MesssageBodyReader {0} threw exception in isReadable - skipping.
- ERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MesssageBodyWriter {0} threw exception in isWritable - skipping.
- ERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
WARNING: {0}
- ERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
NewCookie Expires header value ({0}) cannot be read.
- ERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
- ERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
- ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Value "{0}" is not a character.
- ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error parsing entity tag: {0}
- ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.
- ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Due to constraint configuration problems the provider {0} will be ignored.
- ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
- ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
- ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
- ERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error reading entity from input stream.
- ERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Missing entity.
- ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to resolve generic type value of {0} for an instance of {1}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Incorrect type of feature context instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Incorrect type of reader interceptor context instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Incorrect type of writer interceptor context instance {0}.
- ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".
- ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".
- ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".
- ERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
- ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid syntax in the template "{0}".
- ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
- Errors - Class in org.glassfish.jersey.internal
-
Errors utility used to file processing messages (e.g.
- Errors.ErrorMessage - Class in org.glassfish.jersey.internal
-
Generic error message.
- Errors.ErrorMessagesException - Exception in org.glassfish.jersey.internal
-
Error message exception.
- ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Following issues have been detected: {0}
- estimateMaximumLag() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Returns an estimate of the maximum number of items produced but
not yet consumed among all current subscribers.
- estimateMaximumLag() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Returns an estimate of the maximum number of items produced but
not yet consumed among all current subscribers.
- estimateMaximumLag() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Returns an estimate of the maximum number of items produced but not yet consumed among all current subscribers.
- estimateMinimumDemand() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Returns an estimate of the minimum number of items requested
(via
request) but not
yet produced, among all current subscribers.
- estimateMinimumDemand() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Returns an estimate of the minimum number of items requested
(via
request) but not
yet produced, among all current subscribers.
- estimateMinimumDemand() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Returns an estimate of the minimum number of items requested but not yet produced, among all current subscribers.
- exception(String, Object, Exception) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
- EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Exception caught while loading SPI providers.
- EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
- ExceptionMapperFactory - Class in org.glassfish.jersey.internal
-
Exception mappers implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup.
- ExceptionMapperFactory(InjectionManager) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
-
Create new exception mapper factory initialized with
injection manager
instance that will be used to look up all providers implementing
ExceptionMapper interface.
- ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
-
- ExceptionMappers - Interface in org.glassfish.jersey.spi
-
Provides lookup of
ExceptionMapper instances that can be used
to map exceptions to responses.
- ExceptionMappersConfigurator() - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
-
- exceptionStackTraceAsString(Throwable) - Static method in class org.glassfish.jersey.internal.util.ExceptionUtils
-
Gets the stack trace of the provided throwable as a string.
- ExceptionUtils - Class in org.glassfish.jersey.internal.util
-
The Exception Utils class provide utility method for exception handling.
- EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that excludes models with no recognized contracts.
- excludeMetaProviders(InjectionManager) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
A method creates the
Predicate which is able to filter all Jersey meta-providers along with the components which
is able to register the current used
InjectionManager.
- ExecutionError - Error in org.glassfish.jersey.internal.guava
-
- ExecutionError(Error) - Constructor for error org.glassfish.jersey.internal.guava.ExecutionError
-
Creates a new instance with the given cause.
- EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
- ExecutorProviders - Class in org.glassfish.jersey.process.internal
-
A utility class with a methods for handling executor injection registration and proper disposal.
- ExecutorServiceProvider - Interface in org.glassfish.jersey.spi
-
An extension contract for providing pluggable executor service providers to be used by
Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
- exiting(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- exiting(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- EXPECT - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- EXPECTATION_FAILED_417 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
417 Expectation Failed.
- expireAfterAccess(long, TimeUnit) - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
-
Specifies that each entry should be automatically removed from the cache once a fixed duration
has elapsed after the entry's creation, the most recent replacement of its value, or its last
access.
- expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- ExtendedConfig - Interface in org.glassfish.jersey
-
Extended common runtime configuration.
- ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
-
- ExtendedLogger - Class in org.glassfish.jersey.internal.util
-
Logger extension with additional logging utility & convenience methods.
- ExtendedLogger(Logger, Level) - Constructor for class org.glassfish.jersey.internal.util.ExtendedLogger
-
Create new logger extension.
- EXTERNAL_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that includes only models that contain contract registrable by
InjectionManager.
- ExternalConfigurationModel<CONFIG> - Interface in org.glassfish.jersey.spi
-
Model of configuration for external properties.
- ExternalConfigurationProvider - Interface in org.glassfish.jersey.spi
-
Provider interface for external (SPI) providers to provide
their configuration properties implementations
Priority of providers can be adjusted by Priority annotation
or just alphabetically (if no Provider annotation is found)
- ExternalConfigurationProviderImpl - Class in org.glassfish.jersey.internal.config
-
- ExternalConfigurationProviderImpl(ExternalConfigurationModel<?>) - Constructor for class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
-
- ExternalProperties - Class in org.glassfish.jersey
-
- ExternalPropertiesConfigurationFactory - Class in org.glassfish.jersey.internal.config
-
Factory for external properties providers
Offers methods to work with properties loaded from providers or
just configure Jersey's Configurables with loaded properties from providers
- ExternalPropertiesConfigurationFactory() - Constructor for class org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactory
-
- extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
-
(Optionally) extracts an
inflector from a processing stage,
provided the stage implements
Inflecting interface.
- ExtractorException - Exception in org.glassfish.jersey.internal.inject
-
A runtime exception that contains a cause, a checked or runtime exception,
that may be passed to the cause of a
WebApplicationException.
- ExtractorException(String) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
-
Create new parameter extractor exception.
- ExtractorException(String, Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
-
Create new parameter extractor exception.
- ExtractorException(Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
-
Create new parameter extractor exception.
- GATEWAY_TIMEOUT_504 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
504 Gateway Timeout.
- genericInterface - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
-
Generic interface type.
- genericTypeFor(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Create a
generic type information for a given
Java
instance.
- get(long, TimeUnit) - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
- get() - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
- get(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
- get(K) - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
-
Returns a view collection of the values associated with key in this
multimap, if any.
- get(K) - Method in interface org.glassfish.jersey.internal.guava.LoadingCache
-
Returns the value associated with key in this cache, first loading that value if
necessary.
- get(K) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view collection of the values associated with key in this
multimap, if any.
- get(K) - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Returns a view collection of the values associated with key in this
multimap, if any.
- get(K) - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Returns a collection view of all values associated with a key.
- get(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns the value corresponding to the given row and column keys, or
null if no such mapping exists.
- get(K) - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
- get() - Method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
-
Returns an object that can be cast on the side of DI provider to his descriptor.
- get() - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
-
- get() - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns the value to which the specified key is mapped in this identity
hash map, or null if the map contains no mapping for this key.
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get() - Method in interface org.glassfish.jersey.internal.util.collection.UnsafeValue
-
Get the stored value.
- get() - Method in interface org.glassfish.jersey.internal.util.collection.Value
-
Get the stored value.
- getAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a list of languages that are acceptable for the message.
- getAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a list of media types that are acceptable for the message.
- getAliases() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's aliases.
- getAllFieldsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain fields on given class, recursively through inheritance hierarchy.
- getAllInstances(Type) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets all services from this injection manager that implement this contract or have this implementation.
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getAllProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract
in the underlying
injection manager container.
- getAllProviders(InjectionManager, Class<T>, RankedComparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the sorted iterable of all
providers (custom and default) registered for the given service
provider contract in the underlying
injection manager container.
- getAllProviders(InjectionManager, Class<T>, Comparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract
in the underlying
injection manager container ordered based on the given
comparator.
- getAllRankedProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all
providers (custom and default) registered for the given service provider
contract in the underlying
injection manager container.
- getAllRankedSortedProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying
injection manager container and automatically sorted using
ranked comparator.
- getAllServiceHolders(Class<T>, Annotation...) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets all services from this injection manager that implements this contract or has this implementation along with
information about the service which can be kept by
ServiceHolder.
- getAllServiceHolders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get collection of all
ServiceHolders bound for providers (custom and default) registered for the given service
provider contract in the underlying
injection manager container.
- getAnalyzer() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's analyzer.
- getAnnotation() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method returns the annotation for what the injection resolver is implemented.
- getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.Parameter
-
- getAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- getAnnotations() - Method in class org.glassfish.jersey.model.Parameter
-
- getAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns collection of all annotation types attached to a given annotated element that have the provided meta
annotation attached.
- getArguments() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Returns the arguments for message formatting.
- getArguments() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
- getArrayComponentType(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Gets the component type of the array.
- getArrayForComponentType(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get Array class of component type.
- getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getAutoDiscoverables() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getBackingThreadFactory() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get a backing thread factory that should be used as a delegate for creating the new threads for the provisioned executor
service.
- getBindings() - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
-
- getBindings() - Method in interface org.glassfish.jersey.internal.inject.Binder
-
Gets a collection of descriptors registered in this jersey binder.
- getBindings(InjectionManager, Binder) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
- getBuildId() - Static method in class org.glassfish.jersey.internal.Version
-
Get build id.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Get the character set from a media type.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
-
Get the character set from a media type.
- getClass(Class<?>, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Find the declaring class that implements or extends an interface.
- getClasses() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getClasses() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getClasses() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get all registered component classes, including
features
and
binders meta-providers.
- getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component classes using the filter predicate
to determine for each component class based on it's contract provider class model whether
it should be kept or filtered out.
- getClassLoaderPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain class loader for given class.
- getClosedException() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Returns the exception associated with
closeExceptionally, or null if
not closed or if closed normally.
- getClosedException() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Returns the exception associated with
closeExceptionally, or null if
not closed or if closed normally.
- getClosedException() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
- getColumnKey() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the column key of this cell.
- getCombinedType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType
-
Get combined client/server
MediaType, stripped of q and qs parameters.
- getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Returns a
ComponentBag instance associated with the configuration.
- getConfig() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getConfig() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Obtain config object
- getConfiguration() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getConfiguration() - Method in class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
-
- getConfiguration() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
- getConfiguration() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- getConfiguration() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getConfiguration() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- getConfiguration() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
obrain model object which has direct access to external configuration
- getConsumes() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Get request content type
- getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getContext() - Method in exception org.glassfish.jersey.message.internal.HeaderValueException
-
Get the exception context.
- getContext() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Get the underlying outbound message context.
- getContextClassLoaderPA() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain context class loader.
- getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getContextResolvers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getContract() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Mainly aimed to provide contract class to abstract classes which extends this finder
- getContract() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's contract.
- getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the map of contracts and their priorities.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getContracts() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's contracts.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the map of contracts for the built contract provider model.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get provided contracts recognized by Jersey.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getContractTypes() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
Gets all contracts which represents the kept instance.
- getContractTypes() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
- getContractTypes() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
Get me set of implemented contracts.
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverterFactory
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.AggregatedProvider
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.CharacterProvider
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.DateProvider
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.OptionalCustomProvider
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.OptionalProvider
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.StringConstructor
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.TypeFromString
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.TypeFromStringEnum
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.TypeValueOf
-
- getCookies() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the number of the core threads of the the provisioned thread pool executor.
- getCustomProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the set of all custom providers registered for the given service provider contract
in the underlying
injection manager container.
- getDate() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get message date.
- getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getDebugLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
Get the configured debug level.
- getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.Parameter
-
- getDeclaredConstructorPA(Class<?>, Class<?>...) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain declared constructor of given class with given parameters.
- getDeclaredConstructorsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain declared constructors of given class.
- getDeclaredFieldsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain fields declared on given class.
- getDeclaredMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get the underlying declared Java method.
- getDeclaredMethodsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain methods declared on given class.
- getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the declaring class of an accessible object.
- getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext configured using default configuration settings.
- getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext configured using default configuration settings.
- getDefaultNext() - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
-
Get the default next stage currently configured on the acceptor.
- getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the default priority of the built contract provider model.
- getDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
-
Get the default parameter value.
- getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the message entity Java instance.
- getEntity() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getEntityAnnotations() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the annotations attached to the entity.
- getEntityClass() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the raw message entity type information.
- getEntityStream() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the entity input stream.
- getEntityStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the entity output stream.
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the entity tag.
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getEntityType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the message entity type information.
- getErrorMessages() - Static method in class org.glassfish.jersey.internal.Errors
-
Get the list of all error messages.
- getErrorMessages(boolean) - Static method in class org.glassfish.jersey.internal.Errors
-
Get the list of error messages.
- getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME remove.
- getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getExceptionMappers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the thread pool executor.
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
-
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
-
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of
specific tasks.
- getExecutorService() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- getExecutorService() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- getFilter() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getFirst(String) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- getFirst(K) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- getFirst(String, Class<A>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- getFirst(String, A) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
- getFromStringStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to get the static fromString(String ) method.
- getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get generic method parameter types.
- getGenericTypeArgumentClasses(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the list of classes that represent the type arguments of a
parameterized input type.
- getGroup() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Return the matching group of the template represented by this
UriPart
- getGroupCounts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the capturing group counts for each template variable.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the group indexes to capturing groups.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the group indexes to capturing groups.
- getGuards() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
Get all the guarded keys
- getHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
-
- getHeaders() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- getHeaders() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a message header as a single string value.
- getHeaderValueExceptionContext() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
- getHeaderValueExceptionContext() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
- getHeaderValueExceptionContext() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- getIfMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get If-Match header.
- getIfNoneMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get If-None-Match header.
- getIfPresent(Object) - Method in interface org.glassfish.jersey.internal.guava.Cache
-
Returns the value associated with key in this cache, or null if there is no
cached value for key.
- getIfPresent(Object) - Method in class org.glassfish.jersey.internal.util.collection.LRU
-
Returns the value associated with key in this cache, or null if there is no
cached value for key.
- getImplementationClass() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
Gets an implementation class of the instance which is kept in this service holder.
- getImplementationClass() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
- getImplementationClass() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the implementation class which the contracts belong to.
- getImplementationType() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's type.
- getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getInjecteeClass() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
Returns the parent class for this injectee.
- getInjecteeClass() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getInjecteeDescriptor() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns foreign descriptor of the current injectee that means that the DI provider is able to store its
specific descriptor and that use it in the descriptor processing.
- getInjecteeDescriptor() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getInjectionManager(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
- getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
- getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
- getInjectionManager() - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
-
Get injection manager.
- getInjectionManager() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- getInjectionManager() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getInjectionManager() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- getInstance(Class<T>, Annotation...) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Class<T>, String) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Type) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(ForeignDescriptor) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the service instance according to
ForeignDescriptor which is specific to the underlying DI provider.
- getInstance() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
- getInstance() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
- getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Returns an OsgiRegistry instance.
- getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Returns instance of TracingLogger associated with current request processing
(propertiesDelegate).
- getInstances() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getInstances() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getInstances() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get all registered component instances, including
features
and
binders meta-providers.
- getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component instances using the filter predicate
to determine for each component instance based on it's contract provider class model whether
it should be kept or filtered out.
- getJdkVersion() - Static method in class org.glassfish.jersey.internal.util.JdkVersion
-
- getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the thread keep-alive time (in seconds).
- getKey() - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
-
- getKey() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Gets the key in the resource bundle.
- getKey() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
- getLanguage() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the language of the entity.
- getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLastModified() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the last modified date.
- getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLength() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get Content-Length value.
- getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLengthLong() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get Content-Length value.
- getLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getLink(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the link for the relation.
- getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLinks() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the links attached to the message as header.
- getLocale() - Method in class org.glassfish.jersey.internal.l10n.Localizer
-
- getLocation() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the location.
- getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getMaintenance() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- getMajor() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- getManagedObjectsFinalizer() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getMaxBufferCapacity() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Returns the maximum per-subscriber buffer capacity.
- getMaxBufferCapacity() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Returns the maximum per-subscriber buffer capacity.
- getMaxBufferCapacity() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Returns the maximum per-subscriber buffer capacity.
- getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the maximum number of threads to allow in the thread pool.
- getMediaType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
- getMediaType() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the media type of the entity.
- getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the media type of the entity.
- getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
Human-readable description of the issue.
- getMessage(String, Object...) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReaders that are suitable for the given type.
- getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the most acceptable media type supported for a Java type given a set of
acceptable media types.
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriters that are suitable for the given type.
- getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
-
Get encountered error messages.
- getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get all instances of the specified meta-annotation type found on the method
annotations.
- getMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get the underlying Java method.
- getMethodRouting() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Get specified method routing
- getMethodsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to return an array containing
Method objects reflecting all
the public
member methods of the supplied class or interface
object, including those declared by the class or interface and those
inherited from superclasses and superinterfaces.
- getMinor() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- getModCount() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Get the number of times this HashMap has been structurally modified
Structural modifications are those that change the number of mappings in
the HashMap or otherwise modify its internal structure (e.g.,
rehash).
- getModel(Class<?>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a model for a given component class, or null if no such component is registered
in the component bag.
- getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
An extension point that provides a way how to define a custom enhancement/update
operation of a contract provider model registration being produced for a given
component class.
- getName() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's name.
- getName() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get name bindings of the built contract provider model.
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
-
- getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
-
Get the collection of name bindings attached to this component.
- getNames() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the list of template names.
- getNamespaceURI(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
-
- getNameToPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the map of template names to patterns.
- getNext(Iterator<? extends T>, T) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns the next element in iterator or defaultValue if
the iterator is empty.
- getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the normalized template.
- getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of characters in the regular expression not resulting
from conversion of template variables.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of explicit regular expressions.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of explicit regular expressions declared in the template variables.
- getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of literal characters.
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of regular expression groups
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of regular expression groups
- getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of template variables.
- getOptionalProperty(String, Class<T>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getOptionalProperty(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Get value of a property as a definite type
property may not exist, an empty Optional object is returned in case of an empty property
- getOrCreate(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
Get the class by contract or create and inject a new instance.
- getOsgiRegistryInstance() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
-
Get the output stream.
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Get URLs of resources from a given package.
- getParameterAnnotationHelperMap() - Method in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
-
A map of supported Parameter Annotations.
- getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
-
- getParameterAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method parameter annotations.
- getParameterCreationFactory() - Method in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
-
Get a factory to be used to instantiate the
Parameter
- getParameterCreationFactory() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
-
- getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the parameterized class arguments for a declaring class that
declares a generic interface type.
- getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the parameterized type arguments for a declaring class that
declares a generic interface type.
- getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the parameters.
- getParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method parameter types.
- getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getParent() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
If this Injectee is in a constructor this will return the constructor being injected into.
- getParent() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getParent() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getParentClassScope() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns scope in which the parent class is registered.
- getParentClassScope() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getPart() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Return the string value representing this UriPart.
- getPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the pattern.
- getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI pattern.
- getPosition() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
If this Injectee is a constructor or method parameter, this will return the index of the parameter.
- getPosition() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getPreferredCookie(NewCookie, NewCookie) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Compare two NewCookies having the same name.
- getPreferredDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Get the preferred HTTP specified date format (RFC 1123).
- getPrefix(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
-
- getPrefixes(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
-
- getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the provider contract priority, if set, default component provider, if not set.
- getPriority(RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
-
- getPriorityValue(Class<?>, int) - Static method in class org.glassfish.jersey.JerseyPriorities
-
Return the value of priority annotation on a given class, if exists.
- getProduces() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Get Accept header media type
- getProperties() - Method in class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
-
- getProperties() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getProperties() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getProperties() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
Map of properties from the model (external config file)
- getProperty(String) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- getProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns the property with the given name registered in the current request/response
exchange context, or null if there is no property by that name.
- getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getPropertyClassNames() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getPropertyName(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine property (field) name from given getter/setter method.
- getPropertyNameForRuntime(String, RuntimeType) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
- getPropertyNames() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getPropertyNames() - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- getPropertyNames() - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns an immutable
collection containing the property
names available within the context of the current request/response exchange context.
- getPropertyNames() - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
- getProviderContracts(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Returns provider contracts recognized by Jersey that are implemented by the clazz.
- getProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the set of default providers registered for the given service provider contract
in the underlying
injection manager container.
- getQualifiedAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a list of languages that are acceptable for the message.
- getQualifiedAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a list of media types that are acceptable for a request.
- getQualifiedAcceptCharset() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getQualifiedAcceptEncoding() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getQualifiers() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's qualifiers.
- getQualifiers() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's qualifiers.
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableToken
-
- getQuality(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Reads quality factor from given media type.
- getQuality() - Method in interface org.glassfish.jersey.message.internal.Qualified
-
Get quality factor value (in [ppt]).
- getQuality() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Get quality source factor value (in [ppt]).
- getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Extract quality source information from the supplied
MediaType value.
- getRank() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's optional rank.
- getRank() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets rank of the service.
- getRank() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
Gets ranking of the kept instance.
- getRank() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
- getRank() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
- getRawClass(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Given the type parameter gets the raw type represented by the type, or null if this has no associated raw class.
- getRawType() - Method in class org.glassfish.jersey.model.Parameter
-
Get raw type information for the parameter.
- getReaderInterceptors() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get reader interceptors bound to this context.
- getReaderModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getReaderModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader models that are suitable for the given type.
- getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with
a media type.
- getReference() - Method in interface org.glassfish.jersey.process.internal.RequestContext
-
Get a "new" reference of the scope instance.
- getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the regular expression.
- getRegistrations() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get an unmodifiable view of all component classes, for which a registration exists
(either class or instance based) in the component bag.
- getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
- getRel() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getRels() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getRequestCookies() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get any cookies that accompanied the message.
- getRequestScope() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getRequestScopedComponents() - Method in interface org.glassfish.jersey.internal.inject.ForeignRequestScopeBridge
-
Get me a set of classes that are managed outside of HK2
and should be treated as if HK2 request scoped.
- getRequiredQualifiers() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This is the set of required qualifiers for this injectee.
- getRequiredQualifiers() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getRequiredType() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This is the required type of the injectee.
- getRequiredType() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- getResolver() - Method in class org.glassfish.jersey.internal.inject.InjectionResolverBinding
-
Gets the injection resolver handled by this descriptor.
- getResourceAsStream(ClassLoader, Class<?>, String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Lookup resource by given name.
- getResourceBundle(Locale) - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Get the resource bundle of the given localization.
- getResourceBundle(Locale) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
- getResourceBundle(Locale) - Method in interface org.glassfish.jersey.internal.l10n.LocalizableMessageFactory.ResourceBundleSupplier
-
Gets the ResourceBundle.
- getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Tries to load resource bundle via OSGi means.
- getResourceBundle() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getResourceBundleName() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Get the name of the localization messages resource bundle.
- getResourceBundleName() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
- getResourceBundleName() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getResponseCookies() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get any new cookies set on the message.
- getRowKey() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the row key of this cell.
- getRuntimeType() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Mainly aimed to provide runtime type to abstract classes which extends this finder
- getRuntimeType() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- getRuntimeType() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getScope() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's optional scope.
- getScope() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's scope.
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the scope of the built contract provider model.
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider
-
- getScope() - Method in interface org.glassfish.jersey.model.Scoped
-
Get model component scope.
- getService() - Method in class org.glassfish.jersey.internal.inject.ClassBinding
-
Gets service' class.
- getService() - Method in class org.glassfish.jersey.internal.inject.InstanceBinding
-
Gets service' class.
- getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
- getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
The issue source.
- getSource() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter value source type.
- getSource() - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
-
- getSourceAnnotation() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter source annotation.
- getSourceName() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter source name, i.e.
- getStatus() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getStatusInfo() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getStringConstructorPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain constructor that has a single parameter of String.
- getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a multi-valued map representing outbound message headers with their values converted
to strings.
- getSubscription() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
-
Get reference to subscriber's Flow.Subscription.
- getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getSupplier() - Method in class org.glassfish.jersey.internal.inject.SupplierInstanceBinding
-
Gets supplier's instance.
- getSupplierClass() - Method in class org.glassfish.jersey.internal.inject.SupplierClassBinding
-
Gets supplier's class.
- getSupplierScope() - Method in class org.glassfish.jersey.internal.inject.SupplierClassBinding
-
Gets supplier's scope.
- getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Returns values of Content-Encoding header supported by this encoder.
- getSystemProperties() - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get system properties.
- getSystemProperty(String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get system property.
- getSystemProperty(String, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get system property.
- getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the template.
- getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
-
- getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI template as a String.
- getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the list of template variables for the template.
- getTerminationTimeout() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the provisioned thread pool executor termination time out (in milliseconds).
- getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getToken() - Method in class org.glassfish.jersey.message.internal.Token
-
- getType() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getType() - Method in class org.glassfish.jersey.model.Parameter
-
Get generic type information for the parameter.
- getTypeArgument(Type, int) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get a type argument at particular index for a parameterized type.
- getTypeArgumentAndClass(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the list of class-type pairs that represent the type arguments of a
parameterized input type.
- getTypeArguments(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the type arguments for a parameterized type.
- getTypeParameters() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method type parameters.
- getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Returns MediaType with wildcard in subtype.
- getUpdate() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getUriParts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get a collection of uri parts (static strings and dynamic arguments) as parsed by the parser.
- getUseParentHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue() - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
-
- getValue() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the value of this cell.
- getValue(Map<String, ?>, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Return value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Return value of a specified property.
- getValue(Map<String, ?>, String, T, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, String, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the value.
- getValueOf(T) - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
-
- getValueOfStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain the static valueOf(String ) method.
- getVersion() - Static method in class org.glassfish.jersey.internal.Version
-
Get Jersey version.
- getWaitingConsumerCount() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.
Returns an estimate of the number of consumers waiting to
dequeue elements via take or poll.
- getWorkers() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get context message body workers.
- getWorkQueue() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the work queue for the provisioned thread pool executor.
- getWrappedStream() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Get the wrapped input stream instance.
- getWrappedSubscriber() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
-
- getWriters(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with
a media type.
- getWritersModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getWritersModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter models that are suitable for the given type.
- GONE_410 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
410 Gone.
- GuardianStringKeyMultivaluedMap<V> - Class in org.glassfish.jersey.internal.util.collection
-
The
MultivaluedMap wrapper that is able to set guards observing changes of values represented by a key.
- GuardianStringKeyMultivaluedMap(MultivaluedMap<String, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- GZipEncoder - Class in org.glassfish.jersey.message
-
GZIP encoding support.
- GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
-
Initialize GZipEncoder.
- I_AM_A_TEAPOT_418 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
418 I'm a teapot.
- identity() - Static method in class org.glassfish.jersey.internal.guava.Equivalence
-
- identity() - Static method in class org.glassfish.jersey.process.internal.Stages
-
Get a chainable "identity" stage.
- IF_RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- IGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}].
- IGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}].
- ILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal configuration-file syntax.
- ILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal initial capacity: {0}.
- ILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal load factor: {0}.
- ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal provider-class name: {0}.
- IM_USED_226 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
226 IM used.
- immediateFailedFuture(Throwable) - Static method in class org.glassfish.jersey.internal.guava.Futures
-
Returns a ListenableFuture which has an exception set immediately
upon construction.
- immediateFuture(V) - Static method in class org.glassfish.jersey.internal.guava.Futures
-
Creates a ListenableFuture which has its value set immediately upon
construction.
- immutableCell(R, C, V) - Static method in class org.glassfish.jersey.internal.guava.Tables
-
Returns an immutable cell with the specified row key, column key, and
value.
- ImmutableCollectors - Class in org.glassfish.jersey.internal.util.collection
-
Set of convenient function regarding a collection immutability.
- ImmutableCollectors() - Constructor for class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
- ImmutableCommonConfig - Class in org.glassfish.jersey.model.internal
-
Immutable runtime configuration.
- ImmutableCommonConfig(CommonConfig, String) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Create new immutable copy of the original runtime configuration
with a custom modification error message.
- ImmutableCommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Create new immutable copy of the original runtime configuration.
- immutableCopy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get immutable copy of a component bag.
- immutableEntry(K, V) - Static method in class org.glassfish.jersey.internal.guava.Maps
-
Returns an immutable map entry with the specified key and value.
- ImmutableMultivaluedMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
-
- ImmutableMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
Creates a new ImmutableMultivaluedMap.
- immutableRef(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new immutable
Ref instance referencing the given
input value.
- in(Collection<? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Predicates
-
Returns a predicate that evaluates to true if the object reference
being tested is a member of the given collection.
- in(String) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Sets the binding's scope.
- in(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's scope.
- InboundMessageContext - Class in org.glassfish.jersey.message.internal
-
Base inbound message context implementation.
- InboundMessageContext(Configuration) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Create new inbound message context.
- InboundMessageContext(Configuration, boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Create new inbound message context.
- InboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Deprecated.
- InboundMessageContext(boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Deprecated.
- INCLUDE_ALL - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that accepts any contract provider model.
- InetAddresses - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to
InetAddress instances.
- Inflecting<DATA,RESULT> - Interface in org.glassfish.jersey.process.internal
-
Interface that is used to indicate that the instance provides an
Inflector.
- Inflector<DATA,RESULT> - Interface in org.glassfish.jersey.process
-
A generic interface for transforming data into a result.
- inflector() - Method in interface org.glassfish.jersey.process.internal.Inflecting
-
Get the inflector capable of transforming supplied data into a result.
- info(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- Info1xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.DynamicFeatureConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.FeatureConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.inject.ParamConverterConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
-
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
-
- initialize(InjectionManager) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- initialize(InjectionManager) - Method in interface org.glassfish.jersey.spi.ComponentProvider
-
Initializes the component provider with a reference to a injection manager
instance, which will get used in the application to manage individual components.
- inject(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Analyzes the given object and inject into its fields and methods.
- inject(Object, String) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
This will analyze the given object and inject into its fields and methods.
- Injectee - Interface in org.glassfish.jersey.internal.inject
-
An Injectee represents the point of injection.
- InjecteeImpl - Class in org.glassfish.jersey.internal.inject
-
An Injectee represents the point of injection.
- InjecteeImpl() - Constructor for class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot instantiate {0} class.
- INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot instantiate {0} class.
- INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not find a suitable constructor in {0} class.
- INJECTION_MANAGER_FACTORY_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
InjectionManagerFactory not found.
- INJECTION_MANAGER_NOT_PROVIDED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
InjectionManager is not provided.
- INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
InjectionManagerStrategy is not supported: {0}.
- InjectionManager - Interface in org.glassfish.jersey.internal.inject
-
Interface provides the communication API between Jersey and Dependency Injection provider.
- InjectionManagerFactory - Interface in org.glassfish.jersey.internal.inject
-
- InjectionManagerProvider - Class in org.glassfish.jersey
-
Utility class with static methods that extract
injection manager
from various JAX-RS components.
- InjectionManagerProvider() - Constructor for class org.glassfish.jersey.InjectionManagerProvider
-
- InjectionManagerSupplier - Interface in org.glassfish.jersey.internal.inject
-
- injectionResolver(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new injection resolver binding.
- InjectionResolver<T extends Annotation> - Interface in org.glassfish.jersey.internal.inject
-
This class allows users to provide a custom injection target for any annotation (including @Inject).
- InjectionResolverBinding<T extends InjectionResolver> - Class in org.glassfish.jersey.internal.inject
-
Class which has the fields containing the instance of
InjectionResolver and its a concrete type.
- Injections - Class in org.glassfish.jersey.internal.inject
-
Injection binding utility methods.
- Injections() - Constructor for class org.glassfish.jersey.internal.inject.Injections
-
- INPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Input stream has been closed.
- InputStreamProvider - Class in org.glassfish.jersey.message.internal
-
- InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
-
- install(AbstractBinder...) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
-
Adds all binding definitions from the binders to the binding configuration.
- INSTANCE - Static variable in class org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
-
Custom annotation instance to use for injection bindings and related queries.
- InstanceBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound directly as a specific instance.
- INSUFFICIENT_STORAGE_507 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
507 Insufficient Storage.
- integrationServerJvm() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
This method is executed from a server (Jetty for instance) during the integration test phase.
- integrationTestJvm() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.
- INTERNAL_SERVER_ERROR_500 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
500 Internal Server Error.
- InternalProperties - Class in org.glassfish.jersey.internal
-
Internal common (server/client) Jersey configuration properties.
- intersect(List<? extends MediaType>, List<? extends MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Determine if the two list of media types share a common
type-equal
sub-list.
- INVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid host name.
- INVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid port value.
- INVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
- InvalidCacheLoadException(String) - Constructor for exception org.glassfish.jersey.internal.guava.CacheLoader.InvalidCacheLoadException
-
- invoke(Closure<InputStream>) - Method in class org.glassfish.jersey.internal.util.Closing
-
- invoke(T) - Method in interface org.glassfish.jersey.internal.util.Closure
-
Invoke the closure on the data.
- IO_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
-
Value of the property indicates the buffer size to be used for I/O operations
on byte and character streams.
- IO_DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
-
The default buffer size (8192) for I/O operations on byte and character
streams.
- isAbsolute() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
Check whether or not the URI represented by this UriBuilder is absolute.
- isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.Parameter
-
- isArray(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Checks if the type is an array type.
- isArrayOfType(Type, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Checks if the type is an array of a given component type.
- isCancelled() - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
-
- isClosed() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Check if the committing output stream has been closed already.
- isClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Get the closed status of this input stream.
- isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Check if this thread pool executor provider has been
closed.
- isCommitted() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Determine whether the stream was already committed or not.
- isCommitted() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Returns true if the entity stream has been committed.
- isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
-
- isConstructorParameterIndicator() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method should return true if the annotation that indicates that this is an injection point can appear in the parameter
list of a constructor.
- isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the custom flag value.
- isDebugLoggable() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
Check if the debug level is loggable.
- isDerived() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Return flag value whether the MediaType was not defined by annotation and therefore was derived from
Message Body Providers.
- isDone() - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
-
- isEmpty() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Check if the underlying entity stream is empty.
- isEnabled(Feature) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isEnabled(Feature) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isEncoded() - Method in class org.glassfish.jersey.model.Parameter
-
If true, the injected parameter value should remain encoded.
- isFactory() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns
true if the injectee value is provided using
Supplier.
- isFactory() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- isFor(Class<?>) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Determine whether the Factory is for the given class to be instantiated.
- isGetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine whether a given method is getter.
- isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Checks whether the character c is hexadecimal character.
- isInitialized() - Method in interface org.glassfish.jersey.internal.util.collection.LazyUnsafeValue
-
Check if the lazy value has been initialized already (i.e.
- isInitialized() - Method in interface org.glassfish.jersey.internal.util.collection.LazyValue
-
Check if the lazy value has been initialized already (i.e.
- isJaxbAvailable() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns true iff JAX-B API is available on classpath.
- isJaxRsProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Returns true if given component class is a JAX-RS provider.
- isJaxRsServiceLoadingEnabled(Map<String, Object>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Check whether loading of JAX-RS services is allowed or not.
- isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
Test if a tracing support is enabled (according to propertiesDelegate setting) and
if event can be logged (according to event.level and threshold level set).
- isLoggable(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
-
Determine whether this provider is able to process a supplied exception instance.
- isMappedIPv4Address(String) - Static method in class org.glassfish.jersey.internal.guava.InetAddresses
-
Evaluates whether the argument is an "IPv4 mapped" IPv6 address.
- isMetaInfServicesEnabled(Map<String, Object>, RuntimeType) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
- isMethodParameterIndicator() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method should return true if the annotation that indicates that this is an injection point can appear in the parameter
list of a method.
- isNameBound() - Method in class org.glassfish.jersey.model.ContractProvider
-
- isNameBound() - Method in interface org.glassfish.jersey.model.NameBound
-
Check if the component is bound or not.
- isObservedAndReset(String) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
Return true when the value represented by the key has changed.
- isOptional() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns true if this injection point is annotated with VOptional.
- isOptional() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- isPackageLevelEntry(String, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Returns whether the given entry path is located directly in the provided package path.
- isPrimitive(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Check if the given type is a primitive type.
- isProperty(String) - Method in interface org.glassfish.jersey.ExtendedConfig
-
Get the value of the property with a given name converted to boolean.
- isProperty(String) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- isProperty(Map<String, Object>, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get the value of the property with a given name converted to boolean.
- isProperty(Object) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get the value of the property converted to boolean.
- isProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isProvider() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns true if the injectee value is provided using Provider.
- isProvider() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- isProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Returns true if the given component class is a provider (implements specific interfaces).
- isProxiable() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets information whether the service is proxiable.
- isProxiedForSameScope() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets information whether the service creates the proxy for the same scope.
- isPublic(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Return true iff the method is public.
- isPublic(Executable) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Return true iff the executable is public.
- isQualified() - Method in class org.glassfish.jersey.model.Parameter
-
Check if the parameter is qualified.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- isReadable(MessageBodyReader<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Safely invokes
isReadable method on the supplied provider.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
-
Safely invokes
isReadable method on the underlying provider.
- isRegistered(Object) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- isRegistered(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isRegistrable(Class<?>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Tests whether the provided
clazz can be registered by the implementation of the
InjectionManager.
- isSetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine whether a given method is setter.
- isShutdown() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
- isSubClassOf(Type, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Check if subType is a sub-type of superType.
- isSupportedContract(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Check if the given Java type is a Jersey-supported contract.
- isTemplate() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Returns true when this
UriPart is a template with a variable
- isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Ascertain if a template variable is a member of this
template.
- isUnsafeSupported() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
Returns true if sun.misc.Unsafe is present in the
current JDK version, or false otherwise.
- isUriInetAddress(String) - Static method in class org.glassfish.jersey.internal.guava.InetAddresses
-
Returns true if the supplied string is a valid URI IP string
literal, false otherwise.
- isWildcard(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Check if the given media type is a wildcard type.
- isWildcardSubType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Returns True if SubType of
MediaType was originally defined as wildcard.
- isWildcardType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Returns true if Type of
MediaType was originally defined as wildcard.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- isWriteable(MessageBodyWriter<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Safely invokes
isWriteable method on the supplied provider.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
-
Safely invokes
isWriteable method on the underlying provider.
- isXdkDocumentBuilderFactory(DocumentBuilderFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
-
Determines whether the given builderFactory is from XDK package or not.
- isXdkParserFactory(SAXParserFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
-
Determines whether the given SAX parserFactory is from XDK package or not.
- isXmlTransformAvailable() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns true iff javax.xml.transform package is available on classpath.
- iterator() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- iterator() - Method in class org.glassfish.jersey.internal.ServiceFinder
-
Returns discovered objects incrementally.
- Iterators - Class in org.glassfish.jersey.internal.guava
-
This class contains static utility methods that operate on or return objects
of type
Iterator.
- param(String, String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
-
- PARAM_CONVERTERS_THROW_IAE - Static variable in class org.glassfish.jersey.CommonProperties
-
- PARAM_CREATION_FACTORY_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
No ParamCreationFactory found for Parameter source {0}.
- PARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"{0}" parameter is null.
- ParamConverterConfigurator - Class in org.glassfish.jersey.internal.inject
-
- ParamConverterConfigurator() - Constructor for class org.glassfish.jersey.internal.inject.ParamConverterConfigurator
-
- ParamConverterFactory - Class in org.glassfish.jersey.internal.inject
-
- ParamConverterFactory(Set<ParamConverterProvider>, Set<ParamConverterProvider>) - Constructor for class org.glassfish.jersey.internal.inject.ParamConverterFactory
-
- ParamConverters - Class in org.glassfish.jersey.internal.inject
-
- ParamConverters() - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters
-
- ParamConverters.AggregatedProvider - Class in org.glassfish.jersey.internal.inject
-
- ParamConverters.CharacterProvider - Class in org.glassfish.jersey.internal.inject
-
- ParamConverters.DateProvider - Class in org.glassfish.jersey.internal.inject
-
- ParamConverters.OptionalCustomProvider - Class in org.glassfish.jersey.internal.inject
-
- ParamConverters.OptionalProvider - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter that produce the OptionalInt, OptionalDouble
or OptionalLong instance.
- ParamConverters.StringConstructor - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter that produce the target Java type instance
by invoking a single
String parameter constructor on the target type.
- ParamConverters.TypeFromString - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter that produce the target Java type instance
by invoking a static
fromString(String) method on the target type.
- ParamConverters.TypeFromStringEnum - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter that produce the target Java
enum type instance
by invoking a static
fromString(String) method on the target enum type.
- ParamConverters.TypeValueOf - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter that produce the target Java type instance
by invoking a static
valueOf(String) method on the target type.
- Parameter - Class in org.glassfish.jersey.model
-
- Parameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.model.Parameter
-
- Parameter.ParamAnnotationHelper<T extends Annotation> - Interface in org.glassfish.jersey.model
-
- Parameter.ParamCreationFactory<PARAMETER extends Parameter> - Interface in org.glassfish.jersey.model
-
A factory service to found in a runtime to be used to instantiate the given
Parameter class.
- Parameter.ParameterService - Class in org.glassfish.jersey.model
-
- Parameter.Source - Enum in org.glassfish.jersey.model
-
Parameter injection sources type.
- ParameterizedHeader - Class in org.glassfish.jersey.message.internal
-
A general parameterized header.
- ParameterizedHeader(String) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Create a parameterized header from given string value.
- ParameterizedHeader(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
-
- ParameterService() - Constructor for class org.glassfish.jersey.model.Parameter.ParameterService
-
- ParameterServiceProvider - Interface in org.glassfish.jersey.model.internal.spi
-
Implementation of this service is used by any Parameter implementation
to overcome the inheritance of static methods.
- parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- parseCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
-
- parseCookies(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
-
- parseNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
-
- parseVersion(String) - Static method in class org.glassfish.jersey.internal.util.JdkVersion
-
- PARTIAL_CONTENT_206 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
206 Partial Content.
- PARTIAL_ORDER_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
A comparator for media types, that implements the "partial order" defined in the resource matching algorithm
section of the JAX-RS specification, except that this comparator is "inverted" so that it allows for natural
sorting in Java collections, where "lower" values are put to the front of a collection.
- path(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(Class) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(Class, String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(Method) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- PathPattern - Class in org.glassfish.jersey.uri
-
A path pattern that is a regular expression generated from a URI path
template.
- PathPattern(String) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
- PathPattern(PathTemplate) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
- PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with a right hand path pattern.
- PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with a right hand path pattern.
- PathPattern.RightHandPath - Enum in org.glassfish.jersey.uri
-
The set of right hand path patterns that may be appended to a path
pattern.
- PathTemplate - Class in org.glassfish.jersey.uri
-
A URI template for a URI path.
- PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
-
Create a URI path template and encode (percent escape) any characters of
the template that are not valid URI characters.
- PatternWithGroups - Class in org.glassfish.jersey.uri
-
A pattern for matching a string against a regular expression
and returning capturing group values for any capturing groups present in
the expression.
- PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct an empty pattern.
- PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PAYMENT_REQUIRED_402 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
402 Payment Required.
- peek() - Method in interface org.glassfish.jersey.internal.guava.PeekingIterator
-
Returns the next element in the iteration, without advancing the iteration.
- peekingIterator(Iterator<? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns a PeekingIterator backed by the given iterator.
- PeekingIterator<E> - Interface in org.glassfish.jersey.internal.guava
-
An iterator that supports a one-element lookahead while iterating.
- percentEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.internal.UriPart
-
Percent encode the given text
- PerLookup - Annotation Type in org.glassfish.jersey.internal.inject
-
PerLookup is the scope for objects that are created every time they are looked up.
- PERMANENT_REDIRECT_308 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
308 Permanent Redirect.
- PerThread - Annotation Type in org.glassfish.jersey.internal.inject
-
PerThread is a scope that operates like Singleton scope, except on a per-thread basis.
- port(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- POST_ENTITY_CODER - Static variable in class org.glassfish.jersey.JerseyPriorities
-
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors.
- postInit(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
-
Post-initialization method can get services from
InjectionManager and is not able to register the new one because
injection manager is already completed.
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
-
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
-
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
-
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
-
- PRECONDITION_FAILED_412 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
412 Precondition Failed.
- PRECONDITION_REQUIRED_428 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
428 Precondition Required.
- Preconditions - Class in org.glassfish.jersey.internal.guava
-
Static convenience methods that help a method or constructor check whether it was invoked
correctly (whether its preconditions have been met).
- preDestroy(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Analyzes the given object and call the preDestroy method.
- preDestroy() - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
-
- preDestroy() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Container pre-destroy handler method.
- preDestroy() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Container pre-destroy handler method.
- Predicates - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to Predicate instances.
- Pretty - Class in org.glassfish.jersey.internal.util
-
Utility class to print the variety of types, useful in toString method.
- PrimitiveMapper - Class in org.glassfish.jersey.internal.inject
-
Utility class that maps the primitive types to their respective classes as well
as the default values as defined by the JAX-RS specification.
- Primitives - Class in org.glassfish.jersey.internal.guava
-
Contains static utility methods pertaining to primitive types and their
corresponding wrapper types.
- primitiveToClassMap - Static variable in class org.glassfish.jersey.internal.inject.PrimitiveMapper
-
- primitiveToDefaultValueMap - Static variable in class org.glassfish.jersey.internal.inject.PrimitiveMapper
-
- proceed() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
Starts the interceptor chain execution.
- proceed() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
Starts the interceptor chain execution.
- process(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given producer task and gather errors.
- process(Callable<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given callable task and gather messages.
- process(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given task and gather messages.
- process(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Run the data through a chain of stages identified by the root stage.
- process(DATA, Stage<DATA>, Ref<T>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Run the data through a chain of stages identified by the root stage.
- PROCESSING_102 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
102 Processing.
- processWithException(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given producer task and gather messages.
- processWithException(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given task and gather messages.
- Producer<T> - Interface in org.glassfish.jersey.internal.util
-
This interface extends
Callable interface but removes the
exception from
call declaration.
- producesFromProviders() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
- PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Deprecated property name "{0}" usage was found.
- PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There is no way how to transform value "{0}" [{1}] to type [{2}].
- PropertiesClass - Annotation Type in org.glassfish.jersey.internal.util
-
Marker annotation for property classes.
- PropertiesDelegate - Interface in org.glassfish.jersey.internal
-
TODO: javadoc.
- PropertiesHelper - Class in org.glassfish.jersey.internal.util
-
Helper class containing convenience methods for reading
org.glassfish.jersey.server.ResourceConfig and
Configuration properties.
- PropertiesResolver - Interface in org.glassfish.jersey.internal
-
- Property - Annotation Type in org.glassfish.jersey.internal.util
-
Marker annotation for static fields that represent property names.
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- PROPERTY_NAME - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
-
TracingLogger instance is placed in request context properties under this name.
- PropertyAlias - Annotation Type in org.glassfish.jersey.internal.util
-
Marker annotation for static fields that represent property name aliases.
- providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the provided Java type.
- provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the modelled entity provider instance.
- PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class {0} implementing provider {1} could not be loaded: {2}
- PROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class {0} implementing provider {1} could not be instantiated: {2}
- PROVIDER_DEFAULT_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
Disable some of the default providers from being loaded.
- PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class {0} implementing the provider {1} is not found.
- ProviderBinder - Class in org.glassfish.jersey.internal.inject
-
Class used for registration of the custom providers into injection manager.
- ProviderBinder(InjectionManager) - Constructor for class org.glassfish.jersey.internal.inject.ProviderBinder
-
Create new provider binder instance.
- Providers - Class in org.glassfish.jersey.internal.inject
-
Utility class providing a set of utility methods for easier and more type-safe
interaction with an injection layer.
- ProvidersConfigurator() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
-
- proxy(boolean) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds information about proxy creation.
- PROXY_AUTHENTICATE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- PROXY_AUTHENTICATION_INFO - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
407 Proxy Authentication Required.
- PROXY_AUTHORIZATION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- PROXY_CONNECTION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- proxyForSameScope(boolean) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds information about proxy creation when the service is in the same scope.
- pType(ParameterizedType) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Prints a pretty parameterized type.
- publish(T) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Publishes the given item to all current subscribers by invoking its onNext() method using Executor
provided as constructor parameter (or the default Executor if not provided).
- put(K, V) - Method in interface org.glassfish.jersey.internal.guava.Cache
-
Associates value with key in this cache.
- put(K, V) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Stores a key-value pair in this multimap.
- put(R, C, V) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Associates the specified value with the specified keys.
- put(ByteBuffer) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
Put the ByteBuffer to the internal queue to be available for reading from the stream.
- put(String, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- put(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- put(K, V) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class org.glassfish.jersey.internal.util.collection.LRU
-
Associates value with key in this cache.
- putAll(K, Iterable<? extends V>) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Stores a key-value pair in this multimap for each of values, all
using the same key, key.
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Copies all mappings from the specified table to this table.
- putAll(Map<? extends String, ? extends List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- putAll(Map<? extends K, ? extends List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Copies all of the mappings from the specified map to this map
These mappings will replace any mappings that
this map had for any of the keys currently in the specified map.
- putSingle(String, V) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- putSingle(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- ranked(int) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Sets the binding's rank.
- ranked(int) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's rank.
- RankedComparator<T> - Class in org.glassfish.jersey.model.internal
-
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase
(
Configuration) in
ranked provider.
- RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
-
- RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
-
- RankedComparator.Order - Enum in org.glassfish.jersey.model.internal
-
Defines which ordering should be used for sorting.
- RankedProvider<T> - Class in org.glassfish.jersey.model.internal
-
Jersey ranked provider model.
- RankedProvider(T) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new RankedProvider instance.
- RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new RankedProvider instance for given provider with specific rank (> 0).
- RankedProvider(T, int, Set<Type>) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new RankedProvider instance for given provider with specific rank (> 0).
- rawClass() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
-
Get the raw class of the
type.
- read() - Method in class org.glassfish.jersey.internal.guava.Ticker
-
Returns the number of nanoseconds elapsed since this ticker's fixed
point of reference.
- read() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- read(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- readAcceptLanguage(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptToken(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readCookies(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Read a date.
- readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readEntity(Class<T>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- ReaderInterceptorExecutor - Class in org.glassfish.jersey.message.internal
-
Represents reader interceptor chain executor for both client and server side.
- ReaderModel - Class in org.glassfish.jersey.message
-
- ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
-
Create new reader model instance.
- ReaderProvider - Class in org.glassfish.jersey.message.internal
-
- ReaderProvider() - Constructor for class org.glassfish.jersey.message.internal.ReaderProvider
-
- readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Convert a map media type to list of message body readers to a string.
- ReaderWriter - Class in org.glassfish.jersey.message.internal
-
A utility class for reading and writing using byte and character streams.
- readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
-
- readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
-
- readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
-
- readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
-
- readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
-
- readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
- readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
- readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the bytes of an input stream and convert to a string.
- readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the characters of a reader and convert to a string.
- readMatchingEntityTag(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readMediaTypes(List<MediaType>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readParameters(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readParameters(HttpHeaderReader, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualityFactor(CharSequence) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualityFactorParameter(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualitySourceMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME use somewhere in production code or remove.
- readQualitySourceMediaType(String[]) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readStringList(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- redactHeaders(Collection<String>) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
-
- Redirect3xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
- Ref<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A possibly mutable value reference.
- referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Get a new reference for to currently running request scope context.
- referenceFactory() - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Get a reference factory providing an empty reference.
- referenceFactory(T) - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Get a reference factory providing an initialized reference.
- ReferencingFactory<T> - Class in org.glassfish.jersey.internal.inject
-
Factory that provides injection of the referenced instance.
- ReferencingFactory(Provider<Ref<T>>) - Constructor for class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Create new referencing injection factory.
- REFERER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- ReflectionHelper - Class in org.glassfish.jersey.internal.util
-
Utility methods for Java reflection.
- ReflectionHelper.DeclaringClassInterfacePair - Class in org.glassfish.jersey.internal.util
-
A tuple consisting of a concrete class and a declaring class that declares a
generic interface type.
- Refs - Class in org.glassfish.jersey.internal.util.collection
-
A collection of
reference factory & utility methods.
- register(Binding) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers one bean represented using fields in the provided descriptor.
- register(Iterable<Binding>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers a collection of beans represented using fields in the provided descriptors.
- register(Binder) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers beans which are included in
Binder.
- register(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers a provider.
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class using a given registration strategy.
- register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider with an explicitly specified binding priority.
- register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component using a given registration strategy.
- register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider with an explicitly specified binding priority.
- register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- registerExecutorBindings(InjectionManager) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
- registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
- registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
-
- registerFeatures(Collection<Class<T>>, BootstrapBag) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
-
Allows feature registration as part of autoDiscoverables list
- registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
-
Register an object for invocation of its PreDestroy method.
- rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
-
- relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Relativize URI with respect to a base URI.
- release() - Method in interface org.glassfish.jersey.process.internal.RequestContext
-
Release a single reference to the current request scope instance.
- release(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Releases the provided
RequestContext to thread-local variable belonging to current request scope.
- reload(K, V) - Method in class org.glassfish.jersey.internal.guava.CacheLoader
-
Computes or retrieves a replacement value corresponding to an already-cached key.
- RemovalCause - Enum in org.glassfish.jersey.internal.guava
-
The reason why a cached entry was removed.
- remove(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- remove(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Removes a single key-value pair with the key key and the value
value from this multimap, if such exists.
- remove() - Method in interface org.glassfish.jersey.internal.guava.PeekingIterator
- remove(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Removes the mapping, if any, associated with the given keys.
- remove() - Method in class org.glassfish.jersey.internal.guava.UnmodifiableIterator
-
- remove(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Remove item from the cache.
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Removes the mapping for this key from this map if present.
- remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Remove a header.
- removeAll(Collection<?>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- removeAll(Iterator<?>, Collection<?>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Traverses an iterator and removes every element that belongs to the
provided collection.
- removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
-
Removes all values associated with the key key.
- removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Removes all values associated with the key key.
- removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Removes all values associated with the key key.
- removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Removes all values associated with a given key.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Returns true if this map should remove its eldest entry.
- removeHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- removeIf(Iterator<T>, Predicate<? super T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Removes every element that satisfies the provided predicate from the
iterator.
- removeProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- removeProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Removes a property with the given name from the current request/response
exchange context.
- removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- RenderedImageProvider - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling of graphical image data represented as
image/*, application/x-www-form-urlencoded entity types to
rendered and from
rendered or
buffered image instance.
- RenderedImageProvider() - Constructor for class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- replaceHeaders(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Replace all headers.
- replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replacePath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- request(long) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscription
-
Adds the given number n of items to the current
unfulfilled demand for this subscription.
- REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
413 Request Entity Too Large.
- REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
431 Request Header Fields Too Large.
- REQUEST_TIMEOUT_408 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
408 Request Timeout.
- REQUEST_URI_TOO_LONG_414 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
414 Request-URI Too Long.
- RequestContext - Interface in org.glassfish.jersey.process.internal
-
Wrapper for externally provided request context data.
- REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
416 Requested Range Not Satisfiable.
- RequestScope - Class in org.glassfish.jersey.process.internal
-
Scopes a single request/response processing execution on a single thread.
- RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
-
- RequestScope.RequestScopeConfigurator - Class in org.glassfish.jersey.process.internal
-
- RequestScopeConfigurator() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
-
- RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
-
Request scope binding annotation.
- RequestSpecificConsumesProducesAcceptor<MethodRouting> - Class in org.glassfish.jersey.internal.routing
-
A
Comparable concrete request content-type, accept header, and a methodRouting triplet
- RequestSpecificConsumesProducesAcceptor(CombinedMediaType, CombinedMediaType, boolean, MethodRouting) - Constructor for class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
- requireNonNull(Object, Type) - Static method in class org.glassfish.jersey.internal.BootstrapBag
-
Check whether the value is not
null that means that the proper
BootstrapConfigurator has not been configured
or in a wrong order.
- reset() - Static method in class org.glassfish.jersey.internal.Errors
-
Removes all issues that have been added since the last marked position as well as
removes the last mark.
- reset() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- RESET_CONTENT_205 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
205 Reset Content.
- resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
-
- resolve(Injectee) - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method will return the object that should be injected into the given injection point.
- resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
-
- resolve(Object, UriComponent.Type, boolean) - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Returns the resolved template variable when the value object is passed
- resolve(URI, String) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolve a relative URI reference against a base URI as defined in
RFC 3986.
- resolve(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolve a relative URI reference against a base URI as defined in
RFC 3986.
- resolveGenericType(Class, Class, Class, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Resolve generic type parameter(s) of a raw class and it's generic type
based on the class that declares the generic type parameter(s) to be resolved
and a concrete implementation of the declaring class.
- resolveProperty(String, Class<T>) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
-
Resolve a property value for the specified property name.
- resolveProperty(String, T) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
-
Resolve a property value for the specified property name.
- resolveTemplate(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolves template variables in the given template from _mapValues.
- resolveTypeVariable(Class<?>, Class<?>, TypeVariable) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Given a type variable resolve the Java class of that variable.
- RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Response is closed.
- ResponseStatus - Class in org.glassfish.jersey.http
-
This is a list of Hypertext Transfer Protocol (HTTP) response status codes.
- ResponseStatus() - Constructor for class org.glassfish.jersey.http.ResponseStatus
-
- ResponseStatus.ClientError4xx - Class in org.glassfish.jersey.http
-
4xx client error status codes - the request contains bad syntax or cannot be fulfilled.
- ResponseStatus.Info1xx - Class in org.glassfish.jersey.http
-
1xx informational status codes - request received, continuing process
- ResponseStatus.Redirect3xx - Class in org.glassfish.jersey.http
-
3xx redirection status codes - further action must be taken in order to complete the request.
- ResponseStatus.ServerError5xx - Class in org.glassfish.jersey.http
-
5xx server error status codes - the server failed to fulfill an apparently valid request.
- ResponseStatus.Success2xx - Class in org.glassfish.jersey.http
-
2xx success status codes - the action was successfully received, understood, and accepted.
- result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Get the data processing result.
- resume(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Resumes the provided
RequestContext to thread-local variable belonging to current request scope.
- retainAll(Collection<?>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
-
Retrieve the SSL context configuration from the supplied properties.
- retrieve() - Method in class org.glassfish.jersey.SslConfigurator
-
Retrieve the SSL context configuration from the system properties.
- reverse() - Method in class org.glassfish.jersey.internal.guava.Ordering
-
- row(R) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a view of all mappings that have the given row key.
- rowKeySet() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a set of row keys that have one or more values in the table.
- rowMap() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a view that associates each row key with the corresponding map from
column keys to values.
- runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task in the new request scope.
- runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task in the new request scope.
- runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task in the new request scope.
- RuntimeDelegateDecorator - Class in org.glassfish.jersey.internal
-
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
- RuntimeDelegateDecorator() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateDecorator
-
- runtimeDelegateDecorator - Variable in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
- RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
-
- RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
-
- safelyClose(Closeable) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Safely close a closeable, without throwing an exception.
- SaxHelper - Class in org.glassfish.jersey.internal.util
-
Common helper methods for SAX parsers.
- SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
- ScheduledExecutorServiceProvider - Interface in org.glassfish.jersey.spi
-
An extension contract for providing pluggable scheduled executor service providers to be used by
Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a
Jersey runtime processing task.
- ScheduledThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
-
- ScheduledThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Create a new instance of the scheduled thread pool executor provider.
- ScheduledThreadPoolExecutorProvider(String, Configuration) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Create a new instance of the scheduled thread pool executor provider.
- scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Change contract provider scope.
- Scoped - Interface in org.glassfish.jersey.model
-
Scoped Jersey application model component.
- securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the SSLContext protocol.
- SEE_OTHER_303 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
303 See Other.
- segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- selectVariant(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select the representation variant that best matches the request.
- selectVariants(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select possible representation variants in order in which they best matches the request.
- separator(String) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
-
- SERVER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- ServerError5xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
- service(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new class-based service binding.
- service(GenericType<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- service(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new instance-based service binding.
- SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
503 Service Unavailable.
- serviceAsContract(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new class-based service binding.
- serviceAsContract(GenericType<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- serviceAsContract(Type) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- serviceAsContract(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new instance-based service binding.
- ServiceConfigurationError - Error in org.glassfish.jersey.internal
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceFinder<T> - Class in org.glassfish.jersey.internal
-
A simple service-provider lookup mechanism.
- ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.jersey.internal
-
The default service iterator provider that looks up provider classes in
META-INF/services files.
- ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.jersey.internal
-
Supports iteration of provider instances or classes.
- ServiceFinderBinder<T> - Class in org.glassfish.jersey.internal
-
Simple ServiceFinder injection binder.
- ServiceFinderBinder(Class<T>, Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.ServiceFinderBinder
-
Create a new service finder injection binder.
- ServiceHolder<T> - Interface in org.glassfish.jersey.internal.inject
-
Implementation of this class is used as a holder for service instance from
InjectionManager along with other information about the provided service.
- ServiceHolderImpl<T> - Class in org.glassfish.jersey.internal.inject
-
Implementation of the instance keeper which kept the instance of the class from
InjectionManager and the other information about this instance.
- ServiceHolderImpl(T, Set<Type>) - Constructor for class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
Creates a new instance of the service holder which keeps the concrete instance and its additional information.
- ServiceHolderImpl(T, Class<T>, Set<Type>, int) - Constructor for class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
Creates a new instance of the service holder which keeps the concrete instance and its additional information.
- ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
- set(V) - Method in class org.glassfish.jersey.internal.guava.SettableFuture
-
Sets the value of this future.
- set(E) - Method in class org.glassfish.jersey.internal.guava.UnmodifiableListIterator
-
- set(T) - Method in interface org.glassfish.jersey.internal.util.collection.Settable
-
Set a new value.
- setAccessibleMethodPA(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to set a method to be accessible.
- setAutoDiscoverables(List<AutoDiscoverable>) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- setConfiguration(Configuration) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setContextClassLoaderPA(ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to set the actual context class loader.
- setContextResolvers(ContextResolvers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setDaemon(boolean) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Sets daemon or not for new threads created with this ThreadFactory.
- setDefaultNext(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
-
- setDefaultNext(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.ChainableStage
-
Set the default next stage that should be returned from this
stage after it has been invoked by default.
- setDiffView(Set<? extends E>, Set<? extends E>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
-
Create a view of a difference of provided sets.
- setEntity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the annotations attached to the entity.
- setEntityStream(InputStream) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new entity output stream.
- setEntityType(Type) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the message entity type information.
- setException(Throwable) - Method in class org.glassfish.jersey.internal.guava.SettableFuture
-
Sets the future to having failed with the given exception.
- setExceptionMappers(ExceptionMappers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setFactory(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets a flag whether the injectee is a factory.
- setFilter(Filter) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- setGuard(String) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
Observe changes of a value represented by the key.
- setInjecteeClass(Class<?>) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets type of the injectee.
- setInjecteeDescriptor(ForeignDescriptor) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the descriptor for this Injectee.
- setInputStream(InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Register the service iterator provider to iterate on provider instances
or classes.
- setLevel(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- setManagedObjectsFinalizer(ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the message content media type.
- setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- SetMultimap<K,V> - Interface in org.glassfish.jersey.internal.guava
-
A Multimap that cannot hold duplicate key-value pairs.
- setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- setNameFormat(String) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
- setOptional(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets whether or not this Injectee should be considered optional.
- setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- setParent(AnnotatedElement) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
This setter sets both the parent and the injecteeClass fields.
- setParent(Logger) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- setParentClassScope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the scope in which the parent class is registered.
- setPosition(int) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the position of this Injectee.
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Set the configured properties to the provided map of properties.
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- setProperty(String, Object) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- setProperty(String, Object) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Binds an object to a given property name in the current request/response
exchange context.
- setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- setProvider(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets a flag whether the injectee is a provider.
- setQueryParamStyle(JerseyQueryParamStyle) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- setRequestScope(RequestScope) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setRequiredQualifiers(Set<Annotation>) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the required qualifiers for this Injectee.
- setRequiredType(Type) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the required type of this Injectee.
- Sets - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to
Set instances.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Set the buffering output stream provider.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a stream provider callback.
- Settable<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A generic settable value container.
- SettableFuture<V> - Class in org.glassfish.jersey.internal.guava
-
- setThreadFactory(ThreadFactory) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Sets the backing
ThreadFactory for new threads created with this
ThreadFactory.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
- setUnionView(Set<? extends E>, Set<? extends E>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
-
Create a view of an union of provided sets.
- setUseParentHandlers(boolean) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- setValue(V) - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
-
- setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Set context message body workers.
- setWrappedStream(InputStream) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Set the wrapped input stream instance.
- severe(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- Severity - Enum in org.glassfish.jersey
-
Common severity.
- shutdown() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
- shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- SimpleNamespaceResolver - Class in org.glassfish.jersey.internal.util
-
Simple namespace resolver which resolves one predefined namespace.
- SimpleNamespaceResolver(String, String) - Constructor for class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
-
Create a new instance of the namespace resolver initialized with the
fixed prefix and URI that the resolver will be capable to resolve.
- singleHeader(String, Class<T>, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get a single typed header value.
- singleHeader(String, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get a single typed header value for Inbound messages
- SINGLETON - Static variable in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
-
- singletonIterator(T) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns an iterator containing only value.
- size() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- size(Iterator<?>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns the number of elements remaining in iterator.
- size() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns the number of key-value pairs in this multimap.
- size() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns the number of row key / column key / value mappings in the table.
- size() - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Returns the size of the cache
- size() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- size() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- size() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns the number of key-value mappings in this map.
- skip(long) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- SLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Slow Subscriber.
- SOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There are some request headers that have not been sent by connector [{0}].
- SonarJerseyCommon - Class in org.glassfish.jersey.internal.sonar
-
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
- SonarJerseyCommon() - Constructor for class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
- SortedSetMultimap<K,V> - Interface in org.glassfish.jersey.internal.guava
-
A
SetMultimap whose set of values for a given key are kept sorted;
that is, they comprise a
SortedSet.
- sortRankedProviders(RankedComparator<T>, Iterable<RankedProvider<T>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
- SourceProvider - Class in org.glassfish.jersey.message.internal
-
- SourceProvider() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider
-
- SourceProvider.DomSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling
DOMSource instances.
- SourceProvider.SaxSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for un-marshalling
SAXSource instances.
- SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
-
Provider for marshaling
Source instances.
- SourceProvider.StreamSourceReader - Class in org.glassfish.jersey.message.internal
-
- SourceWriter(Provider<SAXParserFactory>, Provider<TransformerFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- SSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error creating SSL context (algorithm not supported).
- SSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing SSL context (operation failed).
- SSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (algorithm not supported).
- SSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (operation failed).
- SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"byte array based"
- SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"provider based"
- SSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Neither key password nor key store password has been set for {0} key store.
- SSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (provider not registered).
- SSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (unrecoverable key).
- SSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot load key store certificates.
- SSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot find key store file "{0}".
- SSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (implementation not available).
- SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (algorithm to check key store integrity not found).
- SSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error loading key store from file "{0}".
- SSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (provider not registered).
- SSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (algorithm not supported).
- SSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (operation failed).
- SSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (provider not registered).
- SSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot load trust store certificates.
- SSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot find trust store file "{0}".
- SSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (implementation not available).
- SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (algorithm to check trust store integrity not found).
- SSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error loading trust store from file "{0}".
- SSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (provider not registered).
- SslConfigurator - Class in org.glassfish.jersey
-
Utility class, which helps to configure
SSLContext instances.
- Stage<DATA> - Interface in org.glassfish.jersey.process.internal
-
Data processing stage that can be used to create dynamic data processing chains.
- Stage.Builder<DATA> - Interface in org.glassfish.jersey.process.internal
-
Linear stage chain builder.
- Stage.Continuation<DATA> - Class in org.glassfish.jersey.process.internal
-
Data processing stage continuation.
- Stages - Class in org.glassfish.jersey.process.internal
-
A stage-related collection of utility methods.
- Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
-
Linked linear stage implementation.
- start() - Method in class org.glassfish.jersey.internal.guava.Stopwatch
-
Starts the stopwatch.
- status(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- status(int, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- Statuses - Class in org.glassfish.jersey.message.internal
-
- Stopwatch - Class in org.glassfish.jersey.internal.guava
-
An object that measures elapsed time in nanoseconds.
- STREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider is not defined.
- StreamingOutputProvider - Class in org.glassfish.jersey.message.internal
-
- StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- StreamSourceReader() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- STRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
String is null.
- StringBuilderUtils - Class in org.glassfish.jersey.message.internal
-
- StringHeaderProvider - Class in org.glassfish.jersey.message.internal
-
- StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
-
- StringIgnoreCaseKeyComparator - Class in org.glassfish.jersey.internal.util.collection
-
Case insensitive String key comparator.
- StringIgnoreCaseKeyComparator() - Constructor for class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
-
- StringKeyIgnoreCaseMultivaluedMap<V> - Class in org.glassfish.jersey.internal.util.collection
-
Multivalued map with String keys that are compared with each other using the case insensitive method.
- StringKeyIgnoreCaseMultivaluedMap() - Constructor for class org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap
-
- stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Strips any quality parameters, i.e.
- SubmissionPublisher<T> - Class in org.glassfish.jersey.internal.jsr166
-
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed.
- SubmissionPublisher - Class in org.glassfish.jersey.internal.jsr166
-
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed.
- SubmissionPublisher(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the given Executor for
async delivery to subscribers, with the given maximum buffer size
for each subscriber, and, if non-null, the given handler invoked
when any Subscriber throws an exception in method
onNext.
- SubmissionPublisher(Executor, int) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the given Executor for
async delivery to subscribers, with the given maximum buffer size
for each subscriber, and no handler for Subscriber exceptions in
method
onNext.
- SubmissionPublisher() - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the
ForkJoinPool#commonPool() for async delivery to subscribers
(unless it does not support a parallelism level of at least two,
in which case, a new Thread is created to run each task), with
maximum buffer capacity of
Flow.defaultBufferSize(), and no
handler for Subscriber exceptions in method
onNext.
- SubmissionPublisherFactory - Class in org.glassfish.jersey.internal.jsr166
-
Factory creating JDK8 compatible SubmissionPublisher (Jdk8SubmissionPublisher) or JDK 9+ SubmissionPublisher
- SubmissionPublisherFactory - Class in org.glassfish.jersey.internal.jsr166
-
Factory creating JDK8 compatible SubmissionPublisher (Jdk8SubmissionPublisher) or JDK 9+ SubmissionPublisher
- SubmissionPublisherFactory() - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
-
- submit(T) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Publishes the given item to each current subscriber by
asynchronously invoking its
onNext method, blocking uninterruptibly while resources for any
subscriber are unavailable.
- submit(T) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Publishes the given item to each current subscriber by
asynchronously invoking its
onNext method, blocking uninterruptibly while resources for any
subscriber are unavailable.
- SubmittableFlowPublisher<T> - Interface in org.glassfish.jersey.internal.jsr166
-
A
Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed.
- subscribe(Flow.Subscriber<? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Publisher
-
Adds the given Subscriber if possible.
- subscribe(Flow.Subscriber<? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Adds the given Subscriber unless already subscribed.
- subscribe(Flow.Subscriber<? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Adds the given Subscriber unless already subscribed.
- subscribe(Flow.Subscriber<? super T>) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
- SubscriberWrapper(Flow.Subscriber<? super T>) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
-
- subSet(E, E) - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
-
- Success2xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
- supplier(Class<? extends Supplier<T>>, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier class-based service binding.
- supplier(Class<? extends Supplier<T>>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier class-based service binding.
- supplier(Supplier<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier instance-based service binding.
- SupplierClassBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.
- SupplierInstanceBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CookieProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.DateProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LinkProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.UriProvider
-
- supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
-
Ascertain if the Provider supports a particular type.
- suspend(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Executes the action when the request scope comes into suspended state.
- suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
101 Switching Protocols.
- SYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not read system properties
- SystemPropertiesConfigurationModel - Class in org.glassfish.jersey.internal.config
-
The External Configuration Model that supports System properties.
- SystemPropertiesConfigurationModel(List<String>) - Constructor for class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
- systemTicker() - Static method in class org.glassfish.jersey.internal.guava.Ticker
-
- Table<R,C,V> - Interface in org.glassfish.jersey.internal.guava
-
A collection that associates an ordered pair of keys, called a row key and a
column key, with a single value.
- Table.Cell<R,C,V> - Interface in org.glassfish.jersey.internal.guava
-
Row key / column key / value triplet corresponding to a mapping in a table.
- Tables - Class in org.glassfish.jersey.internal.guava
-
Provides static methods that involve a Table.
- tag(EntityTag) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- tag(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- tailSet(E) - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
-
- TE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- TEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
One or more of template keys or values are null.
- TEMPLATE_VALUE_PATTERN - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Default URI template value regexp pattern.
- TEMPLATE_VALUE_PATTERN_MULTI - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
- TEMPORARY_REDIRECT_307 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
307 Temporary Redirect.
- theMostSpecificTypeOf(Set<Type>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine the most specific type from given set.
- THREAD_FACTORY - Static variable in class org.glassfish.jersey.CommonProperties
-
Defines the
ThreadFactory to be used by internal default Executor Services.
- THREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Thread pool executor provider has been closed.
- ThreadFactoryBuilder - Class in org.glassfish.jersey.internal.guava
-
- ThreadFactoryBuilder() - Constructor for class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
- ThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
-
- ThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Create a new instance of the thread pool executor provider.
- ThreadPoolExecutorProvider(String, Configuration) - Constructor for class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Create a new instance of the thread pool executor provider.
- threadSafe() - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new empty mutable thread-safe
Ref instance.
- threadSafe(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new mutable thread-safe
Ref instance referencing the given
input value.
- throwing(E) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
- throwing(String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- throwWhenNoTemplateArg() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
- Ticker - Class in org.glassfish.jersey.internal.guava
-
A time source; returns a time value representing the number of nanoseconds elapsed since some
fixed but arbitrary point in time.
- timestamp(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
- title(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
-
- to(Collection<Class<? super T>>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contracts.
- to(Class<? super T>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contract.
- to(GenericType<?>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contract.
- to(Type) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contract.
- to(Function<DATA, DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
-
Add a transformation function as a next stage to the stage chain.
- to(ChainableStage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
-
- toArray() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- toArray(T[]) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
- toArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
-
Returns discovered objects all at once.
- toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
-
Returns discovered classes all at once.
- toImmutableLinkedSet() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
- toImmutableList() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
- toImmutableSet() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
- Token - Class in org.glassfish.jersey.message.internal
-
A token.
- Token() - Constructor for class org.glassfish.jersey.message.internal.Token
-
- Token(String) - Constructor for class org.glassfish.jersey.message.internal.Token
-
- Token(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.Token
-
- token - Variable in class org.glassfish.jersey.message.internal.Token
-
- tokenize(String[]) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from an array of String entries
where each entry may contain zero or more tokens separated by
common delimiters " ,;\n".
- tokenize(String[], String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from an array of String entries
where each entry may contain zero or more tokens separated by characters
in delimiters string.
- tokenize(String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from a String entry that may contain
zero or more tokens separated by common delimiters " ,;\n".
- tokenize(String, String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from a String entry
that may contain zero or more tokens separated by characters in
delimiters string.
- Tokenizer - Class in org.glassfish.jersey.internal.util
-
A utility class providing methods capable of splitting String entries
into an array of tokens based on either default or custom token delimiters.
- TOO_EARLY_425 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
425 Too Early.
- TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Too many "{0}" header values: "{1}"
- TOO_MANY_REQUESTS_429 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
429 Too Many Requests.
- toString() - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
-
Returns a string representation for this CacheBuilder instance.
- toString() - Method in class org.glassfish.jersey.internal.guava.MapMaker
-
Returns a string representation for this MapMaker instance.
- toString() - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
-
- toString() - Method in class org.glassfish.jersey.internal.guava.Stopwatch
-
Returns a string representation of the current elapsed time.
- toString() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- toString() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
- toString() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType
-
- toString() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
- toString() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- toString() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- toString() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- toString() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
- toString() - Method in class org.glassfish.jersey.internal.util.LazyUid
-
- toString(CacheControl) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
-
- toString(Cookie) - Method in class org.glassfish.jersey.message.internal.CookieProvider
-
- toString(Date) - Method in class org.glassfish.jersey.message.internal.DateProvider
-
- toString(EntityTag) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
-
- toString() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- toString() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- toString(Link) - Method in class org.glassfish.jersey.message.internal.LinkProvider
-
- toString(Locale) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
-
- toString(MediaType) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
- toString(NewCookie) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
-
- toString() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- toString() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- toString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
-
- toString(URI) - Method in class org.glassfish.jersey.message.internal.UriProvider
-
- toString() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- toString() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
- toString() - Method in class org.glassfish.jersey.model.Parameter
-
- toString() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
- toString() - Method in class org.glassfish.jersey.uri.UriTemplate
-
- toStringHelper(Object) - Static method in class org.glassfish.jersey.internal.guava.MoreObjects
-
- toTemplate() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- TracingAwarePropertiesDelegate - Class in org.glassfish.jersey.message.internal
-
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to
tracing support related classes (e.g.
- TracingAwarePropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
Create new tracing aware properties delegate wrapper.
- TracingLogger - Class in org.glassfish.jersey.message.internal
-
Low level Tracing support API.
- TracingLogger() - Constructor for class org.glassfish.jersey.message.internal.TracingLogger
-
- TracingLogger.Event - Interface in org.glassfish.jersey.message.internal
-
Type of event.
- TracingLogger.Level - Enum in org.glassfish.jersey.message.internal
-
Level of tracing message.
- TRAILER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- transfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.
Inserts the specified element into this queue, waiting if
necessary for space to become available and the element to be
dequeued by a consumer invoking take or poll.
- TRANSFER_ENCODING - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- TransferQueue<E> - Interface in org.glassfish.jersey.internal.util.collection
-
Deprecated.
- transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Static method in class org.glassfish.jersey.internal.guava.Futures
-
Returns a new ListenableFuture whose result is the product of
applying the given Function to the result of the given Future.
- transform(Iterator<F>, Function<? super F, ? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns an iterator that applies function to each element of fromIterator.
- TreeMultimap<K,V> - Class in org.glassfish.jersey.internal.guava
-
Implementation of Multimap whose keys and values are ordered by
their natural ordering or by supplied comparators.
- TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust manager factory algorithm name.
- TRUST_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust manager factory provider name.
- TRUST_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store file name.
- TRUST_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store file password - the password used to unlock the trust store file.
- TRUST_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store provider name.
- TRUST_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
-
- trustManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust manager factory algorithm.
- trustManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust manager factory provider.
- trustStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store instance.
- trustStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store payload as byte array.
- trustStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store file name.
- trustStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the password of trust store.
- trustStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store provider name.
- trustStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the type of trust store.
- trustStoreUrl(URL) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store file url.
- tryRead() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- tryRead() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
- tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
- tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
- tryTransfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.
Transfers the specified element if there exists a consumer
already waiting to receive it, otherwise returning false
without enqueuing the element.
- tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.
Inserts the specified element into this queue, waiting up to
the specified wait time if necessary for space to become
available and the element to be dequeued by a consumer invoking
take or poll.
- type() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
-
- type(Type) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Returns a pretty string for the given type.
- type(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
-
- type(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- type(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Type-to-class conversion not supported for: {0}.
- typeEqual(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Determine if the two media types are type-equal (their
type
and
subtype are equal).
- valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- Value<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A generic value provider.
- value() - Method in class org.glassfish.jersey.internal.util.LazyUid
-
Return UUID value.
- valueComparator() - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Returns the comparator that orders the multimap values, with null
indicating that natural ordering is used.
- valueComparator() - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
- valueOf(String) - Static method in enum org.glassfish.jersey.internal.guava.RemovalCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance from the supplied
media type.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
-
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MatchingEntityTag
-
Create new matching entity tag out of provided header reader.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
Create a new
MediaType instance from a header reader.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.model.Parameter.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
-
Returns the enum constant of this type with the specified name.
- values() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view collection containing the value from each key-value
pair contained in this multimap, without collapsing duplicates (so values().size() == size()).
- values() - Static method in enum org.glassfish.jersey.internal.guava.RemovalCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
- values() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- Values - Class in org.glassfish.jersey.internal.util.collection
-
- values() - Static method in enum org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.model.Parameter.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variant(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- VARIANT_ALSO_NEGOTIATES_506 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
506 Variant Also Negotiates.
- VariantListBuilder - Class in org.glassfish.jersey.message.internal
-
- VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
-
- variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- VariantSelector - Class in org.glassfish.jersey.message.internal
-
Utility for selecting variant that best matches request from a list of variants.
- verbosity(LoggingFeature.Verbosity) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
-
- Version - Class in org.glassfish.jersey.internal
-
Utility class for reading build.properties file.
- VIA - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
- Views - Class in org.glassfish.jersey.internal.util.collection
-
Collections utils, which provide transforming views for
List and
Map.