Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
A - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
ABASE - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
ABASE - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
AbortException - Exception Class in org.glassfish.jersey.client
Internal exception indicating that request processing has been aborted in the request filter processing chain.
AbortException(ClientResponse) - Constructor for exception class org.glassfish.jersey.client.AbortException
Create new abort exception.
abortResponse - Variable in exception class org.glassfish.jersey.client.AbortException
 
abortResponse - Variable in class org.glassfish.jersey.client.ClientRequest
 
abortResponse - Variable in class org.glassfish.jersey.server.ContainerRequest
 
abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
 
abortWith(Response) - Method in class org.glassfish.jersey.server.ContainerRequest
 
absolutePathUri - Variable in class org.glassfish.jersey.server.ContainerRequest
 
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
 
AbstractBoundaryParser() - Constructor for class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser
 
AbstractCallbackRunner(Logger) - Constructor for class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
Create new callback runner.
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.
AbstractCollectionJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
An abstract provider for T[], Collection&lt;T&gt;, and its subtypes as long as they have the public default constructor or are interfaces implemented by one the following classes: ArrayList LinkedList HashSet TreeSet Stack T must be a JAXB type annotated with XmlRootElement.
AbstractCollectionJaxbProvider(Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
AbstractCollectionJaxbProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
AbstractCollectionJaxbProvider.JaxbTypeChecker - Interface in org.glassfish.jersey.jaxb.internal
This is to allow customized JAXB collections checking.
AbstractContainerLifecycleListener - Class in org.glassfish.jersey.server.spi
Convenience class to allow implementing only a subset of container liefecycle listener callback method(s).
AbstractContainerLifecycleListener() - Constructor for class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
AbstractEntityProcessor - Class in org.glassfish.jersey.message.filtering.spi
Common entity processor supposed to be used as a base class for custom implementations.
AbstractEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
 
AbstractEntityProviderModel<T> - Class in org.glassfish.jersey.message
Abstract entity provider model.
AbstractEntityProviderModel(T, List<MediaType>, boolean, Class<T>) - Constructor for class org.glassfish.jersey.message.AbstractEntityProviderModel
Create new entity provider model.
AbstractExecutorProvidersConfigurator - Class in org.glassfish.jersey.process.internal
Abstract Configurator which initializes and register ExecutorServiceProvider and ScheduledExecutorServiceProvider.
AbstractExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
 
AbstractFormProvider<T> - Class in org.glassfish.jersey.message.internal
Abstract base class for form entity types marshalling invalid input: '&' un-marshalling support.
AbstractFormProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractFormProvider
 
AbstractHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
Abstract class dedicated to implementations of InjectionManager providing several convenient methods.
AbstractHk2InjectionManager(Object) - Constructor for class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
Private constructor.
AbstractJavaResourceMethodDispatcher - Class in org.glassfish.jersey.server.model.internal
Abstract resource method dispatcher that provides skeleton implementation of dispatching requests to a particular Java method using supplied Java method invocation handler.
AbstractJavaResourceMethodDispatcher(Invocable, InvocationHandler, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
Initialize common java resource method dispatcher structures.
AbstractJaxbElementProvider - Class in org.glassfish.jersey.jaxb.internal
An abstract provider for JAXBElement.
AbstractJaxbElementProvider(Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
Inheritance constructor.
AbstractJaxbElementProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
Inheritance constructor.
AbstractJaxbProvider<T> - Class in org.glassfish.jersey.jaxb.internal
A base class for implementing JAXB-based readers and writers.
AbstractJaxbProvider(Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Inheritance constructor.
AbstractJaxbProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Inheritance constructor.
AbstractLazyIterator(Class<T>, String, ClassLoader, boolean) - Constructor for class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
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
 
AbstractMethodParamInvoker(Invocable, InvocationHandler, List<ParamValueFactoryWithSource<?>>, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
 
AbstractObjectProvider<T> - Class in org.glassfish.jersey.message.filtering.spi
Common implementation of object provider and object graph transformer.
AbstractObjectProvider() - Constructor for class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
AbstractObjectProvider.EntityContext - Class in org.glassfish.jersey.message.filtering.spi
Class to be used as a key in cache (EntityContext -> filtering object) when processing similar requests.
AbstractParamValueExtractor<T> - Class in org.glassfish.jersey.server.internal.inject
Abstract base class for implementing multivalued parameter value extractor logic supplied using parameter converters.
AbstractParamValueExtractor(ParamConverter<T>, String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
Constructor that initializes common string reader-based parameter extractor data.
AbstractResourceFinderAdapter - Class in org.glassfish.jersey.server.internal
This class provides partial default implementation of ResourceFinder.
AbstractResourceFinderAdapter() - Constructor for class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
 
AbstractResourceModelVisitor - Class in org.glassfish.jersey.server.model
Abstract implementation of resource model visitor containing empty implementations of interface methods.
AbstractResourceModelVisitor() - Constructor for class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
AbstractRootElementJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
An abstract provider for JAXB types that are annotated with XmlRootElement or XmlType.
AbstractRootElementJaxbProvider(Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
Inheritance constructor.
AbstractRootElementJaxbProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
Inheritance constructor.
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.
AbstractRxInvoker<T> - Class in org.glassfish.jersey.client
Default implementation of
invalid reference
reactive invoker
.
AbstractRxInvoker(SyncInvoker, ExecutorService) - Constructor for class org.glassfish.jersey.client.AbstractRxInvoker
 
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.
AbstractSlidingWindowTimeReservoir<V> - Class in org.glassfish.jersey.server.internal.monitoring.core
An abstract TimeReservoir implementation backed by a sliding window that stores only the measurements made in the last N seconds (or other startTime unit) and allows an update with data that happened in past (which is what makes it different from Dropwizard's Metrics SlidingTimeWindowReservoir.
AbstractSlidingWindowTimeReservoir(long, TimeUnit, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
Creates a new
invalid reference
SlidingWindowTimeReservoir
with the start time and window of startTime.
AbstractSlidingWindowTimeReservoir(long, TimeUnit, long, TimeUnit, SlidingWindowTrimmer<V>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
Creates a new base sliding time window reservoir with the start time and a specified time window.
AbstractSlidingWindowTimeReservoir.DefaultSlidingWindowTrimmerHolder - Class in org.glassfish.jersey.server.internal.monitoring.core
The holder of the lazy loaded instance of the default trimmer.
AbstractStringReader() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.AbstractStringReader
 
AbstractThreadPoolProvider<E> - Class in org.glassfish.jersey.spi
Abstract thread pool executor provider.
AbstractThreadPoolProvider(String) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Inheritance constructor.
AbstractTimeSnapshot - Class in org.glassfish.jersey.server.internal.monitoring.core
Base implementation of UniformTimeSnapshot.
AbstractTimeSnapshot(long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
Constructor to be used by subclasses overriding the base abstract uniform time snapshot class.
AbstractValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
A parameter value provider that provides parameter value factories which are using MultivaluedParameterExtractorProvider to extract parameter values from the supplied multivalued parameter map.
AbstractValueParamProvider(Provider<MultivaluedParameterExtractorProvider>, Parameter.Source...) - Constructor for class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
Initialize the provider.
AbstractXmlFactory<T> - Class in org.glassfish.jersey.jaxb.internal
Gathers common functionality for Supplier instances handling XML data.
AbstractXmlFactory(Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractXmlFactory
 
accept(String) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
accept(String) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Accept a scanned resource.
accept(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(MediaType...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Invocable
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.MethodHandler
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Resource
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceModel
 
accept(ResourceModelVisitor) - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
A component should call the visitor back with an appropriate visitor interface method to give it a chance to process.
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.RuntimeResource
 
ACCEPTABLE_MEDIA_TYPE_CREATOR - Static variable in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
ACCEPTABLE_TOKEN_CREATOR - Static variable in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
AcceptableLanguageTag - Class in org.glassfish.jersey.message.internal
An acceptable language tag.
AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableLanguageTag(String, 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
Create new acceptable media type instance with a default quality factor value.
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance.
AcceptableMediaType(String, String, Map<String, String>, int) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
 
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
 
acceptedRoutes - Variable in class org.glassfish.jersey.server.internal.routing.PathMatchingRouter
 
acceptedRoutes - Variable in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
 
acceptedRoutes() - Method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
Get the list of the registered sub-routes.
acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accessed - Variable in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
Marks this iterator as iterated after execution of BundleSchemeResourceFinderFactory.BundleSchemeScanner.open() method.
accessOrder - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.
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.
ACTIVE - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
adaptedOutput - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Adapted output stream.
add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
add(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
add(Closeable) - Method in interface org.glassfish.jersey.server.CloseableService
Register a new instance of Closeable that is to be closed when the request goes out of scope.
add(Closeable) - Method in class org.glassfish.jersey.server.internal.process.DefaultCloseableService
 
add(Annotation[], boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
add(Object...) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
add(Map.Entry<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
add(K) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
add(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Register BroadcasterListener for Broadcaster events listening.
add(UriSchemeResourceFinderFactory) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
add(WadlGeneratorLoader.Callback) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.CallbackList
Appends the specified element to the end of the list, if the element is not null.
add(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Register ChunkedOutput to this Broadcaster instance.
add(V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
ADD_NO_SNIFF_HEADER - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Feature that can be enabled to make provider automatically add "nosniff" (see this entry for details
addAggregatedInterval(Map<Long, TimeWindowStatisticsImpl.Builder>, long, long, TimeUnit, AggregatingTrimmer) - Static method in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
 
addAlias(Class<?>) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's alias.
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
addAll(Collection<? extends K>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling ConcurrentHashMapV8.KeySetView.add(K) on each one.
addAll(Collection<? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
addAll(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
addAll(K, V...) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
addAllConsumesProducesCombinations(List<MethodSelectingRouter.ConsumesProducesAcceptor>, MethodRouting) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
addAnnotation(Class<? extends Annotation>, Annotation, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
addAnnotation(Class<? extends Annotation>, Annotation, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
 
addBefore(KeyComparatorLinkedHashMap.Entry<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
Inserts this entry before the specified existing entry in the list.
addChild(Object) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
addChildResource(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new child resource to the resource.
addChildResource(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add an existing Resource as a child resource of current resource.
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(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contracts.
addContracts(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contracts.
addCount(long, int) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Adds to count, and if table is too small and not already resizing, initiates transfer.
addDoc(List<Doc>, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
addDocForExample(List<Doc>, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
addEncodings(MediaType, Locale) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
addend - Static variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
addEntry(int, K, V, int) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Add a new entry with the specified key, value and hash code to the specified bucket.
addEntry(int, K, V, int) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
This override alters behavior of superclass put method.
addExceptionMapperExecution(Class<?>, int) - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
Add an execution of exception mapper.
addExecution(long, long) - Method in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
Add execution of a target.
addExecution(String, ResourceMethod, long, long, long, long) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Add execution of a resource method.
addExecution(ResourceMethod, long, long, long, long) - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
Add execution of a resource method in the resource.
addField(String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addField(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addField(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a field into this graph for all existing entity-filtering scopes.
addField(String, String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addField(String, String...) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addField(String, String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a field into this graph for given list of entity-filtering scopes.
addField(String, Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addField(String, Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addField(String, Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a field into this graph for given set of entity-filtering scopes.
addFilteringScopes(String, Class<?>, Set<String>, EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
Add entity-filtering scopes of a field to an entity-graph.
addFilteringScopes(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addFilteringScopes(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addFilteringScopes(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a set of entity-filtering scopes to this graph.
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
 
addGlobalScopes(Set<String>, EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
Add entity-filtering scopes into given graph.
addHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
addHeader(String, String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
addHeaderIfNotPresent(String, String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
addHint(Application) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
addIndexForRightHandPathCapturingGroup(int, int[]) - Static method in class org.glassfish.jersey.uri.PathPattern
 
addIrregular(String, String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Add the addSingular and addPlural forms of words that cannot be converted using the normal rules.
addLanguages(MediaType) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
addMapping(boolean, int) - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
Add mappings.
addMediaTypes() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
addMessage(TracingInfo.Message) - Method in class org.glassfish.jersey.message.internal.TracingInfo
Add other tracing message.
addMethod() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new arbitrary method model to the resource.
addMethod(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model to the resource for processing requests of the specified HTTP method.
addMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
Add a resource method to the statistics.
addMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model that is a copy of the given resourceMethod.
addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new contract provider name binding.
addNameBoundFiltersAndInterceptors(ProcessingProviders, Collection<RankedProvider<ContainerRequestFilter>>, Collection<RankedProvider<ContainerResponseFilter>>, Collection<RankedProvider<ReaderInterceptor>>, Collection<RankedProvider<WriterInterceptor>>, NameBound) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
addNameBoundProviders(Collection<RankedProvider<T>>, NameBound, MultivaluedMap<Class<? extends Annotation>, RankedProvider<T>>, MultivaluedMap<RankedProvider<T>, Class<? extends Annotation>>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
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
 
addPlural(String, String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Add a match pattern and replacement rule for converting addPlural forms to addSingular forms.
addPlural(String, String, boolean) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Add a match pattern and replacement rule for converting addPlural forms to addSingular forms.
addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Add properties to ResourceConfig.
addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
addProperties(Map<String, Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add properties to ResourceConfig.
addReaders(List<ReaderModel>, Set<MessageBodyReader>, boolean) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
addRequest(long, V) - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
Add request execution.
addRequestExecution(long, long) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Add global request execution.
addRequestHeaders() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
addResolver(WadlGenerator.Resolver) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
addResource(Resource) - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Add a resource to the builder.
addResourceFinder(URI) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
addResourceMethodExecution(long, long, long, long) - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
Add execution of the resource method to the statistics.
addResourceMethods(Resource.Builder, MethodList, List<Parameter>, boolean, List<MediaType>, List<MediaType>, Collection<Class<? extends Annotation>>, boolean) - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
addResponseCode(int) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Add a response status code produces by Jersey.
addResponseCode(int) - Method in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
 
addSingular(String, String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Add a match pattern and replacement rule for converting addSingular forms to addPlural forms.
addSingular(String, String, boolean) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Add a match pattern and replacement rule for converting addSingular forms to addPlural forms.
addSubgraph(String, Class<?>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addSubgraph(String, Class<?>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addSubgraph(String, Class<?>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a subgraph into this graph for all existing entity-filtering scopes.
addSubgraph(String, Class<?>, String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addSubgraph(String, Class<?>, String...) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addSubgraph(String, Class<?>, String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a subgraph into this graph for given list of entity-filtering scopes.
addSubgraph(String, Class<?>, Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
addSubgraph(String, Class<?>, Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
addSubgraph(String, Class<?>, Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Add a subgraph into this graph for given set of entity-filtering scopes.
addSubResourceLocators(Resource.Builder, MethodList, List<Parameter>, boolean, boolean) - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
addSubResourceMethods(Resource.Builder, MethodList, List<Parameter>, boolean, List<MediaType>, List<MediaType>, Collection<Class<? extends Annotation>>, boolean) - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
addTailStage(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
addTrailerHeader(String, String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
addTransportHeaders(HttpRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
 
addUncountable(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Add a word that cannot be converted between addSingular and addPlural.
addUntouchable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for marking specified type as "untouchable", meaning that provider will not try to read or write values of this type (or its subtypes).
addUserAgent(ClientRequest, String) - Method in class org.glassfish.jersey.client.ClientRuntime
 
addVariant(MediaType, Locale, String) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
addVersion(Application) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
addWriters(List<WriterModel>, Set<MessageBodyWriter>, boolean) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
advance() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
Advances if possible, returning next valid node, or null if none.
advance() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
advance(LinkedTransferQueue.Node) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
Moves to next node after prev, or first node if prev null.
after - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
 
AggregatedProvider() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.AggregatedProvider
Create new aggregated param converter provider.
aggregatedReservoirListeners - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
AggregatedSlidingWindowTimeReservoir - Class in org.glassfish.jersey.server.internal.monitoring
Aggregated sliding window time reservoir stores aggregated measurements in a time window of given size.
AggregatedSlidingWindowTimeReservoir(long, TimeUnit, long, TimeUnit, AggregatingTrimmer) - Constructor for class org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir
Creates an aggregated sliding window reservoir.
AggregatedValueObject - Class in org.glassfish.jersey.server.internal.monitoring
Aggregated value object stores aggregated measurements for provided set of data.
AggregatedValueObject(long, long, double, long) - Constructor for class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
AggregatingTrimmer - Class in org.glassfish.jersey.server.internal.monitoring
An aggregating trimmer for sliding window measurements.
AggregatingTrimmer(long, TimeUnit, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
Creates the trimmer that updates the registered time reservoirs with the aggregated measurements for the values it trimmed.
algorithm - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
algorithm - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
Algorithm(String) - Constructor for enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
Algorithm(String) - Constructor for enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
AliasBinding - Class in org.glassfish.jersey.internal.inject
Injection binding description used to describe the aliases to main Binding.
AliasBinding(Class<?>) - Constructor for class org.glassfish.jersey.internal.inject.AliasBinding
Creates a new alias.
aliases - Variable in class org.glassfish.jersey.internal.inject.Binding
 
ALL - Enum constant in enum org.glassfish.jersey.server.TracingConfig
Tracing support is enabled for every request.
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_EMPTY_INPUT - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Feature related to Issue #49: whether empty input is considered legal or not.
ALLOW_RESTRICTED_HEADERS_SYSTEM_PROPERTY - Static variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
allowedContracts - Static variable in class org.glassfish.jersey.server.model.ResourceMethodConfig
 
allValueProviders - Variable in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider
 
am - Variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
AMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous (sub-)resource method for HTTP method {0} and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods {1} and {2} at matching regular expression {3}.
AMBIGUOUS_NON_ANNOTATED_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method {0} on resource {1} contains multiple parameters with no annotation.
AMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter.
AMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Multiple methods found to suit client request with accept header {0}.
AMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous (sub-)resource method for HTTP method {0} and input mime-types as defined by "@Consumes" annotation at Java methods {1} and {2} at matching path pattern {3}.
AMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous (sub-)resource method for HTTP method {0} and output mime-types as defined by @Produces annotation at Java methods {1} and {2} at matching path pattern {3}.
AMBIGUOUS_SRLS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous sub-resource locators on path {1}.
AMBIGUOUS_SRLS_PATH_PATTERN(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous sub-resource locators on path pattern {0}.
analyzer - Variable in class org.glassfish.jersey.internal.inject.Binding
 
analyzeWith(String) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's analyzer.
AnnotatedClassVisitor() - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
AnnotatedMethod - Class in org.glassfish.jersey.server.model
Annotated method representation.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.server.model.AnnotatedMethod
Create annotated method instance from the Java method.
annotation - Variable in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
annotation - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
ANNOTATION_HELPER_MAP - Static variable in class org.glassfish.jersey.server.model.Parameter
 
AnnotationAcceptingListener - Class in org.glassfish.jersey.server.internal.scanning
A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
AnnotationAcceptingListener(Class<? extends Annotation>...) - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanner listener to check for annotated Java classes in Java class files.
AnnotationAcceptingListener(ClassLoader, Class<? extends Annotation>...) - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanner listener to check for annotated Java classes in Java class files.
AnnotationAcceptingListener.AnnotatedClassVisitor - Class in org.glassfish.jersey.server.internal.scanning
 
AnnotationBundleKey - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Helper class used to allow efficient caching of information, given a sequence of Annotations.
AnnotationBundleKey(Annotation[], Class<?>) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
AnnotationBundleKey(Annotation[], Class<?>, int) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
annotationDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
AnnotationDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for annotations.
Created on: Jun 12, 2008
AnnotationDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
AnnotationLiteral<T> - Class in org.glassfish.jersey.internal.inject
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
annotationNotInList(Class<? extends Annotation>, List<Annotation>) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
annotations - Variable in class org.glassfish.jersey.client.ChunkedInput
 
annotations - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
annotations - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
annotations - Variable in class org.glassfish.jersey.server.model.Parameter
 
annotations() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
Annotations - Enum in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Enumeration that defines standard annotation sets available for configuring data binding aspects.
Annotations() - Constructor for enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
 
annotationType - Variable in 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.
annotationTypeName - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
ANSI_C_ASCTIME_DATE_FORMAT_PATTERN - Static variable in class org.glassfish.jersey.message.internal.HttpDateFormat
The date format pattern for ANSI C asctime().
any - Variable in class com.sun.research.ws.wadl.Application
 
any - Variable in class com.sun.research.ws.wadl.Grammars
 
any - Variable in class com.sun.research.ws.wadl.Link
 
any - Variable in class com.sun.research.ws.wadl.Method
 
any - Variable in class com.sun.research.ws.wadl.Option
 
any - Variable in class com.sun.research.ws.wadl.Param
 
any - Variable in class com.sun.research.ws.wadl.Representation
 
any - Variable in class com.sun.research.ws.wadl.Request
 
any - Variable in class com.sun.research.ws.wadl.Resource
 
any - Variable in class com.sun.research.ws.wadl.Resources
 
any - Variable in class com.sun.research.ws.wadl.ResourceType
 
any - Variable in class com.sun.research.ws.wadl.Response
 
any - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
any - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
any - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
any - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
 
ANY_MATCH - Static variable in class org.glassfish.jersey.message.internal.MatchingEntityTag
An empty set that corresponds to If-Match: * or If-None-Match: *.
ApacheClientProperties - Class in org.glassfish.jersey.apache.connector
Configuration options specific to the Client API that utilizes ApacheConnectorProvider.
ApacheClientProperties() - Constructor for class org.glassfish.jersey.apache.connector.ApacheClientProperties
Prevents instantiation.
ApacheConnector - Class in org.glassfish.jersey.apache.connector
A Connector that utilizes the Apache HTTP Client to send and receive HTTP request and responses.
ApacheConnector(Client, Configuration) - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnector
Create the new Apache HTTP Client connector.
ApacheConnector.ConnectionFactory - Class in org.glassfish.jersey.apache.connector
 
ApacheConnector.HttpClientConnection - Class in org.glassfish.jersey.apache.connector
 
ApacheConnector.HttpClientResponseInputStream - Class in org.glassfish.jersey.apache.connector
 
ApacheConnectorProvider - Class in org.glassfish.jersey.apache.connector
Connector provider for Jersey connectors that utilize Apache HTTP Client to send and receive HTTP request and responses.
ApacheConnectorProvider() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
 
App(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.App
 
App(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.App
 
App(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.App
 
App(Provider<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.App
 
append(StringBuilder, boolean, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
append(StringBuilder, String, String) - Static method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Append comma separated key=value token.
append(StringBuilder, String, String) - Static method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Append comma separated key=value token.
append(StringBuilder, String, String, boolean) - Static method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Append comma separated key=value token
append(StringBuilder, String, String, boolean) - Static method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Append comma separated key=value token
append(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
 
appendBuffers(ByteBuffer, ByteBuffer, int, int) - Static method in class org.glassfish.jersey.jdk.connector.internal.Utils
Concatenates two buffers into one.
appendEscapingQuotes(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendFirstLine(StringBuilder, HttpRequest) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
appendHeader(StringBuilder, String, String) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
appendPath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
appendPath(String, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
appendPath(Path) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
appendPath(Resource, StringBuilder) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
 
appendPercentEncodedOctet(StringBuilder, int) - Static method in class org.glassfish.jersey.uri.UriComponent
 
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.
appendQuotedWithSeparator(StringBuilder, String, String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
appendUpgradeHeaders(StringBuilder, Map<String, List<String>>) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
appendUTF8EncodedCharacter(StringBuilder, int) - Static method in class org.glassfish.jersey.uri.UriComponent
 
appendWithSeparator(StringBuilder, String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
appendWithSeparator(StringBuilder, String, int) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
appendWithSeparator(StringBuilder, String, String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
application - Variable in class org.glassfish.jersey.server.ApplicationConfigurator
 
application - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
application - Variable in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
application - Variable in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
 
application - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
Application - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class com.sun.research.ws.wadl.Application
 
APPLICATION_NAME - Static variable in class org.glassfish.jersey.server.ServerProperties
String property that defines the application name.
applicationClass - Variable in class org.glassfish.jersey.server.ApplicationConfigurator
 
applicationClass - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
applicationClass - Variable in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
 
ApplicationConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register Application instance into InjectionManager and BootstrapBag.
ApplicationConfigurator(Class<? extends Application>) - Constructor for class org.glassfish.jersey.server.ApplicationConfigurator
Initialize Application from provided class.
ApplicationConfigurator(Application) - Constructor for class org.glassfish.jersey.server.ApplicationConfigurator
Initialize Application from provided instance.
ApplicationDescription - Class in org.glassfish.jersey.server.wadl.internal
This class is designed to combine the Application instance with any other external metadata that might be required to describe the application.
ApplicationDescription(Application, WadlGenerator.ExternalGrammarDefinition) - Constructor for class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
ApplicationDescription.ExternalGrammar - Class in org.glassfish.jersey.server.wadl.internal
A simple holder class that stores a type and binary content to be used to return extra metadata with
ApplicationDocs - Class in org.glassfish.jersey.server.wadl.internal.generators
The wrapper root document for multiple Doc elements.
ApplicationDocs() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
ApplicationEvent - Interface in org.glassfish.jersey.server.monitoring
An event informing about application lifecycle changes.
ApplicationEvent.Type - Enum in org.glassfish.jersey.server.monitoring
The type of the event that identifies on which lifecycle change the event is triggered.
ApplicationEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
Implementation of application event.
ApplicationEventImpl(ApplicationEvent.Type, ResourceConfig, Set<Class<?>>, Set<Class<?>>, Set<Object>, ResourceModel) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
Create a new application event.
applicationEventListener - Variable in class org.glassfish.jersey.server.ServerRuntime
 
ApplicationEventListener - Interface in org.glassfish.jersey.server.monitoring
Jersey specific provider that listens to application events.
applicationEventListeners - Variable in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
 
applicationHandler - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
ApplicationHandler - Class in org.glassfish.jersey.server
Jersey server-side application handler.
ApplicationHandler() - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey application handler using a default configuration.
ApplicationHandler(Class<? extends Application>) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by a JAX-RS Application (sub-)class.
ApplicationHandler(Application) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a JAX-RS Application sub-class.
ApplicationHandler(Application, Binder) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig and a custom Binder.
ApplicationHandler(Application, Binder, Object) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig, custom Binder and a parent used by InjectionManager.
ApplicationHandler.FutureResponseWriter - Class in org.glassfish.jersey.server
 
ApplicationHandler.RuntimeConfigConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ApplicationHandler and Configuration instances into InjectionManager and BootstrapBag.
ApplicationHandler.WorkersToStringTransform<T> - Class in org.glassfish.jersey.server
 
ApplicationInfo - Interface in org.glassfish.jersey.server.monitoring
Monitoring configuration of an application.
ApplicationInfoImpl - Class in org.glassfish.jersey.server.internal.monitoring
Application statistics.
ApplicationInfoImpl(ResourceConfig, Date, Set<Class<?>>, Set<Object>, Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
Create a new application statistics instance.
ApplicationInfoInjectionFactory(Provider<Ref<ApplicationInfo>>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature.ApplicationInfoInjectionFactory
Create new referencing injection factory.
ApplicationInfoListener - Class in org.glassfish.jersey.server.internal.monitoring
Application event listener that listens to application events and just prepare ApplicationInfo instance to be injectable.
ApplicationInfoListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
applicationInfoProvider - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
applicationInfoRefProvider - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
applicationInputBuffer - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
ApplicationMXBean - Interface in org.glassfish.jersey.server.monitoring
Application MX Bean.
ApplicationMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing ApplicationMXBean MXBean interface.
ApplicationMXBeanImpl(ApplicationInfo, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
Create a new application MXBean and register it to the mbean server using mBeanExposer.
applicationName - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
applicationName - Variable in class org.glassfish.jersey.server.ResourceConfig.State
 
applicationProperties - Variable in class org.glassfish.jersey.internal.ServiceFinderBinder
 
applicationProperties - Variable in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
 
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
Performs a data processing task and returns the processed data together with a processing continuation.
apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.InflectingStage
 
apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.LinkedStage
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.GenericOptionsInflector
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.PlainTextOptionsInflector
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
apply(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
 
apply(ClientRequest) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
apply(ClientRequest) - Method in class org.glassfish.jersey.client.ClientFilteringStages.RequestFilteringStage
 
apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
apply(ClientRequest) - Method in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
apply(ClientRequest) - Method in interface org.glassfish.jersey.client.spi.Connector
Synchronously process client request into a response.
apply(ClientRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
apply(ClientRequest) - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
Asynchronously process client request into a response.
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
apply(ClientResponse) - Method in class org.glassfish.jersey.client.ClientFilteringStages.ResponseFilterStage
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider.BeanParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider.CookieParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider.CookieTypeParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider.EntityValueSupplier
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider.HeaderParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider.MatrixParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamListPathSegmentValueSupplier
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamPathSegmentValueSupplier
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider.QueryParamValueProvider
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.WebTargetValueSupplier
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
 
apply(ContainerRequest, OutputStream) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerResponse) - Method in class org.glassfish.jersey.server.ContainerFilteringStage.ResponseFilterStage
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.ContainerFilteringStage
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.process.ReferencesInitializer
Initialize the request references using the incoming request processing context.
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.MatchedEndpointExtractorStage
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.MatchResultInitializerRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.PushMatchedMethodRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.PushMatchedRuntimeResourceRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.PushMatchedUriRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter
 
apply(RequestProcessingContext) - Method in interface org.glassfish.jersey.server.internal.routing.Router
Performs a request routing task and returns the routed request together with a routing continuation.
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.Routers.EndpointRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.RoutingStage
Performs a data processing task and returns the processed data together with a processing continuation.
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
apply(T) - Method in class org.glassfish.jersey.server.ApplicationHandler.WorkersToStringTransform
 
APPLY - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
Processing of an context resulted in modification of the provided entity graph.
APPLY_INFLECTOR_METHOD - Static variable in class org.glassfish.jersey.server.model.Invocable
Method instance representing the Inflector.apply(Object) method.
applyJSONP(Object) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
Method that will add JSONP wrapper object, if and as configured by collected annotations.
areAllMembersExtended(List<Resource.Data>) - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.TerminalReaderInterceptor
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.TerminalWriterInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
array - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
array(Object[]) - Static method in class org.glassfish.jersey.internal.util.Pretty
Returns a pretty string for the given array.
AS_IS - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
Contract provider model enhancer that builds a model as is, without any modifications.
ASCENDING - Enum constant in enum org.glassfish.jersey.model.internal.RankedComparator.Order
Ascending order.
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.
asFactory(Object) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
 
asFactory(ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
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 ',').
ASHIFT - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
ASHIFT - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
asList(T...) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
asMap(boolean) - Method in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
Return an unmodifiable map of entity graphs for reader/writer.
asMap(Set<Class<?>>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
 
asNewIdentitySet(Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
assertAsynchronousOperation() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
assertAsynchronousOperation() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
assertClosedForInput() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
assertParentLocatorType(Object) - Static method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
Checks if the parent is null then must be an instance of ServiceLocator or InjectionManager.
assertSynchronousOperation() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
assertValidState() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
asStage(Inflector<DATA, RESULT>) - Static method in class org.glassfish.jersey.process.internal.Stages
Creates a terminal Stage that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.
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.
asStringHeaders(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of passed headers.
asStringHeadersSingleValue(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Transforms multi value map of headers to single String value map.
asStringList(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of list of header values.
asType(Class) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's type.
async() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
ASYNC - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
ASYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Operation not supported in synchronous mode."
ASYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Operation not supported in synchronous mode."
ASYNC_POOL - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Default executor -- ForkJoinPool.commonPool() unless it cannot support parallelism.
ASYNC_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Asynchronous thread pool size.
AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
Asynchronous connector response processing callback contract.
asyncContext - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
asyncContext() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get the asynchronous context associated with this request processing context.
AsyncContext - Interface in org.glassfish.jersey.server
Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.
AsyncContext.State - Enum in org.glassfish.jersey.server
Asynchronous processing context state.
AsyncContextFactory(RequestProcessingContextReference) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.AsyncContextFactory
 
asyncContextProvider - Variable in class org.glassfish.jersey.server.internal.inject.AsyncResponseValueParamProvider
 
asyncContextValue() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get a Value instance holding the asynchronous context associated with this request processing context.
asyncContextValueRef - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
asynchronous - Variable in class org.glassfish.jersey.client.ClientRequest
 
ASYNCHRONOUS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
 
ASYNCHRONOUS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
 
ASYNCHRONOUS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Mode
 
AsynchronousBodyInputStream - Class in org.glassfish.jersey.jdk.connector.internal
TODO Some of the operations added for async.
AsynchronousBodyInputStream() - Constructor for class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
AsynchronousBodyInputStream.Mode - Enum in org.glassfish.jersey.jdk.connector.internal
 
AsynchronousBodyInputStream.StateChangeLister - Interface in org.glassfish.jersey.jdk.connector.internal
Internal listener, so that the connection pool knows when the body has been read, so it can reuse/close the connection.
AsyncInvoker(JerseyInvocation.Builder) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
asyncRequestExecutor - Variable in class org.glassfish.jersey.client.ClientRuntime
 
asyncResponder - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
AsyncResponder(ServerRuntime.Responder, RequestContext, ExternalRequestScope, ExternalRequestContext<?>) - Constructor for class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
AsyncResponderHolder(ServerRuntime.Responder, ExternalRequestScope, RequestContext, ExternalRequestContext<?>) - Constructor for class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
AsyncResponseValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value factory provider supporting the Suspended injection annotation.
AsyncResponseValueParamProvider(Provider<AsyncContext>) - Constructor for class org.glassfish.jersey.server.internal.inject.AsyncResponseValueParamProvider
Initialize the provider.
asyncThreadPoolSize - Variable in class org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider
 
attachExternalGrammar(Application, ApplicationDescription, URI) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
Update the application object to include the generated grammar objects.
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
attachTypes(ApplicationDescription) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Process the elements in the WADL definition to attach schema types as required.
attribute - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
attributeValues - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
AUTH - Enum constant in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
 
AUTH - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
 
AUTHENTICATED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
 
AUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Credentials must be defined for basic authentication.
AUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Credentials must be defined for digest authentication.
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unsupported password type class.
authority - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
authority - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
AUTHORITY - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI authority component type.
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
Configurator which initializes and register AutoDiscoverable instances into InjectionManager and BootstrapBag.
AutoDiscoverableConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
Create a new configurator.
autoDiscoverables - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
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.jdk.connector.internal.AsynchronousBodyInputStream
 
available() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
available() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
averageDuration - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
awaitMatch(LinkedTransferQueue.Node, LinkedTransferQueue.Node, E, boolean, long) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Spins/yields/blocks until node s is matched or caller gives up.

B

b - Variable in class org.glassfish.jersey.logging.LoggingInterceptor.LoggingStream
 
b2i(boolean) - Static method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
 
BACKGROUND_SCHEDULER_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Scheduler thread pool size.
backgroundScheduler - Variable in class org.glassfish.jersey.client.ClientRuntime
 
backgroundScheduler - Variable in class org.glassfish.jersey.server.ServerRuntime
 
BackgroundScheduler - Annotation Type in org.glassfish.jersey.server
Injection qualifier that can be used to inject a ScheduledExecutorService instance used by Jersey to execute background timed/scheduled tasks.
BackgroundSchedulerLiteral - Class in org.glassfish.jersey.server
BackgroundScheduler annotation literal.
BackgroundSchedulerLiteral() - Constructor for class org.glassfish.jersey.server.BackgroundSchedulerLiteral
 
balanceDeletion(ConcurrentHashMapV8.TreeNode<K, V>, ConcurrentHashMapV8.TreeNode<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
balanceInsertion(ConcurrentHashMapV8.TreeNode<K, V>, ConcurrentHashMapV8.TreeNode<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
baos - Variable in class org.glassfish.jersey.logging.LoggingInterceptor.LoggingStream
 
base - Variable in class com.sun.research.ws.wadl.Resources
 
Base64 - Class in org.glassfish.jersey.internal.util
Utility class that implements base64 encoding and decoding.
Base64() - Constructor for class org.glassfish.jersey.internal.util.Base64
 
BASE64INDEXES - Static variable in class org.glassfish.jersey.internal.util.Base64
 
baseCount - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Base counter value, used mainly when there is no contention, but also as a fallback during table initialization races.
BASECOUNT - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
baseIndex - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
BaseIterator(ConcurrentHashMapV8.Node<K, V>[], int, int, int, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
 
baseLimit - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
baseSize - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
baseUri - Variable in class org.glassfish.jersey.message.internal.JerseyLink.Builder
Base URI for resolution of a link URI (if relative).
baseUri - Variable in class org.glassfish.jersey.server.ContainerRequest
 
baseUri - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
baseUri() - Element in annotation type org.glassfish.jersey.server.ClientBinding
Define a custom base URI for managed WebTarget instances injected using @Uri annotation with a relative web target URI value.
baseUri() - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
Get the client base URI.
baseUri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
baseUri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
baseUriThreadLocal - Static variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
basic(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
basic(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
BASIC - Enum constant in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
Basic authentication.
BASIC - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
Basic authentication scheme key.
BASIC_ANNOTATIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.
BASIC_NON_PREEMPTIVE - Enum constant in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Basic non preemptive
BASIC_PREEMPTIVE - Enum constant in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Basic preemptive.
basicAuth - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
BasicAuthenticator - Class in org.glassfish.jersey.client.authentication
Implementation of Basic Http Authentication method (RFC 2617).
BasicAuthenticator(HttpAuthenticationFilter.Credentials) - Constructor for class org.glassfish.jersey.client.authentication.BasicAuthenticator
Creates a new instance of basic authenticator.
basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder of the http authentication feature working in basic authentication mode.
basicCredentials - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
BasicTypesMessageProvider - Class in org.glassfish.jersey.message.internal
The basic types message body provider for MediaType.TEXT_PLAIN media type.
BasicTypesMessageProvider() - Constructor for class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
BasicTypesMessageProvider.PrimitiveTypes - Enum in org.glassfish.jersey.message.internal
 
BEAN_PARAM - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Bean param parameter injection source.
beanName - Variable in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
BeanParameter(Annotation[], Annotation, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.server.model.Parameter.BeanParameter
 
BeanParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value factory provider for bean parameters.
BeanParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>, InjectionManager) - Constructor for class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider
Creates new instance initialized from parameters injected by HK2.
BeanParamValueParamProvider.BeanParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
BeanParamValueProvider(InjectionManager, Parameter) - Constructor for class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider.BeanParamValueProvider
 
beanType - Variable in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
before - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
 
BEST_EFFORT - Enum constant in enum org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
Best effort publisher strategy - tries to deliver to all subscribers if possible without blocking the processing.
Beta - Annotation Type in org.glassfish.jersey
Marker of a public Jersey API that is still in "beta" non-final version.
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method before binding of each component class internally during initialization of it's injection manager.
bind(Class<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new class-based service binding.
bind(ServiceLocator, Iterable<Binding>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Bind descriptors to Hk2-like Binder.
bind(ServiceLocator, Binding) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Bind descriptors to Hk2-like Binder.
bind(AbstractHk2InjectionManager, Binder) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Bind a translated Jersey-like Binder to HK2-like Binder.
bind(Binding) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Binds the provided binding and return the same instance.
bind(T) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new instance-based service binding.
bindAsContract(Class<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new class-based service binding.
bindAsContract(Type) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new generic type-based service binding.
bindAsContract(GenericType<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new generic type-based service binding.
bindBinding(ServiceLocator, DynamicConfiguration, ActiveDescriptor<?>, Set<AliasBinding>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Binds a new instance Binding using the information from the Jersey descriptor InstanceBinding.
bindBinding(ServiceLocator, DynamicConfiguration, Binding<?, ?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Binds the single descriptor using an external DynamicConfiguration.
bindBinding(ServiceLocator, Binding<?, ?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Binds the single descriptor using a single DynamicConfiguration.
bindClasses(Class<?>...) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Iterable<Class<?>>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Collection<Class<?>>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Collection<Class<?>>, boolean) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes that may also be resources.
bindDirectory(URI) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
bindEnhancingResourceClasses(InjectionManager, ServerBootstrapBag, ResourceModel, ResourceBag, ResourceConfig) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
 
Binder - Interface in org.glassfish.jersey.internal.inject
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
 
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
 
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext.Binder
 
Binder() - Constructor for class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature.Binder
 
Binder() - Constructor for class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
 
Binder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
 
Binder(ServiceLocator) - Constructor for class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
Constructor for JerseyClassAnalyzer.
BINDERS_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain Binder provider contract.
bindFactory(Class<? extends Supplier<T>>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new supplier class-based service binding.
bindFactory(Class<? extends Supplier<T>>, Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new supplier class-based service binding.
bindFactory(Supplier<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new supplier instance-based service binding.
Binding<T,D> - Class in org.glassfish.jersey.internal.inject
Abstract injection binding description of a bean.
Binding() - Constructor for class org.glassfish.jersey.internal.inject.Binding
 
BINDING_MODEL_PROCESSOR_ONLY - Static variable in class org.glassfish.jersey.server.ModelProcessorConfigurator
 
bindingCache - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
bindingCacheLock - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
BindingModel(Annotation) - Constructor for class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
bindings - Variable in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
Bindings - Class in org.glassfish.jersey.internal.inject
Utility class to create a new injection binding descriptions for arbitrary Java beans.
Bindings() - Constructor for class org.glassfish.jersey.internal.inject.Bindings
 
bindInstances(Iterable<Object>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider instances.
bindInstances(Collection<Object>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider instances.
bindMethod(Object, String) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
bindMethod0(Object, String) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
bindProvider(Class<?>, ContractProvider, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind contract provider model to a provider class using the supplied injection manager.
bindProvider(Object, ContractProvider, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind contract provider model to a provider instance using the supplied injection manager.
bindProviders(ComponentBag, RuntimeType, Set<Class<?>>, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using injection manager.
bindProviders(ComponentBag, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using injection manager.
bindProvidersAndResources(InjectionManager, ServerBootstrapBag, ComponentBag, Collection<Class<?>>, Collection<Object>, ResourceConfig) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
 
bindResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Binds resourceClass into HK2 context as singleton.
bindResourceIfSingleton(T) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Binds resourceClass into HK2 context as singleton.
bindSingletonWorker(Class<T>) - Method in class org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
 
bindSingletonWorker(Class<T>) - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
 
bindSupplierClassBinding(ServiceLocator, SupplierClassBinding<?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Registers a new instance Binder using the information from the Jersey binding SupplierClassBinding.
bindSupplierInstanceBinding(ServiceLocator, SupplierInstanceBinding<?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Registers a new instance Binder using the information from the Jersey binding SupplierInstanceBinding.
bindWithComponentProvider(Class<?>, ContractProvider, Iterable<ComponentProvider>) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
 
BITS_PER_LONG - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
block() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
BLOCKING - Enum constant in enum org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
Blocking publisher strategy - tries to deliver to all subscribers regardless the cost.
BodyInputStream - Class in org.glassfish.jersey.jdk.connector.internal
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
BodyInputStream() - Constructor for class org.glassfish.jersey.jdk.connector.internal.BodyInputStream
 
bodyMode - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
BodyMode() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.HttpRequest.BodyMode
 
BodyOutputStream - Class in org.glassfish.jersey.jdk.connector.internal
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
BodyOutputStream() - Constructor for class org.glassfish.jersey.jdk.connector.internal.BodyOutputStream
 
bodyStream - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
bodyStream - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
BOOLEAN - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
BootstrapBag - Class in org.glassfish.jersey.internal
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.
BootstrapBag() - Constructor for class org.glassfish.jersey.internal.BootstrapBag
 
BootstrapConfigurator - Interface in org.glassfish.jersey.internal
Configurator which contains two methods, BootstrapConfigurator.init(InjectionManager, BootstrapBag) contains InjectionManager into which only registering services make sense because injection manager has not been completed yet and BootstrapConfigurator.postInit(InjectionManager, BootstrapBag) in which InjectionManager has been already completed and is able to create and provide services.
BOTH - Enum constant in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
 
broadcast(T) - Method in class org.glassfish.jersey.server.Broadcaster
Broadcast a chunk to all registered ChunkedOutput instances.
Broadcaster<T> - Class in org.glassfish.jersey.server
Used for broadcasting response chunks to multiple ChunkedOutput instances.
Broadcaster() - Constructor for class org.glassfish.jersey.server.Broadcaster
Creates a new instance.
Broadcaster(Class<? extends Broadcaster>) - Constructor for class org.glassfish.jersey.server.Broadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners.
BROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
{0} thrown from BroadcasterListener.
Broadcaster.Task<T> - Interface in org.glassfish.jersey.server
 
BroadcasterListener<T> - Interface in org.glassfish.jersey.server
Listener interface that can be implemented to listen to events fired by Broadcaster object.
buffer - Variable in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
buffer - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
buffer - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
 
buffer - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Entity buffer.
BUFFER_CAPACITY_LIMIT - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
The largest possible power of two array size.
BUFFER_INCORRECT_LENGTH() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Buffer passed for encoding is neither a multiple of chunkSize nor smaller than chunkSize."
BUFFER_INCORRECT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Buffer passed for encoding is neither a multiple of chunkSize nor smaller than chunkSize."
BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The buffer size for arrays of byte and character.
BUFFER_STEP_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
buffered - Variable in class org.glassfish.jersey.message.internal.InboundMessageContext.EntityContent
 
buffered - Variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
BUFFERED - Enum constant in enum org.glassfish.jersey.client.RequestEntityProcessing
Request entity will be buffered in the memory in order to determine content length that will be send as a Content-Length header in the request.
BUFFERED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpRequest.BodyMode
 
BufferedBodyOutputStream - Class in org.glassfish.jersey.jdk.connector.internal
 
BufferedBodyOutputStream() - Constructor for class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
BufferedBodyOutputStream.Mode - Enum in org.glassfish.jersey.jdk.connector.internal
 
BufferedSubscription(Flow.Subscriber<? super T>, Executor, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>, int) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
bufferEntity() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
bufferEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Buffer the entity stream (if not empty).
bufferEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
bufferMaxSize - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
buffers - Variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Queue of byte buffers to be read.
bufferSize - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Internal buffer size.
build() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Build the feature.
build() - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
build() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
build() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
build() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Build a new contract provider model.
build() - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Build a stage chain.
build() - Method in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
build() - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
Build an instance of exception mapper statistics.
build() - Method in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
Build a new instance of execution statistics.
build() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Build a new instance of monitoring statistics.
build() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
Build an instance of resource method statistics.
build() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
Build a new instance of ResourceStatisticsImpl.
build() - Method in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
 
build() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
Build the time window statistics instance.
build() - Method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
build() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Build a new resource model.
build() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Build the resource method model and register it with the parent Resource.Builder.
build() - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Build the resource model.
build() - Method in class org.glassfish.jersey.server.ResourceBag.Builder
Build a resource bag.
build() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
build(long) - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
Build the time window statistics instance.
build(Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
build(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
build(Object[], boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
build(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(HttpAuthenticationFeature.Mode) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
build(HttpAuthenticationFeature.Mode, String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
build(HttpAuthenticationFeature.Mode, String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
build(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a terminal stage to the stage chain and build the chain.
build(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
build(ResourceMethod, ProcessingProviders) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Build a new resource method invoker instance.
build(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResource.Builder
Build new RuntimeResource from this builder.
build(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
build(RequestEvent.Type) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Build the instance of request event.
build(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
builder - Variable in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
builder() - Static method in class org.glassfish.jersey.server.model.Resource
Get a new unbound resource model builder.
builder(Class<?>) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder.
builder(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(String) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder for a resource bound to a given path.
builder(List<Resource>) - Static method in class org.glassfish.jersey.server.model.Resource
Creates a resource builder instance from the list of resource which can be merged into a single resource.
builder(ContractProvider) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder from an existing one.
builder(Resource) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder initialized from a given resource model.
builder(Resource.Data) - Static method in class org.glassfish.jersey.server.model.Resource
 
Builder() - Constructor for class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
Create a new builder.
Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Create a new builder.
Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.model.Resource.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.ResourceBag.Builder
 
Builder(boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder with empty resources.
Builder(Class<?>) - Constructor for class org.glassfish.jersey.model.ContractProvider.Builder
 
Builder(String) - Constructor for class org.glassfish.jersey.server.model.Resource.Builder
 
Builder(String, Resource.Builder) - Constructor for class org.glassfish.jersey.server.model.Resource.Builder
 
Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
Create new Jersey-specific client invocation builder.
Builder(List<Resource>, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resource.
Builder(List<Resource>, List<RuntimeResource.Builder>, String) - Constructor for class org.glassfish.jersey.server.model.RuntimeResource.Builder
Create new runtime resource builder instance.
Builder(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Create new outbound JAX-RS response builder.
Builder(ContractProvider) - Constructor for class org.glassfish.jersey.model.ContractProvider.Builder
 
Builder(TimeReservoir<V>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
Create new time window statistics builder instance.
Builder(ResourceMethodStatisticsImpl.Factory) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
Create a new builder.
Builder(Resource.Builder) - Constructor for class org.glassfish.jersey.server.model.Resource.Builder
 
Builder(Resource.Builder) - Constructor for class org.glassfish.jersey.server.model.ResourceMethod.Builder
Create a resource method builder.
Builder(Resource.Builder, ResourceMethod) - Constructor for class org.glassfish.jersey.server.model.ResourceMethod.Builder
Create a builder from an existing resource method model.
Builder(ResourceMethod) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
Create a new builder instance.
Builder(ResourceModel) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Create a new builder and initialize it from resource model.
Builder(ResourceModel, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resourceModel.
Builder(Resource, ResourceMethodStatisticsImpl.Factory) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
Create a new builder.
Builder(RuntimeResourceModel) - Constructor for class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
BuilderImpl(HttpAuthenticationFeature.Mode) - Constructor for class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
Create a new builder.
buildFromEncoded(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromEncodedMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildId - Static variable in class org.glassfish.jersey.internal.Version
 
BUILDING_FUNCTION - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
buildListValue(List<String>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
buildModel(RuntimeResourceModel, boolean) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Build a runtime model of routers based on the resourceModel.
buildModelAndSchemas(Map<String, ApplicationDescription.ExternalGrammar>) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
Build the JAXB model and generate the schemas based on tha data
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildRelativized(URI, Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
buildResourceData() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
buildRouting(Resource) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
buildStage() - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Build routing stage.
bundle - Variable in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.client.internal.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.internal.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
 
BUNDLE_NAME - Static variable in class org.glassfish.jersey.server.internal.LocalizationMessages
 
bundleChanged(BundleEvent) - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
bundleContext - Variable in class org.glassfish.jersey.internal.OsgiRegistry
 
bundleEntryPathToClassName(String, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
Translates bundle entry path as returned from Bundle.findEntries(String, String, boolean) to fully qualified class name that resides in given package path (directly or indirectly in its subpackages).
bundleReferenceClass - Static variable in class org.glassfish.jersey.internal.util.ReflectionHelper
 
BundleSchemeResourceFinderFactory - Class in org.glassfish.jersey.server.internal.scanning
Preparations for OSGi support.
BundleSchemeResourceFinderFactory() - Constructor for class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory
Create new bundle scheme resource finder factory.
BundleSchemeResourceFinderFactory.BundleSchemeScanner - Class in org.glassfish.jersey.server.internal.scanning
 
BundleSchemeScanner(URI) - Constructor for class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
 
BundleSpiProvidersLoader(String, URL, Bundle) - Constructor for class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
BundleSupplier() - Constructor for class org.glassfish.jersey.apache.connector.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.client.internal.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.inject.hk2.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.internal.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.jaxb.internal.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.jetty.connector.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.message.filtering.internal.LocalizationMessages.BundleSupplier
 
BundleSupplier() - Constructor for class org.glassfish.jersey.server.internal.LocalizationMessages.BundleSupplier
 
BV_DISABLE_VALIDATE_ON_EXECUTABLE_OVERRIDE_CHECK - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.
BV_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable Bean Validation support.
BV_SEND_ERROR_IN_RESPONSE - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.
BYTE - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
ByteArrayDataSource(InputStream, String) - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
ByteArrayProvider - Class in org.glassfish.jersey.message.internal
Default Jersey byte array entity provider (reader and writer).
ByteArrayProvider() - Constructor for class org.glassfish.jersey.message.internal.ByteArrayProvider
 
ByteBufferInputStream - Class in org.glassfish.jersey.internal.util.collection
An InputStream backed by a queue of byte buffers to be read.
ByteBufferInputStream() - Constructor for class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Create a new input stream that is backed by a a queue of byte buffers to be read.
bytesToHex(byte[]) - Static method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Convert bytes array to hex string.
bytesToHex(byte[]) - Static method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Convert bytes array to hex string.

C

cache - Variable in class org.glassfish.jersey.internal.ContextResolverFactory
 
cache - Variable in class org.glassfish.jersey.internal.util.collection.Cache
 
cache - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
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_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cache control is null.
CACHE_ENDPOINT_READERS - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
[jaxrs-providers#86]: Feature that determines whether provider will cache endpoint definitions for reading or not (including caching of actual ObjectReader to use).
CACHE_ENDPOINT_WRITERS - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
[jaxrs-providers#86]: Feature that determines whether provider will cache endpoint definitions for writing or not (including caching of actual ObjectWriter to use).
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.OriginThreadAwareFuture - Class in org.glassfish.jersey.internal.util.collection
Helper class, that remembers the future task origin thread, so that cycles could be detected.
CACHEABLE_REQUEST_RATE_LIMIT - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
Request rate limit (per second) below which statistics can be considered as cacheable.
cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.ClientRequest
Add new cache control entry to the message headers.
cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
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
 
cached - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
 
cached - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
 
cached - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
 
cached - Variable in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
 
CACHED_POOL_KEEP_ALIVE_DEFAULT_TIMEOUT - Static variable in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
cachedClasses - Variable in class org.glassfish.jersey.server.ResourceConfig
 
cachedClassesView - Variable in class org.glassfish.jersey.server.ResourceConfig
 
cachedSingletons - Variable in class org.glassfish.jersey.server.ResourceConfig
 
cachedSingletonsView - Variable in class org.glassfish.jersey.server.ResourceConfig
 
cacheForm(ContainerRequest, Form) - Method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
CacheKey(Injectee) - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
 
CachingConnectorProvider - Class in org.glassfish.jersey.client.spi
Caching connector provider.
CachingConnectorProvider(ConnectorProvider) - Constructor for class org.glassfish.jersey.client.spi.CachingConnectorProvider
Create the caching connector provider.
calcHash(Annotation[]) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
calculateAuthentication(HttpAuthenticationFilter.Credentials) - Method in class org.glassfish.jersey.client.authentication.BasicAuthenticator
 
call() - Method in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
call() - Method in interface org.glassfish.jersey.internal.util.Producer
 
callback - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.WadlGeneratorControl
 
callback() - Element in annotation type org.glassfish.jersey.server.JSONP
Name of the JavaScript callback function to which the JSON result should be wrapped into.
callback() - Method in interface org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.Callback
 
callback() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.CallbackList
Callback all registered WadlGeneratorLoader.Callback items.
CALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
One of additional callbacks is null.
CALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Additional array of callbacks is null.
CallbackList() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.CallbackList
 
callbackRunners - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
callbacks - Variable in class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
 
callDataAvailable() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
callListener - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
callOnAllDataRead() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
callOnError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
callOnWritePossible() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
callReadListener - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
camelize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Convert strings to EmbeddedCamelCase.
camelize(String, boolean) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Convert word strings consisting of lower case letters and underscore characters between words into embeddedCamelCase or EmbeddedCamelCase, depending on the lower flag.
cancel() - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscription
Causes the Subscriber to (eventually) stop receiving messages.
cancel() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Causes consumer task to exit if active (without reporting onError unless there is already a pending error), and disables.
cancel() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
cancel(boolean) - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
cancel(int) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
cancel(Date) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
cancel(Value<Response>) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
cancelAllTimeouts() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
cancelConnectTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
cancelIdleTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
cancelled - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
cancelResponseTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
cannotPrecede(boolean) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Returns true if a node with the given mode cannot be appended to this node because this node is unmatched and has opposite data mode.
canProcess(Class<?>) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
canUseInvocableResponseType - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
capacity() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
capturingZeroOrMoreSegments - Enum constant in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
A capturing group that matches zero or more path segments and keeps the matching path template open.
capturingZeroSegments - Enum constant in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
A capturing group that matches zero segments and effectively closes the matching path template.
casHead(LinkedTransferQueue.Node, LinkedTransferQueue.Node) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
casItem(Object, Object) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
casNext(LinkedTransferQueue.Node, LinkedTransferQueue.Node) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
casSweepVotes(int, int) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
cast(Object) - Static method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
CAST_TO_BINDER - Static variable in class org.glassfish.jersey.model.internal.CommonConfig
 
CAST_TO_BINDER - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
 
CAST_TO_EXECUTOR_PROVIDER - Static variable in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
 
CAST_TO_MODEL_PROCESSOR - Static variable in class org.glassfish.jersey.server.ModelProcessorConfigurator
 
CAST_TO_SCHEDULED_EXECUTOR_PROVIDER - Static variable in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
 
casTabAt(ConcurrentHashMapV8.Node<K, V>[], int, ConcurrentHashMapV8.Node<K, V>, ConcurrentHashMapV8.Node<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
casTail(LinkedTransferQueue.Node, LinkedTransferQueue.Node) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
category - Variable in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
category - Variable in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
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.
category() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
ceilingNextPowerOfTwo(int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
 
cellsBusy - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Spinlock (locked via CAS) used when resizing and/or creating CounterCells.
CELLSBUSY - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
CELLVALUE - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
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.
CHAINED_SPINS - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
The number of times to spin before blocking when a node is preceded by another node that is apparently spinning.
changeState(HttpConnection.State) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
changeStateToIdle() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
channelGroup - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
CHAR - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
CHAR_SET - Static variable in class org.glassfish.jersey.internal.util.Base64
 
CHARACTER_SET - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
Encoding used for authentication calculations.
CHARACTER_SET - Static variable in class org.glassfish.jersey.jdk.connector.internal.ProxyBasicAuthenticator
Encoding used for authentication calculations.
CHARACTER_SET - Static variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Encoding used for authentication calculations.
CharacterIterator - Class in org.glassfish.jersey.uri.internal
Iterator which iterates through the input string and returns characters from that string.
CharacterIterator(String) - Constructor for class org.glassfish.jersey.uri.internal.CharacterIterator
Creates a new iterator initialized with the given input string.
CharacterProvider() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.CharacterProvider
 
CHARSET_DC - Static variable in class org.glassfish.jersey.message.internal.VariantSelector
 
checkCanDeserialize(boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for defining whether actual detection for existence of a deserializer for type should be done when ProviderBase.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
checkCanSerialize(boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for defining whether actual detection for existence of a serializer for type should be done when ProviderBase.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
checkClient() - Method in class org.glassfish.jersey.client.ClientConfig
Check that the configuration instance has a parent client set.
checkClosed() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
checkComponentClassNotNull(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
checkControl(Flow.Subscriber<? super T>, int) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Responds to control events in consume().
checkCRLF(byte, byte) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
checkDemand(int) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Responds to apparent zero demand in consume().
checkedClasses - Variable in class org.glassfish.jersey.server.model.InvocableValidator
Classes that have been checked already.
checkEmpty(Flow.Subscriber<? super T>, int) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Responds to apparent emptiness in consume().
checkEOL(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
checkForNonPublicMethodIssues() - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
checkForNullValues(String, Object[]) - Static method in class org.glassfish.jersey.client.JerseyWebTarget
 
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - 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.
checkIntersectingMediaTypes(RuntimeResource, String, ResourceMethod, ResourceMethod) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
checkInvariants(ConcurrentHashMapV8.TreeNode<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Recursive invariant check
checkMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
checkMethods(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
checkNotClosed() - Method in class org.glassfish.jersey.client.JerseyClient
Check that the client instance has not been closed.
checkNotClosed() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
checkNotClosed() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
checkOverflow(long) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
checkOverflow(String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
checkParameters(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
checkpoint - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
checkpoint2 - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
checkProviderNotNull(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
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.
checkResource(Resource) - Method in class org.glassfish.jersey.server.model.ResourceValidator
 
checkResourceClassFields(boolean, boolean, Collection<Parameter>) - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
checkResourceClassSetters(MethodList, boolean, Collection<Parameter>) - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
checkSsp() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
checkState() - Method in class org.glassfish.jersey.server.ContainerRequest
Check if the container request has been properly initialized for processing.
checkState() - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
checkTemplateValues(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
Check template values for null values.
checkThrowable() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
checkToken(StringTokenizer, String) - Static method in class org.glassfish.jersey.message.internal.LinkProvider
 
checkTypeBounds(Class, Type[]) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
checkUnexpectedAnnotations(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
checkValueProviders(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
childResourceBuilders - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
childResources - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
childResources - Variable in class org.glassfish.jersey.server.model.Resource
 
childResources - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
childRuntimeResourceBuilders - Variable in class org.glassfish.jersey.server.model.RuntimeResource.Builder
 
childRuntimeResources - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
CHUNK_LENGTH_PARSED_STATE - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
CHUNK_SIZE_OVERFLOW - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
chunkContentStart - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.ContentParsingState
 
chunkDelimiter - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
CHUNKED - Enum constant in enum org.glassfish.jersey.client.RequestEntityProcessing
Entity will be send as chunked encoded (no Content-length is specified, entity is streamed).
CHUNKED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpRequest.BodyMode
 
CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
The value MUST be an instance convertible to Integer.
CHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Chunked input has been closed already.
CHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Specified chunk media type must not be null.
CHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error closing chunked input's underlying response input stream.
CHUNKED_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This chunked output has been closed.
ChunkedBodyOutputStream - Class in org.glassfish.jersey.jdk.connector.internal
Body stream that can operate either synchronously or asynchronously.
ChunkedBodyOutputStream(int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
ChunkedBodyOutputStream.Listener - Interface in org.glassfish.jersey.jdk.connector.internal
Set a close listener which will be called when the user closes the stream.
ChunkedBodyOutputStream.Mode - Enum in org.glassfish.jersey.jdk.connector.internal
 
ChunkedEncodingParser(AsynchronousBodyInputStream, HttpParser, int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
ChunkedInput<T> - Class in org.glassfish.jersey.client
Response entity type used for receiving messages in "typed" chunks.
ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
Package-private constructor used by the ChunkedInputReader.
ChunkedInput.AbstractBoundaryParser - Class in org.glassfish.jersey.client
 
ChunkedInput.FixedBoundaryParser - Class in org.glassfish.jersey.client
 
ChunkedInput.FixedMultiBoundaryParser - Class in org.glassfish.jersey.client
 
ChunkedInputReader - Class in org.glassfish.jersey.client
MessageBodyWriter for ChunkedInput.
ChunkedInputReader() - Constructor for class org.glassfish.jersey.client.ChunkedInputReader
 
ChunkedOutput<T> - Class in org.glassfish.jersey.server
Used for sending messages in "typed" chunks.
ChunkedOutput() - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput.
ChunkedOutput(byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(byte[], Provider<AsyncContext>) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(Type) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create ChunkedOutput with specified type.
ChunkedOutput(Type, byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(Type, String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
chunkedOutputs - Variable in class org.glassfish.jersey.server.Broadcaster
 
ChunkedResponseWriter - Class in org.glassfish.jersey.server
Used for writing ChunkedOutput.
ChunkedResponseWriter() - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
 
chunkLength - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.ContentParsingState
 
ChunkParser - Interface in org.glassfish.jersey.client
Chunk data parser.
chunkRemainder - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.ContentParsingState
 
chunkSize - Variable in class org.glassfish.jersey.apache.connector.ApacheConnector.ConnectionFactory
 
chunkSize - Variable in class org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientConnection
 
chunkSize - Variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
chunkSize - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
chunkSize - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
chunkSize - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
chunkSize - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Set chunk size for requests transferred using a HTTP chunked transfer coding.
ci - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
CLASS_READER - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Context created to process entity class when reading entity from an input stream into an Java object.
CLASS_WRITER - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Context created to process entity class when writing entity to an output stream from an Java object.
ClassBasedMethodHandler(Class<?>, boolean, Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
ClassBasedMethodHandler(Class<?>, Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
ClassBinding<T> - Class in org.glassfish.jersey.internal.inject
Injection binding description of a bean bound via its a Java class.
ClassBinding(Class<T>) - Constructor for class org.glassfish.jersey.internal.inject.ClassBinding
Creates a service as a class.
classDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
 
ClassDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for classes.
Created on: Jun 12, 2008
ClassDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
classes - Variable in class org.glassfish.jersey.model.internal.ComponentBag
Registered component classes collection and it's immutable view.
classes - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
classes - Variable in class org.glassfish.jersey.server.ResourceBag.Builder
Resource handler classes for the models in this resource bag.
classes - Variable in class org.glassfish.jersey.server.ResourceBag
Resource handler classes for the models in this resource bag.
classesView - Variable in class org.glassfish.jersey.model.internal.ComponentBag
 
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.
classify(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Create and return a simple class name that corresponds to a addPlural table name.
classify(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
 
ClassKey - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
Efficient key class, used instead of using Class.
ClassKey() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
ClassKey(Class<?>) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
classloader - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
classloader - Variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
classLoader - Variable in class org.glassfish.jersey.internal.ServiceFinder
 
classLoader - Variable in class org.glassfish.jersey.server.ResourceConfig.State
 
className - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
The name of the visited class.
className - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
classToBundleMapping - Variable in class org.glassfish.jersey.internal.OsgiRegistry
 
classToGraph - Variable in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
ClassTypePair - Class in org.glassfish.jersey.internal.util.collection
A pair of raw class and the related type.
ClassTypePair(Class<?>, Type) - Constructor for class org.glassfish.jersey.internal.util.collection.ClassTypePair
 
classVisitor - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
clazz - Variable in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
clazz - Variable in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
clazz - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.ModelLookupKey
 
clazz - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
clazz(Class<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
Makes a nice, pretty class (without the package name).
cleanClosedConnection(HttpConnection) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
cleanIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Removes all issues from the current issue list.
cleanUpShutdownHooks() - Method in class org.glassfish.jersey.client.JerseyClient
Clean up shutdown hooks that have been garbage collected.
clear() - Method in class org.glassfish.jersey.internal.util.collection.Cache
Empty cache.
clear() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Removes all of the mappings from this map.
clear() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
Removes all of the elements from this view, by removing all the mappings from the map backing this view.
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.KeyComparatorHashMap.EntrySet
 
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.
clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Remove the current thread's value for baseUri thread-local variable (set by OutboundJaxrsResponse.Builder.setBaseUri(java.net.URI)).
clearLastTracedInterceptor() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
Clear last traced interceptor information.
client - Variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
client - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
client - Variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
client - Variable in class org.glassfish.jersey.jetty.connector.JettyConnector
 
client - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.WebTargetValueSupplier
 
CLIENT - Enum constant in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
 
CLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client instance has been closed.
CLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Link of the newly created invocation must not be null.
CLIENT_NONCE_BYTE_COUNT - Static variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator
 
CLIENT_NONCE_BYTE_COUNT - Static variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client response resolved URI must be absolute.
CLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client response resolved URI must not be null.
CLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client response status must not be null.
CLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
RxInvokerProvider for type {0} is not registered.
CLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
RxInvokerProvider returned null.
CLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Link to the newly created target must not be null.
CLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
URI builder of the newly created target must not be null.
CLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
URI of the newly created target must not be null.
CLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
URI template of the newly created target must not be null.
ClientAsyncExecutor - Annotation Type in org.glassfish.jersey.client
Injection qualifier that can be used to inject an ExecutorService instance used by Jersey client runtime to execute asynchronous client requests.
ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
ClientAsyncExecutor annotation literal.
ClientAsyncExecutorLiteral() - Constructor for class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
 
ClientBackgroundScheduler - Annotation Type in org.glassfish.jersey.client
Injection qualifier that can be used to inject an ScheduledExecutorService instance used by Jersey client runtime to schedule background tasks.
ClientBackgroundSchedulerLiteral - Class in org.glassfish.jersey.client
ClientBackgroundScheduler annotation literal.
ClientBackgroundSchedulerLiteral() - Constructor for class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
 
ClientBinder - Class in org.glassfish.jersey.client
Registers all binders necessary for Client runtime.
ClientBinder(Map<String, Object>) - Constructor for class org.glassfish.jersey.client.ClientBinder
Create new client binder for a new client runtime instance.
ClientBinder.PropertiesDelegateFactory - Class in org.glassfish.jersey.client
 
ClientBinder.RequestContextInjectionFactory - Class in org.glassfish.jersey.client
 
ClientBinding - Annotation Type in org.glassfish.jersey.server
Meta-annotation that provides a facility for creating bindings between an @Uri-injectable WebTarget instances and clients (and their configurations) that are used to create the injected web target instances.
clientConfig - Variable in class org.glassfish.jersey.client.ClientRequest
 
ClientConfig - Class in org.glassfish.jersey.client
Jersey externalized implementation of client-side JAX-RS configurable contract.
ClientConfig() - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance with the default features and property values.
ClientConfig(Class<?>...) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance and register the provided list of provider classes.
ClientConfig(Object...) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance and register the provided list of provider instances.
ClientConfig(ClientConfig.State) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance using the supplied state.
ClientConfig(JerseyClient) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance with the features as well as property values copied from the supplied JAX-RS configuration instance.
ClientConfig(JerseyClient, Configuration) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance with the features as well as property values copied from the supplied JAX-RS configuration instance.
ClientConfig.RuntimeConfigConfigurator - Class in org.glassfish.jersey.client
 
ClientConfig.State - Class in org.glassfish.jersey.client
Default encapsulation of the internal configuration state.
ClientConfig.State.StateChangeStrategy - Interface in org.glassfish.jersey.client
Configuration state change strategy.
clientConfigProvider - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
 
clientConfigured(Map) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
ClientExecutor - Interface in org.glassfish.jersey.client
Executor for client async processing and background task scheduling.
ClientExecutorProvidersConfigurator - Class in org.glassfish.jersey.client
Configurator which initializes and register ExecutorServiceProvider and ScheduledExecutorServiceProvider.
ClientExecutorProvidersConfigurator(ComponentBag, JerseyClient, ExecutorService, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider - Class in org.glassfish.jersey.client
 
ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider - Class in org.glassfish.jersey.client
 
ClientExecutorServiceProvider(ExecutorService) - Constructor for class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider
 
ClientFilteringStages - Class in org.glassfish.jersey.client
Client filtering stage factory.
ClientFilteringStages() - Constructor for class org.glassfish.jersey.client.ClientFilteringStages
 
ClientFilteringStages.RequestFilteringStage - Class in org.glassfish.jersey.client
 
ClientFilteringStages.ResponseFilterStage - Class in org.glassfish.jersey.client
 
ClientLifecycleListener - Interface in org.glassfish.jersey.client
Jersey client lifecycle listener contract.
ClientLoggingFilter - Class in org.glassfish.jersey.logging
Client filter logs requests and responses to specified logger, at required level, with entity or not.
ClientLoggingFilter(Logger, Level, LoggingFeature.Verbosity, int) - Constructor for class org.glassfish.jersey.logging.ClientLoggingFilter
Create a logging filter with custom logger and custom settings of entity logging.
ClientProperties - Class in org.glassfish.jersey.client
Jersey client implementation configuration properties.
ClientProperties() - Constructor for class org.glassfish.jersey.client.ClientProperties
 
ClientRequest - Class in org.glassfish.jersey.client
Jersey client request context.
ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
Create new Jersey client request context.
ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
Copy constructor.
ClientResponse - Class in org.glassfish.jersey.client
Jersey client response context.
ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
ClientResponse(Response.StatusType, ClientRequest, URI) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create new Jersey client response context initialized from a JAX-RS response.
ClientRuntime - Class in org.glassfish.jersey.client
Client-side request processing runtime.
ClientRuntime(ClientConfig, Connector, InjectionManager, BootstrapBag) - Constructor for class org.glassfish.jersey.client.ClientRuntime
Create new client request processing runtime.
clientRuntimeProperties - Variable in class org.glassfish.jersey.client.ClientBinder
 
clients - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Clients (BufferedSubscriptions) are maintained in a linked list (via their "next" fields).
ClientScheduledExecutorServiceProvider(Value<ScheduledExecutorService>) - Constructor for class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider
 
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.apache.connector.ApacheConnector
 
close() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientResponseInputStream
 
close() - Method in class org.glassfish.jersey.client.ChunkedInput
 
close() - Method in class org.glassfish.jersey.client.ClientRuntime
 
close() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
close() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
close() - Method in class org.glassfish.jersey.client.JerseyClient
 
close() - Method in interface org.glassfish.jersey.client.spi.Connector
Close connector and release all it's internally associated resources.
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 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() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
Close the filter, invokes close operation on the next filter in the filter chain.
close() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
close() - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
close() - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
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.InboundMessageContext.EntityContent
 
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.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
close() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
close() - Method in class org.glassfish.jersey.server.ChunkedOutput
Close this response - it will be finalized and underlying connections will be closed or made available for another response.
close() - Method in interface org.glassfish.jersey.server.CloseableService
Invokes Closeable#close() method on all instances of Closeable added by the #add(Closeable) method.
close() - Method in class org.glassfish.jersey.server.ContainerResponse
Closes the response.
close() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
Default implementation of #close() which does nothing.
close() - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Cancel the suspended task.
close() - Method in class org.glassfish.jersey.server.internal.process.DefaultCloseableService
 
close() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
close() - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
close() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
close() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
close() - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
close() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
close() - Method in interface org.glassfish.jersey.server.ResourceFinder
close() - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Finish the actual request.
close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close this thread pool executor provider.
close(boolean) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext.EntityContent
 
close(boolean) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
close(InputStream) - Static method in class org.glassfish.jersey.internal.Version
 
CLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Injected request context is 'null' on thread {0}.
CLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while closing {0}.
closeableInputStream(InputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Make the InputStream able to close.
closeables - Variable in class org.glassfish.jersey.server.internal.process.DefaultCloseableService
 
closeableService - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
closeableService() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get closeable service associated with the request.
CloseableService - Interface in org.glassfish.jersey.server
A closeable service to add instances of Closeable that are required to be closed.
CloseableServiceFactory(RequestProcessingContextReference) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.CloseableServiceFactory
 
closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
Close all registered ChunkedOutput instances.
closed - Variable in class org.glassfish.jersey.client.ChunkedInput
 
closed - Variable in class org.glassfish.jersey.client.ClientRuntime
 
closed - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Run status, updated only within locks
closed - Variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Closed flag.
closed - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
closed - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
closed - Variable in class org.glassfish.jersey.message.internal.EntityInputStream
 
closed - Variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
closed - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
closed - Variable in class org.glassfish.jersey.server.ContainerResponse
 
closed - Variable in class org.glassfish.jersey.server.internal.process.DefaultCloseableService
 
closed - Variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
 
CLOSED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
CLOSED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
 
CLOSED_BY_CLIENT_WHILE_RECEIVING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the client while receiving response."
CLOSED_BY_CLIENT_WHILE_RECEIVING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the client while receiving response."
CLOSED_BY_CLIENT_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the client while receiving response body."
CLOSED_BY_CLIENT_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the client while receiving response body."
CLOSED_BY_CLIENT_WHILE_SENDING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the client while sending request."
CLOSED_BY_CLIENT_WHILE_SENDING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the client while sending request."
CLOSED_BY_SERVER - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
CLOSED_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the server while receiving response body."
CLOSED_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the server while receiving response body."
CLOSED_WHILE_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the server while receiving response."
CLOSED_WHILE_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the server while receiving response."
CLOSED_WHILE_SENDING_REQUEST() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the server while sending request".
CLOSED_WHILE_SENDING_REQUEST() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the server while sending request".
closedException - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
If non-null, the exception in closeExceptionally
closedFlag - Variable in class org.glassfish.jersey.client.JerseyClient
 
closedForInput - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
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 class org.glassfish.jersey.internal.util.JerseyPublisher
Issues onError signals to current subscribers with the given error, and disallows subsequent attempts to publish.
closeListener - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
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.
closeWaitTask - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
Closing - Class in org.glassfish.jersey.internal.util
A helper class to aid the closing of InputStream.
Closing(InputStream) - Constructor for class org.glassfish.jersey.internal.util.Closing
 
Closure<T> - Interface in org.glassfish.jersey.internal.util
Closure interface.
code - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterHashCode
 
code - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
code - Variable in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
collectDefaults() - Static method in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
collection - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
 
collection(Collection<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
Returns a pretty string representing the collection.
COLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unsupported collection type.
CollectionExtractor<T> - Class in org.glassfish.jersey.server.internal.inject
Extract parameter value as a typed collection.
CollectionExtractor(ParamConverter<T>, String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.CollectionExtractor
Create new collection parameter extractor.
CollectionExtractor.ListValueOf<T> - Class in org.glassfish.jersey.server.internal.inject
 
CollectionExtractor.SetValueOf<T> - Class in org.glassfish.jersey.server.internal.inject
 
CollectionExtractor.SortedSetValueOf<T> - Class in org.glassfish.jersey.server.internal.inject
 
CollectionView(ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
COLLISION_BUFFER - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.ReservoirConstants
The size of the collision buffer derived from the collision buffer power.
COLLISION_BUFFER_POWER - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.ReservoirConstants
Allow for 2^that many duplicate ticks before throwing away measurements.
COLON - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
CombinedMediaType - Class in org.glassfish.jersey.server.internal.routing
Represents function S as defined in the Request Matching part of the spec.
CombinedMediaType(MediaType, int, int, int) - Constructor for class org.glassfish.jersey.server.internal.routing.CombinedMediaType
 
CombinedMediaType.EffectiveMediaType - Class in org.glassfish.jersey.server.internal.routing
Media type extended by flag indicating whether media type was obtained from user annotations Consumes or Produces or has no annotation and therefore was derived from MessageBodyWorkers.
combinedType - Variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
Combined client/server media type, stripped of q and qs parameters.
COMMA - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
COMMA_SEPARATED_LIST - Static variable in class org.glassfish.jersey.message.internal.CacheControlProvider
 
comment - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
Comment - Enum constant in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
COMMENT - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents comment type in the TYPE_TABLE.
commentText - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
commentText - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
commentText - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
commit() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Commit the output stream.
commit() - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response invalid input: '&' close the container response writer.
commitStream() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Commits the entity stream if it wasn't already committed.
commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
Commit the entity stream unless already committed.
commitStream(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
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 variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
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 - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
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.
commitToMode() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
commitToMode() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
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 - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
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.
CommonConfig.FeatureRegistration - Class in org.glassfish.jersey.model.internal
A single feature registration record.
CommonProperties - Class in org.glassfish.jersey
Common (server/client) Jersey configuration properties.
CommonProperties() - Constructor for class org.glassfish.jersey.CommonProperties
Prevent instantiation.
commonPropertyConfigured(Map) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
CommonScopeProvider - Class in org.glassfish.jersey.message.filtering
Default implementation of scope provider.
CommonScopeProvider(Configuration, InjectionManager) - Constructor for class org.glassfish.jersey.message.filtering.CommonScopeProvider
Create new common scope provider with injected configuration and injection manager.
comparableClassFor(Object) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns x's Class if it is of the form "class C implements Comparable", else null.
COMPARATOR - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
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.server.internal.routing.CombinedMediaType
Comparator used to compare CombinedMediaType.
COMPARATOR - Static variable in class org.glassfish.jersey.server.model.RuntimeResource
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern comparator that defers to comparing the templates associated with the patterns.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
Order the templates according to JAX-RS specification.
compare(int, int) - Static method in class org.glassfish.jersey.message.internal.Quality
Compares two int values numerically.
compare(AbstractEntityProviderModel<T>, AbstractEntityProviderModel<T>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.LegacyWorkerComparator
 
compare(AbstractEntityProviderModel<T>, AbstractEntityProviderModel<T>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
 
compare(T, T) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator
 
compareComparables(Class<?>, Object, Object) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns k.compareTo(x) if x matches kc (k's screened comparable class), else 0.
compareParameterTypes(Type[], Type[]) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Compare generic parameter types of two methods.
compareParameterTypes(Type, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Compare respective generic parameter types of two methods.
compareTo(Object) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
compareTo(String) - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
compareTo(JdkVersion) - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
compareTo(ClassKey) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
compareTo(EncodingFilter.ContentEncoding) - Method in class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
compareTypeDistances(Class<?>, Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
compatibleSources - Variable in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
 
compile(String) - Static method in class org.glassfish.jersey.uri.PatternWithGroups
 
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 - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
Complete the reading.
COMPLETE - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
completed - Variable in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
completed(E) - Method in class org.glassfish.jersey.jdk.connector.internal.CompletionHandler
The operation has completed.
completed(ClientResponse, RequestScope) - Method in interface org.glassfish.jersey.client.ResponseCallback
Called when the client invocation was successfully completed with a response.
COMPLETED - Enum constant in enum org.glassfish.jersey.server.AsyncContext.State
Indicates the processing represented by this asynchronous processing context has been completed.
completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
 
completeRegistration() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Completes InjectionManager and the underlying DI provider.
completionCallbackRunner - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
 
CompletionCallbackRunner() - Constructor for class org.glassfish.jersey.server.ServerRuntime.CompletionCallbackRunner
 
completionHandler - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.RequestRecord
 
CompletionHandler<E> - Class in org.glassfish.jersey.jdk.connector.internal
A callback to notify about asynchronous I/O operations status updates.
CompletionHandler() - Constructor for class org.glassfish.jersey.jdk.connector.internal.CompletionHandler
 
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 - Variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
componentBag - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Configured providers, does not include features and binders.
ComponentBag - Class in org.glassfish.jersey.model.internal
An internal Jersey container for custom component classes and instances.
ComponentBag(Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.ComponentBag
 
ComponentBag(Predicate<ContractProvider>, Set<Class<?>>, Set<Object>, Map<Class<?>, ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.ComponentBag
 
ComponentBag.ImmutableComponentBag - Class in org.glassfish.jersey.model.internal
Immutable version of ComponentBag.
ComponentModelValidator - Class in org.glassfish.jersey.server.model
A resource model validator that checks the given resource model.
ComponentModelValidator(Collection<ValueParamProvider>, MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.ComponentModelValidator
 
ComponentProvider - Interface in org.glassfish.jersey.server.spi
Component provider interface to allow custom management of 3rd party components life-cycle and dependency injection.
ComponentProviderConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ComponentProvider instances into BootstrapBag.
ComponentProviderConfigurator() - Constructor for class org.glassfish.jersey.server.ComponentProviderConfigurator
 
componentProviders - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
CompositeApplicationEventListener - Class in org.glassfish.jersey.server.internal.monitoring
application event listener that aggregates more event listeners into one.
CompositeApplicationEventListener(Iterable<ApplicationEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
Creates a new instance of composite event listener.
CompositeBinder - Class in org.glassfish.jersey.internal.inject
Utility class which is able to install several binders and register them as a whole.
CompositeBinder(Collection<Binder>) - Constructor for class org.glassfish.jersey.internal.inject.CompositeBinder
Creates a new CompositeBinder and adds the collection of binders as candidates to install.
CompositeRequestEventListener - Class in org.glassfish.jersey.server.internal.monitoring
request event listener that aggregates more request event listener into one.
CompositeRequestEventListener(List<RequestEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
Create a new composite listener.
compositeResourceFinder - Variable in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
compositeResourceFinder - Variable in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
compositeResourceFinder - Variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
CompositeResourceFinder - Class in org.glassfish.jersey.server.internal.scanning
Stack of ResourceFinder instances.
CompositeResourceFinder() - Constructor for class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
computable - Variable in class org.glassfish.jersey.internal.util.collection.Cache
 
computeProviderContracts(Class<?>, Set<Class<?>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
computeRank(T, int) - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
computeSignature(Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
concreteClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Concrete class.
ConcurrentHashMapV8<K,V> - Class in org.glassfish.jersey.internal.util.collection
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMapV8() - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMapV8(int) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMapV8(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMapV8(int, float, int) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMapV8(Map<? extends K, ? extends V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
ConcurrentHashMapV8.BaseIterator<K,V> - Class in org.glassfish.jersey.internal.util.collection
Base of key, value, and entry Iterators.
ConcurrentHashMapV8.CollectionView<K,V,E> - Class in org.glassfish.jersey.internal.util.collection
Base class for views.
ConcurrentHashMapV8.CounterCell - Class in org.glassfish.jersey.internal.util.collection
 
ConcurrentHashMapV8.CounterHashCode - Class in org.glassfish.jersey.internal.util.collection
Holder for the thread-local hash code determining which CounterCell to use.
ConcurrentHashMapV8.EntryIterator<K,V> - Class in org.glassfish.jersey.internal.util.collection
 
ConcurrentHashMapV8.EntrySetView<K,V> - Class in org.glassfish.jersey.internal.util.collection
A view of a ConcurrentHashMapV8 as a Set of (key, value) entries.
ConcurrentHashMapV8.ForwardingNode<K,V> - Class in org.glassfish.jersey.internal.util.collection
A node inserted at head of bins during transfer operations.
ConcurrentHashMapV8.KeyIterator<K,V> - Class in org.glassfish.jersey.internal.util.collection
 
ConcurrentHashMapV8.KeySetView<K,V> - Class in org.glassfish.jersey.internal.util.collection
A view of a ConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentHashMapV8.MapEntry<K,V> - Class in org.glassfish.jersey.internal.util.collection
Exported Entry for EntryIterator
ConcurrentHashMapV8.Node<K,V> - Class in org.glassfish.jersey.internal.util.collection
Key-value entry.
ConcurrentHashMapV8.ReservationNode<K,V> - Class in org.glassfish.jersey.internal.util.collection
A place-holder node used in computeIfAbsent and compute
ConcurrentHashMapV8.Segment<K,V> - Class in org.glassfish.jersey.internal.util.collection
Stripped-down version of helper class used in previous version, declared for the sake of serialization compatibility
ConcurrentHashMapV8.Traverser<K,V> - Class in org.glassfish.jersey.internal.util.collection
Encapsulates traversal for methods such as containsValue; also serves as a base class for other iterators and spliterators.
ConcurrentHashMapV8.TreeBin<K,V> - Class in org.glassfish.jersey.internal.util.collection
TreeNodes used at the heads of bins.
ConcurrentHashMapV8.TreeNode<K,V> - Class in org.glassfish.jersey.internal.util.collection
Nodes for use in TreeBins
ConcurrentHashMapV8.ValueIterator<K,V> - Class in org.glassfish.jersey.internal.util.collection
 
ConcurrentHashMapV8.ValuesView<K,V> - Class in org.glassfish.jersey.internal.util.collection
A view of a ConcurrentHashMapV8 as a Collection of values, in which additions are disabled.
conditionallyLogFlooding() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
With a frequency of MonitoringStatisticsProcessor.FloodingLogger.FLOODING_WARNING_LOG_INTERVAL_MILLIS, a warning about flooding is logged if the size of the associated collection is increasing.
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.
conditionallyUpdateGreatestTick(long) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
conditionallyUpdateStartTick(Map.Entry<Long, V>) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
Updates the startTick in case that the sliding window was created AFTER the time of a value that updated this window.
config - Variable in class org.glassfish.jersey.client.ClientRuntime
 
config - Variable in class org.glassfish.jersey.client.JerseyClient
 
config - Variable in class org.glassfish.jersey.client.JerseyClientBuilder
 
config - Variable in class org.glassfish.jersey.client.JerseyWebTarget
 
config - Variable in class org.glassfish.jersey.jaxb.internal.AbstractXmlFactory
 
config - Variable in class org.glassfish.jersey.message.DeflateEncoder
 
config - Variable in class org.glassfish.jersey.message.filtering.CommonScopeProvider
 
config - Variable in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Configuration flags.
config - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
config - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
config(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
configClass - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
configClass() - Element in annotation type org.glassfish.jersey.server.ClientBinding
Define a configuration implementation class to be instantiated and used to configure bound web targets.
configs - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
configuration - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
configuration - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
configuration - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
configuration - Variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
configuration - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
configuration - Variable in class org.glassfish.jersey.server.ServerRuntime
 
configuration(Configuration) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set runtime configuration.
configuration(Configuration) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set global configuration.
CONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The configuration is not modifiable in this context.
configurationProperties - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
configurationValidator - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
configurationValidator(Supplier<ConfiguredValidator>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set global configuration validator.
configuratorClass - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
configure() - Method in class org.glassfish.jersey.client.ClientBinder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.RequestContext.Binder
 
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() - Method in class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature.Binder
 
configure() - Method in class org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
 
configure() - Method in class org.glassfish.jersey.jaxb.internal.JaxbParamConverterBinder
 
configure() - Method in class org.glassfish.jersey.message.filtering.EntityFilteringBinder
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
 
configure() - Method in class org.glassfish.jersey.server.ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
 
configure() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
 
configure() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.ServerProcessingBinder
 
configure() - Method in class org.glassfish.jersey.server.ServerBinder
 
configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigImpl
 
configure(JsonGenerator.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(JsonGenerator.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(JsonParser.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(JsonParser.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(DeserializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(DeserializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(SerializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(SerializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
 
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.jackson.internal.JacksonAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.JacksonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SecurityEntityFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
 
configure(JaxRSFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>) - Method in class org.glassfish.jersey.server.ResourceConfig
Configure auto-discoverables.
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure auto-discoverables in the injection manager.
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
configureAutoDiscoverableProviders(InjectionManager, List<AutoDiscoverable>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
configureBinders(InjectionManager, Set<Binder>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
configured - Variable in class org.glassfish.jersey.internal.inject.AbstractBinder
 
configured - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
ConfiguredValidator - Interface in org.glassfish.jersey.server.internal.inject
Configured validator for Jersey validation purposes.
configureExternalObjects(InjectionManager) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
configureFeatures(InjectionManager, Set<CommonConfig.FeatureRegistration>, List<CommonConfig.FeatureRegistration>, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
configureForcedAutoDiscoverableProviders(InjectionManager) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
configureForcedAutoDiscoverableProviders(InjectionManager) - Method in class org.glassfish.jersey.server.ResourceConfig
Configure forced auto-discoverables.
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure binders in the injection manager and enable JAX-RS features.
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.server.ResourceConfig
 
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
Configuring the WadlGenerator The org.glassfish.jersey.server.wadl.WadlGenerator properties will be populated with the provided properties like this: The types match exactly: if the WadlGenerator property is of type org.example.Foo and the provided property value is of type org.example.Foo Types that provide a constructor for the provided type (mostly java.lang.String) java.io.InputStream: The InputStream can e.g. represent a file. The stream is loaded from the property value (provided by the WadlGeneratorDescription) via ClassLoader#getResourceAsStream(String). It will be closed after org.glassfish.jersey.server.wadl.WadlGenerator#init() was called. Deprecated, will be removed in future versions: The WadlGenerator property is of type File and the provided property value is a String: the provided property value can contain the prefix classpath: to denote, that the path to the file is relative to the classpath. In this case, the property value is stripped by the prefix classpath: and the File is created via new File( generator.getClass().getResource( strippedFilename ).toURI() ) Notice that the filename is loaded from the classpath in this case, e.g. classpath:test.xml refers to a file in the package of the class (WadlGeneratorDescription#getGeneratorClass()). The file reference classpath:/test.xml refers to a file that is in the root of the classpath. Existing org.glassfish.jersey.server.wadl.WadlGenerator implementations: - Search tag in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Section
connect() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
connect(SocketAddress, Filter<?, ?, HttpRequest, HttpResponse>) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
connect(SocketAddress, Filter<?, ?, UP_IN, UP_OUT>) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
Initiate connect.
CONNECT - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
CONNECT_TIMEOUT - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Connect timeout interval, in milliseconds.
CONNECTED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
 
CONNECTING - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
CONNECTING - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
 
CONNECTION - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
CONNECTION_CHANGING_STATE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"HTTP connection {0}:{1} changing state {2} -> {3}."
CONNECTION_CHANGING_STATE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"HTTP connection {0}:{1} changing state {2} -> {3}."
CONNECTION_CLOSE - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
CONNECTION_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection closed by the server."
CONNECTION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the server."
CONNECTION_IDLE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
An amount of time in milliseconds (Integer value) during which an idle connection will be kept open.
CONNECTION_MANAGER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Connection Manager which will be used to create HttpClient.
CONNECTION_MANAGER_SHARED - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of true indicates that configured connection manager should be shared among multiple Jersey ClientRuntime instances.
CONNECTION_TIMEOUT() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connection timed out."
CONNECTION_TIMEOUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection timed out."
connectionCallback - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
connectionCallbackRunner - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
 
ConnectionCallbackRunner() - Constructor for class org.glassfish.jersey.server.ServerRuntime.ConnectionCallbackRunner
 
connectionCloseListener - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
connectionCloseScheduler - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
connectionCounter - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
connectionFactory - Variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
connectionFactory - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Set a custom HttpURLConnection factory.
ConnectionFactory(int) - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnector.ConnectionFactory
 
ConnectionFilter(Filter<HttpRequest, HttpResponse, ?, ?>) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
connectionIdleTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
connections - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
connectionStateListener - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
ConnectionStateListener() - Constructor for class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.ConnectionStateListener
 
connector - Variable in class org.glassfish.jersey.client.ClientRuntime
 
connector - Variable in class org.glassfish.jersey.client.spi.CachingConnectorProvider
 
Connector - Interface in org.glassfish.jersey.client.spi
Client transport connector extension contract.
CONNECTOR_CONFIGURATION(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connector configuration: {0}."
CONNECTOR_CONFIGURATION(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connector configuration: {0}."
connectorConfiguration - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
connectorConfiguration - Variable in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
ConnectorConfiguration - Class in org.glassfish.jersey.jdk.connector.internal
A container for connector configuration to make it easier to move around.
ConnectorConfiguration(Client, Configuration) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
ConnectorConfiguration.ProxyConfiguration - Class in org.glassfish.jersey.jdk.connector.internal
 
connectorProvider - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
Register a custom Jersey client connector provider.
connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
ConnectorProvider - Interface in org.glassfish.jersey.client.spi
Jersey client connector provider contract.
connectTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
connectTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
connectTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
 
Constants - Class in org.glassfish.jersey.jdk.connector.internal
 
Constants() - Constructor for class org.glassfish.jersey.jdk.connector.internal.Constants
 
constructor - Variable in class org.glassfish.jersey.server.model.HandlerConstructor
 
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.
CONSTRUCTOR_NAME - Static variable in class org.glassfish.jersey.internal.util.Pretty
 
consume() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Consumer loop, called from ConsumerTask, or indirectly when helping during submit.
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 class org.glassfish.jersey.internal.util.JerseyPublisher
Processes all published items using the given Consumer function.
CONSUME - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
consumeBodyIfPresent(HttpResponse, CompletionHandler<Void>) - Method in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
consumedLength - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.FixedLengthEncodingParser
 
consumedTypes - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
consumedTypes - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
consumer - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
consumer - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerTask
 
ConsumerSubscriber(CompletableFuture<Void>, Consumer<? super T>) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
ConsumerTask(SubmissionPublisher.BufferedSubscription<T>) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerTask
 
consumes - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
consumes - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
consumes - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
 
consumes(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
CONSUMES_PRODUCES_ACCEPTOR_COMPARATOR - Static variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
ConsumesProducesAcceptor(CombinedMediaType.EffectiveMediaType, CombinedMediaType.EffectiveMediaType, MethodRouting) - Constructor for class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
consumesProducesAcceptors - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
consumeWhiteSpace(CharacterIterator) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
Consuming - Interface in org.glassfish.jersey.server.model
Model component that is able to consume media types.
Container - Interface in org.glassfish.jersey.server.spi
Jersey container service contract.
CONTAINER_IDLE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Container idle timeout in milliseconds (Integer value).
ContainerException - Exception Class in org.glassfish.jersey.server
Exception thrown by the container components in to notify Jersey runtime about any errors.
ContainerException(String) - Constructor for exception class org.glassfish.jersey.server.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception class org.glassfish.jersey.server.ContainerException
 
ContainerException(Throwable) - Constructor for exception class org.glassfish.jersey.server.ContainerException
 
ContainerFactory - Class in org.glassfish.jersey.server
Factory for creating specific HTTP-based containers.
ContainerFactory() - Constructor for class org.glassfish.jersey.server.ContainerFactory
Prevents instantiation.
ContainerFilteringStage - Class in org.glassfish.jersey.server
Container filtering stage responsible for execution of request and response filters on each request-response message exchange.
ContainerFilteringStage(Iterable<RankedProvider<ContainerRequestFilter>>, Iterable<RankedProvider<ContainerResponseFilter>>) - Constructor for class org.glassfish.jersey.server.ContainerFilteringStage
Create a new container filtering stage specifying global request and response filters.
ContainerFilteringStage.ResponseFilterStage - Class in org.glassfish.jersey.server
 
containerIdleTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
containerIdleTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
ContainerLifecycleListener - Interface in org.glassfish.jersey.server.spi
Classes implementing this contract receive container life-cycle notification events.
containerLifecycleListeners - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
ContainerMessageBodyWorkersInitializer - Class in org.glassfish.jersey.server
Function that can be put to an acceptor chain to properly initialize MessageBodyWorkers instance on a current request and response.
ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
Create new MessageBodyWorkers initialization function for requests and responses.
ContainerProvider - Interface in org.glassfish.jersey.server.spi
Service-provider interface for creating container instances.
ContainerProviderConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ContainerProvider instances into InjectionManager and BootstrapBag.
ContainerProviderConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.server.ContainerProviderConfigurator
Create a new configurator.
containerRequest - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
containerRequest - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
ContainerRequest - Class in org.glassfish.jersey.server
Jersey container request context.
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) - Constructor for class org.glassfish.jersey.server.ContainerRequest
Create new Jersey container request context.
ContainerRequestFactory(RequestProcessingContextReference) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.ContainerRequestFactory
 
containerRequestFilters - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
containerRequestFilters - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
containerRequestProvider - Variable in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 
containerResponse - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
containerResponse - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
ContainerResponse - Class in org.glassfish.jersey.server
Jersey container response context.
ContainerResponse(ContainerRequest, Response) - Constructor for class org.glassfish.jersey.server.ContainerResponse
Create a new Jersey container response context.
ContainerResponse(ContainerRequest, OutboundJaxrsResponse) - Constructor for class org.glassfish.jersey.server.ContainerResponse
Create a new Jersey container response context.
containerResponseFilters - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
containerResponseFilters - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
containerResponseWriter - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
ContainerResponseWriter - Interface in org.glassfish.jersey.server.spi
A suspendable, request-scoped I/O container response writer.
ContainerResponseWriter.TimeoutHandler - Interface in org.glassfish.jersey.server.spi
Time-out handler can be registered when the container response writer gets suspended.
ContainerUtils - Class in org.glassfish.jersey.server.internal
Utility methods used by container implementations.
ContainerUtils() - Constructor for class org.glassfish.jersey.server.internal.ContainerUtils
 
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Deprecated.
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntrySet
 
contains(Object) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns true if this queue contains the specified element.
contains(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
 
containsAll(Collection<?>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
containsEntityGraph(Class<?>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
containsEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
Determine whether an entity graph for given entity class has been created by this provider.
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Tests if the specified object is a key in this table.
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.
containsKey(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
Returns true if the key has already been cached.
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
containsNullValue() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Special-case code for containsValue with null argument
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
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.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.
containsWhiteSpace(String) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if string s contains a white space char.
contendedLock() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Possibly blocks awaiting root lock.
content - Variable in class com.sun.research.ws.wadl.Doc
 
CONTENT_LENGTH - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
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.
ContentEncoding(String, int) - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
contentLengthHeadersCount - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
contentLengthsDiffer - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
contentLocation(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
contentParsingState - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
ContentParsingState() - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.ContentParsingState
 
context - Variable in class org.glassfish.jersey.client.InboundJaxrsResponse
 
context - Variable in exception class org.glassfish.jersey.message.internal.HeaderValueException
 
context - Variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
context - Variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
context - Variable in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
context - Variable in class org.glassfish.jersey.server.internal.routing.RoutingStage.RoutingResult
 
context - Variable in class org.glassfish.jersey.server.spi.ExternalRequestContext
 
Context() - Constructor for enum org.glassfish.jersey.message.internal.HeaderValueException.Context
 
CONTEXT - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Context parameter injection source.
ContextInjectionResolver - Interface in org.glassfish.jersey.internal.inject
A marker interface to InjectionResolver&lt;Context&gt;.
ContextInjectionResolverImpl - Class in org.glassfish.jersey.inject.hk2
Injection resolver for @Context injection annotation.
ContextInjectionResolverImpl() - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
ContextInjectionResolverImpl.Binder - Class in org.glassfish.jersey.inject.hk2
Context injection resolver binder.
ContextInjectionResolverImpl.CacheKey - Class in org.glassfish.jersey.inject.hk2
Key dedicated for internal cache mechanism because two different Injectee Hk2 implementations comes from Jersey side and HK2 side injection resolver.
ContextInjectionResolverImpl.DescriptorOverridingInjectee - Class in org.glassfish.jersey.inject.hk2
 
ContextInjectionResolverImpl.RequiredTypeOverridingInjectee - Class in org.glassfish.jersey.inject.hk2
 
ContextResolverAdapter(List<ContextResolver>) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
 
ContextResolverAdapter(ContextResolver...) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
 
contextResolverFactory - Variable in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
 
ContextResolverFactory - Class in org.glassfish.jersey.internal
A factory implementation for managing ContextResolver instances.
ContextResolverFactory() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory
Private constructor to allow to create ContextResolverFactory only in ContextResolverFactory.ContextResolversConfigurator.
ContextResolverFactory.ContextResolverAdapter - Class in org.glassfish.jersey.internal
 
ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register ContextResolvers instance into InjectionManager and BootstrapBag.
ContextResolverFactory.NullContextResolverAdapter - Class in org.glassfish.jersey.internal
 
contextResolvers - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
ContextResolvers - Interface in org.glassfish.jersey.spi
An injectable interface providing look-up for ContextResolver<T> provider instances.
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.
Continuation(DATA, Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stage.Continuation
Create a new continuation instance.
Continuation(RequestProcessingContext, Iterable<Router>) - Constructor for class org.glassfish.jersey.server.internal.routing.Router.Continuation
 
contract - Variable in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
 
contract - Variable in class org.glassfish.jersey.internal.inject.AliasBinding
 
contract - Variable in class org.glassfish.jersey.internal.ServiceFinderBinder
 
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_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The given contract ({0}) of {1} provider cannot be bound to a resource method.
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.
CONTRACT_PROVIDER_MODEL_PROCESSOR_ONLY - Static variable in class org.glassfish.jersey.server.ModelProcessorConfigurator
 
ContractProvider - Class in org.glassfish.jersey.model
Jersey contract provider model.
ContractProvider(Class<?>, Class<? extends Annotation>, Map<Class<?>, Integer>, int, Set<Class<? extends Annotation>>) - Constructor for class org.glassfish.jersey.model.ContractProvider
 
ContractProvider.Builder - Class in org.glassfish.jersey.model
Contract provider model builder.
contracts - Variable in class org.glassfish.jersey.internal.inject.Binding
 
contracts - Variable in class org.glassfish.jersey.model.ContractProvider.Builder
 
contracts - Variable in class org.glassfish.jersey.model.ContractProvider
 
contractTypes - Variable in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
 
contractTypes - Variable in class org.glassfish.jersey.model.internal.RankedProvider
 
Control - Enum constant in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
CONTROL - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents control type in the TYPE_TABLE.
convert(String) - Method in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
convert(String) - Method in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
 
convertedDefaultValue - Variable in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
 
converterProviders - Variable in class org.glassfish.jersey.server.internal.inject.ParamConverterFactory
 
convertIntervalToString(int) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
convertResponse(Response) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
convertToException(Response) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
convertToObjectName(String, boolean) - Static method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
Convert the resource name to a valid object name.
convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Convert media types into String.
convertToXmlName(String) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
convertTransformations(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
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(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
cookie(Cookie) - Method in class org.glassfish.jersey.client.ClientRequest
Add new cookie to the message headers.
cookie(Cookie) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
COOKIE - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Cookie parameter injection source.
COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cookie is null.
COOKIE_POLICY - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
To set the cookie policy of this cookie manager.
cookieManager - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
cookieManager - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
cookieManager - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
CookieParamException(Throwable, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.CookieParamException
 
CookieParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value factory provider supporting the CookieParam injection annotation.
CookieParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider
CookieParam annotation value factory provider injection constructor.
CookieParamValueParamProvider.CookieParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
CookieParamValueParamProvider.CookieTypeParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
CookieParamValueProvider(MultivaluedParameterExtractor<?>) - Constructor for class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider.CookieParamValueProvider
 
cookiePolicy - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
CookieProvider - Class in org.glassfish.jersey.message.internal
Request Cookie header delegate provider.
CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
 
CookiesParser - Class in org.glassfish.jersey.message.internal
Cookies parser.
CookiesParser() - Constructor for class org.glassfish.jersey.message.internal.CookiesParser
Prevents instantiation.
CookiesParser.MutableCookie - Class in org.glassfish.jersey.message.internal
 
CookiesParser.MutableNewCookie - Class in org.glassfish.jersey.message.internal
 
cookieStore - Variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
cookieStore - Variable in class org.glassfish.jersey.jetty.connector.JettyConnector
 
CookieTypeParamValueProvider(String) - Constructor for class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider.CookieTypeParamValueProvider
 
copy() - Method in class org.glassfish.jersey.client.ClientConfig.State
Create a copy of the configuration state within the same parent Jersey client instance scope.
copy() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Return a copy of this thread pool config.
copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a copy of this component bag.
copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
copy() - Method in class org.glassfish.jersey.SslConfigurator
Create a copy of the current SSL configurator instance.
copy(JerseyClient) - Method in class org.glassfish.jersey.client.ClientConfig.State
Create a copy of the configuration state in a scope of the given parent Jersey client instance.
copy(CommonConfig, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Copy config properties, providers from given config to this instance.
COPY_ON_CHANGE - Static variable in class org.glassfish.jersey.client.ClientConfig.State
Strategy that returns a copy of the state instance.
copyProviders(Configuration, Configurable<?>) - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
 
copyRequestContext - Variable in class org.glassfish.jersey.client.JerseyInvocation
 
CoreBundleSymbolicNAME - Static variable in class org.glassfish.jersey.internal.OsgiRegistry
 
corePoolSize - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
count - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
count - Variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
count - Variable in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
COUNTER - Static variable in class org.glassfish.jersey.apache.connector.ApacheConnector.ConnectionFactory
 
CounterCell(long) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
counterCells - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Table of counter cells.
CounterHashCode() - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterHashCode
 
counterHashCodeGenerator - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Generates initial value for per-thread CounterHashCodes.
countOfMode(boolean) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Traverses and counts unmatched nodes of the given mode.
CR - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
cra - Variable in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
 
create() - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
Load a new injection manager without parent and initial binder.
create() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
create(InputStream) - Static method in class org.glassfish.jersey.message.internal.EntityInputStream
Create an entity input stream instance wrapping the original input stream.
create(Annotation) - Static method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
Create a client binding model from a client binding annotation.
create(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<? extends Inflector>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector class.
create(Class, Class, boolean, Class[], Type[], Annotation[][]) - Static method in class org.glassfish.jersey.server.model.Parameter
 
create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a parameter model.
create(Class, Class, Constructor<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given resource method handler injectable constructor.
create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.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.
create(Object) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
 
create(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
Load a new injection manager with parent object.
create(Object) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(URI, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory
 
create(URI, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory
 
create(URI, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory
 
create(URI, boolean) - Method in interface org.glassfish.jersey.server.internal.scanning.UriSchemeResourceFinderFactory
Create new ResourceFinder for a given resource URI.
create(URI, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory
 
create(Collection<Annotation>) - Static method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
Create a client binding model from a set of client binding annotation candidates.
create(MediaType, CombinedMediaType.EffectiveMediaType) - Static method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
Create combined client/server media type.
create(HttpRoute, ConnectionConfig) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector.ConnectionFactory
 
create(HttpHeaderReader) - Method in interface org.glassfish.jersey.message.internal.HttpHeaderReader.ListElementCreator
 
create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Create new Tracing logger.
create(Inflector<Request, T>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector instance.
create(Invocable) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
Get the invocation handler for the invocable resource method.
create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider
 
create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
 
create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider
 
create(Invocable, InvocationHandler, ConfiguredValidator) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
create(MethodHandler, Method) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, Method, boolean, Type) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
createAlias(ServiceLocator, ActiveDescriptor<?>, AliasBinding) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Creates the alias object to a provided descriptor.
createAndInitialize(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Creates, injects and post-constructs an object with the given class.
createAndInitialize(Class<U>) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
createAndTranslateForeignDescriptor(Binding) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createApplication(InjectionManager, Class<? extends Application>, Value<Collection<ComponentProvider>>) - Static method in class org.glassfish.jersey.server.ApplicationConfigurator
 
createApplicationDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.ObjectFactory
 
createArray(Collection<?>, Class) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
createAuthenticatingRequest(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
createBinder(Consumer<AbstractBinder>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Creates a new binder and automatically use it to bind the the descriptors in bindConsumer.
createBodyless(String, URI) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
createBuffered(String, URI) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
createChunked(String, URI, int) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
createChunkParser(AsynchronousBodyInputStream, HttpParser, int) - Static method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser
 
createClassBinders(Class<T>, boolean) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry.OsgiServiceFinder
 
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.
createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createConcurrentMap() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
createConcurrentMap(int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
createConcurrentMap(int, float, int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
createConcurrentMap(Map<? extends K, ? extends V>) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new map with the same mappings as the given map.
createConnectionManager(Client, Configuration, SSLContext, boolean) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
createConnectRequest() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
createContainer(Class<T>, Application) - Static method in class org.glassfish.jersey.server.ContainerFactory
Create a container according to the class requested.
createContainer(Class<T>, Application) - Method in interface org.glassfish.jersey.server.spi.ContainerProvider
Create an container of a given type.
createContext() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope
 
createContext() - Method in class org.glassfish.jersey.process.internal.RequestScope
Creates a new instance of the request scope context.
CREATED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
createDateFormats() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
 
createDescriptor(Class<?>) - Method in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
Method is able to create form incoming class and jersey descriptor a ForeignDescriptor which is provided by underlying DI provider.
createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Doc
createElement(String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
createElement(String, String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
createEntry(int, K, V, int) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Like addEntry except that this version is used when creating entries as part of Map construction or "pseudo-construction" (cloning, deserialization).
createEntry(int, K, V, int) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
This override differs from addEntry in that it doesn't resize the table or remove the eldest entry.
createError(Type) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Create visiting error (in case the visitor could not recognize the visit type.
createEventTable() - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
 
createExceptionForFamily(Response, Response.Status.Family) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
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.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Create a new instance of the thread pool executor that should be provided by the AbstractThreadPoolProvider.getExecutor() method.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Perform any post create functions such as generating grammars.
createFilterChain(URI, ConnectorConfiguration) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
createFilteringObject(Class<?>, Set<String>, boolean) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
Create entity-filtering object after this object has not been found in the cache.
createFilteringScope(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
Create a new entity-filtering scope based on the default one.
createFixedLengthParser(AsynchronousBodyInputStream, int) - Static method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser
 
createForeignDescriptor(Binding) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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(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.
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.
createFromMultiValues(Collection<? extends Collection<Long>>) - Static method in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
Creates aggregated value object for monitoring statistics based on the provided collection of values.
createFromValues(Collection<Long>) - Static method in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
Creates aggregated value object for monitoring statistics based on the provided values.
createFunction - Variable in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Grammars
createHeadEnrichedRouter() - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createHttpRequest(ClientRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty inbound message headers container.
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createInflector(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
createInjectionManager() - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates a InjectionManager without parent and initial binder.
createInjectionManager(Object) - Method in enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
 
createInjectionManager(Object) - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates an unnamed, parented InjectionManager.
createInjectionManager(Binder) - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates a InjectionManager with initial binder that is immediately registered.
createInstanceBinders(T) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
 
createInternalRouter() - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
createInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry.OsgiServiceFinder
 
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.
createLazyExceptionMappers(InjectionManager) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
Returns LazyValue of exception mappers that delays their creation to the first use.
createLazySslContext(DefaultSslContextProvider) - Method in class org.glassfish.jersey.client.JerseyClient
 
createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Link
createLinkBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createLinkedTransferQueue() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Create an instance of a BlockingQueue that is based on LinkedTransferQueue implementation from JDK 7.
createLocator(ServiceLocator) - Static method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
Creates a new ServiceLocator instance from static ServiceLocatorFactory and adds the provided parent locator if the instance is not null.
createLoggingFilter(FeatureContext, RuntimeType) - Method in class org.glassfish.jersey.logging.LoggingFeature
 
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.
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createMethodRouter(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
createMultiParser(String...) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create a new chunk multi-parser that will split the response entity input stream based on multiple fixed boundary strings.
createNextAuthToken(DigestAuthenticator.DigestScheme, ClientRequestContext, HttpAuthenticationFilter.Credentials) - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Creates digest string including counter.
createNextAuthToken(ProxyDigestAuthenticator.DigestScheme, String, String, String, String) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Creates digest string including counter.
createObjectGraph(Class<?>, Set<String>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
createObjectGraph(Class<?>, Set<String>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
Create an ObjectGraph for given parameters.
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty outbound message headers container.
createOutputStream(long, SessionOutputBuffer) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientConnection
 
createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Param
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createParam(Resource, ResourceMethod, Parameter) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createParamAnnotationHelperMap() - Static method in class org.glassfish.jersey.server.model.Parameter
 
createParamAnnotationSet() - Static method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary sequence of bytes.
createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary string.
createPath(Resource) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
 
createPatternFor(String) - Method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Create a proper matching path pattern from the provided template for the selected method type.
createProviderBinders(Class<?>, ContractProvider) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
 
createProviderBinders(Object, ContractProvider) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
 
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.
createQualitySourceMediaTypes(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create a list of quality source media type from the Produces annotation.
createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Representation
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createRequestFilteringStage(InjectionManager) - Static method in class org.glassfish.jersey.client.ClientFilteringStages
Create client request filtering stage using the injection manager.
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resource
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceBuilder() - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
Create a new resource model builder for the introspected class.
createResourceDocType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ObjectFactory
 
createResourceMethodRouters(RuntimeResource, boolean) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResources() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of ResourceType
createRespondingRoot() - Method in class org.glassfish.jersey.server.internal.process.DefaultRespondingContext
 
createRespondingRoot() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
createRespondingRoot() - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
(Optionally) create a responder chain from all transformations previously pushed into the context.
createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Response
createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createResponseFilteringStage(InjectionManager) - Static method in class org.glassfish.jersey.client.ClientFilteringStages
Create client response filtering stage using the injection manager.
createResponseRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createRootRouter(PathMatchingRouterBuilder, boolean) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
createRouting(Class<?>) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
createRunnableForAsyncProcessing(ClientRequest, ResponseCallback) - Method in class org.glassfish.jersey.client.ClientRuntime
Prepare a Runnable to be used to submit a client request for asynchronous processing.
createRuntimeConfig(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
Create runtime configuration initialized from a given deploy-time JAX-RS/Jersey application configuration.
createRxInvoker(Class<? extends RxInvoker>, ExecutorService) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
Create RxInvoker from provided RxInvoker subclass.
createServerRuntime(InjectionManager, ServerBootstrapBag, Stage<RequestProcessingContext>, ApplicationEventListener, ProcessingProviders) - Static method in class org.glassfish.jersey.server.ServerRuntime
 
createService(Function<Class<?>, ?>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set model processors.
createServiceFunction - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
createServiceFunction - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
Create new SSL context instance using the current SSL context configuration.
createSubfilters(Class<?>, Map<String, ObjectGraph>) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider
 
createSubfilters(String, Class<?>, Map<String, ObjectGraph>, Set<String>) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider
 
createTempFile() - Static method in class org.glassfish.jersey.message.internal.Utils
Create an empty file in the default temporary-file directory.
createThreadFactory() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
 
createTokenTable() - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
 
createURI(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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, 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.
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(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createUriComponent(UriComponent.Type, String, String[], int, boolean, Map<String, ?>, StringBuilder) - Static method in class org.glassfish.jersey.uri.UriTemplate
 
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.
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
 
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.
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
Create a value provider for the parameter.
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
 
createValueProviders(Collection<ValueParamProvider>, Parameterized) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Create list of parameter value providers for the given parameterized resource model component.
createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createWadlGenerator(InjectionManager) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Create a new instance of WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
createWhiteSpaceTable() - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
 
createXhtmlCodeType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
 
createXhtmlElementType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
 
Creating a WadlGeneratorConfig If you want to create an instance at runtime you can configure the WadlGenerator class and property names/values. A new instance of the Generator is created for each generation action. The first option would look like this: WadlGeneratorConfig config = WadlGeneratorConfig .generator( MyWadlGenerator.class ) .prop( "someProperty", "someValue" ) .generator( MyWadlGenerator2.class ) .prop( "someProperty", "someValue" ) .prop( "anotherProperty", "anotherValue" ) .build(); If you want to specify the WadlGeneratorConfig in the web.xml you have to subclass it and set the servlet init-param org.glassfish.jersey.server.ServerProperties#WADL_GENERATOR_CONFIG to the name of your subclass. This class might look like this: class MyWadlGeneratorConfig extends WadlGeneratorConfig { public ListWadlGeneratorDescription configure() { return generator( MyWadlGenerator.class ) .prop( "foo", propValue ) .generator( MyWadlGenerator2.class ) .prop( "bar", propValue2 ) .descriptions(); } } Configuring the WadlGenerator The org.glassfish.jersey.server.wadl.WadlGenerator properties will be populated with the provided properties like this: The types match exactly: if the WadlGenerator property is of type org.example.Foo and the provided property value is of type org.example.Foo Types that provide a constructor for the provided type (mostly java.lang.String) java.io.InputStream: The InputStream can e.g. represent a file. The stream is loaded from the property value (provided by the WadlGeneratorDescription) via ClassLoader#getResourceAsStream(String). It will be closed after org.glassfish.jersey.server.wadl.WadlGenerator#init() was called. Deprecated, will be removed in future versions: The WadlGenerator property is of type File and the provided property value is a String: the provided property value can contain the prefix classpath: to denote, that the path to the file is relative to the classpath. In this case, the property value is stripped by the prefix classpath: and the File is created via new File( generator.getClass().getResource( strippedFilename ).toURI() ) Notice that the filename is loaded from the classpath in this case, e.g. classpath:test.xml refers to a file in the package of the class (WadlGeneratorDescription#getGeneratorClass()). The file reference classpath:/test.xml refers to a file that is in the root of the classpath. Existing org.glassfish.jersey.server.wadl.WadlGenerator implementations: - Search tag in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Section
credentials - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator
 
credentials(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Set credentials.
credentials(String, byte[]) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
credentials(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Set credentials.
credentials(String, String) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
Credentials(String, byte[]) - Constructor for class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Credentials
Create a new credentials from username and password as byte array.
Credentials(String, String) - Constructor for class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Credentials
Create a new credentials from username and password as String.
CREDENTIALS_PROVIDER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
The credential provider that should be used to retrieve credentials from a user.
credentialsForBasic(String, byte[]) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for basic authentication only.
credentialsForBasic(String, String) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for basic authentication only.
credentialsForDigest(String, byte[]) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
credentialsForDigest(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for digest authentication only.
credentialsForDigest(String, String) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for digest authentication only.
CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e.
CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Creates a new instance of the filter with X-Requested-By header value set to empty string.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Initialized the filter with a desired value of the X-Requested-By header.
ctl - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
CTL - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
current - Variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Currently read byte buffer.
current - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
current - Variable in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
current - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
current() - Static method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
current() - Method in class org.glassfish.jersey.process.internal.RequestScope
Returns the current RequestContext which has to be active on the given thread.
current() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Returns character at the current position.
currentContainerIdleTimeout - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
Idle timeout that will be used when closing current TransportFilter.channelGroup
currentRequestContext - Variable in class org.glassfish.jersey.process.internal.RequestScope
A thread local copy of the current scope context.
currentRouters - Variable in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
 
currentThreadPoolConfig - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
ThreadPoolConfig current TransportFilter.channelGroup has been created with.
custom - Variable in class org.glassfish.jersey.message.AbstractEntityProviderModel
 
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
Custom annotation literal.
CustomAnnotationLiteral() - Constructor for class org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
 
customBaseUri - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.ManagedClient
 
customExecutorService - Variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
customHostnameVerifier - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
CustomProvidersFeature - Class in org.glassfish.jersey.client
Feature to provide the single-line registration of custom providers.
CustomProvidersFeature(Collection<Class<?>>) - Constructor for class org.glassfish.jersey.client.CustomProvidersFeature
Constructs Feature which is used to register providers as providers in Configuration.
customScheduledExecutorService - Variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
cycleHandler - Variable in class org.glassfish.jersey.internal.util.collection.Cache
 

D

d - Variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
Distance of the combined media types.
dasherize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Replace underscores in the specified word with dashes.
data - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
data - Variable in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
data - Variable in class org.glassfish.jersey.server.model.Resource
 
data - Variable in class org.glassfish.jersey.server.model.ResourceMethod
 
Data(String, Collection<MediaType>, Collection<MediaType>, boolean, boolean, boolean, long, TimeUnit, Invocable, Collection<Class<? extends Annotation>>, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceMethod.Data
 
Data(List<String>, String, List<ResourceMethod.Data>, ResourceMethod.Data, List<Resource.Data>, Set<Class<?>>, Set<Object>, boolean) - Constructor for class org.glassfish.jersey.server.model.Resource.Data
Create a new immutable resource data holder from the supplied parameters.
DATA - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
 
dataBuffer - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
DataSourceProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a DataSource instance.
DataSourceProvider() - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider
 
DataSourceProvider.ByteArrayDataSource - Class in org.glassfish.jersey.message.internal
Modified from javax.mail.util.ByteArrayDataSource A DataSource backed by a byte array.
DataSourceProvider.ByteArrayDataSource.DSByteArrayOutputStream - Class in org.glassfish.jersey.message.internal
 
DataStructures - Class in org.glassfish.jersey.internal.util.collection
Utility class, which tries to pickup the best collection implementation depending on running environment.
DataStructures() - Constructor for class org.glassfish.jersey.internal.util.collection.DataStructures
 
DATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Date is null.
dateFormats - Static variable in class org.glassfish.jersey.message.internal.HttpDateFormat
 
DateProvider - Class in org.glassfish.jersey.message.internal
DateProvider() - Constructor for class org.glassfish.jersey.message.internal.DateProvider
 
DateProvider() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.DateProvider
 
dbf - Variable in class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
dbf - Variable in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
debugLevel - Variable in class org.glassfish.jersey.internal.util.ExtendedLogger
 
debugLog(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Log a debug message using the configured debug level.
debugLog(String, Object...) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Log a debug message using the configured debug level.
DEC - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
decapitalize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
 
decideTransferEncoding() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
DeclarationDistanceComparator(Class<T>) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator
 
declared - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator
 
declaredTypes - Variable in class org.glassfish.jersey.message.AbstractEntityProviderModel
 
declaredTypes() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get types declared as supported (via @Produces or @Consumes) on the entity provider.
declaringClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Declaring class.
DeclaringClassInterfacePair(Class<?>, Class<?>, Type) - Constructor for class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
 
decode - Variable in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
decode - Variable in class org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider.MatrixParamValueProvider
 
decode - Variable in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamListPathSegmentValueSupplier
 
decode - Variable in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamPathSegmentValueSupplier
 
decode - Variable in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamValueProvider
 
decode - Variable in class org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider.QueryParamValueProvider
 
decode(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Decodes Base64 data into octects.
decode(Annotation[]) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
decode(String, int) - Static method in class org.glassfish.jersey.uri.UriComponent
 
decode(String, InputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the encoded stream, wrap it and return a stream that can be used to read the decoded entity.
decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeAsString(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Decodes array of bytes using base64 decoding and returns the result as a string.
decodeAsString(String) - Static method in class org.glassfish.jersey.internal.util.Base64
Decodes a string using base64 and returns the result as another string.
decodedQueryParamsView - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
decodedRelativePath - Variable in class org.glassfish.jersey.server.ContainerRequest
 
decodedTemplateValues - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
decodedTemplateValuesView - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
decodeHex(char) - Static method in class org.glassfish.jersey.uri.UriComponent
 
decodeHex(String, int) - Static method in class org.glassfish.jersey.uri.UriComponent
 
decodeHost(String, int) - Static method in class org.glassfish.jersey.uri.UriComponent
 
decodeInitialLineFromBuffer(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the matrix component of a URI path segment.
decodeMatrixParam(MultivaluedMap<String, String>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
 
decodeOctets(int, ByteBuffer, StringBuilder) - Static method in class org.glassfish.jersey.uri.UriComponent
Decodes octets to characters using the UTF-8 decoding and appends the characters to a StringBuffer.
decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path segment and add it to the list of path segments.
decodePercentEncodedOctets(String, int, ByteBuffer) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode a continuous sequence of percent encoded octets.
decodeQuery(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQueryParam(String, int) - Static method in class org.glassfish.jersey.uri.UriComponent
 
decodeQueryParam(MultivaluedMap<String, String>, String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
 
Def(String) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
Def(JSONP) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
DEFAULT - Static variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
DEFAULT - Static variable in class org.glassfish.jersey.message.internal.Quality
Default quality value.
DEFAULT_ANNOTATIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.
DEFAULT_BASE_URI - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
DEFAULT_BUFFER_CAPACITY - Static variable in class org.glassfish.jersey.internal.util.JerseyPublisher
 
DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.internal.jsr166.Flow
 
DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Default size of the buffer which will be used if no user defined size is specified.
DEFAULT_CALLBACK - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default JavaScript callback function name.
DEFAULT_CAPACITY - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The default initial table capacity.
DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Default chunk size in HTTP chunk-encoded messages.
DEFAULT_CONCURENCY_LEVEL - Static variable in class org.glassfish.jersey.internal.util.collection.DataStructures
Default concurrency level calculated based on the number of available CPUs.
DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The default concurrency level for this table.
DEFAULT_CONFIG_NO_PROPS - Static variable in class org.glassfish.jersey.SslConfigurator
Default SSL configuration that is used to create default SSL context instances that do not take into account system properties.
DEFAULT_CONFIGURATION_TYPE - Static variable in class org.glassfish.jersey.server.TracingUtils
 
DEFAULT_CONNECTION_CLOSE_WAIT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.CONTAINER_IDLE_TIMEOUT property.
DEFAULT_CONNECTION_FACTORY - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Default connection factory to be used.
DEFAULT_CONNECTION_IDLE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.CONNECTION_IDLE_TIMEOUT property.
DEFAULT_COOKIE_POLICY - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.COOKIE_POLICY property.
DEFAULT_CORE_POOL_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
DEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Default value, {0} could not be processed by method {1}.
DEFAULT_HANDLER - Static variable in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
DEFAULT_HTTP_CHUNK_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the ClientProperties.CHUNKED_ENCODING_SIZE property.
DEFAULT_HTTP_PORT - Static variable in interface org.glassfish.jersey.server.spi.Container
Default container port number for HTTP protocol.
DEFAULT_HTTPS_PORT - Static variable in interface org.glassfish.jersey.server.spi.Container
Default container port number for HTTPS protocol.
DEFAULT_IDLE_THREAD_KEEP_ALIVE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
DEFAULT_IMPLS - Static variable in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
DEFAULT_INITIAL_CAP - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Initial buffer capacity used when maxBufferCapacity is greater.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The default initial capacity - MUST be a power of two.
DEFAULT_INTERVAL - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
DEFAULT_LEVEL - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Default event level.
DEFAULT_LOAD_FACTOR - Static variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The load factor used when none specified in constructor.
DEFAULT_LOGGER_LEVEL - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default logger level which will be used for logging request and response messages.
DEFAULT_LOGGER_NAME - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default logger name to log request and response messages.
DEFAULT_LOGGER_NAME_SUFFIX - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Default JDK logger name suffix.
DEFAULT_MAX_CONNECTIONS_PER_DESTINATION - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
DEFAULT_MAX_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default maximum entity bytes to be logged.
DEFAULT_MAX_HEADER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.MAX_HEADER_SIZE property.
DEFAULT_MAX_POOL_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
DEFAULT_MAX_QUEUE_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
DEFAULT_MAX_REDIRECTS - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.MAX_REDIRECTS property.
DEFAULT_PRIORITY - Static variable in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
Default common priority of Jersey build-in auto-discoverables.
DEFAULT_QUERY - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default query parameter name to obtain the JavaScript callback function name from.
DEFAULT_SCOPE - Static variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
Scope used for selecting all fields, i.e.: when no filter is applied
DEFAULT_SCOPE - Static variable in interface org.glassfish.jersey.message.filtering.spi.ScopeProvider
Default entity-filtering scope.
DEFAULT_SECURITY_CONTEXT - Static variable in class org.glassfish.jersey.server.ApplicationHandler
Default dummy security context.
DEFAULT_SIZE - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
DEFAULT_SSL_CONTEXT_PROVIDER - Static variable in class org.glassfish.jersey.client.JerseyClient
 
DEFAULT_TERMINATION_TIMEOUT - Static variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Default thread pool executor termination timeout in milliseconds.
DEFAULT_TIMEOUT_HANDLER - Static variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
DEFAULT_UNREADABLES - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
These are classes that we never use for reading (never try to deserialize instances of these types).
DEFAULT_UNTOUCHABLES - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Looks like we need to worry about accidental data binding for types we shouldn't be handling.
DEFAULT_UNWRITABLES - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
These are classes that we never use for writing (never try to serialize instances of these types).
DEFAULT_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default verbosity for entity logging.
defaultAnalyzer - Variable in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
DefaultBackgroundSchedulerProvider() - Constructor for class org.glassfish.jersey.server.ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider
 
defaultBufferSize() - Static method in class org.glassfish.jersey.internal.jsr166.Flow
Returns a default value for Publisher or Subscriber buffering, that may be used in the absence of other constraints.
defaultClasses - Variable in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
 
DefaultClientAsyncExecutorProvider - Class in org.glassfish.jersey.client
Default ExecutorServiceProvider used on the client side for asynchronous request processing.
DefaultClientAsyncExecutorProvider(int) - Constructor for class org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider
Creates a new instance.
DefaultClientBackgroundSchedulerProvider - Class in org.glassfish.jersey.client
Default ScheduledExecutorServiceProvider used on the client side for providing the scheduled executor service that runs background tasks.
DefaultClientBackgroundSchedulerProvider() - Constructor for class org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider
Creates a new instance.
DefaultCloseableService - Class in org.glassfish.jersey.server.internal.process
Default implementation of CloseableService.
DefaultCloseableService() - Constructor for class org.glassfish.jersey.server.internal.process.DefaultCloseableService
 
defaultConfig() - Static method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Create new client thread pool configuration instance.
DefaultConnectionFactory() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider.DefaultConnectionFactory
 
defaultCredentials - Variable in class org.glassfish.jersey.client.authentication.BasicAuthenticator
 
DefaultEntityProcessor - Class in org.glassfish.jersey.message.filtering
Default entity processor.
DefaultEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.DefaultEntityProcessor
 
defaultIterator - Variable in class org.glassfish.jersey.internal.OsgiRegistry.OsgiServiceFinder
 
DefaultJaxbTypeCHECKER - Static variable in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
DefaultManagedAsyncExecutorProvider() - Constructor for class org.glassfish.jersey.server.ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider
Create new instance for the default managed async executor provider.
defaultPrimitiveTypeValue - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
defaultPrimitiveTypeValue - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
defaultPriority - Variable in class org.glassfish.jersey.model.ContractProvider.Builder
 
defaultPriority - Variable in class org.glassfish.jersey.model.ContractProvider
 
defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Set the contract default provider priority.
DefaultRefImpl() - Constructor for class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
DefaultRefImpl(T) - Constructor for class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
DefaultRespondingContext - Class in org.glassfish.jersey.server.internal.process
Default implementation of the request-scoped responding context.
DefaultRespondingContext() - Constructor for class org.glassfish.jersey.server.internal.process.DefaultRespondingContext
 
DefaultServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
DefaultSlidingWindowTrimmerHolder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir.DefaultSlidingWindowTrimmerHolder
 
DefaultSslContextProvider - Interface in org.glassfish.jersey.client.spi
Default SSLContext provider.
defaultStringValue - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
defaultStringValue - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
defaultStringValue - Variable in exception class org.glassfish.jersey.server.ParamException
 
defaultValue - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
defaultValue - Variable in class org.glassfish.jersey.server.internal.inject.SingleStringValueExtractor
 
defaultValue - Variable in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
 
defaultValue - Variable in class org.glassfish.jersey.server.model.Parameter
 
defaultValue() - Method in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
Get converted default value.
defaultValueString - Variable in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
 
definitionMethod - Variable in class org.glassfish.jersey.server.model.Invocable
 
definitionMethod - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
DEFLATE_WITHOUT_ZLIB - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, DeflateEncoder deflate encoding interceptor will use non-standard version of the deflate content encoding, skipping the zlib wrapper.
DeflateEncoder - Class in org.glassfish.jersey.message
Deflate encoding support.
DeflateEncoder(Configuration) - Constructor for class org.glassfish.jersey.message.DeflateEncoder
Initialize DeflateEncoder.
DELAYED - Enum constant in enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
 
DelayedHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
Implementation of InjectionManager that is able to delay service's registration and injection to DelayedHk2InjectionManager.completeRegistration() phase.
DelayedHk2InjectionManager(Object) - Constructor for class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
Constructor with parent.
delegate - Variable in class org.glassfish.jersey.client.spi.CachingConnectorProvider
 
delegate - Variable in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
delegate - Variable in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
delegate - Variable in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
delegate - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
DelegatedInjectionValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value factory provider that delegates the injection target lookup to the underlying injection provider.
DelegatedInjectionValueParamProvider(LazyValue<ContextInjectionResolver>, Function<Binding, ForeignDescriptor>) - Constructor for class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
Injection constructor.
delete() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
delete(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
DELETE - Enum constant in enum com.sun.research.ws.wadl.HTTPMethods
 
delimiter - Variable in class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser
 
delimiters - Variable in class org.glassfish.jersey.client.ChunkedInput.FixedMultiBoundaryParser
 
demand - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
DEMAND - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
demodulize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Remove any package name from a fully qualified class name, returning only the simple classname.
denyAll - Variable in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
 
denyAll() - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create DenyAll annotation implementation.
DenyAllImpl() - Constructor for class org.glassfish.jersey.message.filtering.SecurityAnnotations.DenyAllImpl
 
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
{0}.
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A dependent class, {0}, of the class {1} implementing the provider {2} is not found.
depositSchemaProperty(PropertyWriter, JsonObjectFormatVisitor, SerializerProvider) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
depositSchemaProperty(PropertyWriter, ObjectNode, SerializerProvider) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
derived - Variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
True if the MediaType was not defined by annotation and therefore was derived from Message Body Providers.
DESCENDING - Enum constant in enum org.glassfish.jersey.model.internal.RankedComparator.Order
Ascending order.
descriptions() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
descriptorCache - Variable in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
descriptorCache - Variable in class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider.BeanParamValueProvider
 
descriptorCache - Variable in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
We do not want to create a new descriptor instance for every and each method invocation.
DescriptorOverridingInjectee(Injectee, ActiveDescriptor) - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.DescriptorOverridingInjectee
 
deserializationDisable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
Deserialization features to disable.
deserializationDisable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JacksonFeatures
Deprecated.
Deserialization features to disable.
deserializationEnable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
Deserialization features to enable.
deserializationEnable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JacksonFeatures
Deprecated.
Deserialization features to enable.
DestinationConnectionPool - Class in org.glassfish.jersey.jdk.connector.internal
 
DestinationConnectionPool(ConnectorConfiguration, CookieManager, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
DestinationConnectionPool.ConnectionCloseListener - Interface in org.glassfish.jersey.jdk.connector.internal
 
DestinationConnectionPool.ConnectionStateListener - Class in org.glassfish.jersey.jdk.connector.internal
 
DestinationConnectionPool.DestinationKey - Class in org.glassfish.jersey.jdk.connector.internal
 
DestinationConnectionPool.RequestRecord - Class in org.glassfish.jersey.jdk.connector.internal
 
DestinationKey(URI) - Constructor for class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.DestinationKey
 
destinationPools - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
DESTROY_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Application has been destroyed (stopped).
destroyed - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
DestroyListener - Interface in org.glassfish.jersey.server.monitoring
A listener contract that allows any registered implementation class to receive application destroy events.
destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
detach() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Nulls out most fields, mainly to avoid garbage retention until publisher unsubscribes, but also to help cleanly stop upon error by nulling required components.
DETAILED_WADL_QUERY_PARAM - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Name of the query parameter that allows generation of full WADL including extended resource.
detailedWadl - Variable in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
determineResponseMediaType(Class<?>, Type, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor, List<AcceptableMediaType>) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
Determine the MediaType of the Response based on writers suitable for the given entity class, pre-selected method and acceptable media types.
digest() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized without default credentials.
digest(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized with credentials.
digest(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized with credentials.
DIGEST - Enum constant in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Digest.
DIGEST - Enum constant in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
Digest authentication.
DIGEST - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
Digest authentication scheme key.
DIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter.
digestAuth - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
DIGESTAUTH_URI_CACHE_SIZELIMIT - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines the size of digest cache in the HttpAuthenticationFeature.digest() digest filter}.
DigestAuthenticator - Class in org.glassfish.jersey.client.authentication
Implementation of Digest Http Authentication method (RFC 2617).
DigestAuthenticator(HttpAuthenticationFilter.Credentials, int) - Constructor for class org.glassfish.jersey.client.authentication.DigestAuthenticator
Create a new instance initialized from credentials and configuration.
DigestAuthenticator.Algorithm - Enum in org.glassfish.jersey.client.authentication
 
DigestAuthenticator.DigestScheme - Class in org.glassfish.jersey.client.authentication
Digest scheme POJO
DigestAuthenticator.QOP - Enum in org.glassfish.jersey.client.authentication
 
digestCache - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator
 
digestCredentials - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
DigestScheme(String, String, String, DigestAuthenticator.QOP, DigestAuthenticator.Algorithm, boolean) - Constructor for class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
DigestScheme(String, String, String, ProxyDigestAuthenticator.QOP, ProxyDigestAuthenticator.Algorithm, boolean) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
directWrite - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
When true, the data are written directly to output stream and not to the buffer.
disable(JsonGenerator.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(JsonParser.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(DeserializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(SerializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(JaxRSFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(JaxRSFeature, JaxRSFeature...) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
DISABLE_COOKIES - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.
DISABLE_COOKIES - Static variable in class org.glassfish.jersey.jetty.connector.JettyClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.
DISABLED - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
disableLocationHeaderRelativeUriResolution - Variable in class org.glassfish.jersey.server.ServerRuntime
Do not resolve relative URIs in the Location header
disableMetaProviderConfiguration - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Flag determining whether the configuration of meta-providers (excl.
disableValidation - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
disableValidation - Variable in class org.glassfish.jersey.server.model.IntrospectionModeller
 
disableValidation() - Method in class org.glassfish.jersey.server.ApplicationHandler
 
dispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
dispatch(Object, ContainerRequest) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
Reflectively dispatch a request to the underlying invocable resource method via the configured invocation handler using the provided resource class instance.
DISPATCH_RESPONSE - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Resource method invocation results to JAX-RS Response.
dispatcher - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
disposable - Variable in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
 
disposable - Variable in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
DisposableSupplier<T> - Interface in org.glassfish.jersey.internal.inject
Supplier extension which is able to call Supplier.get() method to create a new object and also call DisposableSupplier.dispose(Object) to make some cleaning code regarding the instance and the specific Supplier instance.
disposableSuppliers - Variable in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
dispose(Object) - Method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
Disposes this instance.
dispose(Object) - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
dispose(ExecutorService) - Method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider
 
dispose(ExecutorService) - Method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider
 
dispose(ExecutorService) - Method in class org.glassfish.jersey.process.internal.ExecutorProviders.ExecutorServiceSupplier
 
dispose(ExecutorService) - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
Invoked when Jersey runtime no longer requires use of the provided executor service.
dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
 
dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
dispose(ScheduledExecutorService) - Method in class org.glassfish.jersey.process.internal.ExecutorProviders.ScheduledExecutorServiceSupplier
 
dispose(Ref<T>) - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.EmptyReferenceFactory
 
dispose(Ref<T>) - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.InitializedReferenceFactory
 
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
 
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
 
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
dispose(T) - Method in interface org.glassfish.jersey.internal.inject.DisposableSupplier
This method will dispose the provided object created by this Supplier.
disposeInstance - Variable in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
distance(Class<?>, Class<?>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
distanceComparator - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.LegacyWorkerComparator
 
distanceMap - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator
 
doAsSubject(PrivilegedAction) - Method in interface org.glassfish.jersey.server.SubjectSecurityContext
Jersey wraps calls to resource methods and sub-resource locators in PrivilegedAction instance and passes it to this method when dispatching a request.
doc - Variable in class com.sun.research.ws.wadl.Application
 
doc - Variable in class com.sun.research.ws.wadl.Grammars
 
doc - Variable in class com.sun.research.ws.wadl.Include
 
doc - Variable in class com.sun.research.ws.wadl.Link
 
doc - Variable in class com.sun.research.ws.wadl.Method
 
doc - Variable in class com.sun.research.ws.wadl.Option
 
doc - Variable in class com.sun.research.ws.wadl.Param
 
doc - Variable in class com.sun.research.ws.wadl.Representation
 
doc - Variable in class com.sun.research.ws.wadl.Request
 
doc - Variable in class com.sun.research.ws.wadl.Resource
 
doc - Variable in class com.sun.research.ws.wadl.Resources
 
doc - Variable in class com.sun.research.ws.wadl.ResourceType
 
doc - Variable in class com.sun.research.ws.wadl.Response
 
doc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
doc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
Doc - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class com.sun.research.ws.wadl.Doc
 
doCreateResourceBuilder() - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
docs - Variable in class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
DocumentBuilderFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
Thread-scoped injection provider of document builder factories.
DocumentBuilderFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.DocumentBuilderFactoryInjectionProvider
Create new document builder factory provider.
DocumentProvider - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling XML document instances.
DocumentProvider() - Constructor for class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
Dispatching functionality to be implemented by a concrete dispatcher implementation sub-class.
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.ObjectOutInvoker
 
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.ResponseOutInvoker
 
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.SseEventSinkInvoker
 
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.TypeOutInvoker
 
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.VoidOutInvoker
 
doDispatch(Object, ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider.VoidToVoidDispatcher
 
doHandshakeStep(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
doInitialBlocking() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
domain - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
domain - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
domain - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
Name of domain that will prefix mbeans ObjectName.
DomSourceReader(Provider<DocumentBuilderFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
done() - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.
doOffer(long, T, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Common implementation for both forms of offer
doRead() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
doRedirect(HttpResponse, CompletionHandler<HttpResponse>) - Method in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
DOT - Static variable in class org.glassfish.jersey.internal.util.Pretty
 
DOUBLE - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
downstreamFilter - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
downstreamFilter - Variable in class org.glassfish.jersey.jdk.connector.internal.Filter
 
doWriteEntity(MessageBodyWorkers, GenericType<?>) - Method in class org.glassfish.jersey.client.ClientRequest
Added only to make the code testable.
drainTo(Collection<? super E>) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
drainTo(Collection<? super E>, int) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
DSByteArrayOutputStream() - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource.DSByteArrayOutputStream
 
duration - Variable in class org.glassfish.jersey.message.internal.TracingInfo.Message
In nanos.
duration - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
 
DYNAMIC_OBJECT_MAPPER_LOOKUP - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Feature that may be enabled to force dynamic lookup of ObjectMapper via JAX-RS Provider interface, regardless of whether MapperConfigurator has explicitly configured mapper or not; if disabled, static configuration will take precedence.
dynamicFeatures - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 

E

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.
e2e() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
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
Get a new eagerly initialized value provider.
EagerValue(Value<T>) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.EagerValue
 
EffectiveMediaType(String) - Constructor for class org.glassfish.jersey.server.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.server.internal.routing.CombinedMediaType.EffectiveMediaType
Creates new instance with mediaType which was obtained from user annotations Consumes or Produces.
EffectiveMediaType(MediaType, boolean) - Constructor for class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
Creates new instance with mediaType and flag indicating the origin of the mediaType.
el(String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
element - Variable in class com.sun.research.ws.wadl.Representation
 
element - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
elements() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns an enumeration of the values in this table.
Elements - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Elements(QName, Class<XhtmlElementType>, XhtmlElementType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
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
Get an empty value provider whose get() method always returns null.
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.internal.util.collection.Values
 
EMPTY - Static variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
EMPTY - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Empty (no-op) tracing logger.
EMPTY - Static variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
EMPTY - Static variable in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
Empty execution statistics instance.
EMPTY - Static variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
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_ANNOTATIONS - Static variable in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Empty annotation array.
EMPTY_ANNOTATIONS - Static variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
EMPTY_ANNOTATIONS - Static variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
EMPTY_BUFFER - Static variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
EMPTY_ENTITY_RESOLVER - Static variable in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
EMPTY_HANDLER - Static variable in class org.glassfish.jersey.internal.util.collection.Cache
 
EMPTY_INT_ARRAY - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
EMPTY_INT_ARRAY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
 
EMPTY_MODEL - Static variable in class org.glassfish.jersey.model.ContractProvider.Builder
 
EMPTY_PATH_SEGMENT - Static variable in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Empty path pattern matching only empty string.
EMPTY_STRING_MATCH_RESULT - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
 
EMPTY_UNSAFE - Static variable in class org.glassfish.jersey.internal.util.collection.Values
 
EMPTY_VALUES - Static variable in class org.glassfish.jersey.uri.UriTemplate
 
emptyAsNull(String) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
emptyBuffer - Static variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
EmptyEntityGraphImpl - Class in org.glassfish.jersey.message.filtering
EntityGraph implementation that does not contain any fields/subgraphs.
EmptyEntityGraphImpl(Class<?>) - Constructor for class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
emptyIfNull(Iterable<T>) - Static method in class org.glassfish.jersey.server.ContainerRequest
 
EmptyObjectGraph - Class in org.glassfish.jersey.message.filtering
Object graph representing empty domain classes.
EmptyObjectGraph(Class<?>) - Constructor for class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
emptyRef() - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Construct a new empty mutable Ref instance.
EmptyReferenceFactory() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.EmptyReferenceFactory
 
EmptyReferenceFactory() - Constructor for class org.glassfish.jersey.internal.inject.ReferencingFactory.EmptyReferenceFactory
 
EmptyRequestEventBuilder - Class in org.glassfish.jersey.server.internal.monitoring
Empty mock implementation of RequestEventBuilder.
EmptyRequestEventBuilder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
EmptyStringMatchResult() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
emptyUnsafe() - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get an empty value provider whose get() method always returns null.
enable(JsonGenerator.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(JsonParser.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(DeserializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(SerializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(JaxRSFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(JaxRSFeature, JaxRSFeature...) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
ENABLE_SSL_HOSTNAME_VERIFICATION - Static variable in class org.glassfish.jersey.jetty.connector.JettyClientProperties
A value of false indicates the client disable a hostname verification during SSL Handshake.
enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
Enable a buffering of serialized entity.
enableBuffering() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Enable buffering of the serialized entity with the default buffer size.
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.
enableBuffering(Configuration) - Method in class org.glassfish.jersey.server.ContainerResponse
Enable a buffering of serialized entity.
enabled(Configuration) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
Return true whether at least one of the entity filtering features is registered in the given config.
enabledByDefault() - Method in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
enabledFeatureClasses - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Collection of enabled feature classes.
enabledFeatures - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Collection of enabled feature instances.
enabledIn(int) - Method in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
Enables this filter along with the provided encoders for the supplied ResourceConfig.
enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Registers this filter into the passed ResourceConfig instance and configures it.
enableJerseyResourceCaching - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
enableResponseBuffering() - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
enableResponseBuffering() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Return true if the entity buffering should be enabled in Jersey.
encode(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Encodes array of bytes using base64 encoding.
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) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
encodeAsString(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Encodes array of bytes using base64 encoding and returns the result as a string.
encodeAsString(String) - Static method in class org.glassfish.jersey.internal.util.Base64
Encodes a string using base64 and returns the result as another string.
encodeChunk(ByteBuffer) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
encoded - Variable in class org.glassfish.jersey.server.model.Parameter
 
encodedAnnotation - Static variable in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
encodedFullChunkSize - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
If set to true, the parameter values will not be automatically decoded.
encodedParams - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
encodedQueryParamsView - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
encodedRelativePath - Variable in class org.glassfish.jersey.server.ContainerRequest
 
encodedRelativePath() - Method in class org.glassfish.jersey.server.ContainerRequest
 
encodedTemplateValues - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
encodedTemplateValuesView - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
encodeHeader(HttpRequest) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
encodeKeys(Map<String, T>) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Encode literal characters of a template.
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.PathTemplate.PathTemplateParser
 
encodeMatrix() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
encodeQuery() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
encodeToHttp(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
Transform raw application data into HTTP body.
encodeUnsafeCharacters(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
Encodes (predefined subset of) unsafe/unwise URI characters with the percent-encoding.
encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message encoding.
encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
ENCODING - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
ENCODING - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
ENCODING_DC - Static variable in class org.glassfish.jersey.message.internal.VariantSelector
 
ENCODING_TABLES - Static variable in class org.glassfish.jersey.uri.UriComponent
 
EncodingFeature - Class in org.glassfish.jersey.client.filter
Feature that configures support for content encodings on the client side.
EncodingFeature(Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature.
EncodingFeature(String, Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property.
EncodingFilter - Class in org.glassfish.jersey.client.filter
Client filter adding support for content encoding.
EncodingFilter - Class in org.glassfish.jersey.server.filter
Container filter that supports encoding-based content negotiation.
EncodingFilter() - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
 
EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
 
EncodingFilter.ContentEncoding - Class in org.glassfish.jersey.server.filter
 
encodingProviders - Variable in class org.glassfish.jersey.client.filter.EncodingFeature
 
encodings - Variable in class org.glassfish.jersey.message.internal.VariantListBuilder
 
encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
end() - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
end() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
end() - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
end(int) - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
end(int) - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
end(int) - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the end of a URI path.
endpoint - Variable in class org.glassfish.jersey.server.internal.routing.Routers.EndpointRouter
 
endpoint - Variable in class org.glassfish.jersey.server.internal.routing.RoutingStage.RoutingResult
 
endpoint - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
endpoint(Endpoint) - Static method in class org.glassfish.jersey.server.internal.routing.Routers
Creates a terminal Router that wraps the given endpoint.
Endpoint - Interface in org.glassfish.jersey.server.internal.process
Server-side REST-ful endpoint.
ENDPOINT_NAME - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointAsBeanProperty - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
BeanProperty implementation used for passing annotations from JAX-RS endpoint into Jackson.
EndpointAsBeanProperty(PropertyName, JavaType, Annotation[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointAsBeanProperty(EndpointAsBeanProperty, JavaType) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointConfigBase<THIS> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Container class for figuring out annotation-based configuration for JAX-RS end points.
EndpointConfigBase() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
Deprecated.
EndpointConfigBase(MapperConfig<?>) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
EndpointRouter(Endpoint) - Constructor for class org.glassfish.jersey.server.internal.routing.Routers.EndpointRouter
 
endsWithSlash - Variable in class org.glassfish.jersey.uri.UriTemplate
True if the URI template ends in a '/' character.
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
Check if the URI template ends in a slash ('/').
enhance(ResourceModel) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
enhanceResource(RuntimeResource, ResourceModel.Builder, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
Enhance the runtime resource referenced by resource parameter with a list of additional methods.
enhanceResourceModel(ResourceModel, boolean, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
Enhance resourceModel with a list of additional methods.
enhanceWithQualityParameter(Map<String, String>, String, int) - Static method in class org.glassfish.jersey.message.internal.Quality
Add a quality parameter to a HTTP header parameter map (if needed).
ensureAbsolute(URI, MultivaluedMap<String, Object>, ContainerRequest, boolean) - Static method in class org.glassfish.jersey.server.ServerRuntime
Ensure that the value a "Location" header is an absolute URI, if present among headers.
ensureContract(Class<?>, Class<?>...) - Static method in class org.glassfish.jersey.internal.inject.Providers
Ensure the supplied implementation classes implement the expected contract.
ensureMediaType() - Method in class org.glassfish.jersey.client.ClientRequest
 
ensureNotClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
Check that the entity input stream has not been closed yet.
ensureValidRequest(ContainerRequest) - Static method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
entering(String, String) - 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, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
entity - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
entity - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
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 - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Entity parameter injection source.
ENTITY_CLASSES - Static variable in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
 
ENTITY_FILTERING_SCOPE - Static variable in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
Defines one or more annotations that should be used as entity-filtering scope when reading/writing an entity.
ENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
The entity-filtering scope property does not contain an instance of Annotation or Annotation[] ({0}).
ENTITY_LOGGER_PROPERTY - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
The entity stream property
ENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Entity tag is null.
entityAnnotations - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
entityClass - Variable in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
entityClass - Variable in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
entityClass - Variable in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
entityClass - Variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider.EntityContext
 
entityContent - Variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
EntityContent() - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext.EntityContent
 
EntityContext(Class<?>, Set<String>) - Constructor for class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider.EntityContext
Create entity context class for given entity class and set of entity-filtering scopes.
EntityFiltering - Annotation Type in org.glassfish.jersey.message.filtering
Meta-annotation used to create entity filtering annotations for entity (model) classes and resource methods and resources.
EntityFilteringBinder - Class in org.glassfish.jersey.message.filtering
Binder for Entity Data Filtering feature.
EntityFilteringBinder() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringBinder
 
EntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
Feature used to add support for Entity Data Filtering feature for entity-filtering annotations based on EntityFiltering meta-annotation.
EntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringFeature
 
EntityFilteringHelper - Class in org.glassfish.jersey.message.filtering
Utility methods for Entity Data Filtering.
EntityFilteringHelper() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringHelper
Prevent instantiation.
EntityFilteringProcessor - Class in org.glassfish.jersey.message.filtering
Entity processor handling entity-filtering annotations.
EntityFilteringProcessor() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringProcessor
 
EntityFilteringScopeResolver - Class in org.glassfish.jersey.message.filtering
Scope provider processing entity-filtering annotations created using @EntityFiltering meta-annotation.
EntityFilteringScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringScopeResolver
 
EntityGraph - Interface in org.glassfish.jersey.message.filtering.spi
Class available to entity-filtering processors providing means to add/remove entity-filtering scopes (e.g.
EntityGraphImpl - Class in org.glassfish.jersey.message.filtering
Default implementation of EntityGraph.
EntityGraphImpl(Class<?>) - Constructor for class org.glassfish.jersey.message.filtering.EntityGraphImpl
Create an entity graph for given class.
EntityGraphProvider - Interface in org.glassfish.jersey.message.filtering.spi
Provides entity graph and object graph instances.
EntityGraphProviderImpl - Class in org.glassfish.jersey.message.filtering
Provides entity graph and object graph instances.
EntityGraphProviderImpl() - Constructor for class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
EntityInputStream - Class in org.glassfish.jersey.message.internal
Entity input stream customized for entity message processing: contains EntityInputStream.isEmpty() method. EntityInputStream.close() method throws Jersey-specific runtime exception in case of an IO error.
EntityInputStream(InputStream) - Constructor for class org.glassfish.jersey.message.internal.EntityInputStream
Extension constructor.
entityInspector - Variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
EntityInspector - Interface in org.glassfish.jersey.message.filtering.spi
Responsible for inspecting entity classes.
EntityInspectorImpl - Class in org.glassfish.jersey.message.filtering
Class responsible for inspecting entity classes.
EntityInspectorImpl(InjectionManager) - Constructor for class org.glassfish.jersey.message.filtering.EntityInspectorImpl
Constructor expecting InjectionManager to be injected.
EntityParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Provides injection of Request entity value or Request instance itself.
EntityParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider
Creates new instance initialized with parameters.
EntityParamValueParamProvider.EntityValueSupplier - Class in org.glassfish.jersey.server.internal.inject
 
EntityPresence() - Constructor for enum org.glassfish.jersey.client.JerseyInvocation.EntityPresence
 
EntityProcessor - Interface in org.glassfish.jersey.message.filtering.spi
Contract supposed to process entity classes for Entity Data Filtering.
EntityProcessor.Result - Enum in org.glassfish.jersey.message.filtering.spi
Result type of processing an context.
EntityProcessorContext - Interface in org.glassfish.jersey.message.filtering.spi
Entity processor context providing details about entity processing.
EntityProcessorContext.Type - Enum in org.glassfish.jersey.message.filtering.spi
The type of the context which describes in which entity processing phase the EntityProcessor.process(EntityProcessorContext) is triggered.
EntityProcessorContextImpl - Class in org.glassfish.jersey.message.filtering
Default entity processor context implementation.
EntityProcessorContextImpl(EntityProcessorContext.Type, Class<?>, Field, Method, EntityGraph) - Constructor for class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
Create entity processor context for processing entity accessors.
EntityProcessorContextImpl(EntityProcessorContext.Type, Class<?>, EntityGraph) - Constructor for class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
Create entity processor context for processing entity classes.
EntityProcessorContextImpl(EntityProcessorContext.Type, Field, Method, EntityGraph) - Constructor for class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
Create entity processor context for processing entity properties.
EntityProcessorContextImpl(EntityProcessorContext.Type, Method, EntityGraph) - Constructor for class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
Create entity processor context for processing entity accessors.
entityProcessors - Variable in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
 
entityProviders - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
entityProviders(MessageBodyWorkers) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set entity providers.
entityStream - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
EntityTagProvider - Class in org.glassfish.jersey.message.internal
EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
 
entityType - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
EntityValueSupplier(Parameter) - Constructor for class org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider.EntityValueSupplier
 
entityWritten - Variable in class org.glassfish.jersey.client.ClientRequest
 
Entry(int, K, V, KeyComparatorHashMap.Entry<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
Create new entry.
Entry(int, K, V, KeyComparatorHashMap.Entry<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
 
EntryIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntryIterator
 
EntryIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.EntryIterator
 
EntryIterator(ConcurrentHashMapV8.Node<K, V>[], int, int, int, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntryIterator
 
entrySet - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
entrySet - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
entrySet() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
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.
EntrySet() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntrySet
 
EntrySetView(ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
eof - Variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Read-side EOF flag.
EOF - Static variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Constant buffer indicating EOF.
EOF - Static variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
eq(Object, Object) - Static method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Check for equality of non-null reference x and possibly-null y.
equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
equals(Object) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
 
equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
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.OsgiRegistry.BundleSpiProvidersLoader
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Values.ExceptionValue
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceValue
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
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.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
equals(Object) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
equals(Object) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.DestinationKey
 
equals(Object) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
equals(Object) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
equals(Object) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
equals(Object) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider.EntityContext
 
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.MessageBodyFactory.ModelLookupKey
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
 
equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
 
equals(Object) - Method in class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
equals(Object) - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
equals(Object) - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
equals(Object) - Method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
 
equals(Object) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
equals(Object) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
equals(Object) - Method in class org.glassfish.jersey.server.model.Parameter
 
equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
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.
equals(String, String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
equals(K, K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
Compare two keys for equality.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
eraser - Static variable in class org.glassfish.jersey.internal.util.ReflectionHelper
Implements the logic for ReflectionHelper.erasure(Type).
erasure(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class representation of the given type.
error - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
Add an error to the list of messages.
error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
Add an error to the list of messages.
ERROR - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
ERROR - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
ERROR - Static variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
ERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Callback {0} invocation failed.
ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Error buffering the entity.
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error caught while loading SPI providers.
ERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while closing the output stream in order to commit response.
ERROR_CLOSING_FINDER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while closing {0} resource finder.
ERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error when closing the output stream.
ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error while committing the request output stream.
ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while committing the output stream.
ERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error during initialization of random generator of Digest authentication.
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_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception mapping did not successfully produce and processed a response.
ERROR_EXCEPTION_MAPPING_PROCESSED_RESPONSE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A response error mapping did not successfully produce and processed a response.
ERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception mapping did not successfully produce and processed a response.
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_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Entity must be null for http method {0}.
ERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Entity must not be null for http method {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_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
ClientLifecycleListener {0} failed to close properly.
ERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
ClientLifecycleListener {0} failed to initialize properly.
ERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error marshalling JAXB object of type "{0}".
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_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error when registering Jersey monitoring MBeans.
ERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error un-registering Jersey monitoring MBeans on application destroy.
ERROR_MONITORING_QUEUE_APP() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Failed to add the monitoring event into the Application Event Queue - queue is full.
ERROR_MONITORING_QUEUE_FLOODED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A Monitoring Event Queue is being flooded.
ERROR_MONITORING_QUEUE_MAPPER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Failed to add the monitoring event into the Exception Mapper Events Queue - queue is full.
ERROR_MONITORING_QUEUE_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Failed to add the monitoring event into the Request Items Queue - queue is full.
ERROR_MONITORING_QUEUE_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Failed to add the monitoring event into the Response Statuses Queue - queue is full.
ERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Waiting for shutdown of MonitoringStatisticsProcessor has timed out! Possible cause can be that any registered MonitoringStatisticsListener takes too long to execute.
ERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Waiting for shutdown of MonitoringStatisticsProcessor has been interrupted.
ERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating monitoring statistics.
ERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Exception thrown when provider {0} was processing MonitoringStatistics.
ERROR_MONITORING_STATISTICS_LISTENER_DESTROY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Exception thrown when listener {0} has been processing the destroy event.
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
WARNING: {0}
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
ERROR: {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.server.internal.LocalizationMessages
Value "{0}" is not a character.
ERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
No injection source found for a parameter of type {1} at index {0}.
ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not process parameter type {0}.
ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error parsing entity tag: {0}
ERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The request entity cannot be empty.
ERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
ERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error occurred when processing a response created from an already mapped exception.
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_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Missing entity.
ERROR_REQUEST_ABORT_IN_RESPONSE_PHASE - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
ERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The request cannot be aborted as it is already in the response processing phase.
ERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Request cancelled by the client call.
ERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
ERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The entity stream cannot be set in the request as it is already in the response processing phase.
ERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
ERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The security context cannot be set in the request as it is already in the response processing phase.
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_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Resource Java method invocation error.
ERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Resources do not have the same path and cannot be merged.
ERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A class file of the class name, {0}, is identified but the class could not be found.
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_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Incorrect type of request instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Incorrect type of response instance {0}.
ERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client shutdown hook {0} failed.
ERROR_STATE - Static variable in class org.glassfish.jersey.uri.internal.UriParser
 
ERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Sub resource locator returned {0} in the resource model.
ERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Attempt to suspend a connection of an asynchronous request failed in the underlying container.
ERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Attempt to suspend a client connection associated with a chunked output has failed in the underlying container.
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}".
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Error un-marshalling JAXB object of type: {0}.
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error unmarshalling JAXB object of type "{0}".
ERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The encoding {0} is not supported for parameter {1}.
ERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Model validation error(s) found in sub resource returned by sub resource locator.
ERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for method {0} of resource {1}.
ERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for parameter {0} of resource {1} and resource method {2}.
ERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for request representation of resource method {0} of resource {1}.
ERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl request representation for media type {0} of method {1} of resource {2}.
ERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl application for one specific resource {0}.
ERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for sub resource locator {0} of resource {1}.
ERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for Resource {0} with path "{1}".
ERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl response representation for method {0} of resource {1}.
ERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error attaching an external grammar to the wadl.
ERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not load WadlGeneratorConfiguration, check the configuration of "{0}".
ERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The property {0} is an invalid type: {1} (supported: String, Classinvalid input: '<'? extends WadlGeneratorConfiguration>, WadlGeneratorConfiguration).
ERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error configuring the given user WadlGenerator by configure() method.
ERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not load wadl generators from wadlGeneratorDescriptions.
ERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The wadl application already contains a grammars element, we're adding elements of the provided grammars file.
ERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error creating a JAXBContext for wadl processing.
ERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating /application.wadl.
ERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating external wadl grammar on /application.wadl/[path].
ERROR_WADL_RESOURCE_MARSHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not marshal the wadl Application.
ERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An I/O error has occurred while writing a response message entity to the container output stream.
ERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An I/O error has occurred while writing a response message entity chunk to the container output stream.
errorMessage - Variable in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
ErrorMessage(Object, String, Severity) - Constructor for class org.glassfish.jersey.internal.Errors.ErrorMessage
 
ErrorMessagesException(List<Errors.ErrorMessage>) - Constructor for exception class org.glassfish.jersey.internal.Errors.ErrorMessagesException
 
errors - Static variable in class org.glassfish.jersey.internal.Errors
 
Errors - Class in org.glassfish.jersey.internal
Errors utility used to file processing messages (e.g.
Errors() - Constructor for class org.glassfish.jersey.internal.Errors
 
ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Following issues have been detected: {0}
Errors.ErrorMessage - Class in org.glassfish.jersey.internal
Generic error message.
Errors.ErrorMessagesException - Exception Class in org.glassfish.jersey.internal
Error message exception.
estimateLag() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Returns estimated number of buffered items, or -1 if disabled.
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 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 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.
evaluateIfMatch(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluateIfModifiedSince(long) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluateIfModifiedSince(long, String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluateIfNoneMatch(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluateIfNoneMatch(EntityTag, Set<? extends EntityTag>, boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluateIfUnmodifiedSince(long) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions() - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(Date) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
event - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
event - Variable in class org.glassfish.jersey.message.internal.TracingInfo.Message
Event type.
Event() - Constructor for enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
EVENT_QUEUE_SIZE - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
EVENT_SINK_RETURNS_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method {0} that is being injected with SseEventSink should return void.
example - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
exception(String, Object, Exception) - Static method in class org.glassfish.jersey.message.internal.InboundMessageContext
 
exception(String, Object, Exception) - Static method in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Exception caught while loading SPI providers.
EXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception was not mapped due to exception mapper failure.
EXCEPTION_MAPPER_FOUND - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
An ExceptionMapper is successfully found and it is going to be executed.
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}".
EXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception has been thrown from an exception mapper {0}.
EXCEPTION_MAPPING - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
ExceptionMapper invoked.
EXCEPTION_MAPPING_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Exception mapping is finished.
EXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Starting mapping of the exception.
EXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WebApplicationException (WAE) with non-null entity thrown.
EXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WebApplicationException (WAE) with no entity thrown and no ExceptionMappers have been found for this WAE.
exceptionCause - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
exceptionCause - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
ExceptionCause() - Constructor for enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
 
exceptionMapper - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
exceptionMapper - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
exceptionMapperEvents - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
exceptionMapperExecutionCount - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
exceptionMapperExecutionCountMap - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
 
exceptionMapperFactory - Variable in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
 
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
Configurator which initializes and register ExceptionMappers instance into InjectionManager and BootstrapBag.
ExceptionMapperFactory.ExceptionMapperType - Class in org.glassfish.jersey.internal
 
exceptionMapperMXBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of the exception mapper statistics.
ExceptionMapperMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing a ExceptionMapperMXBean mxbean interface.
ExceptionMapperMXBeanImpl(ExceptionMapperStatistics, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
Create a new MXBean and register it into mbean server using mBeanExposer.
exceptionMappers - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
exceptionMappers - Variable in class org.glassfish.jersey.server.ServerRuntime
 
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
 
exceptionMapperStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
ExceptionMapperStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of exception mapper executions.
exceptionMapperStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
ExceptionMapperStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Exception mapper statistics.
ExceptionMapperStatisticsImpl(Map<Class<?>, Long>, long, long, long) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
ExceptionMapperStatisticsImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of exception mapper statistics.
ExceptionMapperType(ServiceHolder<ExceptionMapper>, Class<? extends Throwable>) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMapperType
 
exceptionMapperTypes - Variable in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
exceptionStackTraceAsString(Throwable) - Static method in class org.glassfish.jersey.internal.util.ExceptionUtils
Gets the stack trace of the provided throwable as a string.
exceptionType - Variable in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMapperType
 
ExceptionUtils - Class in org.glassfish.jersey.internal.util
The Exception Utils class provide utility method for exception handling.
ExceptionUtils() - Constructor for class org.glassfish.jersey.internal.util.ExceptionUtils
 
ExceptionValue(E) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.ExceptionValue
 
EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that excludes models with no recognized contracts.
EXCLUDE_META_PROVIDERS - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that excludes all pure meta-provider models (i.e.
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.
exec() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerTask
 
execute(Runnable) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ThreadPerTaskExecutor
 
execute(Runnable) - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor
Submit a task for execution, if the maximum thread limit has been reached and all the threads are occupied, enqueue the task.
executeCallbacks(Closure<T>) - Method in class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
Execute all registered callbacks using the supplied invoker.
executionStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of one target.
executionStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
ExecutionStatisticsDynamicBean - Class in org.glassfish.jersey.server.internal.monitoring.jmx
Dynamic MBean that exposes information about execution statistics.
ExecutionStatisticsDynamicBean(ExecutionStatistics, MBeanExposer, String, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
Create a new MXBean and register it into the mbean server using mBeanExposer.
ExecutionStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Immutable Execution statistics.
ExecutionStatisticsImpl(long, Map<Long, TimeWindowStatistics>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
 
ExecutionStatisticsImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of execution statistics.
executor - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
executor - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
 
executor - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain ExecutorServiceProvider provider contract.
executorProvider - Variable in class org.glassfish.jersey.process.internal.ExecutorProviders.ExecutorServiceSupplier
 
executorProvider - Variable in class org.glassfish.jersey.process.internal.ExecutorProviders.ScheduledExecutorServiceSupplier
 
ExecutorProviders - Class in org.glassfish.jersey.process.internal
A utility class with a methods for handling executor injection registration and proper disposal.
ExecutorProviders() - Constructor for class org.glassfish.jersey.process.internal.ExecutorProviders
 
ExecutorProviders.ExecutorServiceSupplier - Class in org.glassfish.jersey.process.internal
 
ExecutorProviders.ScheduledExecutorServiceSupplier - Class in org.glassfish.jersey.process.internal
 
executorService - Variable in class org.glassfish.jersey.client.AbstractRxInvoker
 
executorService - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
executorService - Variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider
 
executorService - Variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider
 
executorService - Variable in class org.glassfish.jersey.client.JerseyClient
 
executorService - Variable in class org.glassfish.jersey.client.JerseyClientBuilder
 
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
Register custom Jersey client async executor.
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
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.
ExecutorServiceSupplier(ExecutorServiceProvider) - Constructor for class org.glassfish.jersey.process.internal.ExecutorProviders.ExecutorServiceSupplier
 
Existing org.glassfish.jersey.server.wadl.WadlGenerator implementations: - Search tag in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Section
exiting(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
exiting(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
expectContent - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The supplied component is not configured to use a ApacheConnectorProvider.
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
The supplied component is not configured to use a JettyConnectorProvider.
expectedLength - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.FixedLengthEncodingParser
 
expectedModCount - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
expectedModCount - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
The modCount value that the iterator believes that the backing List should have.
expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
expiry - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
exposedResourceMBeans - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
 
exposer - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
 
extended - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
extended - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
extended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
extended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
extended(boolean) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
extended(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
EXTENDED_ELEMENT - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
Jersey WADL extension XML element.
ExtendedConfig - Interface in org.glassfish.jersey
Extended common runtime configuration.
ExtendedExceptionMapper<T> - Interface in org.glassfish.jersey.spi
Extension of a exception mapper interface.
ExtendedLogger - Class in org.glassfish.jersey.internal.util
Logger extension with additional logging utility invalid input: '&' convenience methods.
ExtendedLogger(Logger, Level) - Constructor for class org.glassfish.jersey.internal.util.ExtendedLogger
Create new logger extension.
ExtendedResource - Annotation Type in org.glassfish.jersey.server.model
This annotation can mark resource classes or resource methods that should be considered as extended resources.
ExtendedResourceContext - Interface in org.glassfish.jersey.server
Jersey extension of ResourceContext.
extendedUriInfo - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
extendedUriInfo - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
extendedUriInfo - Variable in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.GenericOptionsInflector
 
extendedUriInfo - Variable in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.PlainTextOptionsInflector
 
extendedUriInfo - Variable in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
ExtendedUriInfo - Interface in org.glassfish.jersey.server
Extensions to UriInfo.
EXTERNAL_GENERAL_ENTITIES_FEATURE - Static variable in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
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.
EXTERNAL_PARAMETER_ENTITIES_FEATURE - Static variable in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
EXTERNAL_PROVIDER_INTERFACE_WHITELIST - Static variable in class org.glassfish.jersey.internal.inject.Providers
Map of all supported external (i.e.
externalContext - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
ExternalGrammar(MediaType, byte[]) - Constructor for class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
ExternalGrammarDefinition() - Constructor for class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
ExternalRequestContext<T> - Class in org.glassfish.jersey.server.spi
Wrapper for externally provided request context data.
ExternalRequestContext(T) - Constructor for class org.glassfish.jersey.server.spi.ExternalRequestContext
Create new external request context containing given data.
externalRequestScope - Variable in class org.glassfish.jersey.server.ServerRuntime
 
ExternalRequestScope<T> - Interface in org.glassfish.jersey.server.spi
This is to allow integration with other DI providers that define their own request scope.
ExternalRequestScopeConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ExternalRequestScope instance into InjectionManager.
ExternalRequestScopeConfigurator() - Constructor for class org.glassfish.jersey.server.ExternalRequestScopeConfigurator
 
ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder - Class in org.glassfish.jersey.server
 
externalScope - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
extract(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor
 
extract(MultivaluedMap<String, String>) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Extract the map entry identified by a name (and using the configured default value) from the supplied multivalued map.
extract(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
extract(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
extract(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.internal.inject.SingleStringValueExtractor
Extract the map entry identified by a name (and using the configured default value) from the supplied multivalued map.
extract(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.internal.inject.SingleValueExtractor
Extract the map entry identified by a name (and using the configured default value) from the supplied multivalued map.
extract(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
 
extractCredentials(ClientRequestContext, HttpAuthenticationFilter.Type) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
extractEndpoint(Router) - Static method in class org.glassfish.jersey.server.internal.routing.Routers
Extract endpoint stored in a router (if any).
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.
extractLanguageMappings(Object) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
extractMediaTypeMappings(Object) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
extractMediaTypes(String[]) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
extractMediaTypes(Consumes) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
extractMediaTypes(Produces) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
extractor - Variable in class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider.CookieParamValueProvider
 
extractor - Variable in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
extractor - Variable in class org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider.HeaderParamValueProvider
 
extractor - Variable in class org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider.MatrixParamValueProvider
 
extractor - Variable in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamValueProvider
 
extractor - Variable in class org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider.QueryParamValueProvider
 
ExtractorException - Exception Class 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 class org.glassfish.jersey.internal.inject.ExtractorException
Create new parameter extractor exception.
ExtractorException(String, Throwable) - Constructor for exception class org.glassfish.jersey.internal.inject.ExtractorException
Create new parameter extractor exception.
ExtractorException(Throwable) - Constructor for exception class org.glassfish.jersey.internal.inject.ExtractorException
Create new parameter extractor exception.

F

factories - Variable in class org.glassfish.jersey.internal.OsgiRegistry
 
factory - Static variable in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
Factory() - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Factory
 
fail(String, String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
 
fail(String, String, Throwable) - Static method in class org.glassfish.jersey.internal.ServiceFinder
 
fail(String, URL, int, String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
 
failed(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.CompletionHandler
The operation has failed.
failed(ProcessingException) - Method in interface org.glassfish.jersey.client.ResponseCallback
Called when the invocation has failed for any reason.
FAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Failed to stop the client.
failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked in case the asynchronous request invocation failed.
failure(Throwable) - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
failure(Throwable) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Propagate an unhandled error to the I/O container.
family - Variable in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
fatal(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a fatal error to the list of messages.
FATAL - Enum constant in enum org.glassfish.jersey.Severity
Fatal.
fatalIssuesFound() - Static method in class org.glassfish.jersey.internal.Errors
Check whether a fatal error is present in the list of all messages.
fatalIssuesFound() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Convenience method to see if there were fatal issues found.
feature - Variable in class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
 
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable auto-discovery on the client.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable feature auto discovery globally on client/server.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable auto discovery on server.
FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
FEATURE_AUTO_DISCOVERY_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
FEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Feature [{0}] has already been processed.
featureClass - Variable in class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
 
FeatureContextWrapper - Class in org.glassfish.jersey.model.internal
Wrapper of FeatureContext that can supply instance of injection manager.
FeatureContextWrapper(FeatureContext, InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.FeatureContextWrapper
Create a new instance of wrapper.
FeatureRegistration(Class<? extends Feature>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
 
FeatureRegistration(Feature) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
 
fetchChunk(boolean) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
field - Variable in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
field(Field) - Static method in class org.glassfish.jersey.internal.util.Pretty
Returns a pretty string representing a Field.
fields - Variable in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
fields - Variable in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
fields - Variable in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
FileProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a File instance.
FileProvider() - Constructor for class org.glassfish.jersey.message.internal.FileProvider
 
files - Variable in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
files(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file and directory names to scan for components.
files(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file and directory names to scan for components.
FileSchemeResourceFinderFactory - Class in org.glassfish.jersey.server.internal.scanning
A "file" scheme URI scanner that recursively scans directories.
FileSchemeResourceFinderFactory() - Constructor for class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory
Create new "file" scheme URI scanner factory.
FileSchemeResourceFinderFactory.FileSchemeScanner - Class in org.glassfish.jersey.server.internal.scanning
 
FileSchemeScanner(URI, boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
FilesScanner - Class in org.glassfish.jersey.server.internal.scanning
A scanner that recursively scans directories and jar files.
FilesScanner(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.FilesScanner
Scan from a set of packages.
fillInputTypesFromWorkers(Set<MediaType>, Invocable) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
fillMediaTypes(Set<MediaType>, ResourceMethod, List<MediaType>, boolean) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
fillOutputTypesFromWorkers(Set<MediaType>, Class<?>) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.logging.ClientLoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.logging.ClientLoggingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.logging.ServerLoggingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.logging.ServerLoggingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.server.filter.EncodingFilter
 
filter(MethodList.Filter) - Method in class org.glassfish.jersey.server.model.MethodList
Created a new method list containing only the methods supported by the method list filter.
Filter<UP_IN,UP_OUT,DOWN_OUT,DOWN_IN> - Class in org.glassfish.jersey.jdk.connector.internal
A filter can add functionality to JDK client transport.
Filter(Filter<DOWN_OUT, DOWN_IN, ?, ?>) - Constructor for class org.glassfish.jersey.jdk.connector.internal.Filter
Constructor.
filterableEntityClass(Class<?>) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Determine whether given class is filterable by entity-filtering.
filterChain - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
filteringContext - Variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider.EntityContext
 
FilteringFilterProvider(JacksonObjectProvider.FilteringPropertyFilter) - Constructor for class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringFilterProvider
 
FilteringHelper - Class in org.glassfish.jersey.message.filtering.spi
SPI utility methods for entity filtering.
FilteringHelper() - Constructor for class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Prevent instantiation.
FilteringJacksonJaxbJsonProvider - Class in org.glassfish.jersey.jackson.internal
Entity Data Filtering provider based on Jackson JSON provider.
FilteringJacksonJaxbJsonProvider() - Constructor for class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
 
FilteringJacksonJaxbJsonProvider.FilteringObjectWriterModifier - Class in org.glassfish.jersey.jackson.internal
 
filteringObjects - Variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
FilteringObjectWriterModifier(FilterProvider, ObjectWriterModifier) - Constructor for class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider.FilteringObjectWriterModifier
 
FilteringPropertyFilter(Class<?>, Set<String>, Map<String, JacksonObjectProvider.FilteringPropertyFilter>) - Constructor for class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
filteringScopes - Variable in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
filterLogger - Variable in class org.glassfish.jersey.logging.LoggingFeature
 
filterNameBound(Iterable<RankedProvider<T>>, Collection<RankedProvider<ContainerRequestFilter>>, ComponentBag, Collection<Class<? extends Annotation>>, MultivaluedMap<RankedProvider<T>, Class<? extends Annotation>>) - Static method in class org.glassfish.jersey.server.ProcessingProvidersConfigurator
Takes collection of all filters/interceptors (either request/reader or response/writer) and separates out all name-bound filters/interceptors, returns them as a separate MultivaluedMap, mapping the name-bound annotation to the list of name-bound filters/interceptors.
filterProvider - Variable in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider.FilteringObjectWriterModifier
 
filterRequest(ClientRequestContext) - Method in class org.glassfish.jersey.client.authentication.BasicAuthenticator
Adds authentication information to the request.
filterRequest(ClientRequestContext) - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Process request and add authentication information if possible.
filterResponse(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Process response and repeat the request if digest authentication is requested.
filterResponseAndAuthenticate(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.client.authentication.BasicAuthenticator
Checks the response and if basic authentication is required then performs a new request with basic authentication.
filters - Variable in class org.glassfish.jersey.client.ClientFilteringStages.ResponseFilterStage
 
filters - Variable in class org.glassfish.jersey.server.ContainerFilteringStage.ResponseFilterStage
 
filterToken(CharSequence, int, int) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Filter a substring of a string by removing any new-line characters and un-escaping escaped characters.
filterToken(CharSequence, int, int, boolean) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Filter a substring of a string by removing any new-line characters and un-escaping escaped characters (unless preserveBackslash is set to true).
finalize() - Method in class org.glassfish.jersey.client.ClientRuntime
This will be used as the last resort to clean things up in the case that this instance gets garbage collected before the client itself gets released.
find(int, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ForwardingNode
 
find(int, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
Virtualized support for map.get(); overridden in subclasses.
find(int, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ReservationNode
 
find(int, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Returns matching node or null if none.
find(int, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
find(Class<T>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
find(Class<T>) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular class of exception.
find(Class<T>, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, ClassLoader) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, ClassLoader, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, T) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
find(String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
findAndRemove(Object) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Main implementation of remove(Object)
findAnnotatedMethod(Class<?>, Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
findAnnotatedMethod(Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
findEncoding(MediaType, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Helper method to use for determining desired output encoding.
findEntries(Bundle, String, String, boolean) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
 
findEOL(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
finderFactories - Variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
findFilter(Object) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringFilterProvider
 
findFirstProviderContract(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
findMapping(T) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
findMapping(T) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular exception instance.
findMethodOnClassPA(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to find a method on a class given an existing method.
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
findOverridingMethodOnClass(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Find a method that overrides the given method on the given class.
findPropertyFilter(Object, Object) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringFilterProvider
 
findSpace(ByteBuffer, int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
findSubfilter(String) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
findSuperTypes(Class<?>, Class<?>) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
findSuperTypes(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
findTreeNode(int, Object, Class<?>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
Returns the TreeNode (or null if not found) for the given key starting at given root.
fine(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
finer(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
finest(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
FINISHED - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Request processing finished.
FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
The request and response processing has finished.
fireOnClose(ChunkedOutput<T>) - Method in class org.glassfish.jersey.server.Broadcaster
 
fireOnException(ChunkedOutput<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
 
first - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
firstCallListener - Variable in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
firstDataItem() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns the item in the first unmatched node with isData; or null if none.
firstOfMode(boolean) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns the first unmatched node of the given mode, or null if none.
fix(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
JDK 5.0 has a bug of creating GenericArrayType where it shouldn't.
fixed - Variable in class com.sun.research.ws.wadl.Param
 
FixedBoundaryParser(byte[]) - Constructor for class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser
 
FixedLengthEncodingParser(AsynchronousBodyInputStream, int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.FixedLengthEncodingParser
 
FixedMultiBoundaryParser(String...) - Constructor for class org.glassfish.jersey.client.ChunkedInput.FixedMultiBoundaryParser
 
fixedResolverMediaType - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
fixLengthStreaming - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
flag - Variable in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
 
FLOAT - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
FLOODING_WARNING_LOG_INTERVAL_MILLIS - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
The frequency of logging a warning about the request queue being flooded.
FloodingLogger(Collection<?>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
Constructs Flooding Logger and associate it with given collection.
Flow - Class in org.glassfish.jersey.internal.jsr166
Interrelated interfaces and static methods for establishing flow-controlled components in which Publishers produce items consumed by one or more Subscribers, each managed by a Subscription.
Flow() - Constructor for class org.glassfish.jersey.internal.jsr166.Flow
 
Flow.Processor<T,R> - Interface in org.glassfish.jersey.internal.jsr166
A component that acts as both a Subscriber and Publisher.
Flow.Publisher<T> - Interface in org.glassfish.jersey.internal.jsr166
A producer of items (and related control messages) received by Subscribers.
Flow.Subscriber<T> - Interface in org.glassfish.jersey.internal.jsr166
A receiver of messages.
Flow.Subscription - Interface in org.glassfish.jersey.internal.jsr166
Message control linking a Flow.Publisher and Flow.Subscriber.
flush() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
flush() - Method in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
flush() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
flush() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
flush() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
flush(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Stores collected tracing messages to response HTTP header.
flush(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
flushBuffer(boolean) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
flushing - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
flushQueue() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
Automatic redirection.
followRedirects - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
followRedirects - Variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
forApplication(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance for the supplied application.
forApplicationClass(Class<? extends Application>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
forApplicationClass(Class<? extends Application>, Set<Class<?>>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
ForcedAutoDiscoverable - 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.
forEachListener(Broadcaster.Task<BroadcasterListener<T>>) - Method in class org.glassfish.jersey.server.Broadcaster
 
forEachOutput(Broadcaster.Task<ChunkedOutput<T>>) - Method in class org.glassfish.jersey.server.Broadcaster
 
foreignDescriptor - Variable in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
ForeignDescriptor - Interface in org.glassfish.jersey.internal.inject
The descriptor holder for an externally provided DI providers.
foreignDescriptorFactory - Variable in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
 
ForeignDescriptorImpl - Class in org.glassfish.jersey.internal.inject
The descriptor holder for an externally provided DI providers.
ForeignDescriptorImpl(Object) - Constructor for class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
Constructor accepts a descriptor of the DI provider and to be able to provide it in further processing.
ForeignDescriptorImpl(Object, Consumer<Object>) - Constructor for class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
Constructor accepts a descriptor of the DI provider and to be able to provide it in further processing along with dispose mechanism to destroy the objects corresponding the given foreign key.
foreignKey(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Create and return a foreign key name from a class name, separating the "id" suffix with an underscore.
foreignKey(String, boolean) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Create and return a foreign key name from a class name, optionally inserting an underscore before the "id" portion.
ForeignRequestScopeBridge - Interface in org.glassfish.jersey.internal.inject
Internal service to help determine which HK2 factory provided components should be treated as request scoped.
foreignRequestScopedComponents - Variable in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
foreignRequestScopedInjecteeCache - Variable in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
foreignScopeInstance - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
forgetContents() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Sets item to self and waiter to null, to avoid garbage retention after matching or cancelling.
forgetNext() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Links node to itself to avoid garbage retention.
FORM - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Form parameter injection source.
FORM_DECODED_PROPERTY - Static variable in class org.glassfish.jersey.server.internal.InternalServerProperties
Used internally for storing Form instance with url-decoded values in ContainerRequest properties.
FORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded
FORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The "@FormParam" is utilized when the request method is GET
FORM_PROPERTY - Static variable in class org.glassfish.jersey.server.internal.InternalServerProperties
Used internally for storing Form instance with original (not url-decoded) values in ContainerRequest properties.
formatDuration(long) - Static method in class org.glassfish.jersey.message.internal.TracingInfo
Format time duration in millis with accurate to 2 decimal places.
formatDuration(long, long) - Static method in class org.glassfish.jersey.message.internal.TracingInfo
Format time duration in millis with accurate to 2 decimal places.
formatInstance(Object) - Static method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
Format info of instance.
formatInstance(Object, StringBuilder) - Static method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
Basic format of instance - just class name and identity hash code.
formatPercent(long, long) - Static method in class org.glassfish.jersey.message.internal.TracingInfo
Format value from top value in percent with accurate to 2 decimal places.
formatResponse(Response, StringBuilder) - Static method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
Format of response - status code, status family, reason phrase and info about entity.
formatStatusInfo(Response.StatusType) - Static method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
formattedOutput - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
FormMultivaluedMapProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from multi-valued map instance.
FormMultivaluedMapProvider() - Constructor for class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
forModel(RuntimeResourceModel) - Static method in class org.glassfish.jersey.server.internal.routing.Routing
Create a routing stage builder for a given runtime resource model.
FormParamException(Throwable, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.FormParamException
 
FormParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value factory provider supporting the FormParam injection annotation.
FormParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider
Injection constructor.
FormParamValueParamProvider.FormParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
FormParamValueProvider(MultivaluedParameterExtractor<?>, boolean) - Constructor for class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
FormProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from JAX-RS Form instance.
FormProvider() - Constructor for class org.glassfish.jersey.message.internal.FormProvider
 
forReading(ObjectReader, Annotation[]) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
 
forType(Class<?>) - Static method in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
ForwardingNode(ConcurrentHashMapV8.Node<K, V>[]) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ForwardingNode
 
forWriting(ObjectWriter, Annotation[], String) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
 
fragment - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
fragment - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
fragment(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
FRAGMENT - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI fragment component type.
from(int) - Static method in class org.glassfish.jersey.message.internal.Statuses
Create a new status type instance.
from(int, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
Create a new status type instance with a custom reason phrase.
from(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
from(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
from(Response) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
Get an OutboundJaxrsResponse instance for a given JAX-RS response.
from(Response.StatusType, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
Create a new status type instance with a custom reason phrase.
from(RequestProcessingContext) - Static method in class org.glassfish.jersey.server.internal.routing.RoutingStage.RoutingResult
 
from(RequestProcessingContext, Endpoint) - Static method in class org.glassfish.jersey.server.internal.routing.RoutingStage.RoutingResult
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.CookieProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.DateProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.LinkProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.UriProvider
 
fromString(String) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
fromString(String) - Method in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
Extract parameter value from string using the configured parameter converter.
fromString(String) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.AbstractStringReader
 
fromValue(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
 
fromValue(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
 
FRONT_SPINS - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
The number of times to spin (with randomly interspersed calls to Thread.yield) on multiprocessor before blocking when a node is apparently the first waiter in the queue.
fullAddCount(long, ConcurrentHashMapV8.CounterHashCode, boolean) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
fullRelativeUri(URI) - Static method in class org.glassfish.jersey.uri.UriComponent
Return the Request-Uri representation as defined by HTTP spec.
future - Variable in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
FutureResponseWriter(String, OutputStream, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 

G

General(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.General
 
General(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.General
 
General(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.General
 
General(Provider<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.General
 
generate(List<Resource>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
Generate WADL for a set of resources.
generate(ApplicationDescription, Resource) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
Generate WADL for a resource.
generateAuthorizationHeader(String, String) - Static method in class org.glassfish.jersey.jdk.connector.internal.ProxyBasicAuthenticator
 
generateAuthorizationHeader(URI, String, String, String, String) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
generateMethod(Resource, Map<String, Param>, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
generateParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
generateRequest(Resource, ResourceMethod, Map<String, Param>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
generateResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
generateResource(Resource, String, Set<Resource>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
generateResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
generator(Class<? extends WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
generatorClass - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
genericInterface - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Generic interface type.
GenericOptionsInflector() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.GenericOptionsInflector
 
genericType - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
genericType - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator.TypeCallbackPair
 
genericTypeFor(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Create a generic type information for a given Java instance.
get() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
get() - Method in class org.glassfish.jersey.client.ClientBinder.PropertiesDelegateFactory
 
get() - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
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.EmptyReferenceFactory
 
get() - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
get() - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory.InitializedReferenceFactory
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
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.
get() - Method in class org.glassfish.jersey.internal.util.collection.Values.EagerValue
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Values.ExceptionValue
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceValue
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
get() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
get() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
 
get() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
 
get() - Method in class org.glassfish.jersey.jaxb.internal.DocumentBuilderFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.jaxb.internal.TransformerFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.jaxb.internal.XmlInputFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
 
get() - Method in class org.glassfish.jersey.process.internal.ExecutorProviders.ExecutorServiceSupplier
 
get() - Method in class org.glassfish.jersey.process.internal.ExecutorProviders.ScheduledExecutorServiceSupplier
 
get() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature.StatisticsInjectionFactory
 
get() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.AsyncContextFactory
 
get() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.CloseableServiceFactory
 
get() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.ContainerRequestFactory
 
get() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.UriRoutingContextFactory
 
get() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
 
get() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
get(long, TimeUnit) - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
get(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
get(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
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(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
get(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
get(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
Get an inhabitant stored in the scope instance that matches the active descriptor .
get(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
Get a parameter extractor.
get(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorFactory
 
get(Parameter) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider
Get the extractor configured to extract value of given parameter.
GET - Enum constant in enum com.sun.research.ws.wadl.HTTPMethods
 
GET - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
GET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, should not consume any entity.
GET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, should not consume any form parameter.
GET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, returns a void type.
getAbortResponse() - Method in exception class org.glassfish.jersey.client.AbortException
Get the abort response that caused this exception.
getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
Get the request filter chain aborting response if set, or null otherwise.
getAbortResponse() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the request filter chain aborting response if set, or null otherwise.
getAbsolutePath() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the absolute path of the request.
getAbsolutePath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getAbsolutePathBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a list of languages that are acceptable for the message.
getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a list of media types that are acceptable for the message.
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getActiveView() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
getAlgorithm() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
getAlgorithm() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
getAliases() - Method in class org.glassfish.jersey.internal.inject.Binding
Gets service's aliases.
getAllDeclaredMethods(Class<?>) - Method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
getAllDeclaredMethods(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodList
 
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 class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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.
getAllMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides resource methods and resource locator are available on the resource.
getAllowedMethods() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getAllowedMethods(RuntimeResource) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
Return allowed methods for the given resource.
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>, 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.
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.
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 class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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.
getAndClear() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
 
getAndClear() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
 
getAndVerify(String) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
 
getAnnotatedClasses() - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Get the set of annotated classes.
getAnnotatedResourceClass(Class<?>) - Static method in class org.glassfish.jersey.server.model.internal.ModelHelper
Get the class in the provided resource class ancestor hierarchy that is actually annotated with the @Path annotation.
getAnnotation() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
getAnnotation() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
This method returns the annotation for what the injection resolver is implemented.
getAnnotation() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
getAnnotation() - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
Get the client binding annotation this model represents.
getAnnotation(Annotation[], Class<T>) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
 
getAnnotation(Class<A>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.Parameter
 
getAnnotationDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
getAnnotationLiteralSubclass(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
getAnnotations() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getAnnotations(AccessibleObject) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
 
getAnnotationSet(Class<? extends Annotation>...) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
getAnnotationTypeName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
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.
getAny() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the any property.
getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Returns JAX-RS application corresponding with this ResourceConfig.
getApplication() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getApplication() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
getApplication(UriInfo, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
getApplication(UriInfo, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get a new instance of a ApplicationDescription corresponding to all the root resource classes, and configure the base URI.
getApplication(UriInfo, Resource, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
getApplication(UriInfo, Resource, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get a new instance of Application for a particular resource.
getApplicationClass() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the application class used for configuration of Jersey application.
getApplicationClass() - Method in class org.glassfish.jersey.server.ResourceConfig
Method used by ApplicationHandler to retrieve application class (this method is overridden by ResourceConfig.WrappingResourceConfig).
getApplicationClass() - Method in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
Get the original JAX-RS Application class provided it was not instantiated yet.
getApplicationEvent(ApplicationEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
getApplicationHandler() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getApplicationHandler() - Method in interface org.glassfish.jersey.server.spi.Container
Get the Jersey server-side application handler associated with the container.
getApplicationName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getApplicationName() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the application name.
getApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig
Get the name of the Jersey application.
getApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
getArgs() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Provide method parameters for which validation will be done.
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
 
getAttribute(String) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
getAttributeDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
getAttributes(String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
getAuthenticationScheme() - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
getAuthority() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed authority component.
getAutoDiscoverables() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets a list of AutoDiscoverable.
getAverageDuration() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getAverageDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the average duration (processing time) in milliseconds of the request processing measured in the time window.
getBackgroundScheduler() - Method in class org.glassfish.jersey.server.ServerRuntime
Get the Jersey server runtime background scheduler.
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.
getBase() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the base property.
getBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Return request baseUri previously set by OutboundJaxrsResponse.Builder.setBaseUri(java.net.URI).
getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get base request URI.
getBaseUri() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBaseUriBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBinder(Set<Binder>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
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
 
getBodyMode() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getBodySize() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getBodyStream() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getBodyStream() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getBuf() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource.DSByteArrayOutputStream
 
getBufferedBody() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getBufferSize() - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
 
getBuildId() - Static method in class org.glassfish.jersey.internal.Version
Get build id.
getBytesProvider(ClientRequest) - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
getCachedForm(ContainerRequest, boolean) - Static method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
getCacheKey(ClientRequestContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
getCallbackContract() - Method in class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
Get the callback contract supported by this callback runner.
getCallbackContract() - Method in class org.glassfish.jersey.server.ServerRuntime.CompletionCallbackRunner
 
getCallbackContract() - Method in class org.glassfish.jersey.server.ServerRuntime.ConnectionCallbackRunner
 
getCallbackName(JSONP) - Method in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
Returns a JavaScript callback name to wrap the JSON entity into.
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Get the character set from a media type.
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.
getChildNodes() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
 
getChildren(Object, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
getChildResources() - Method in class org.glassfish.jersey.server.model.Resource
Returns the list of child resources available on this resource.
getChildRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get child runtime resources of this resource.
getChunkHeaderBytes(int) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
getChunkSize() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getChunkSize(int) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
Get chunk data 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.
getClass(Class<?>, Class<?>, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
getClassDoc(Class<?>) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
 
getClasses() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
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() - Method in class org.glassfish.jersey.server.ResourceConfig
 
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.
getClassFilteringScopes() - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getClassFilteringScopes() - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getClassFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get all available entity-filtering scopes defined on a class.
getClassForName(String) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
getClassHierarchyIterator(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
Get resource and provider class loader.
getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig.State
Get resource and provider class loader.
getClassLoaderPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain class loader for given class.
getClassName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getClient() - Method in class org.glassfish.jersey.client.ClientConfig
Get the parent Jersey client this configuration is bound to.
getClient() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getClient() - Method in class org.glassfish.jersey.client.ClientRequest
 
getClientConfig() - Method in class org.glassfish.jersey.client.ClientRequest
Get internal client configuration state.
getClientExecutor() - Method in class org.glassfish.jersey.client.ClientConfig
 
getClientRuntime() - Method in class org.glassfish.jersey.client.ClientRequest
Get the underlying client runtime.
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 class org.glassfish.jersey.internal.util.JerseyPublisher
Returns the exception associated with JerseyPublisher.closeExceptionally(java.lang.Throwable), or null if not closed or if closed normally.
getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Gets the value of the commentText property.
getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
getCompatibleProvidersList(MediaType, List<? extends AbstractEntityProviderModel<T>>, Map<MediaType, List<T>>) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getCompatibleProvidersMap(MediaType, List<? extends AbstractEntityProviderModel<T>>, Map<MediaType, List<T>>) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getComponentBag() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
Returns a ComponentBag instance associated with the configuration.
getComponentBag() - Method in class org.glassfish.jersey.server.ResourceConfig
Get the internal component bag.
getComponentProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getComponents() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getComponents() - Method in class org.glassfish.jersey.server.model.Invocable
 
getComponents() - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
getComponents() - Method in class org.glassfish.jersey.server.model.MethodHandler
 
getComponents() - Method in class org.glassfish.jersey.server.model.Resource
 
getComponents() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getComponents() - Method in class org.glassfish.jersey.server.model.ResourceModel
 
getComponents() - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
Should return all existing resource model sub-components.
getComponents() - Method in class org.glassfish.jersey.server.model.RuntimeResource
 
getConfig() - Method in class org.glassfish.jersey.client.ClientRuntime
Get runtime configuration.
getConfigClass() - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
Get the configuration class to be used.
getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
 
getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
 
getConfiguration() - Method in interface org.glassfish.jersey.client.Initializable
Get a live view of an internal client configuration state of this initializable instance.
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
 
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getConfiguration() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of Configuration.
getConfiguration() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getConfiguration() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
Get the application configuration.
getConfiguration() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getConfiguration() - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
getConfiguration() - Method in interface org.glassfish.jersey.server.spi.Container
Return an immutable representation of the current configuration.
getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
Return WadlGeneratorConfig that was used to produce current description instance.
getConfiguredMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
Method that locates, configures and returns ObjectMapper to use
getConfiguredMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
Method that locates, configures and returns ObjectMapper to use
getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
Get a HttpURLConnection for a given URL.
getConnection(URL) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider.DefaultConnectionFactory
 
getConnectionIdleTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getConnectionManager(Client, Configuration, SSLContext) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector.
getConnector() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getConnector() - Method in class org.glassfish.jersey.client.ClientRuntime
Runtime connector.
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
 
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.spi.CachingConnectorProvider
 
getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
Get a Jersey client connector instance for a given client instance and Jersey client runtime configuration.
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jdk.connector.JdkConnectorProvider
 
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
 
getConnector(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
 
getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector provider.
getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getConnectTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
Get the underlying java constructor.
getConstructor(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler constructors.
getConsumedTypes() - Method in interface org.glassfish.jersey.server.model.Consuming
Get the consumed media types supported by the component.
getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get consumable media types.
getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getConsumesMediaType() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getConsumesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the string with media types consumed by this method, enclosed in double quotas and separated by a comma (e.g.
getContainerIdleTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getContainerRequest() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container request.
getContainerRequestFilters() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get container request filters used during the request filtering phase.
getContainerResponse() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container response.
getContainerResponseFilters() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get container response filters used during the response filtering phase.
getContent() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the content property.
getContent() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getContext() - Method in exception class 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.
getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
Get me current external context data.
getContext(Class) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
 
getContext(Class) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.NullContextResolverAdapter
 
getContextClassLoader() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the context class loader.
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
Gets an instance of ContextResolvers.
getContract() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
Gets binding's contract.
getContractConstraint(Class<?>, RuntimeType) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
Get the map of contracts and their priorities.
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.client.ClientConfig
 
getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getContracts(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
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.jaxb.internal.JaxbStringReaderProvider.RootElementProvider
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverterFactory
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.AggregatedProvider
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.CharacterProvider
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.DateProvider
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.StringConstructor
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.TypeFromString
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.TypeFromStringEnum
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.TypeValueOf
 
getCookiePolicy() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
 
getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
 
getCookies() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getCookies() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getCookieStore() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
Get the CookieStore.
getCookieStore() - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
Get the CookieStore.
getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
Retrieve the underlying Apache CookieStore instance from JerseyClient or JerseyWebTarget configured to use ApacheConnectorProvider.
getCorePoolSize() - Method in class org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider
 
getCorePoolSize() - Method in class org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider
 
getCorePoolSize() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Get the core thread pool size - the size of the thread pool will never bee smaller than this.
getCorePoolSize() - Method in class org.glassfish.jersey.server.ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider
 
getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the number of the core threads of the the provisioned thread pool executor.
getCount() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource.DSByteArrayOutputStream
 
getCount() - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
getCredentials(ClientRequestContext, HttpAuthenticationFilter.Credentials, HttpAuthenticationFilter.Type) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
Get credentials actual for the current request.
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.
getData() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get model data represented by this resource method.
getDate() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getDate() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get message date.
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get message date.
getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getDateFormats() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Return an unmodifiable list of HTTP specified date formats to use for parsing or formatting Date.
getDebugLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Get the configured debug level.
getDebugState() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
Returns a printed current state of the SslFilter that could be helpful for troubleshooting.
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.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.server.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.
getDeclaringClassName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getDeclaringClassName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the full class name of the class that declares the handling method.
getDefault() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the default property.
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.
getDefaultFilteringScope() - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Get a set containing default filtering scope.
getDefaultMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
getDefaultMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
 
getDefaultMessage(Localizable) - Method in class org.glassfish.jersey.internal.l10n.Localizer
 
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.
getDefaultScheduledExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
 
getDefaultSslContext() - Method in interface org.glassfish.jersey.client.spi.DefaultSslContextProvider
Get default SSLContext.
getDefaultStringValue() - Method in exception class org.glassfish.jersey.server.ParamException
Get the default String value.
getDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Get the default parameter value.
getDefaultValueString() - Method in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
Get the default string value of the parameter.
getDefaultValueString() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Default entry value (string) that will be used in case the entry is not present in the supplied multivalued map.
getDefaultValueString() - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
getDefaultValueString() - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
getDefaultValueString() - Method in class org.glassfish.jersey.server.internal.inject.SingleStringValueExtractor
 
getDefaultValueString() - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
 
getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method that should be executed.
getDelimiter(byte, int, byte[]) - Method in class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser
Selects a delimiter which corresponds to delimiter buffer.
getDelimiter(byte, int, byte[]) - Method in class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser
 
getDelimiter(byte, int, byte[]) - Method in class org.glassfish.jersey.client.ChunkedInput.FixedMultiBoundaryParser
 
getDelimiter(int, byte[]) - Method in class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser
Selects a delimiter which corresponds to delimiter buffer.
getDelimiter(int, byte[]) - Method in class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser
 
getDelimiter(int, byte[]) - Method in class org.glassfish.jersey.client.ChunkedInput.FixedMultiBoundaryParser
 
getDelimiterBufferSize() - Method in class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser
Returns a delimiter buffer size depending on the selected strategy.
getDelimiterBufferSize() - Method in class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser
 
getDelimiterBufferSize() - Method in class org.glassfish.jersey.client.ChunkedInput.FixedMultiBoundaryParser
 
getDimension(VariantSelector.VariantHolder) - Method in interface org.glassfish.jersey.message.internal.VariantSelector.DimensionChecker
Get the dimension value from the variant.
getDistance(T) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator
 
getDoc() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the doc property.
getDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
getDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
getDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
 
getDuration() - Method in class org.glassfish.jersey.message.internal.TracingInfo.Message
 
getDuration() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
Get duration.
getDynamicConfiguration(ServiceLocator) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Gets DynamicConfigurationService object from HK2 Locator and creates a new object of DynamicConfiguration to bind new services.
getDynamicFeatures() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get dynamic features.
getEffectiveInputTypes(ResourceMethod) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
getEffectiveOutputTypes(ResourceMethod) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
getElement() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the element property.
getElement() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getElementClass(Class<?>, Type) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
getElementName(Class<?>) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
Get the element name for a given Java type.
getEncodedAnnotation() - Static method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
getEndpoint() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the matched server-side endpoint if present, or null otherwise.
getEndpoint() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
Get the message entity Java instance.
getEntity() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
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
 
getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAnnotations() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the annotations attached to the entity.
getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
Get entity annotations passed to request/response.
getEntityClass() - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
getEntityClass() - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getEntityClass() - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
getEntityClass() - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getEntityClass() - Method in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
getEntityClass() - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get an entity class this graph is created for.
getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get entity class to be processed.
getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
Get entity domain class of this graph.
getEntityClass() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the raw message entity type information.
getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityClass(Type) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
A convenience method to get the domain class (i.e.
getEntityGraph() - Method in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
getEntityGraph() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get entity graph to be modified by the processing.
getEntityParam(Invocable) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
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.
getEntityStream() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityTag() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getEntityTag() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the entity tag.
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the entity tag.
getEntityTag() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the message entity type information.
getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntry(K) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns the entry associated with the specified key in the HashMap.
getError() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
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.
getErrorsAsResourceModelIssues() - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
Get all filed error messages as ResourceModelIssues.
getErrorsAsResourceModelIssues(boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
Get error messages filed after Errors.mark() flag was set as ResourceModelIssues.
getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
FIXME remove.
getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
getEvent() - Method in class org.glassfish.jersey.message.internal.TracingInfo.Message
 
getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
getExample() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getException() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getException() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the latest exception, if any, thrown by the request and response processing.
getExceptionCause() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getExceptionCause() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
getExceptionMapper() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getExceptionMapper() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the ExceptionMapper that was found and used during the exception mapping phase.
getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getExceptionMapperCount() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
getExceptionMapperCount() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get the statistics of execution of exception mappers.
getExceptionMapperEvents() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
Get the exception mapper event queue.
getExceptionMapperExecutions() - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
getExceptionMapperExecutions() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get the count of exception mapper executions.
getExceptionMappers() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of ExceptionMappers.
getExceptionMapperStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
getExceptionMapperStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get statistics about registered exception mappers.
getExceptionMapperStatisticsBuilder() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
Get the exception mapper statistics builder.
getExceptionType(Class<? extends ExceptionMapper>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
getExecutor() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns the Executor used for asynchronous delivery.
getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the thread pool executor.
getExecutorProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
 
getExecutorService() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
Return executorService service this reactive invoker was initialized with.
getExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
Get custom client executor service.
getExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getExecutorService() - Method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider
 
getExecutorService() - Method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider
 
getExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
 
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
 
getExternalGrammar(String) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
getExternalGrammar(UriInfo, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
getExternalMetadataKeys() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
getExternalProviderInterfaces() - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getFactoryInjectee(Injectee, Type) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
getFamily() - Method in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
getFeature() - Method in class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
Get the registered feature instance or null if this is a class based feature registration.
getFeature(String) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
getFeatureClass() - Method in class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
Get the registered feature class.
getField() - Method in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
getField() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get field to be processed.
getFields() - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
getFields() - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
getFields() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
Get a set of all simple (non-filterable) fields of entity class.
getFields(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
getFields(String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getFields(String) - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
getFields(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getFields(String) - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get fields for given entity-filtering scope.
getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
Get fields with the given parent path.
getFields(String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getFields(String...) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getFields(String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get fields for given entity-filtering scopes.
getFields(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getFields(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getFields(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get fields for given entity-filtering scopes.
getFilter() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getFilteringAnnotations(Annotation[]) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
Filter given annotations and return only entity-filtering ones.
getFilteringObject(Class<?>, boolean, Annotation...) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
getFilteringObject(Type, boolean, Annotation...) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
getFilteringObject(Type, boolean, Annotation...) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectProvider
Get reader/writer entity-filtering object for given type.
getFilteringScopes() - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getFilteringScopes() - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get all available entity-filtering scopes.
getFilteringScopes(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
Get entity-filtering scopes from all available scope resolvers for given annotations.
getFilteringScopes(Annotation[]) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
Get entity-filtering scopes from given annotations.
getFilteringScopes(Annotation[]) - Static method in class org.glassfish.jersey.message.filtering.SecurityHelper
Get entity-filtering scopes of security annotations present among given annotations.
getFilteringScopes(Annotation[], boolean) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
 
getFilteringScopes(Annotation[], boolean) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
Get entity-filtering scopes from given annotations.
getFilteringScopes(Annotation[], boolean) - Method in class org.glassfish.jersey.message.filtering.SecurityServerScopeProvider
 
getFilteringScopes(Annotation[], boolean) - Method in class org.glassfish.jersey.message.filtering.ServerScopeProvider
 
getFilteringScopes(Annotation[], boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeProvider
Get entity-filtering scopes to be used to process an entity.
getFilteringScopes(Method, Class<?>) - Method in class org.glassfish.jersey.message.filtering.ServerScopeProvider
Get entity-filtering scopes from examining annotations present on resource method and resource class.
getFilteringScopes(String) - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
getFilteringScopes(Configuration) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
Get entity-filtering scopes from Configuration.
getFilteringScopes(SecurityContext, Annotation[]) - Static method in class org.glassfish.jersey.message.filtering.SecurityHelper
Get entity-filtering scopes of security annotations present among given annotations with respect to given SecurityContext.
getFinalMatchingGroup() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the final matching group of the last successful request URI routing pattern match result.
getFinalMatchingGroup() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getFirst(String, A) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
getFirst(String, Class<A>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
getFirst(K) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
getFixed() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the fixed property.
getFlag() - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns the numeric value of the bit corresponding to this flag.
getFollowRedirects() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getForeignRequestScopedComponents() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
getForm(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
getFormParameters(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
getFragment() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed fragment component.
getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
If T object is registered in ComponentBag using the Binder, T is not visible using the methods for getting classes and instances ComponentBag.getClasses(Predicate) and ComponentBag.getInstances(Predicate).
getFromStringStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to get the static fromString(String ) method.
getFullPathRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get full regular expression of this runtime resource prefixed by regular expression of parent if present.
getGeneratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
getGenericParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get generic method parameter types.
getGenericType() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
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.
getGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global reader interceptors.
getGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global request filters.
getGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global response filters.
getGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global writer interceptors.
getGrammars() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the grammars property.
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.
getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
Get the model of the resource method handler that will be used to invoke the handling resource method on.
getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler class.
getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
getHandlerClasses() - Method in class org.glassfish.jersey.server.model.Resource
Get the method handler classes for the resource methods registered on the resource.
getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the raw handler instance that is backing this method handler.
getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
getHandlerInstances() - Method in class org.glassfish.jersey.server.model.Resource
Get the method handler (singleton) instances for the resource methods registered on the resource.
getHandlerPath(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
Splits URI address from query params and returns it.
getHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method
getHasContent() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getHeader(String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
Returns all HeaderDelegateProvider register internally by Jersey.
getHeaderParsingState() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
getHeaders() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getHeaders() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
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.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
 
getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHeaderString(String) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
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.OutboundJaxrsResponse
 
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a message header as a single string value.
getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHost() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
getHost() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed host component.
getHost(HttpUriRequest) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
 
getHostnameVerifier() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getHref() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the href property.
getHttpClient() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
Get the HttpClient.
getHttpClient() - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
Get the HttpClient.
getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
Retrieve the underlying Apache HttpClient instance from JerseyClient or JerseyWebTarget configured to use ApacheConnectorProvider.
getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
Retrieve the underlying Jetty HttpClient instance from JerseyClient or JerseyWebTarget configured to use JettyConnectorProvider.
getHttpEntity(ClientRequest, boolean) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getHttpMethod() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the associated HTTP method.
getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the associated HTTP method.
getHttpMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the HTTP method of the method.
getHttpResponse() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
getHttResponse() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
getId() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the id property.
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.
getImmutableCookie() - Method in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
getImmutableNewCookie() - Method in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
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.
getImplementedContracts(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getInclude() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the include property.
getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
getInflector() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getInflector() - Method in class org.glassfish.jersey.server.model.Inflecting
Get the inflector.
getInitialClassLoader() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Get the class loader (if any) to be initially exposed by threads from this pool.
getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
getInjectee() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
 
getInjectee(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
Creates a new object Injectee corresponding to the injecting point.
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() - Method in class org.glassfish.jersey.client.ClientRequest
 
getInjectionManager() - Method in class org.glassfish.jersey.client.ClientResponse
 
getInjectionManager() - Method in class org.glassfish.jersey.client.ClientRuntime
Get injection manager.
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
 
getInjectionManager() - Method in class org.glassfish.jersey.server.ApplicationHandler
Returns InjectionManager relevant to current application.
getInjectionManager(ClientRequestContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
Extract and return injection manager from clientRequestContext.
getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
Extract and return injection manager from clientResponseContext.
getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
Extract and return injection manager from featureContext.
getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
Extract and return injection manager from readerInterceptorContext.
getInjectionManager(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
Extract and return injection manager from writerInterceptorContext.
getInput() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Returns the input String on which this iterator operates.
getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
getInputStream(String) - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory
Obtain a InputStream of the jar file.
getInputStream(HttpURLConnection) - Static method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
getInputStream(CloseableHttpResponse) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getInputStream(ContentResponse) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector.HttpClientResponseInputStream
 
getInstance() - Static method in class org.glassfish.jersey.internal.Errors
 
getInstance() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
An instance of the service got from InjectionManager.
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() - Static method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
getInstance() - Static method in class org.glassfish.jersey.jaxb.internal.NounInflector
Return a fully configured NounInflector instance that can be used for performing transformations.
getInstance() - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
 
getInstance(Class<?>, String, String) - Static method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
Get string collection extractor instance supporting the given collection class type for the parameter specified.
getInstance(Class<?>, ParamConverter<T>, String, String) - Static method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor
Get a new CollectionExtractor instance.
getInstance(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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 class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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(Type) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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 class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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(InjectionManager) - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
getInstance(InjectionManager) - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the injected resource method handler instance.
getInstance(InjectionManager) - Method in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
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.client.ClientConfig
 
getInstances() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
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() - Method in class org.glassfish.jersey.server.ResourceConfig
 
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.
getInterceptor() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair
 
getInterval() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
 
getIntputStream() - Static method in class org.glassfish.jersey.internal.Version
 
getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the invocable method model.
getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the invocable method model.
getInvocable() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Provide invocable for which validation will been done.
getIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Returns a list of issues found after ComponentModelValidator.validate(org.glassfish.jersey.server.model.ResourceModelComponent) method has been invoked.
getIssues() - Method in exception class org.glassfish.jersey.server.model.ModelValidationException
Get validation issues.
getJAXBContext() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context associated with the WadlGenerator for the Web application.
getJAXBContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
getJAXBContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
 
getJAXBContext(Class, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
getJaxRsProviderInterfaces() - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getJdkVersion() - Static method in class org.glassfish.jersey.internal.util.JdkVersion
 
getJsonpAnnotation(InterceptorContext) - Method in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
Returns a JSONP annotation of the resource method responsible for handling the current request.
getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the thread keep-alive time (in seconds).
getKeepAliveTime(TimeUnit) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Get the max period of time a thread will wait for a new task to process.
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
 
getKey() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
getKey() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
getKey() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
getKeyStore() - Method in class org.glassfish.jersey.SslConfigurator
Get the key store instance.
getLang() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the lang property.
getLanguage() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getLanguage() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the language of the entity.
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the language of the entity.
getLanguage() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLastModified() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getLastModified() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the last modified date.
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the last modified date.
getLastModified() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLastPathParameterIndex(String, UriTemplate) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getLastRequestUri() - Method in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
getLastResponseCode() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
getLastResponseCode() - Method in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl
 
getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
Returns the response code of a last response written by the application.
getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Returns the response code of a last response written by the application.
getLastStartTime() - Method in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
 
getLastStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Return time when target was executed last time.
getLegacyFallbackValue(Map<String, ?>, Map<String, String>, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
 
getLength() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getLength() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get Content-Length value.
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get Content-Length value.
getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLengthLong() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get Content-Length value.
getLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getLink() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the link property.
getLink(String) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the link for the relation.
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the link for the relation.
getLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLinkBuilder(String) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLinkRelations(String) - Static method in class org.glassfish.jersey.message.internal.LinkProvider
Extract the list of link relations from the string value of a Link.REL attribute.
getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
 
getLinks() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
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.OutboundJaxrsResponse
 
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the links attached to the message as header.
getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLocale() - Method in class org.glassfish.jersey.internal.l10n.Localizer
 
getLocation() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getLocation() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the location.
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the location.
getLocation() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLocatorResource(RuntimeResource) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
getLocatorSubResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the list of sub resources returned from resource locators during matching.
getLocatorSubResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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
Gets an instance of ManagedObjectsFinalizer.
getMap() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
Returns the map backing this view.
getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the throwable that was mapped to a response.
getMappedThrowable() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMappedValue() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMarshaller(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
getMarshaller(Class, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Get the JAXB marshaller for the given class and media type.
getMask() - Method in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
getMatchedMethods(ExtendedUriInfo) - Static method in class org.glassfish.jersey.message.filtering.ServerScopeProvider
 
getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched model resource from which the matched resource method was invoked.
getMatchedModelResource() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResourceLocators() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get resource locators matched since beginning of a matching.
getMatchedResourceLocators() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResourceMethod() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched resource method that is invoked.
getMatchedResourceMethod() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResults() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedResults() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedRuntimeResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Return all matched runtime resources including runtime resources based on child resources.
getMatchedRuntimeResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedTemplates() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMatchedTemplates() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedURIs() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedURIs(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatrixParameters() - Method in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
getMax() - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
getMax() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
 
getMax() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Returns the highest value in the snapshot.
getMax() - Method in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
getMaxBufferCapacity() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns the maximum per-subscriber buffer capacity.
getMaxBufferCapacity() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Returns the maximum per-subscriber buffer capacity.
getMaxConnectionsPerDestination() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getMaxHeaderSize() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getMaximumCacheLimit(Configuration) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
getMaximumDuration() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getMaximumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the maximum duration (processing time) in milliseconds of the request processing measured in the time window.
getMaximumPoolSize() - Method in class org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider
 
getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the maximum number of threads to allow in the thread pool.
getMaxPoolSize() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Get max thread pool size.
getMaxRedirects() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getMBeanInfo() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
getMean() - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
getMean() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
 
getMean() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Returns the arithmetic mean of the values in the snapshot.
getMean() - Method in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
getMediaType() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the mediaType property.
getMediaType() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the mediaType property.
getMediaType() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
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.InterceptorExecutor
 
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.
getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getMediaType() - Method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
Returns MediaType.
getMediaType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getMediaType(List<MediaType>) - Method in class org.glassfish.jersey.client.ClientRequest
 
getMediaTypeDistance(MediaType, List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
getMembers() - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
Human-readable description of the issue.
getMessage() - Method in exception class org.glassfish.jersey.server.model.ModelValidationException
 
getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
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) - 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 class org.glassfish.jersey.message.internal.MessageBodyFactory
 
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
Gets an instance of MessageBodyWorkers.
getMessageBodyWorkersMediaTypesByType(List<? extends AbstractEntityProviderModel<T>>) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
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) - 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 class org.glassfish.jersey.message.internal.MessageBodyFactory
 
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 class org.glassfish.jersey.internal.Errors.ErrorMessagesException
Get encountered error messages.
getMessages() - Method in class org.glassfish.jersey.message.internal.TracingInfo
Returns all collected messages enhanced by time duration data.
getMetadata() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get all instances of the specified meta-annotation type found on the method annotations.
getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
 
getMethod() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getMethod() - Method in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
getMethod() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get method to be processed.
getMethod() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getMethod() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.MethodStats
Get the resource method executed.
getMethod() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get the underlying Java method.
getMethodByName(String, Class<?>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
getMethodDoc(Class<?>, Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getMethodDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getMethodName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getMethodName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the name of the Java method.
getMethodName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Get the method name.
getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the methodOrResource property.
getMethodOrResource() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the methodOrResource property.
getMethodRouter(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
getMethods(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodList
 
getMethodSignature() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Get the method signature, or null if no method signature has been set for the method.
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.
getMethodStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
getMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get execution statistics that contain measurements of times only for execution of resource method.
getMethodStats() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
Get method statistics.
getMethodUniqueId(ResourceMethod) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
Get the method unique string ID.
getMin() - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
getMin() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
 
getMin() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Returns the lowest value in the snapshot.
getMin() - Method in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
getMinimumDuration() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getMinimumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the minimum duration (processing time) in milliseconds of the request processing measured in the time window.
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.
getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.server.model.ResourceMethodConfig
 
getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
getModelProcessors() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getMultivaluedParameterExtractorProvider() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getName - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
getName() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the name property.
getName() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the name property.
getName() - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getName() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
getName() - Method in interface org.glassfish.jersey.client.spi.Connector
Get name of current connector.
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.jdk.connector.internal.JdkConnector
 
getName() - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getName() - Method in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
Get the name of the parameter this extractor belongs to.
getName() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Name of the parameter (map key) to be extracted from the supplied multivalued map.
getName() - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
getName() - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
getName() - Method in class org.glassfish.jersey.server.internal.inject.SingleStringValueExtractor
 
getName() - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
 
getName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
getName() - Method in class org.glassfish.jersey.server.model.Resource
Get the resource name.
getName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMXBean
Get the name of the resource.
getName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
getName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
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.
getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the collection of name bindings attached to this method.
getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getNameBoundReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound reader interceptor map.
getNameBoundReaderInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound reader interceptor inverse map.
getNameBoundRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound request filters.
getNameBoundRequestFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound request filter inverse map.
getNameBoundResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound response filters.
getNameBoundResponseFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound response filter inverse map.
getNameBoundWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound writer interceptor map.
getNameBoundWriterInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound writer interceptor inverse map.
getNames() - Method in class org.glassfish.jersey.server.model.Resource
Return a list of resource names.
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.
getNc() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
getNc() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
getNextCharacter(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
getNextInterceptor() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Returns next interceptor in the chain.
getNonce() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
getNonce() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
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
getNumberOfSubscribers() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns the number of current subscribers.
getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of template variables.
getOpaque() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
getOpaque() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
getOption() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the option 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.
getOrCreate(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Factory
 
getOrCreate(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
 
getOrCreateEmptyEntityGraph(Class<?>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
getOrCreateEmptyEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
Get an empty entity graph for given class.
getOrCreateEmptyStats(long) - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
 
getOrCreateEntityGraph(Class<?>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
getOrCreateEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
Get an entity graph for given class.
getOrCreateInstance - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
getOrCreateResourceBuilder(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
getOrDefault(Object, V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOriginalDestinationUri() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
getOsgiRegistryInstance() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Returns an OsgiRegistry instance.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Representation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
Get the output stream.
getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Get URLs of resources from a given package.
getParam() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the param property.
getParamByName(List<Param>, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
getParamDoc(Class<?>, Method, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getParamDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getParameterAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter annotations.
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.
getParameterizedType(Class<?>) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
 
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.
getParameterName() - Method in exception class org.glassfish.jersey.server.ParamException
Get the parameter name.
getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the parameters.
getParameters() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getParameters() - Method in class org.glassfish.jersey.server.model.Invocable
 
getParameters() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the parameters associated directly with the resource method handler, if any (e.g.
getParameters() - Method in class org.glassfish.jersey.server.model.Parameter.BeanParameter
 
getParameters() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides access to all parameters associated with given Parameterized instance.
getParameterType() - Method in exception class org.glassfish.jersey.server.ParamException
Get the type of the parameter annotation.
getParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter types.
getParameterValues(List<ParamValueFactoryWithSource<?>>, ContainerRequest) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Get the array of parameter values.
getParamName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getParamValue(HttpMethodOverrideFilter.Source, MultivaluedMap<String, String>, String) - Method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Returns parameter value in a normalized form (uppercase, trimmed and null if empty string) considering the config flags.
getParamValueProvider(Collection<ValueParamProvider>, Parameter) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
 
getParamValues(ContainerRequest) - Method in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
 
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
 
getParent() - Method in class org.glassfish.jersey.server.model.Resource
Get the parent resource for this resource model or null in case this resource is a top-level resource and does not have a parent.
getParent() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the parent resource for this resource method model.
getParent() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get parent of this runtime resource.
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
 
getParentResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Return parent resources of resources from this runtime resource.
getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
Get the underlying chunk parser.
getParser() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
getPassword() - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Credentials
Return password as byte array.
getPassword() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
getPath() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the path property.
getPath() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the path property.
getPath() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPath() - Method in class org.glassfish.jersey.server.model.Resource
 
getPath() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path direct assigned to the component.
getPath() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the sub resource method path of the method.
getPath() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed path component.
getPath() - Method in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
getPath(boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the path of the current request relative to the application root (base) URI as a string.
getPath(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPath(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Get the resource class @Path annotation.
getPath(AnnotatedElement) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
getPathParameterBounds(String) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathParameters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathParameters(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathPattern() - Method in class org.glassfish.jersey.server.model.Resource
 
getPathPattern() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.
getPathPattern() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get path pattern for matching purposes.
getPathSegments() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathSegments(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathSegments(String) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the path segments that contain a template variable.
getPathSegments(String) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the path segments that contain a template variable.
getPathSegments(String, boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.
getPoolName() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Return thread pool name.
getPort() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
getPort() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed port component.
getPort(URI) - Static method in class org.glassfish.jersey.jdk.connector.internal.Utils
 
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
 
getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
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
 
getPreMatchFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get pre-matching request filters.
getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getPrimitiveToClassMap() - Static method in class org.glassfish.jersey.server.internal.inject.PrimitiveMapper
 
getPrimitiveToDefaultValueMap() - Static method in class org.glassfish.jersey.server.internal.inject.PrimitiveMapper
 
getPriority() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Get priority of the threads in thread pool.
getPriority() - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
 
getPriority() - Method in class org.glassfish.jersey.server.internal.inject.AsyncResponseValueParamProvider
 
getPriority() - Method in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
 
getPriority() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
Gets the priority of this provider.
getPriority(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
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
 
getProcessedCount() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Get number of processed interceptors.
getProcessedCount() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Get number of processed interceptors.
getProcessedRoles() - Static method in class org.glassfish.jersey.message.filtering.SecurityHelper
Get authorization roles that has been derived from examining entity classes.
getProcessingProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getProducedTypes() - Method in interface org.glassfish.jersey.server.model.Producing
Get the produced media types supported by the component.
getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get produced media types.
getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getProducesMediaType() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getProducesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the string with media types produced by this method, enclosed in double quotas and separated by a comma (e.g.
getProfile() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the profile property.
getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperties() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getProperties() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getProperties() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getProperties() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the map of configuration properties converted to strings.
getProperties() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProperties() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
getPropertiesDelegate() - Method in class org.glassfish.jersey.client.ClientRequest
Get the underlying properties delegate.
getPropertiesDelegate() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the underlying properties delegate.
getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
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.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
getProperty(String) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
getPropertyMethods(Class<?>, boolean) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Get accessor method mappings (field -> getter/setter) for given class.
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
Returns specific property value for given RuntimeType.
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
 
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.InterceptorExecutor
 
getPropertyNames() - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProtocolVersion() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
getProviderClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get classes of registered providers.
getProviderClasses(Collection<ServiceHolder<T>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getProviderClassParam(Object, Class<?>) - Static method in class org.glassfish.jersey.message.AbstractEntityProviderModel
 
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() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getProviders() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get registered providers available in the runtime.
getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get registered providers available in the runtime.
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.
getProviderScope(Class<?>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
 
getProxyConfiguration() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getProxyUri(Object) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getProxyUri(Object) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
getQop() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
getQop() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
getQs(String) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
getQs(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
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.
getQualifierToProviderMap(List<T>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
 
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() - 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]).
getQuality(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Reads quality factor from given media type.
getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Extract quality source information from the supplied MediaType value.
getQualitySource(VariantSelector.VariantHolder, U) - Method in interface org.glassfish.jersey.message.internal.VariantSelector.DimensionChecker
Get the quality source of the dimension.
getQuery() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed query component.
getQueryParameters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getQueryParameters(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getQueryType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the queryType property.
getQueue() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Return a queue that will be used to temporarily store tasks when all threads in the thread pool are busy.
getQueueLimit() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Get the limit of the queue, where tasks are temporarily stored when all threads are busy.
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
 
getRankedComponentProviders() - Static method in class org.glassfish.jersey.server.ComponentProviderConfigurator
 
getRate(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
 
getRate(TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
The rate of values in this snapshot for one given time unit.
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.
getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method raw response type.
getRawResult() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerTask
 
getRawRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the response Class of the Invocable.handlingMethod that will be used during the routing for the purpose of selection of the resource method.
getRawType() - Method in class org.glassfish.jersey.server.model.Parameter
Get raw type information for the parameter.
getReader() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get reader interceptors of this request.
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
 
getReaderInterceptors() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get reader interceptors bound to this context.
getReaderInterceptors() - Method in class org.glassfish.jersey.server.ContainerRequest
Get all reader interceptors applicable to this request.
getReaderInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all writer interceptors applicable to the resource method wrapped by this invoker.
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.
getRealm() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
getRealm() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
getReasonPhrase() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getReasonPhrase() - Method in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
getReference() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
Get a "new" reference of the scope instance.
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.server.model.RuntimeResource
Get regular expression of path pattern of this runtime resource.
getRegex() - Method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
 
getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the regular expression.
getRegisteredClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getRegisteredClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
getRegisteredClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource classes registered by the user in the current application.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get resource classes registered by the user in the current application.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get a set of string names of resource classes registered by the user.
getRegisteredClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
Return classes which were registered by the user and not found by class path scanning (or any other scanning).
getRegisteredClasses() - Method in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource instances registered by the user in the current application.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get resource instances registered by the user in the current application.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get a set of string names of classes of user registered instances.
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 com.sun.research.ws.wadl.Link
Gets the value of the rel property.
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.HttpHeaderListAdapter
 
getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
getRepresentation() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the representation property.
getRepresentation() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the representation property.
getRepresentationByMediaType(List<Representation>, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
getRepresentationDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
getRepresentations() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
getRequest() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the request property.
getRequest() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getRequest(HttpConnection) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
Get the associated client request context paired with this response context.
getRequestContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the associated container request context paired with this response context.
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get any cookies that accompanied the request.
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get any cookies that accompanied the message.
getRequestCount() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getRequestCount() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the count of requests received measured in the time window.
getRequestDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getRequestExecutionStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
getRequestExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
getRequestFilters() - Method in class org.glassfish.jersey.server.ContainerRequest
Get all bound request filters applicable to this request.
getRequestFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound request filters applicable to the resource method wrapped by this invoker.
getRequestHeader(String) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the values of a HTTP request header.
getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the values of HTTP request headers.
getRequestQueuedItems() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
Get the request event queue.
getRequestRepresentation(Class<?>, Method, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getRequestScope() - Method in class org.glassfish.jersey.client.ClientRuntime
Get the request scope instance configured for the runtime.
getRequestScope() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of RequestScope.
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.
getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
Get a custom container extensions initializer for the current request.
getRequestsPerSecond() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getRequestsPerSecond() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns average value of how many requests per second were received by application in the time window.
getRequestStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
getRequestStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the global application statistics of request execution.
getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
getRequestStats() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
Get request statistics.
getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get request URI.
getRequestUri() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
Get the request uri.
getRequestUri() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getRequestUriBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
getRequiredJaxbContextPath() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
The jaxb context path that is used when the generated wadl application is marshalled to a file.
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
 
getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
Get the absolute URI of the ultimate request made to receive this response.
getResolvedType(Type, Class, Class) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
getResolver() - Method in class org.glassfish.jersey.internal.inject.InjectionResolverBinding
Gets the injection resolver handled by this descriptor.
getResource() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the resource property.
getResource() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Provide actual resource instance that will get validated.
getResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
getResource(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
getResourceAsStream(ClassLoader, Class<?>, String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Lookup resource by given name.
getResourceBag() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getResourceBundle() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Tries to load resource bundle via OSGi means.
getResourceBundle(Locale) - Method in class org.glassfish.jersey.apache.connector.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.client.internal.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.inject.hk2.LocalizationMessages.BundleSupplier
 
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(Locale) - Method in class org.glassfish.jersey.internal.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.jetty.connector.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages.BundleSupplier
 
getResourceBundle(Locale) - Method in class org.glassfish.jersey.server.internal.LocalizationMessages.BundleSupplier
 
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
 
getResourceClass() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getResourceClass() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
getResourceClassStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
Refreshed (re-built) on every access.
getResourceClassStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the statistics for each resource Class that is deployed in the application.
getResourceConfig() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getResourceConfig() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource config associated with the application.
getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get the resource config.
getResourceContext() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getResourceFinders() - Method in class org.glassfish.jersey.server.ResourceConfig.State
Get the registered resource finders.
getResourceLocator() - Method in class org.glassfish.jersey.server.model.Resource
Provides a resource locator available on the resource.
getResourceLocator() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Return the resource locator of this resource.
getResourceLocators() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resource locators of all resources of this runtime resource.
getResourceMethod() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
getResourceMethod() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getResourceMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
getResourceMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get a resource method for which this ResourceMethodStatistics are calculated.
getResourceMethodExecutionStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get execution statistics that contain measurements of times only for execution of resource methods.
getResourceMethodInvokerBuilder() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides a non-null list of resource methods available on the resource.
getResourceMethods() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resource methods (excluding resource locators) of all resources of this runtime resource.
getResourceMethodStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
getResourceMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Return the statistics for resource method.
getResourceModel() - Method in interface org.glassfish.jersey.server.ExtendedResourceContext
Return resource model from which the current jersey application is built.
getResourceModel() - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
getResourceModel() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get the resource model of the application.
getResourceModel() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getResources() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resources property.
getResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return all resources from this resource model.
getResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resources creating this runtime resource.
getResources() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getResources() - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
getResources() - Method in interface org.glassfish.jersey.server.ServerConfig
Get programmatically modeled resources.
getResources(ClassLoader, String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
 
getResources(String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
 
getResources(String, ClassLoader) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
Find all resources with the given name using a class loader.
getResourceType() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResponse() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the response property.
getResponse(Class<?>, Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getResponseCodes() - Method in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl
 
getResponseCodes() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Returns statistics of response codes produces by the application.
getResponseCodesToCountMap() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
getResponseCodesToCountMap() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
Returns statistics of response codes produces by the application.
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get any new cookies set on the response message.
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get any new cookies set on the message message.
getResponseDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getResponseFilters() - Method in class org.glassfish.jersey.server.ContainerRequest
Get all bound response filters applicable to this request.
getResponseFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound response filters applicable to the resource method wrapped by this invoker.
getResponseStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
getResponseStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get global application response statistics.
getResponseStatuses() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
Get the queue with response status codes.
getResponseTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method generic response type information.
getResponseWriter() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the container response writer for the current request.
getReturnDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getReturnDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
getReturnTypeExample() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getRev() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rev property.
getRolesAllowedScope(String) - Static method in class org.glassfish.jersey.message.filtering.SecurityHelper
Get entity-filtering scope for RolesAlloweds role.
getRootElementName(Class<?>) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
Construct the name of the root element from it's Java type name.
getRootName() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
getRootResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return root resources from this resource model.
getRootResources() - Method in class org.glassfish.jersey.server.ResourceBag
Returns list of root resources.
getRouter(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
Obtain a sub-resource locator router for given resource method.
getRouting(Class<?>) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
Build (or obtain from cache) a resource model and router for given sub-resource locator class.
getRouting(Resource) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
Build (or obtain from cache) a resource model and router for given sub-resource injectionManager resource.
getRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the response type of the Invocable.handlingMethod that will be used during the routing for the purpose of selection of the resource method.
getRuntime() - Method in class org.glassfish.jersey.client.ClientConfig
Get the configured runtime.
getRuntime() - Method in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
 
getRuntimeConfig() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getRuntimeResourceModel() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return runtime resource model based on this this resource model.
getRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).
getRuntimeResources(List<Resource>) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
 
getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
 
getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getRuntimeType() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getSameFitnessList() - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
 
getSAXSource(SAXParserFactory, InputStream) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Create new SAXSource for a given entity input stream.
getScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
Get custom client scheduled executor service.
getScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
getScheduledExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
 
getSchema() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
getSchema() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
getScheme() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed scheme component.
getSchemes() - Method in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory
 
getSchemes() - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory
 
getSchemes() - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory
 
getSchemes() - Method in interface org.glassfish.jersey.server.internal.scanning.UriSchemeResourceFinderFactory
Get the set of supported URI schemes.
getSchemes() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory
 
getScope() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
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.
getScope(Class<?>) - Static method in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
getScopeAnnotations() - Static method in class org.glassfish.jersey.server.model.InvocableValidator
 
getScopesForField(String) - Method in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
 
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.
getServiceHolders(InjectionManager, Class<T>, Annotation...) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getServiceHolders(InjectionManager, Class<T>, Comparator<Class<?>>, Annotation...) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
getServiceLocator() - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
getSet(Class<? extends Annotation>...) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
 
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(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to try to figure out serialized length of given value.
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
getSize(String, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
 
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
 
getSnapshot(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
getSnapshot(long, TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
Returns a snapshot of the reservoir's values at given time or newer.
getSnapshot(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
getSortedGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global reader interceptors sorted by priority.
getSortedGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global request filters sorted by priority.
getSortedGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global response filters sorted by priority.
getSortedGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global writer interceptors sorted by priority.
getSortedHeaders(Set<Map.Entry<String, List<String>>>) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
The issue source.
getSource() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter value source type.
getSource() - Method in interface org.glassfish.jersey.server.model.Parameter.ParamAnnotationHelper
 
getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
The issue source.
getSource() - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
Returns Parameter.Source which closely determines a function of the current supplier.
getSourceAnnotation() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter source annotation.
getSourceName() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter source name, i.e.
getSourceName(AnnotationDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
 
getSslContext() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getSsp() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed scheme specific part.
getStartTime() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
getStartTime() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getStartTime() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
Get start time.
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get the start time of the application.
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the start time of the application (when application was initialized).
getStatus() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the status property.
getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatus() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getStatus() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStatus() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getStatusCode() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getStatusCode() - Method in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Retrieve cached JAXB context capable of handling the given Java type.
getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
getStoredJAXBContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
Get the stored JAXB context supporting the Java type.
getStrategy() - Static method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
 
getStreamProvider(ClientRequest) - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
getStringBuilder(Charset) - Method in class org.glassfish.jersey.logging.LoggingInterceptor.LoggingStream
 
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.client.InboundJaxrsResponse
 
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.
getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStringToObjectMethodPA(Class<?>, String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to get the static method of given name.
getStyle() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the style property.
getStyle() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
getSubgraphs() - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
getSubgraphs() - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
getSubgraphs() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
Get a map of all further-filterable fields of entity class.
getSubgraphs(String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getSubgraphs(String) - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
 
getSubgraphs(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getSubgraphs(String) - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
getSubgraphs(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get subgraphs for given entity-filtering scope.
getSubgraphs(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
Get subgraphs with the given parent path.
getSubgraphs(String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getSubgraphs(String...) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getSubgraphs(String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get subgraphs for given entity-filtering scopes.
getSubgraphs(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
getSubgraphs(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
getSubgraphs(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get subgraphs for given entity-filtering scopes.
getSubscribers() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns a list of current subscribers for monitoring and tracking purposes, not for invoking Flow.Subscriber methods on the subscribers.
getSubscriberWrapper(Flow.Subscriber) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
 
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
 
getSuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
getSuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of all successful exception mappings.
getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of all successful exception mappings.
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.client.filter.EncodingFilter
 
getSupportedEncodings() - Method in class org.glassfish.jersey.server.filter.EncodingFilter
Returns a (lexically) sorted set of supported encodings.
getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
Returns values of Content-Encoding header supported by this encoder.
getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the suspended timeout value for the method.
getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeout() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value in the given time unit.
getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the suspended timeout time unit for the method.
getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeoutUnit() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value time unit.
getSyncInvoker() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
Return invocation builder this reactive invoker was initialized with.
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.
getTemplateRouter(boolean, UriTemplate, UriTemplate) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
getTemplateRouterForChildLocator(boolean, RuntimeResource) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
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).
getThreadFactory() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Return ThreadFactory that will be used to create thread pool threads.
getThreadPoolConfig() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
getTimeInterval(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
 
getTimeInterval(TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
The time interval for which this snapshot was created.
getTimeReservoirNotifier() - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
getTimestamp() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair
 
getTimestamp() - Method in class org.glassfish.jersey.message.internal.TracingInfo.Message
 
getTimeWindow() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getTimeWindow() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the size of time window in milliseconds.
getTimeWindowStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
 
getTimeWindowStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Returns time window statistics for available time window sizes.
getTitle() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the title property.
getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getToken() - Method in class org.glassfish.jersey.message.internal.Token
 
getTotalMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
getTotalMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of exception mappings that were performed on exceptions.
getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of exception mappings that were performed on exceptions.
getTracingConfig(Configuration) - Static method in class org.glassfish.jersey.server.TracingUtils
Return configuration type of tracing support according to application configuration.
getTracingLogger() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
Get tracing logger instance configured in via properties.
getTracingLoggerNameSuffix(ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
Get request header specified JDK logger name suffix.
getTracingThreshold(Configuration) - Static method in class org.glassfish.jersey.server.TracingUtils
Get application-wide tracing level threshold.
getTracingThreshold(TracingLogger.Level, ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
 
getTrailerHeader(String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
getTrustStore() - Method in class org.glassfish.jersey.SslConfigurator
Get the trust store instance.
getType() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the type property.
getType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the type property.
getType() - Method in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
getType() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get the type of this context.
getType() - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
getType() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getType() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getType() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getType() - Method in class org.glassfish.jersey.server.model.Parameter
Get generic type information for the parameter.
getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the JAX-RS method type.
getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the JAX-RS method type.
getType() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Return the type of the event.
getType() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns the type of this event.
getType() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
getType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
getType(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Get the character type.
getType(Class<?>, Class<?>, Class<?>, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
getType(Class<?>, Class<?>, Class<?>, Type[]) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
getType(Class<? extends ExceptionMapper>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
Get exception type for given exception mapper class.
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.
getTypeDistance(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
getTypeFromInterface(Class<?>, Class<? extends ExceptionMapper>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
Iterate through interface hierarchy of clazz and get exception type for given class.
getTypeName(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Java type or array name.
getTypeParameter(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
getTypeParameters() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method type parameters.
getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Returns MediaType with wildcard in subtype.
getUnmarshaller(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
getUnmarshaller(Class) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
Get JAXB unmarshaller for the type.
getUnmarshaller(Class, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Get the JAXB unmarshaller for the given class and media type.
getUnsafe() - Static method in class org.glassfish.jersey.internal.jsr166.UnsafeAccessor
 
getUnsafe() - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a sun.misc.Unsafe.
getUnsafe() - Static method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns a sun.misc.Unsafe.
getUnsuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
getUnsuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of all unsuccessful exception mappings.
getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of all unsuccessful exception mappings.
getUpdate() - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
getUri() - Method in class org.glassfish.jersey.client.ClientRequest
 
getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUri() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getUriHttpRequest(ClientRequest) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
getUriInfo() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getUriInfo() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getUriInfo() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the extended uri info associated with this request.
getUriRoutingContext() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getUriStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
Refreshed (re-built) on every access.
getUriStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the statistics for each URI that is exposed in the application.
getUseParentHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getUserInfo() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns parsed user info component.
getUsername() - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Credentials
Return username.
getUserName() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
getUserPrincipal() - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
getValue() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the value property.
getValue() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
getValue() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
getValue() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the value.
getValue() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
getValue(double) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Returns the value at the given quantile.
getValue(Annotation) - Static method in class org.glassfish.jersey.server.model.Parameter
 
getValue(String) - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
getValue(Map<String, ?>, String, Class<?>) - Static method in class org.glassfish.jersey.CommonProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
 
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.jetty.connector.JettyClientProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the 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, ?>, String, T) - Static method in class org.glassfish.jersey.client.ClientProperties
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, ?>, String, T) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
 
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the 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, ?>, 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, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
Get the value of the 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(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, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the 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, ?>, RuntimeType, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Return value of a specified property.
getValueOf(T) - Method in interface org.glassfish.jersey.server.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.
getValueParamProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
getValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
Get an injected value provider for the parameter.
getValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AsyncResponseValueParamProvider
 
getValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
 
getValueProvider(Parameter) - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
Get an injected value provider for the parameter.
getValues() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Returns the entire set of values in the snapshot.
getVariantHolderList(List<Variant>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
 
getVaryHeaderValue() - Method in interface org.glassfish.jersey.message.internal.VariantSelector.DimensionChecker
Get the value of the Vary header.
getVaryValue() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the value of HTTP Vary response header to be set in the response, or null if no value is to be set.
getVersion() - Static method in class org.glassfish.jersey.internal.Version
Get Jersey version.
getWadl(UriInfo) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
getWadlBuilder(boolean, UriInfo) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
getWadlParams() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
getWaitingConsumerCount() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
getWaitingConsumerCount() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Returns an estimate of the number of consumers waiting to dequeue elements via take or poll.
getWeight() - Method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
 
getWeight() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider.PriorityType
Returns the weight of this priority.
getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
Get the message body workers associated with the request.
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.
getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the wrapped response message context.
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
 
getWriter() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
getWriterFormatName(String) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
getWriterFormatName(MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get writer interceptors of this request.
getWriterInterceptors() - Method in class org.glassfish.jersey.server.ContainerRequest
Get all writer interceptors applicable to this request.
getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all reader interceptors applicable to the resource method wrapped by this invoker.
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.
getXMLReader() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
Get the XMLStreamReader for unmarshalling.
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
 
globalReaderInterceptors - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
globalRequestFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
globalResponseFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
globalScopes - Variable in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
globalWriterInterceptors - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
GMT_TIME_ZONE - Static variable in class org.glassfish.jersey.message.internal.HttpDateFormat
 
grammars - Variable in class com.sun.research.ws.wadl.Application
 
Grammars - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
 
GrammarUtil - Class in org.glassfish.jersey.message.internal
Class containing static utility methods to work with HTTP headers.
GrammarUtil() - Constructor for class org.glassfish.jersey.message.internal.GrammarUtil
Prevents instantiation.
graph - Variable in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
graph - Variable in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
graphProvider - Variable in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
 
graphProvider - Variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
greatestTick - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
group() - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
group() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
group() - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
group(int) - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
group(int) - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
group(int) - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
groupCount() - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
groupCount() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
groupCount() - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
groupCounts - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
groupIndexes - Variable in class org.glassfish.jersey.uri.PatternWithGroups
The array of group indexes to capturing groups.
GroupIndexMatchResult(MatchResult) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
growAndAdd(Object[], T) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Tries to create or expand buffer, then adds item if possible.
GZipEncoder - Class in org.glassfish.jersey.message
GZIP encoding support.
GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
Initialize GZipEncoder.

H

handle(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
The main request/response processing entry point for Jersey container implementations.
handleClassNotFoundException() - Method in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
handleClassNotFoundException() - Method in class org.glassfish.jersey.internal.ServiceFinder.LazyObjectIterator
 
handleConnect(SocketAddress, Filter) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
handleConnect(SocketAddress, Filter) - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
handleCycle(K) - Method in interface org.glassfish.jersey.internal.util.collection.Cache.CycleHandler
Handle cycle that was detected while computing a cache value for given key.
handledBy(Class<?>, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Class<? extends Inflector>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
handledBy(Object, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Inflector<ContainerRequestContext, ?>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
handleError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
handleError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
handleHandshakeFinished() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
handleHeaderSent() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
handleIllegalStateTransition(HttpConnection.State, HttpConnection.State) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
handleOnNext(Flow.Subscriber<? super T>, Throwable) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Processes exception in Subscriber.onNext.
handlePostWrite(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
handler - Variable in class org.glassfish.jersey.server.model.Invocable
 
handler - Variable in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
handlerClass - Variable in class org.glassfish.jersey.server.model.IntrospectionModeller
 
handlerClass - Variable in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
handlerClass - Variable in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
handlerClass - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
handlerClasses - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
handlerClasses - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
HandlerConstructor - Class in org.glassfish.jersey.server.model
Abstraction for a resource handler class constructor.
HandlerConstructor(Constructor<?>, List<Parameter>) - Constructor for class org.glassfish.jersey.server.model.HandlerConstructor
Creates a new instance of ResourceConstructor.
handlerConstructors - Variable in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
handleRead(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
handleRedirects(HttpResponse, CompletionHandler<HttpResponse>) - Method in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
handleResponseRead() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
handlerInstance - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
handlerInstances - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
handlerInstances - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
handlerParameters - Variable in class org.glassfish.jersey.server.model.MethodHandler
 
handlerParameters - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
handlerParameters(Collection<Parameter>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Parameters defined on the handler (i.e.
handleSslError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
handleWrite(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
handlingMethod - Variable in class org.glassfish.jersey.server.model.Invocable
 
handlingMethod - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
handlingMethod(Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a specific method of the handling class that will be executed.
HandOffQueue(Queue<Runnable>, boolean) - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor.HandOffQueue
 
HANDSHAKING - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
 
hasAnnotations(Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
hasAttributeDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
hasContent - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
hasContent() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext.EntityContent
 
hasDataToRead() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
hasDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter has a default value set.
hasEmptyProducibleMediaTypeSet(ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
hasEncodedAnnotation(Injectee) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
hasEntity() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
hasEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Check if there is a non-empty entity input stream is available in the message.
hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Check if there is an entity available in the message.
hasEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
hash - Variable in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
 
hash - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
hash - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
hash(int) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
hash(Object) - Static method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns a hash value for the specified object.
hash(String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
hash(K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
Get the hash code of a key.
HASH_BITS - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
 
hashCode() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
hashCode() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
 
hashCode() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
hashCode() - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
hashCode() - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Values.ExceptionValue
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceValue
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
hashCode() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
hashCode() - Method in class org.glassfish.jersey.internal.util.LazyUid
 
hashCode() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
hashCode() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
hashCode() - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.DestinationKey
 
hashCode() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
hashCode() - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
hashCode() - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
hashCode() - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider.EntityContext
 
hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
hashCode() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
hashCode() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
hashCode() - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.ModelLookupKey
 
hashCode() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
hashCode() - Method in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
hashCode() - Method in class org.glassfish.jersey.model.internal.CommonConfig.FeatureRegistration
 
hashCode() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
hashCode() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
hashCode() - Method in class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
hashCode() - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
hashCode() - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
hashCode() - Method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
 
hashCode() - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
hashCode() - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
hashCode() - Method in class org.glassfish.jersey.server.model.Parameter
 
hashCode() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
hashCode() - Method in class org.glassfish.jersey.SslConfigurator
 
hashCode() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
hashCode() - Method in class org.glassfish.jersey.uri.UriTemplate
Hash code is calculated from String of the regular expression generated from the template.
HashIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
hasLink(String) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
hasLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Check if link for relation exists.
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Check if link for relation exists.
hasLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
hasMatchingMediaType(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Helper method used to check whether given media type is supported by this provider.
hasMatchingMediaType(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Helper method used to check whether given media type is supported by this provider.
hasMatchingMediaTypeForReading(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Helper method used to check whether given media type is supported by this provider for read operations (when binding input data such as POST body).
hasMatchingMediaTypeForWriting(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Helper method used to check whether given media type is supported by this provider for writing operations, such as when converting response object to response body of request (like GET or POST).
hasMetaMethodAnnotations(Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
hasMethodAnnotations(Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
hasMoreElements() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
 
hasNext() - Method in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
hasNext() - Method in class org.glassfish.jersey.internal.ServiceFinder.LazyObjectIterator
 
hasNext() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
 
hasNext() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
hasNext() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
 
hasNext() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
hasNext() - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
hasNext() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
hasNext() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
hasNext() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Check if there is a next stage present in the continuation.
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
hasNext() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Determines whether there is next character in the iteration chain.
hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
hasNumParams(int) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that have the specific number of parameters.
hasParameterAnnotations(Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
hasRepresentations() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
hasReturnType(Class<?>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that declare the specified return type.
hasSubscribers() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns true if this publisher has any subscribers.
hasWaitingConsumer() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
hasWaitingConsumer() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Returns true if there is at least one consumer waiting to dequeue an element via take or poll.
head - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
head - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
head of the queue; null until first enqueue
head() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
head(InvocationCallback<Response>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
HEAD - Enum constant in enum com.sun.research.ws.wadl.HTTPMethods
 
HEAD - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
HEAD - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
header - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
The head of the doubly linked list.
header - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
header(String, Object) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add a new header value.
header(String, Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
header(String, Object, boolean) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
HEADER - Enum constant in enum com.sun.research.ws.wadl.ParamStyle
 
HEADER - Enum constant in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
If present in the filter configuration, causes the filter to look for a method override in the X-HTTP-Method-Override header.
HEADER - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Header parameter injection source.
HEADER_ACCEPT - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to switch on request tracing.
HEADER_CONTENT_TYPE_OPTIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
This header is useful on Windows, trying to deal with potential XSS attacks.
HEADER_LOGGER - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to set JDK logger name suffix to identify a request logs.
HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HEADER_NAME - Static variable in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HEADER_RESPONSE_FORMAT - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Response header name format.
HEADER_THRESHOLD - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to change application default tracing level.
HEADER_TRACING_PREFIX - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
HTTP header prefix.
HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
HeaderDelegateProviders() - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
 
headerName - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
HeaderParamException(Throwable, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.HeaderParamException
 
HeaderParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value supplier provider supporting the @HeaderParam injection annotation.
HeaderParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider
Injection constructor.
HeaderParamValueParamProvider.HeaderParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
HeaderParamValueProvider(MultivaluedParameterExtractor<?>) - Constructor for class org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider.HeaderParamValueProvider
 
headerParsed - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
headerParsingState - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
headerParsingState - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
HeaderParsingState(int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
headers - Variable in class org.glassfish.jersey.client.ChunkedInput
 
headers - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
headers - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
headers - Variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
headers - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
headers - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
headers - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
headers(String, Iterable<?>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new header values.
headers(String, Object...) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new header values.
headers(Map<String, List<String>>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new headers.
headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
headers(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new headers.
HEADERS_ONLY - Enum constant in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
Only content of HTTP headers is logged.
headerSingle(String, Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
HeaderUtils - Class in org.glassfish.jersey.message.internal
Utility class supporting the processing of message headers.
HeaderUtils() - Constructor for class org.glassfish.jersey.message.internal.HeaderUtils
Preventing instantiation.
HeaderValueException - Exception Class in org.glassfish.jersey.message.internal
Processing exception indicating that an attempt to read a value of a header failed.
HeaderValueException(String, Throwable, HeaderValueException.Context) - Constructor for exception class org.glassfish.jersey.message.internal.HeaderValueException
Create a new header value exception from message, cause and context.
HeaderValueException(String, HeaderValueException.Context) - Constructor for exception class org.glassfish.jersey.message.internal.HeaderValueException
Create a new header value exception from message and context.
HeaderValueException.Context - Enum in org.glassfish.jersey.message.internal
Context that contains header problems causing this exception (e.g.
headOffset - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
helpTransfer(ConcurrentHashMapV8.Node<K, V>[], ConcurrentHashMapV8.Node<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Helps transfer if a resize is in progress.
HEX_ARRAY - Static variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator
 
HEX_ARRAY - Static variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
HEX_DIGITS - Static variable in class org.glassfish.jersey.uri.UriComponent
 
HEX_TABLE - Static variable in class org.glassfish.jersey.uri.UriComponent
 
HEX_TO_UPPERCASE_REGEX - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
HIGH - Enum constant in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
High priority.
hint(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a hint to the list of messages.
HINT - Enum constant in enum org.glassfish.jersey.Severity
Hint.
HINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
HINT: {0}
HINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The following hints have been detected: {0}
HK_2_CLEARING_CACHE(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
Clearing Jersey HK2 caches.
HK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
HK_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
Provider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}.
HK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
HK2 service reification failed for [{0}] with an exception: {1}
HK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
Unknown HK2 failure detected: {0}
HK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
Unknown parent of InjectionManager, ServiceLocator should be used instead of: {0}.
HK2_INJECTION_MANAGER_STRATEGY - Static variable in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
Hk2 Injection manager strategy.
Hk2BootstrapBinder - Class in org.glassfish.jersey.inject.hk2
AbstractBinder that registers all components needed for a proper bootstrap of Jersey based on HK2 framework.
Hk2BootstrapBinder(ServiceLocator) - Constructor for class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
Create a bootstrap which is specific for HK2 module and automatically install externalBinder.
Hk2Helper - Class in org.glassfish.jersey.inject.hk2
This class contains the convenient methods for translation from jersey classes to HK2 and visa versa, then contains methods for binding structures such as Binder or Binding to a provided service locator.
Hk2Helper() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2Helper
 
Hk2InjectionManagerFactory - Class in org.glassfish.jersey.inject.hk2
Factory which is able to create InjectionManager instance using service loading and automatically initialize injection manager using parent or immediately registers binder.
Hk2InjectionManagerFactory() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
 
Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy - Enum in org.glassfish.jersey.inject.hk2
 
Hk2InjectionManagerStrategy() - Constructor for enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
 
Hk2ReferencingFactory<T> - Class in org.glassfish.jersey.inject.hk2
Factory that provides injection of the referenced instance.
Hk2ReferencingFactory(Provider<Ref<T>>) - Constructor for class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
Create new referencing injection factory.
Hk2ReferencingFactory.EmptyReferenceFactory<T> - Class in org.glassfish.jersey.inject.hk2
 
Hk2ReferencingFactory.InitializedReferenceFactory<T> - Class in org.glassfish.jersey.inject.hk2
 
Hk2RequestScope - Class in org.glassfish.jersey.inject.hk2
 
Hk2RequestScope() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2RequestScope
 
Hk2RequestScope.Instance - Class in org.glassfish.jersey.inject.hk2
Implementation of the request scope instance.
holder2service(ServiceHolder<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
hookUp() - Method in class org.glassfish.jersey.internal.OsgiRegistry
Will hook up this instance with the OSGi runtime.
host - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
host - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.DestinationKey
 
host - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
host - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
host(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
HOST - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI host component type.
HOST - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
hostnameVerifier - Variable in class org.glassfish.jersey.client.JerseyClient
 
hostnameVerifier - Variable in class org.glassfish.jersey.client.JerseyClientBuilder
 
hostnameVerifier - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
hps - Variable in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
href - Variable in class com.sun.research.ws.wadl.Include
 
href - Variable in class com.sun.research.ws.wadl.Method
 
href - Variable in class com.sun.research.ws.wadl.Param
 
href - Variable in class com.sun.research.ws.wadl.Representation
 
HT - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
HTTP_AUTHENTICATION_BASIC_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http basic authentication feature for the request.
HTTP_AUTHENTICATION_BASIC_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http basic authentication feature for the request.
HTTP_AUTHENTICATION_DIGEST_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http digest authentication feature for the request.
HTTP_AUTHENTICATION_DIGEST_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http digest authentication feature for the request.
HTTP_AUTHENTICATION_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http authentication feature for the request.
HTTP_AUTHENTICATION_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http authentication feature for the request.
HTTP_BODY_SIZE_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Body size exceeds declared size"
HTTP_BODY_SIZE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Body size exceeds declared size"
HTTP_CHUNK_ENCODING_PREFIX_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"The chunked encoding length prefix is too large."
HTTP_CHUNK_ENCODING_PREFIX_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"The chunked encoding length prefix is too large."
HTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Cannot try to establish connection if the connection is in other than CREATED state.
HTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Cannot try to establish connection if the connection is in other than CREATED state.
HTTP_CONNECTION_NOT_IDLE(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Http request cannot be sent over a connection that is in other state than IDLE.
HTTP_CONNECTION_NOT_IDLE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Http request cannot be sent over a connection that is in other state than IDLE.
HTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Comments are not allowed.
HTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
End of header.
HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No characters between the separators "{0}" and "{1}".
HTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No end separator "{0}".
HTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unbalanced comments.
HTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unbalanced quoted string.
HTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
White space not allowed.
HTTP_INITIAL_LINE_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"HTTP packet initial line is too large."
HTTP_INITIAL_LINE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"HTTP packet initial line is too large."
HTTP_INVALID_CHUNK_SIZE_HEX_VALUE(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Invalid byte representing a hex value within a chunk length encountered : {0}"
HTTP_INVALID_CHUNK_SIZE_HEX_VALUE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Invalid byte representing a hex value within a chunk length encountered : {0}"
HTTP_INVALID_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Invalid format of content length code."
HTTP_INVALID_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Invalid format of content length code."
HTTP_METHOD_OVERRIDE - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines configuration of HTTP method overriding.
HTTP_NEGATIVE_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Content length cannot be less than 0."
HTTP_NEGATIVE_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Content length cannot be less than 0."
HTTP_PACKET_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"HTTP packet header is too large."
HTTP_PACKET_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"HTTP packet header is too large."
HTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Body size is not available in chunked body mode."
HTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Body size is not available in chunked body mode."
HTTP_REQUEST_NO_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"This HTTP request does not have a body."
HTTP_REQUEST_NO_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"This HTTP request does not have a body."
HTTP_REQUEST_NO_BUFFERED_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Buffered body is available only in buffered body mode."
HTTP_REQUEST_NO_BUFFERED_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Buffered body is available only in buffered body mode."
HTTP_TRAILER_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"The chunked encoding trailer header is too large."
HTTP_TRAILER_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"The chunked encoding trailer header is too large."
HTTP_UNEXPECTED_CHUNK_HEADER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Unexpected HTTP chunk header."
HTTP_UNEXPECTED_CHUNK_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Unexpected HTTP chunk header."
HTTP_VERSION - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
HttpAuthenticationFeature - Class in org.glassfish.jersey.client.authentication
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
HttpAuthenticationFeature(HttpAuthenticationFeature.Mode, HttpAuthenticationFilter.Credentials, HttpAuthenticationFilter.Credentials) - Constructor for class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
HttpAuthenticationFeature.BasicBuilder - Interface in org.glassfish.jersey.client.authentication
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured for basic authentication.
HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
Builder that creates instances of HttpAuthenticationFeature.
HttpAuthenticationFeature.BuilderImpl - Class in org.glassfish.jersey.client.authentication
Implementation of all authentication builders.
HttpAuthenticationFeature.Mode - Enum in org.glassfish.jersey.client.authentication
Feature authentication mode.
HttpAuthenticationFeature.UniversalBuilder - Interface in org.glassfish.jersey.client.authentication
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured in universal mode that supports basic and digest authentication.
HttpAuthenticationFilter - Class in org.glassfish.jersey.client.authentication
Http Authentication filter that provides basic and digest authentication (based on RFC 2617).
HttpAuthenticationFilter(HttpAuthenticationFeature.Mode, HttpAuthenticationFilter.Credentials, HttpAuthenticationFilter.Credentials, Configuration) - Constructor for class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
Create a new filter instance.
HttpAuthenticationFilter.Credentials - Class in org.glassfish.jersey.client.authentication
Credentials (username + password).
HttpAuthenticationFilter.Type - Enum in org.glassfish.jersey.client.authentication
Authentication type.
HttpClientConnection(String, int, int) - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientConnection
 
HttpClientResponseInputStream(InputStream) - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientResponseInputStream
 
HttpClientResponseInputStream(ContentResponse) - Constructor for class org.glassfish.jersey.jetty.connector.JettyConnector.HttpClientResponseInputStream
 
HttpConnection - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpConnection(URI, CookieManager, ConnectorConfiguration, ScheduledExecutorService, HttpConnection.StateChangeListener) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
HttpConnection.ConnectionFilter - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpConnection.State - Enum in org.glassfish.jersey.jdk.connector.internal
 
HttpConnection.StateChangeListener - Interface in org.glassfish.jersey.jdk.connector.internal
 
httpConnectionPool - Variable in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
httpConnectionPool - Variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
HttpConnectionPool - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpConnectionPool(ConnectorConfiguration, CookieManager) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
HttpDateFormat - Class in org.glassfish.jersey.message.internal
Helper class for HTTP specified date formats.
HttpDateFormat() - Constructor for class org.glassfish.jersey.message.internal.HttpDateFormat
 
HTTPDATEFORMAT - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
HttpFilter - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpFilter(Filter<ByteBuffer, ByteBuffer, ?, ?>, int, int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpFilter
Constructor.
HttpHeaderListAdapter - Class in org.glassfish.jersey.message.internal
Wrapping adapter for HttpHeaderReader that adds ability to read headers containing comma-separated value lists.
HttpHeaderListAdapter(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
Create new adapter for HttpHeaderReader that adds ability to read headers containing comma-separated value lists.
HttpHeaderReader - Class in org.glassfish.jersey.message.internal
An abstract pull-based reader of HTTP headers.
HttpHeaderReader() - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReader
 
HttpHeaderReader.Event - Enum in org.glassfish.jersey.message.internal
TODO javadoc.
HttpHeaderReader.ListElementCreator<T> - Interface in org.glassfish.jersey.message.internal
 
HttpHeaderReaderImpl - Class in org.glassfish.jersey.message.internal
Concrete internal implementation of pull-based HTTP reader.
HttpHeaderReaderImpl(String) - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
HttpHeaderReaderImpl(String, boolean) - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
httpMethod - Variable in class org.glassfish.jersey.client.ClientRequest
 
httpMethod - Variable in class org.glassfish.jersey.server.ContainerRequest
 
httpMethod - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
 
httpMethod - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
httpMethod - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
httpMethod(String) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the associated HTTP method name.
HttpMethodOverrideFilter - Class in org.glassfish.jersey.server.filter
A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
HttpMethodOverrideFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Create a filter that reads the configuration (ServerProperties.HTTP_METHOD_OVERRIDE) from the provided ResourceConfig instance.
HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source...) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Initializes this filter setting the sources of information the filter should look for.
HttpMethodOverrideFilter.Source - Enum in org.glassfish.jersey.server.filter
Enumeration representing possible sources of information about the method overriding the filter should look for.
HTTPMethods - Enum in com.sun.research.ws.wadl
Java class for HTTPMethods.
HTTPMethods() - Constructor for enum com.sun.research.ws.wadl.HTTPMethods
 
httpOnly - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
httpParser - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
 
httpParser - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
HttpParser - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpParser(int, int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
HttpParserUtils - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpParserUtils() - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
HttpParserUtils.ContentParsingState - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpParserUtils.HeaderParsingState - Class in org.glassfish.jersey.jdk.connector.internal
 
httpRequest - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
HttpRequest - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpRequest(String, URI, HttpRequest.BodyMode, BodyOutputStream) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
HttpRequest.BodyMode - Enum in org.glassfish.jersey.jdk.connector.internal
 
HttpRequestEncoder - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpRequestEncoder() - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
httpResponse - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
HttpResponse - Class in org.glassfish.jersey.jdk.connector.internal
 
HttpResponse(String, int, String) - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
HTTPS - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Detected non-empty entity on a HTTP GET request.
HttpUrlConnector - Class in org.glassfish.jersey.client.internal
Default client transport connector using HttpURLConnection.
HttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Constructor for class org.glassfish.jersey.client.internal.HttpUrlConnector
Create new HttpUrlConnector instance.
HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
Default Jersey client connector provider that provides connector instances which delegate HTTP requests to HttpURLConnection for processing.
HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
Create new HttpURLConnection-based Jersey client connector provider.
HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
A factory for HttpURLConnection instances.
HttpUrlConnectorProvider.DefaultConnectionFactory - Class in org.glassfish.jersey.client
 
httResponse - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
humanize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Capitalize the first word in a lower cased and underscored string, turn underscores into spaces, and string any trailing "_id".

I

i - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
 
id - Variable in class com.sun.research.ws.wadl.Method
 
id - Variable in class com.sun.research.ws.wadl.Param
 
id - Variable in class com.sun.research.ws.wadl.Representation
 
id - Variable in class com.sun.research.ws.wadl.Resource
 
id - Variable in class com.sun.research.ws.wadl.ResourceType
 
id - Variable in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
 
identity() - Static method in class org.glassfish.jersey.process.internal.Stages
Get a chainable "identity" stage.
IDENTITY - Static variable in class org.glassfish.jersey.client.ClientConfig.State
Strategy that returns the same state instance.
IDENTITY - Static variable in class org.glassfish.jersey.process.internal.Stages
 
IDENTITY_ENCODING - Static variable in class org.glassfish.jersey.server.filter.EncodingFilter
 
IDENTITY_ROUTER - Static variable in class org.glassfish.jersey.server.internal.routing.Routers
 
IDLE - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
IDLE_TIMEOUT - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
idleConnections - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
idleTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
If you want to create an instance at runtime you can configure the WadlGenerator class and property names/values. A new instance of the Generator is created for each generation action. The first option would look like this: WadlGeneratorConfig config = WadlGeneratorConfig .generator( MyWadlGenerator.class ) .prop( "someProperty", "someValue" ) .generator( MyWadlGenerator2.class ) .prop( "someProperty", "someValue" ) .prop( "anotherProperty", "anotherValue" ) .build(); If you want to specify the WadlGeneratorConfig in the web.xml you have to subclass it and set the servlet init-param org.glassfish.jersey.server.ServerProperties#WADL_GENERATOR_CONFIG to the name of your subclass. This class might look like this: class MyWadlGeneratorConfig extends WadlGeneratorConfig { public ListWadlGeneratorDescription configure() { return generator( MyWadlGenerator.class ) .prop( "foo", propValue ) .generator( MyWadlGenerator2.class ) .prop( "bar", propValue2 ) .descriptions(); } } Configuring the WadlGenerator The org.glassfish.jersey.server.wadl.WadlGenerator properties will be populated with the provided properties like this: The types match exactly: if the WadlGenerator property is of type org.example.Foo and the provided property value is of type org.example.Foo Types that provide a constructor for the provided type (mostly java.lang.String) java.io.InputStream: The InputStream can e.g. represent a file. The stream is loaded from the property value (provided by the WadlGeneratorDescription) via ClassLoader#getResourceAsStream(String). It will be closed after org.glassfish.jersey.server.wadl.WadlGenerator#init() was called. Deprecated, will be removed in future versions: The WadlGenerator property is of type File and the provided property value is a String: the provided property value can contain the prefix classpath: to denote, that the path to the file is relative to the classpath. In this case, the property value is stripped by the prefix classpath: and the File is created via new File( generator.getClass().getResource( strippedFilename ).toURI() ) Notice that the filename is loaded from the classpath in this case, e.g. classpath:test.xml refers to a file in the package of the class (WadlGeneratorDescription#getGeneratorClass()). The file reference classpath:/test.xml refers to a file that is in the root of the classpath. Existing org.glassfish.jersey.server.wadl.WadlGenerator implementations: - Search tag in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Section
IGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
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}].
ignoreOnClassNotFound - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
ignoreOnClassNotFound - Variable in class org.glassfish.jersey.internal.ServiceFinder
 
ignoreUserAgent - Variable in class org.glassfish.jersey.client.ClientRequest
 
ignoreUserAgent() - Method in class org.glassfish.jersey.client.ClientRequest
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
ignoreUserAgent(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
ignoreValidationError() - Method in class org.glassfish.jersey.server.ApplicationHandler
 
ignoreValidationErrors - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
ILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"{0}" property value ({1}) does not represent a valid client configuration class.
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}.
IMAGE_MEDIA_TYPE - Static variable in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
IMMEDIATE - Enum constant in enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
 
ImmediateHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
Implementation of InjectionManager that is able to register and inject services.
ImmediateHk2InjectionManager(Object) - Constructor for class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
Constructor with parent.
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) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
Create new immutable copy of the original 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.
ImmutableComponentBag(ComponentBag) - Constructor for class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
immutableCopy() - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
immutableCopy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get immutable copy of a component bag.
immutableCopy(List<T>) - Static method in class org.glassfish.jersey.server.model.Resource
 
immutableCopy(Set<T>) - Static method in class org.glassfish.jersey.server.model.Resource
 
immutableKey() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
Method called to create a safe immutable copy of the key; used when adding entry with this key -- lookups are ok without calling the method.
ImmutableMultivaluedMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
An immutable view of a MultivaluedMap.
ImmutableMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
Creates a new ImmutableMultivaluedMap.
immutablePropertiesView - Variable in class org.glassfish.jersey.model.internal.CommonConfig
 
immutablePropertyNames - Variable in class org.glassfish.jersey.model.internal.CommonConfig
 
immutableRef(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Construct a new immutable Ref instance referencing the given input value.
ImmutableRefImpl(T) - Constructor for class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
immutableSetOf(Set<String>, String) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
A helper method for a creation of an immutable set based on a provided set together with a given item.
ImmutableState(ResourceConfig.State) - Constructor for class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
implementationClass - Variable in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
 
implementationClass - Variable in class org.glassfish.jersey.model.ContractProvider.Builder
 
implementationClass - Variable in class org.glassfish.jersey.model.ContractProvider
 
implementationType - Variable in class org.glassfish.jersey.internal.inject.Binding
 
in - Variable in class org.glassfish.jersey.internal.util.Closing
 
in(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's scope.
in(String) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
Sets the binding's scope.
INBOUND - Enum constant in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
Inbound context.
InboundJaxrsResponse - Class in org.glassfish.jersey.client
Implementation of an inbound client-side JAX-RS Response message.
InboundJaxrsResponse(ClientResponse, RequestScope) - Constructor for class org.glassfish.jersey.client.InboundJaxrsResponse
Create new scoped client response.
InboundMessageContext - Class in org.glassfish.jersey.message.internal
Base inbound message context implementation.
InboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
Create new inbound message context.
InboundMessageContext(boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
Create new inbound message context.
InboundMessageContext.EntityContent - Class in org.glassfish.jersey.message.internal
Input stream and its state.
include - Variable in class com.sun.research.ws.wadl.Grammars
 
include(String) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
Include - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Include() - Constructor for class com.sun.research.ws.wadl.Include
 
INCLUDE_ALL - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that accepts any contract provider model.
incrementCounter() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
incrementCounter() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
index - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
index - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
index - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
indexFor(int, int) - Static method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns index for hash code h.
Inflecting<T> - Class in org.glassfish.jersey.server.model
Inflector provider resource model component.
Inflecting<DATA,RESULT> - Interface in org.glassfish.jersey.process.internal
Interface that is used to indicate that the instance provides an Inflector.
Inflecting() - Constructor for class org.glassfish.jersey.server.model.Inflecting
 
InflectingStage(Inflector<DATA, RESULT>) - Constructor for class org.glassfish.jersey.process.internal.Stages.InflectingStage
 
inflector - Variable in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
inflector - Variable in class org.glassfish.jersey.process.internal.Stages.InflectingStage
 
inflector - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
 
inflector() - Method in interface org.glassfish.jersey.process.internal.Inflecting
Get the inflector capable of transforming supplied data into a result.
inflector() - Method in class org.glassfish.jersey.process.internal.Stages.InflectingStage
 
Inflector<DATA,RESULT> - Interface in org.glassfish.jersey.process
A generic interface for transforming data into a result.
inflectorClass - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
 
info(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
inheritProviders - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
inheritProviders() - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
Check if the server-side providers should be inherited.
inheritServerProviders() - Element in annotation type org.glassfish.jersey.server.ClientBinding
Determine whether providers present in the server-side configuration should be inherited by the bound client configuration (true) or not (false).
init() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Initialization hook for subclasses.
init() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Called by superclass constructors and pseudoconstructors (clone, readObject) before any entries are inserted into the map.
init() - Method in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
init() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
init() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
init() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Invoked before all methods related to wadl-building are invoked.
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.client.ClientConfig.RuntimeConfigConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
 
init(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
 
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
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ApplicationConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ApplicationHandler.RuntimeConfigConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ComponentProviderConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ContainerProviderConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ExternalRequestScopeConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverterConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.JerseyResourceContextConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ModelProcessorConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ProcessingProvidersConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ResourceBagConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ServerExecutorProvidersConfigurator
 
init(ApplicationEventListener, ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
Initializes the instance with listener that must be called and initialization event.
INIT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
INIT_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Initiating Jersey application, version {0}...
initApplyMethod() - Static method in class org.glassfish.jersey.server.model.Invocable
 
initAsyncContext(Value<AsyncContext>) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Lazily initialize AsyncContext for this request processing context.
initBuilder(JerseyLink.Builder, String) - Static method in class org.glassfish.jersey.message.internal.LinkProvider
Initialize an existing Jersey link builder with the link data provided in a form of a string.
initEncodingTable(List<String>) - Static method in class org.glassfish.jersey.uri.UriComponent
 
initEncodingTables() - Static method in class org.glassfish.jersey.uri.UriComponent
 
initFinishedEvent - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
initHexTable() - Static method in class org.glassfish.jersey.uri.UriComponent
 
initHexToUpperCaseRegex() - Static method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
initialBlockingLatch - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
initialClassLoader - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
Initializable<T> - Interface in org.glassfish.jersey.client
Initializable Jersey client-side component.
INITIALIZATION_APP_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Initialization of jersey application is finished but the server might not be started and ready yet to serve requests (this will be indicated by the ApplicationEvent.Type.INITIALIZATION_FINISHED event).
INITIALIZATION_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Initialization of the application has finished, server is started and application is ready to handle requests now.
INITIALIZATION_START - Enum constant in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Initialization of the application has started.
initialize(List<ContextResolver>) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
 
initialize(InjectionManager) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
Must be initialize at the time of completed populated InjectionManager.
initialize(InjectionManager) - Method in interface org.glassfish.jersey.server.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.
initialize(InjectionManager) - Method in interface org.glassfish.jersey.server.spi.RequestScopedInitializer
Perform request-scoped initialization.
initialize(InjectionManager, List<BootstrapConfigurator>, ServerBootstrapBag) - Method in class org.glassfish.jersey.server.ApplicationHandler
Assumes the configuration field is initialized with a valid ResourceConfig.
initialize(ApplicationConfigurator, InjectionManager, Binder) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
initializeChannelGroup() - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
initialized - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Initialization flag to permit calls to setSeed to succeed only while executing the Random constructor.
InitializedReferenceFactory(T) - Constructor for class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.InitializedReferenceFactory
 
InitializedReferenceFactory(T) - Constructor for class org.glassfish.jersey.internal.inject.ReferencingFactory.InitializedReferenceFactory
 
initializeMap() - Static method in class org.glassfish.jersey.client.JerseyInvocation
 
initialValue - Variable in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.InitializedReferenceFactory
 
initialValue - Variable in class org.glassfish.jersey.internal.inject.ReferencingFactory.InitializedReferenceFactory
 
initInjectionManager(InjectionManager) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
 
initMBeanInfo(ExecutionStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
initReader(ObjectReader) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
initReserved() - Static method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
initResource(T) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
initRuntime() - Method in class org.glassfish.jersey.client.ClientConfig.State
Initialize the newly constructed client instance.
initTable() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Initializes table, using the size recorded in sizeCtl.
initTracingSupport(TracingConfig, TracingLogger.Level, ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
According to configuration/request header it initialize TracingLogger and put it to the request properties.
initTrailerParsing() - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
initUriPattern(UriTemplateParser) - Static method in class org.glassfish.jersey.uri.UriTemplate
Create the URI pattern from a URI template parser.
initWriter(ObjectWriter) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
inject(Object) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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 class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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.
INJECTED_WEBTARGET_URI_INVALID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"@Uri" annotation value is not a valid URI template: "{0}"
injectee - Variable in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.CacheKey
 
Injectee - Interface in org.glassfish.jersey.internal.inject
An Injectee represents the point of injection.
injecteeClass - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
injecteeDescriptor - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
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
 
injectInstance - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
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 - Variable in class org.glassfish.jersey.client.ClientRuntime
 
injectionManager - Variable in class org.glassfish.jersey.client.filter.EncodingFilter
 
injectionManager - Variable in class org.glassfish.jersey.internal.inject.AbstractBinder
 
injectionManager - Variable in class org.glassfish.jersey.internal.inject.ProviderBinder
 
injectionManager - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
injectionManager - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
injectionManager - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
injectionManager - Variable in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
injectionManager - Variable in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
 
injectionManager - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
injectionManager - Variable in class org.glassfish.jersey.server.filter.EncodingFilter
 
injectionManager - Variable in class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider.BeanParamValueProvider
 
injectionManager - Variable in class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider
 
injectionManager - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
injectionManager - Variable in class org.glassfish.jersey.server.internal.process.ReferencesInitializer
 
injectionManager - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
injectionManager - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
injectionManager - Variable in class org.glassfish.jersey.server.ServerRuntime
 
injectionManager - Variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
injectionManager() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get injection manager.
injectionManager(InjectionManager) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set runtime DI injection manager.
InjectionManager - Interface in org.glassfish.jersey.internal.inject
Interface provides the communication API between Jersey and Dependency Injection provider.
InjectionManagerClientProvider - Class in org.glassfish.jersey.client
Extension of InjectionManagerProvider which contains helper static methods that extract InjectionManager from client specific JAX-RS components.
InjectionManagerClientProvider() - Constructor for class org.glassfish.jersey.client.InjectionManagerClientProvider
 
InjectionManagerFactory - Interface in org.glassfish.jersey.internal.inject
Factory which is able to create InjectionManager.
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
Implementation of this interface is capable of returning InjectionManager.
injectionResolver(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
Start building a new injection resolver binding.
InjectionResolver<T> - Interface in org.glassfish.jersey.internal.inject
This class allows users to provide a custom injection target for any annotation (including &#64;Inject).
InjectionResolverBinding<T> - Class in org.glassfish.jersey.internal.inject
Class which has the fields containing the instance of InjectionResolver and its a concrete type.
InjectionResolverBinding(T) - Constructor for class org.glassfish.jersey.internal.inject.InjectionResolverBinding
Creates an injection resolver as an instance.
InjectionResolverWrapper<T> - Class in org.glassfish.jersey.inject.hk2
This class wraps the jersey class InjectionResolver to make HK2 version of this provided functionality.
InjectionResolverWrapper(InjectionResolver<T>) - Constructor for class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
C'tor accepts jersey-like InjectionResolver on which the the processing is delegated.
Injections - Class in org.glassfish.jersey.internal.inject
Injection binding utility methods.
Injections() - Constructor for class org.glassfish.jersey.internal.inject.Injections
 
input - Variable in class org.glassfish.jersey.message.internal.EntityInputStream
 
input - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
INPUT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
Input buffer that is used by TransportFilter when SSL is not turned on.
INPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Input stream has been closed.
inputBufferSize - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
inputStream - Variable in class org.glassfish.jersey.client.ChunkedInput
 
inputStream - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
inputStream - Variable in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
InputStreamProvider - Class in org.glassfish.jersey.message.internal
 
InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
 
inResponseProcessing() - Method in class org.glassfish.jersey.server.ContainerRequest
Notify this request that the response created from this request is already being processed.
inResponseProcessingPhase - Variable in class org.glassfish.jersey.server.ContainerRequest
 
inspect(Class<?>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
 
inspect(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityInspector
Inspect entity class and create/update EntityGraph for reader/writer.
inspectEntityClass(Class<?>, EntityGraph, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
Invoke available EntityProcessors on given entity class.
inspectEntityProperties(Class<?>, EntityGraph, Set<Class<?>>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
Invoke available EntityProcessors on fields of given entity class.
inspectStandaloneAccessors(Map<String, Method>, EntityGraph, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
Invoke available EntityProcessors on accessors (getter/setter) that has no match in classes' fields.
install(AbstractBinder...) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Adds all binding definitions from the binders to the binding configuration.
installed - Variable in class org.glassfish.jersey.internal.inject.AbstractBinder
 
installed - Variable in class org.glassfish.jersey.internal.inject.CompositeBinder
 
instance - Static variable in class org.glassfish.jersey.internal.OsgiRegistry
 
instance - Static variable in class org.glassfish.jersey.jaxb.internal.NounInflector
The singleton instance returned by the default getInstance() method.
instance - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.ManagedClient
 
Instance() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
 
INSTANCE - Static variable in class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
An ClientAsyncExecutor annotation instance.
INSTANCE - Static variable in class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
An ClientBackgroundScheduler annotation instance.
INSTANCE - Static variable in class org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
Custom annotation instance to use for injection bindings and related queries.
INSTANCE - Static variable in class org.glassfish.jersey.server.BackgroundSchedulerLiteral
BackgroundScheduler annotation instance.
INSTANCE - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir.DefaultSlidingWindowTrimmerHolder
The default instance of sliding window trimmer.
INSTANCE - Static variable in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
Instance of empty request event builder.
INSTANCE - Static variable in class org.glassfish.jersey.server.ManagedAsyncExecutorLiteral
ManagedAsyncExecutor annotation instance.
InstanceBasedMethodHandler(Object, Class<?>, Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
InstanceBasedMethodHandler(Object, Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
InstanceBinding<T> - Class in org.glassfish.jersey.internal.inject
Injection binding description of a bean bound directly as a specific instance.
InstanceBinding(T) - Constructor for class org.glassfish.jersey.internal.inject.InstanceBinding
Creates a service as an instance.
InstanceBinding(T, Type) - Constructor for class org.glassfish.jersey.internal.inject.InstanceBinding
Creates a service as an instance.
instances - Variable in class org.glassfish.jersey.model.internal.ComponentBag
Registered component instances collection and it's immutable view.
instances - Variable in class org.glassfish.jersey.server.ResourceBag.Builder
Resource handler instance for the models in this resource bag.
instances - Variable in class org.glassfish.jersey.server.ResourceBag
Resource handler instance for the models in this resource bag.
InstanceSupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
This class is used as a bridge between HK2 Factory and JDK Supplier.
InstanceSupplierFactoryBridge(Supplier<T>, boolean) - Constructor for class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
Constructor for a new bridge.
instancesView - Variable in class org.glassfish.jersey.model.internal.ComponentBag
 
InstanceUnsafeValue(T) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue
 
InstanceValue(T) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.InstanceValue
 
INTEGER - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
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.
integrationServerJvm() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
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.
integrationTestJvm() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.
InterceptingOutputStream - Class in org.glassfish.jersey.jdk.connector.internal
A stream that invokes InterceptingOutputStream.FirstCallListener when any operation is invoked.
InterceptingOutputStream(OutputStream, InterceptingOutputStream.FirstCallListener) - Constructor for class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
InterceptingOutputStream.FirstCallListener - Interface in org.glassfish.jersey.jdk.connector.internal
 
interceptor - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair
 
InterceptorExecutor<T> - Class in org.glassfish.jersey.message.internal
Abstract class with implementation of InterceptorContext which is common for ReaderInterceptorContext and WriterInterceptorContext implementations.
InterceptorExecutor(Class<?>, Type, Annotation[], MediaType, PropertiesDelegate) - Constructor for class org.glassfish.jersey.message.internal.InterceptorExecutor
Constructor initializes common properties of this abstract class.
InterceptorExecutor.InterceptorTimestampPair<T> - Class in org.glassfish.jersey.message.internal
Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
interceptors - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
InterceptorTimestampPair(T, long) - Constructor for class org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair
 
internalBindings - Variable in class org.glassfish.jersey.internal.inject.AbstractBinder
 
InternalProperties - Class in org.glassfish.jersey.internal
Internal common (server/client) Jersey configuration properties.
InternalProperties() - Constructor for class org.glassfish.jersey.internal.InternalProperties
Prevent instantiation.
InternalServerProperties - Class in org.glassfish.jersey.server.internal
Jersey internal server-side configuration properties.
InternalServerProperties() - Constructor for class org.glassfish.jersey.server.internal.InternalServerProperties
 
INTERRUPTED - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
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.
interval - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
interval - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
interval - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
Total interval for which these statistics are calculated (eg.
interval - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
interval(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
interval(TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
The time interval this reservoir stores data of.
interval(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
intervalStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
 
intervalUnit - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
introspectAsyncFeatures(AnnotatedMethod, ResourceMethod.Builder) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
IntrospectionModeller - Class in org.glassfish.jersey.server.model
Utility class for constructing resource model from JAX-RS annotated POJO.
IntrospectionModeller(Class<?>, boolean) - Constructor for class org.glassfish.jersey.server.model.IntrospectionModeller
Create a new introspection modeller for a given JAX-RS resource class.
INVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Invalid value for {0} configuration property: {1}
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
INVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid host name.
INVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Provided {0} property value "{1}" is invalid.
INVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The key in {0} mappings record "{1}" is empty.
INVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Provided {0} property value type is invalid.
INVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The value in {0} mappings record "{1}" is empty.
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}]
invalidateCache() - Method in class org.glassfish.jersey.server.ResourceConfig
Invalidate cached component instances and classes.
invalidateUriComponentViews() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
Invalidate internal URI component cache views.
invocable - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
Invocable - Class in org.glassfish.jersey.server.model
A common interface for invocable resource components.
Invocable(MethodHandler, Method, Method, boolean, Type) - Constructor for class org.glassfish.jersey.server.model.Invocable
 
invocableResponseType - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
InvocableValidator - Class in org.glassfish.jersey.server.model
Validator ensuring that invocable and constructor is correctly defined (for example correctly annotated with scope annotation).
InvocableValidator() - Constructor for class org.glassfish.jersey.server.model.InvocableValidator
 
invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(Object, Method, Class<T>) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
invoke(Method, Object) - Static method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
invoke(String, Object[], String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(ClientRequest) - Method in class org.glassfish.jersey.client.ClientRuntime
Invoke a request processing synchronously in the context of the caller's thread.
invoke(Closure<InputStream>) - Method in class org.glassfish.jersey.internal.util.Closing
 
invoke(ContainerRequest, Object, Object...) - Method in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
Use the underlying invocation handler to invoke the underlying Java method with the supplied input method argument values on a given resource instance.
invoke(RequestProcessingContext, Object) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
invoke(T) - Method in interface org.glassfish.jersey.internal.util.Closure
Invoke the closure on the data.
invokeConfigure() - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
 
invokeManaged(Producer<Response>) - Method in interface org.glassfish.jersey.server.AsyncContext
Invoke the provided response producer in a Jersey-managed asynchronous thread.
invokeManaged(Producer<Response>) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
invokeReadFrom(ReaderInterceptorContext, MessageBodyReader, EntityInputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.TerminalReaderInterceptor
 
invokeWriteTo(WriterInterceptorContext, MessageBodyWriter) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.TerminalWriterInterceptor
 
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.
IS_TOKEN - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
convenience table mapping chars to true if they are tokens.
IS_UNSAFE_SUPPORTED - Static variable in class org.glassfish.jersey.internal.util.JdkVersion
 
IS_WHITE_SPACE - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Convenience table mapping chars to true if they are white space chars.
isAbsolute() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
Check whether or not the URI represented by this UriBuilder is absolute.
isAcceptable(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Check if the class is acceptable as a JAX-RS provider or resource.
isActive - Variable in class org.glassfish.jersey.process.internal.RequestScope
 
isActive() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
isAllocated() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
 
isAnnotated - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
True if the class has the correct declared annotations
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.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.
isAsync() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
Returns true if the request is called asynchronously using AsyncInvoker
isAuthenticated(ContainerRequestContext) - Static method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
 
isBuffered() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext.EntityContent
 
isCacheable(ExecutionStatistics) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
Indicates whether the global, resource, resource method statistics containing the give execution statistics can be cached.
isCached(Class<?>) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
Check if the model builder contains a cached [locator, router] pair for a given sub-resource locator class.
isCached(UriInfo, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
isCancelled() - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
isCancelled() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
isChunked() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response entity is a ChunkedOutput instance.
isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler
Return whether the method handler creates instances based on classes.
isClosed - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
When true, the stream is already closed.
isClosed - Variable in class org.glassfish.jersey.message.internal.NullOutputStream
 
isClosed() - Method in class org.glassfish.jersey.client.ChunkedInput
Check if the chunked input has been closed.
isClosed() - Method in class org.glassfish.jersey.client.JerseyClient
Check client state.
isClosed() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns true if this publisher is not accepting submissions.
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.server.ChunkedOutput
Get state information.
isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Check if this thread pool executor provider has been closed.
isCommitted - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
When true, the stream is already committed (redirected to adaptedOutput).
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.
isCommitted() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the entity stream has been committed.
isCompatible(Constructor<?>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
 
isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
isCompatible(AbstractEntityProviderModel<T>, Class, MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
isCompatible(T, U) - Method in interface org.glassfish.jersey.message.internal.VariantSelector.DimensionChecker
Ascertain if the acceptable dimension value is compatible with the dimension value.
isComplete() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
isConcreteParameterizedType(ParameterizedType) - Static method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
isConcreteType(Type) - Static method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
isConfigured() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
 
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.
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
isConsumable(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
Determines whether this ConsumesProducesAcceptor router can process the request.
isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the custom flag value.
isDaemon - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
isDaemon() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Return true if thread pool threads are daemons.
isData - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
isDebugLoggable() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Check if the debug level is loggable.
isDefaultSslContext - Variable in class org.glassfish.jersey.client.JerseyClient
 
isDefaultSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
Get information about used SSLContext.
isDefaultValueRegistered() - Method in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
Check if there is a default string value registered for the parameter.
isDerived() - Method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
Return flag value whether the MediaType was not defined by annotation and therefore was derived from Message Body Providers.
isDetailedWadlRequested(UriInfo) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Return true if generation of full WADL with extended resources is requested.
isDisabled() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
isDone() - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
isDone() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
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.internal.util.collection.LinkedTransferQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
Check if the underlying entity stream is empty.
isEmpty() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
isEmpty(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
isEnabled(Feature) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEnabled(JaxRSFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
isEnabled(TracingLogger.Level) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
isEncoded() - Method in class org.glassfish.jersey.server.model.Parameter
If true, the injected parameter value should remain encoded.
isExtended() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
isExtended() - Method in class org.glassfish.jersey.server.model.Resource
Get the flag indicating whether the resource is extended.
isExtended() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
isExtended() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
isFactory - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
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
 
isFormattedOutput() - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
isGetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Determine whether a given method is getter.
isHeaderParsed() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
isHeaderRestricted(String, String) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
Checks whether the character c is hexadecimal character.
isImmediateStrategy() - Static method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
Check HK2 Strategy property Hk2InjectionManagerFactory.HK2_INJECTION_MANAGER_STRATEGY and returns true if the current HK2 Strategy is "immediate".
isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
Check if the invocable represents an inflector processing method.
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.
isInitialized() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
isInitialized() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
isInseparableHeader() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
isJavascript(MediaType) - Method in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
Returns a flag whether the given media type belongs to the group of JavaScript media types.
isJaxbType(Class<?>) - Method in interface org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider.JaxbTypeChecker
 
isJaxRsProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Returns true if given component class is a JAX-RS provider.
isJsonType(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Deprecated.
isLastChunk - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.ContentParsingState
 
isLeaf - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
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).
isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
isLoggable(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
isManagedAsync() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Flag indicating whether managed async support declared on the method.
isManagedAsyncDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isManagedAsyncDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked to be executed asynchronously by using an internal Jersey executor service.
isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
Determine whether this provider is able to process a supplied exception instance.
isMappedFromException() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response is result of the exception (for example created during exception mapping).
isMatched() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Returns true if this node has been matched, including the case of artificial matches due to cancellation.
isMethodOverridden(ResourceMethod, String, MediaType, MediaType) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
 
isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
 
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.
isMethodParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
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.
isNameBound() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isNamespaceAware() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
isNamespaceAware() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
isNotPublic() - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that are not public.
isNotSpaceAndTab(byte) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
isNull(T) - Static method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
isOpaque() - Method in class org.glassfish.jersey.uri.internal.UriParser
Returns whether the input string URI is opaque.
isOptional - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
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.
isPreferredCandidate(T, ExceptionMapper<T>, boolean) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
Determines whether the currently considered candidate should be preferred over the previous one.
isPresentIn(int) - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns true if the bit corresponding to this flag is set in a given integer value.
isPrimitive(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Check if the given type is a primitive type.
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.client.ClientConfig
 
isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
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.model.internal.CommonConfig
 
isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
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.
isProvider - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
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.
isQualified() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter is qualified.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.client.ChunkedInputReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
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(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.internal.StringMessageProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
Safely invokes isReadable method on the underlying provider.
isReadable(MediaType) - Static method in class org.glassfish.jersey.logging.LoggingInterceptor
Returns true if specified MediaType is considered textual.
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(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
isReady() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
isReady() - Method in class org.glassfish.jersey.jdk.connector.internal.BodyInputStream
Returns true if data can be read without blocking else returns false.
isReady() - Method in class org.glassfish.jersey.jdk.connector.internal.BodyOutputStream
Returns true if data can be written without blocking else returns false.
isReady() - Method in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
isReady() - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
isRegistered(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isRegistrable(Class<?>) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
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.
isReleasable() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
isRepeating() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the repeating property.
isRequired() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the required property.
isResponseSuccessfullyMapped() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
isResponseSuccessfullyMapped() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns true if the response was successfully mapped from an exception by exception mappers.
isResponseWritten() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
isResponseWritten() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns true if the response has been successfully written.
isRestrictedHeaderPropertySet - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
isRunning() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
isScoped - Variable in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
True if the class has the correct scope
isSecure() - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
isSeparator(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if the provided char is a separator.
isSetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Determine whether a given method is setter.
isSingleton(Class<?>) - Static method in class org.glassfish.jersey.server.model.InvocableValidator
Check if the resource class is declared to be a singleton.
isSpaceOrTab(byte) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
isSse() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Flag indicating whether the method requires injection of Sse Event Sink.
isSse() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Check whether the resource method will be producing Server-sent event stream.
isSseInjected(Invocable) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
isStale() - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
isStale() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
isSubClassOf(Type, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Check if subType is a sub-type of superType.
isSubscribed(Flow.Subscriber<? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns true if the given Subscriber is currently subscribed.
isSuccess() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
isSuccess() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Return true if the request and response has been successfully processed.
issueList - Variable in class org.glassfish.jersey.server.model.ComponentModelValidator
 
issues - Variable in class org.glassfish.jersey.internal.Errors
 
issues - Variable in exception class org.glassfish.jersey.server.model.ModelValidationException
 
isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Check if the given media type is supported by this JAXB entity provider.
isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.General
 
isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.General
 
isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.General
 
isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.General
 
isSupportedContract(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Check if the given Java type is a Jersey-supported contract.
isSuspendDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isSuspendDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked for suspending.
isSuspended() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
Flag indicating whether the method requires injection of suspended response context.
isSuspended() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isTerminated - Variable in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
isToken(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if the provided char is a token.
isTokenString(String) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if all chars in string s are tokens.
isTracingSupportEnabled(TracingConfig, ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
Test if application and request settings enabled tracing support.
isUnmatchedRequest() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Returns true if this is an unmatched request node.
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.
isUserInRole(String) - Method in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
isValid(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
Validate input tag (header value) according to HTTP 1.1 spec + allow region code (numeric) instead of country code.
isValidating() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
isValidating() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
isWadlGenerationEnabled() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
isWadlGenerationEnabled() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get WADL generation status.
isWhiteSpace(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if the provided char is a white space.
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.server.internal.routing.CombinedMediaType.EffectiveMediaType
Returns True if SubType of MediaType was originally defined as wildcard.
isWildcardType() - Method in class org.glassfish.jersey.server.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.jackson.internal.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
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(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.internal.StringMessageProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
Safely invokes isWriteable method on the underlying provider.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
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(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
isXdkDocumentBuilderFactory(DocumentBuilderFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
Determines whether the given builderFactory is from XDK package or not.
isXdkFactory(Object, String) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
 
isXdkParserFactory(SAXParserFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
Determines whether the given SAX parserFactory is from XDK package or not.
isXIncludeAware() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
isXIncludeAware() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
isXmlRootElementProcessing() - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
isXmlSecurityDisabled() - Method in class org.glassfish.jersey.jaxb.internal.AbstractXmlFactory
Determines whether the "jersey.config.xml.security.disable" property is disabled for this factory.
item - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
itemOffset - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
iterableToList(Iterable<?>) - Static method in class org.glassfish.jersey.message.internal.InboundMessageContext
 
iterated - Variable in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
Marks this iterator as iterated after execution of BundleSchemeResourceFinderFactory.BundleSchemeScanner.next() method.
iterator - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
iterator - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
iterator() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered objects incrementally.
iterator() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
Returns a "weakly consistent" iterator that will never throw ConcurrentModificationException, and guarantees to traverse elements as they existed upon construction of the iterator, and may (but is not guaranteed to) reflect any modifications subsequent to construction.
iterator() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
iterator() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
 
iterator() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
iterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntrySet
 
iterator() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class org.glassfish.jersey.server.model.MethodList
Iterator over the list of annotated methods contained in this method list.
Itr() - Constructor for class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 

J

JACKSON - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
Standard Jackson annotations, defined in Jackson core and databind packages
JacksonAutoDiscoverable - Class in org.glassfish.jersey.jackson.internal
AutoDiscoverable registering JacksonFeature if the feature is not already registered.
JacksonAutoDiscoverable() - Constructor for class org.glassfish.jersey.jackson.internal.JacksonAutoDiscoverable
 
JacksonFeature - Class in org.glassfish.jersey.jackson
Feature used to register Jackson JSON providers.
JacksonFeature() - Constructor for class org.glassfish.jersey.jackson.JacksonFeature
 
JacksonFeatures - Annotation Type in org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation
Annotation that can be used enable and/or disable various features for ObjectReaders and ObjectWriters.
JacksonFeatures - Annotation Type in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
Deprecated.
Since 2.2, use shared
invalid reference
com.fasterxml.jackson.jaxrs.annotation.JacksonFeatures
instead
JacksonFilteringFeature - Class in org.glassfish.jersey.jackson.internal
Feature adding support for Entity Data Filtering into Jackson media module.
JacksonFilteringFeature() - Constructor for class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature
 
JacksonFilteringFeature.Binder - Class in org.glassfish.jersey.jackson.internal
 
JacksonJaxbJsonProvider - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
JacksonJaxbJsonProvider() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJaxbJsonProvider(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonJaxbJsonProvider(Annotations...) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
 
JacksonJsonProvider - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Basic implementation of JAX-RS abstractions (MessageBodyReader, MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).
JacksonJsonProvider() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJsonProvider(ObjectMapper) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
JacksonJsonProvider(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonJsonProvider(Annotations...) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
JacksonObjectProvider - Class in org.glassfish.jersey.jackson.internal
 
JacksonObjectProvider() - Constructor for class org.glassfish.jersey.jackson.internal.JacksonObjectProvider
 
JacksonObjectProvider.FilteringFilterProvider - Class in org.glassfish.jersey.jackson.internal
 
JacksonObjectProvider.FilteringPropertyFilter - Class in org.glassfish.jersey.jackson.internal
 
JAR_FILE_SEPARATOR - Static variable in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
JAR_SCANNER_UNABLE_TO_CLOSE_FILE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unable to close Jar file.
JAR_SCANNER_UNABLE_TO_READ_ENTRY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unable to read the next Jar entry.
jarFileScanner - Variable in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
JarFileScanner - Class in org.glassfish.jersey.server.internal.scanning
A utility class that scans entries in jar files.
JarFileScanner(InputStream, String, boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.JarFileScanner
Create new JAR file scanner.
jarInputStream - Variable in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
JarZipSchemeResourceFinderFactory - Class in org.glassfish.jersey.server.internal.scanning
A "jar", "zip" and "wsjar" scheme URI scanner that recursively jar files.
JarZipSchemeResourceFinderFactory() - Constructor for class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory
Create new "jar", "zip" and "wsjar" scheme URI scanner factory.
JarZipSchemeResourceFinderFactory.JarZipSchemeScanner - Class in org.glassfish.jersey.server.internal.scanning
 
JarZipSchemeScanner(InputStream, String, boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
JavaResourceMethodDispatcherProvider - Class in org.glassfish.jersey.server.model.internal
An implementation of ResourceMethodDispatcher.Provider that creates instances of ResourceMethodDispatcher.
JavaResourceMethodDispatcherProvider(Collection<ValueParamProvider>) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider
 
JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker - Class in org.glassfish.jersey.server.model.internal
 
JavaResourceMethodDispatcherProvider.ObjectOutInvoker - Class in org.glassfish.jersey.server.model.internal
 
JavaResourceMethodDispatcherProvider.ResponseOutInvoker - Class in org.glassfish.jersey.server.model.internal
 
JavaResourceMethodDispatcherProvider.SseEventSinkInvoker - Class in org.glassfish.jersey.server.model.internal
 
JavaResourceMethodDispatcherProvider.TypeOutInvoker - Class in org.glassfish.jersey.server.model.internal
 
JavaResourceMethodDispatcherProvider.VoidOutInvoker - Class in org.glassfish.jersey.server.model.internal
 
JAVASCRIPT_TYPES - Static variable in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 
JAX_RS_PROVIDER_INTERFACE_WHITELIST - Static variable in class org.glassfish.jersey.internal.inject.Providers
Map of all standard JAX-RS providers and their run-time affinity.
JAXB - Enum constant in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
Standard JAXB annotations, used in a way that approximates expected definitions (since JAXB defines XML aspects, not all features map well to JSON handling)
JAXB_PROCESS_XML_ROOT_ELEMENT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true then XML root element tag name for collections will be derived from @XmlRootElement annotation value and won't be de-capitalized.
JaxbAutoDiscoverable - Class in org.glassfish.jersey.jaxb.internal
JAXB ForcedAutoDiscoverable that registers all necessary JAXB features into the injection manager directly.
JaxbAutoDiscoverable() - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
 
jaxbContext - Variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
jaxbContexts - Static variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
jaxbContexts - Static variable in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
 
JaxbMessagingBinder - Class in org.glassfish.jersey.jaxb.internal
Binder for JAX-B message body workers.
JaxbMessagingBinder() - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
 
JaxbParamConverterBinder - Class in org.glassfish.jersey.jaxb.internal
Binder for JAXB parameter converter.
JaxbParamConverterBinder() - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbParamConverterBinder
 
JaxbStringReaderProvider - Class in org.glassfish.jersey.jaxb.internal
String reader provider producing param converter provider that support conversion of a string value into a JAXB instance.
JaxbStringReaderProvider(Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
Create JAXB string reader provider.
JaxbStringReaderProvider.RootElementProvider - Class in org.glassfish.jersey.jaxb.internal
Root element JAXB param converter.
JAXRS_FEATURE_DEFAULTS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
JaxRSFeature - Enum in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.
JaxRSFeature(boolean) - Constructor for enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
jaxrsProviders - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
JaxrsProviders - Class in org.glassfish.jersey.internal
Jersey implementation of JAX-RS Providers contract.
JaxrsProviders() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
 
JaxrsProviders.ProvidersConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and registers Providers instance into InjectionManager and BootstrapBag.
JaxrsType() - Constructor for enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
 
JDK_VERSION - Static variable in class org.glassfish.jersey.internal.util.JdkVersion
 
JdkConnector - Class in org.glassfish.jersey.jdk.connector.internal
 
JdkConnector(Client, Configuration) - Constructor for class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
JdkConnectorProperties - Class in org.glassfish.jersey.jdk.connector
Configuration options specific to JdkConnector.
JdkConnectorProperties() - Constructor for class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Prevents instantiation.
JdkConnectorProvider - Class in org.glassfish.jersey.jdk.connector
 
JdkConnectorProvider() - Constructor for class org.glassfish.jersey.jdk.connector.JdkConnectorProvider
 
JdkVersion - Class in org.glassfish.jersey.internal.util
JDK Version related utilities.
JdkVersion(int, int, int, int) - Constructor for class org.glassfish.jersey.internal.util.JdkVersion
 
JerseyClassAnalyzer - Class in org.glassfish.jersey.inject.hk2
Implementation of the ClassAnalyzer that supports selection of the constructor with largest number of parameters as defined in and required by JAX-RS specification.
JerseyClassAnalyzer(ClassAnalyzer, Supplier<List<InjectionResolver>>) - Constructor for class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
Injection constructor.
JerseyClassAnalyzer.Binder - Class in org.glassfish.jersey.inject.hk2
Binder for the JAX-RS compliant class analyzer implementation.
JerseyClient - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS Client contract.
JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance using a default configuration.
JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, SSLContext, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, SSLContext, HostnameVerifier, DefaultSslContextProvider, ExecutorService, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, ExecutorService, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, DefaultSslContextProvider, ExecutorService, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.client.JerseyClient
 
JerseyClient.ShutdownHook - Interface in org.glassfish.jersey.client
Client instance shutdown hook.
JerseyClientBuilder - Class in org.glassfish.jersey.client
Jersey provider of JAX-RS client builder.
JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
Create new Jersey client builder instance.
JerseyCompletionStageRxInvoker - Class in org.glassfish.jersey.client
Implementation of Reactive Invoker for CompletionStage.
JerseyCompletionStageRxInvoker(Invocation.Builder, ExecutorService) - Constructor for class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
 
JerseyErrorService - Class in org.glassfish.jersey.inject.hk2
Jersey implementation of HK2 Error Service to provide improved reporting of HK2 issues, that may be otherwise hidden (ignored).
JerseyErrorService() - Constructor for class org.glassfish.jersey.inject.hk2.JerseyErrorService
 
JerseyErrorService.Binder - Class in org.glassfish.jersey.inject.hk2
Binder for the Jersey implementation of HK2 ErrorService contract.
JerseyInvocation - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client-side request invocation contract.
JerseyInvocation(JerseyInvocation.Builder) - Constructor for class org.glassfish.jersey.client.JerseyInvocation
 
JerseyInvocation(JerseyInvocation.Builder, boolean) - Constructor for class org.glassfish.jersey.client.JerseyInvocation
 
JerseyInvocation.AsyncInvoker - Class in org.glassfish.jersey.client
 
JerseyInvocation.Builder - Class in org.glassfish.jersey.client
Jersey-specific client invocation builder.
JerseyInvocation.EntityPresence - Enum in org.glassfish.jersey.client
 
JerseyLink - Class in org.glassfish.jersey.message.internal
Jersey implementation of JAX-RS Link contract.
JerseyLink(URI, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.JerseyLink
 
JerseyLink.Builder - Class in org.glassfish.jersey.message.internal
Jersey implementation of JAX-RS Link.Builder contract.
JerseyPriorities - Class in org.glassfish.jersey
Built-in Jersey-specific priority constants to be used along with Priorities where finer-grained categorization is required.
JerseyPriorities() - Constructor for class org.glassfish.jersey.JerseyPriorities
 
JerseyProcessingUncaughtExceptionHandler - Class in org.glassfish.jersey.process
Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
JerseyProcessingUncaughtExceptionHandler() - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
Create new Jersey processing uncaught exception handler.
JerseyProcessingUncaughtExceptionHandler(Level) - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
Create new Jersey processing uncaught exception handler.
JerseyPublisher<T> - Class in org.glassfish.jersey.internal.util
Implementation of Flow.Publisher corresponding to reactive streams specification.
JerseyPublisher() - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
Creates a new JerseyPublisher 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 256<T> and default JerseyPublisher.PublisherStrategy, which is JerseyPublisher.PublisherStrategy.BEST_EFFORT.
JerseyPublisher(int) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
Creates a new JerseyPublisher 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 specified maximum buffer capacity and default JerseyPublisher.PublisherStrategy, which is JerseyPublisher.PublisherStrategy.BEST_EFFORT.
JerseyPublisher(Executor) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
Creates a new JerseyPublisher using the given Executor for async delivery to subscribers, with the default maximum buffer size of 256<T> and default JerseyPublisher.PublisherStrategy, which is JerseyPublisher.PublisherStrategy.BEST_EFFORT.
JerseyPublisher(Executor, int, JerseyPublisher.PublisherStrategy) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
Creates a new JerseyPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber and given JerseyPublisher.PublisherStrategy.
JerseyPublisher(Executor, JerseyPublisher.PublisherStrategy) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
Creates a new JerseyPublisher using the given Executor for async delivery to subscribers, with the default maximum buffer size of 256<T> and given JerseyPublisher.PublisherStrategy.
JerseyPublisher(JerseyPublisher.PublisherStrategy) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
Creates a new JerseyPublisher 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 256<T> and given JerseyPublisher.PublisherStrategy.
JerseyPublisher.PublisherStrategy - Enum in org.glassfish.jersey.internal.util
 
JerseyPublisher.SubscriberWrapper<T> - Class in org.glassfish.jersey.internal.util
 
JerseyRequestTimeoutHandler - Class in org.glassfish.jersey.server.internal
JerseyRequestTimeoutHandler(ContainerResponseWriter, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Create request timeout handler for the giver response writer.
jerseyResolver - Variable in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
 
JerseyResourceContext - Class in org.glassfish.jersey.server.internal
Jersey implementation of JAX-RS resource context.
JerseyResourceContext(Function<Class<?>, ?>, Consumer<Object>, Consumer<Binding>) - Constructor for class org.glassfish.jersey.server.internal.JerseyResourceContext
Creates a new JerseyResourceContext.
JerseyResourceContextConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register JerseyResourceContext instance into InjectionManager and BootstrapBag.
JerseyResourceContextConfigurator() - Constructor for class org.glassfish.jersey.server.JerseyResourceContextConfigurator
 
JerseyUriBuilder - Class in org.glassfish.jersey.uri.internal
A Jersey implementation of UriBuilder.
JerseyUriBuilder() - Constructor for class org.glassfish.jersey.uri.internal.JerseyUriBuilder
Create new implementation of UriBuilder.
JerseyUriBuilder(JerseyUriBuilder) - Constructor for class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
JerseyWebTarget - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client target contract.
JerseyWebTarget(String, JerseyClient) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(URI, JerseyClient) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(Link, JerseyClient) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, JerseyClient) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JettyClientProperties - Class in org.glassfish.jersey.jetty.connector
Configuration options specific to the Client API that utilizes JettyConnectorProvider.
JettyClientProperties() - Constructor for class org.glassfish.jersey.jetty.connector.JettyClientProperties
Prevents instantiation.
JettyConnector - Class in org.glassfish.jersey.jetty.connector
A Connector that utilizes the Jetty HTTP Client to send and receive HTTP request and responses.
JettyConnector(Client, Configuration) - Constructor for class org.glassfish.jersey.jetty.connector.JettyConnector
Create the new Jetty client connector.
JettyConnector.HttpClientResponseInputStream - Class in org.glassfish.jersey.jetty.connector
 
JettyConnectorProvider - Class in org.glassfish.jersey.jetty.connector
A ConnectorProvider for Jersey connector instances that utilize the Jetty HTTP Client to send and receive HTTP request and responses.
JettyConnectorProvider() - Constructor for class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
 
JSON_FEATURE - Static variable in class org.glassfish.jersey.internal.InternalProperties
This property should be set by configured JSON feature to indicate that other (registered but not configured) JSON features should not be configured.
JSON_FEATURE - Static variable in class org.glassfish.jersey.jackson.JacksonFeature
 
JSON_FEATURE_CLIENT - Static variable in class org.glassfish.jersey.internal.InternalProperties
Client-specific version of InternalProperties.JSON_FEATURE.
JSON_FEATURE_SERVER - Static variable in class org.glassfish.jersey.internal.InternalProperties
Server-specific version of InternalProperties.JSON_FEATURE.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable configuration of Json Processing (JSR-353) feature on client.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable configuration of Json Processing (JSR-353) feature.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable configuration of Json Processing (JSR-353) feature on server.
JSON_PROCESSING_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
JSON_PROCESSING_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
JsonEndpointConfig - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Container class for figuring out annotation-based configuration for JAX-RS end points.
JsonEndpointConfig(MapperConfig<?>) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
 
JsonMapperConfigurator - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Helper class used to encapsulate details of configuring an ObjectMapper instance to be used for data binding, as well as accessing it.
JsonMapperConfigurator(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
 
JsonMappingExceptionMapper - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
JsonMappingExceptionMapper() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonMappingExceptionMapper
 
JSONP - Annotation Type in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
 
JSONP - Annotation Type in org.glassfish.jersey.server
Annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptable media type of this request.
JSONP.Def - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
Helper class for encapsulating information from JSONP annotation instance.
JsonParseExceptionMapper - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
JsonParseExceptionMapper() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonParseExceptionMapper
 
JsonWithPaddingInterceptor - Class in org.glassfish.jersey.server.internal
A WriterInterceptor implementation for JSONP format.
JsonWithPaddingInterceptor() - Constructor for class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 

K

keep(AnnotatedMethod) - Method in interface org.glassfish.jersey.server.model.MethodList.Filter
Decide whether the method should remain in the list or should be filtered out.
KEEP_ALIVE - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
keepAliveTimeMillis - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
key - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
key - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
key - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
KEY_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
Key manager factory algorithm name.
KEY_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Key manager factory provider name.
KEY_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
Key store file name.
KEY_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
Key store file password - the password used to unlock the trust store file.
KEY_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Key store provider name.
KEY_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
Key store type (see KeyStore.getType() for more info).
KEY_VALUE_PAIR_PATTERN - Static variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator
 
KEY_VALUE_PAIR_PATTERN - Static variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
keyComparator - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
KeyComparator<K> - Interface in org.glassfish.jersey.internal.util.collection
A key comparator.
keyComparatorEq(K, K) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Check for equality of non-null reference x and possibly-null y.
keyComparatorHash(K) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
KeyComparatorHashMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorHashMap(int, float, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
KeyComparatorHashMap(int, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
KeyComparatorHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs a new HashMap with the same mappings as the specified Map.
KeyComparatorHashMap(KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
KeyComparatorHashMap.Entry<K,V> - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorHashMap.EntryIterator - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorHashMap.EntrySet - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorHashMap.HashIterator<E> - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorHashMap.KeyIterator - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorHashMap.ValueIterator - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorLinkedHashMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap(int, float, boolean, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
KeyComparatorLinkedHashMap(int, float, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
KeyComparatorLinkedHashMap(int, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
KeyComparatorLinkedHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
KeyComparatorLinkedHashMap(KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
KeyComparatorLinkedHashMap.Entry<K,V> - Class in org.glassfish.jersey.internal.util.collection
LinkedHashMap entry.
KeyComparatorLinkedHashMap.EntryIterator - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorLinkedHashMap.KeyIterator - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorLinkedHashMap.LinkedHashIterator<T> - Class in org.glassfish.jersey.internal.util.collection
 
KeyComparatorLinkedHashMap.ValueIterator - Class in org.glassfish.jersey.internal.util.collection
 
KeyIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.KeyIterator
 
KeyIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.KeyIterator
 
KeyIterator(ConcurrentHashMapV8.Node<K, V>[], int, int, int, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeyIterator
 
keyManagerFactoryAlgorithm - Variable in class org.glassfish.jersey.SslConfigurator
 
keyManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key manager factory algorithm.
keyManagerFactoryProvider - Variable in class org.glassfish.jersey.SslConfigurator
 
keyManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key manager factory provider.
keyPass - Variable in class org.glassfish.jersey.SslConfigurator
 
keyPassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of the key in the key store.
keyPassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of the key in the key store.
keys() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns an enumeration of the keys in this table.
keySet - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
keySet() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
keySet(V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
KeySetView(ConcurrentHashMapV8<K, V>, V) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
 
keyStore - Variable in class org.glassfish.jersey.SslConfigurator
 
keyStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store instance.
keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
keyStoreBytes - Variable in class org.glassfish.jersey.SslConfigurator
 
keyStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store payload as byte array.
keyStoreFile - Variable in class org.glassfish.jersey.SslConfigurator
 
keyStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store file name.
keyStorePass - Variable in class org.glassfish.jersey.SslConfigurator
 
keyStorePassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of key store.
keyStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of key store.
keyStoreProvider - Variable in class org.glassfish.jersey.SslConfigurator
 
keyStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store provider name.
keyStoreType - Variable in class org.glassfish.jersey.SslConfigurator
 
keyStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the type of key store.

L

lang - Variable in class com.sun.research.ws.wadl.Doc
 
language(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
language(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
language(Locale) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
language(Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
LANGUAGE_CREATOR - Static variable in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
LANGUAGE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to languages.
LANGUAGE_TAG_DC - Static variable in class org.glassfish.jersey.message.internal.VariantSelector
 
languageMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
languages - Variable in class org.glassfish.jersey.message.internal.VariantListBuilder
 
languages(Locale...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
LanguageTag - Class in org.glassfish.jersey.message.internal
A language tag.
LanguageTag() - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LAST_CHUNK - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
lastBaseUri - Variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
lastDetailedWadl - Variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
lastModified - Variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
lastModified - Variable in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
lastModified(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
lastPred - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
lastRequestUri - Variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
lastResponseCode - Variable in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
 
lastResponseCode - Variable in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl
 
lastRet - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
lastReturned - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
 
lastReturned - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
 
lastSize - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
 
lastStage - Variable in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
lastStartTime - Variable in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
 
lastStartTime - Variable in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
 
lastTracedInterceptor - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
lazy(UnsafeValue<T, E>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new lazily initialized unsafe value provider.
lazy(Value<T>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new lazily initialized value provider.
LazyBuffer() - Constructor for class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
 
LazyClassIterator(Class<T>, String, ClassLoader, boolean) - Constructor for class org.glassfish.jersey.internal.ServiceFinder.LazyClassIterator
 
lazyExecutorServiceProvider - Variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
 
LazyObjectIterator(Class<T>, String, ClassLoader, boolean) - Constructor for class org.glassfish.jersey.internal.ServiceFinder.LazyObjectIterator
 
LazyUid - Class in org.glassfish.jersey.internal.util
Lazily initialized, thread-safe, random UUID.
LazyUid() - Constructor for class org.glassfish.jersey.internal.util.LazyUid
 
LazyUnsafeValue<T,E> - Interface in org.glassfish.jersey.internal.util.collection
Lazily initialized unsafe value.
LazyUnsafeValueImpl(UnsafeValue<T, E>) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
LazyValue<T> - Interface in org.glassfish.jersey.internal.util.collection
Lazily initialized value.
LazyValueImpl(Value<T>) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
LC_OFFSET - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
left - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
LEGACY_FALLBACK_MAP - Static variable in class org.glassfish.jersey.CommonProperties
 
LEGACY_WORKERS_ORDERING - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, MessageBodyReaders and MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom providers have always precedence; providers are sorted by MediaType and afterwards by declaration distance - see MessageBodyFactory.DeclarationDistanceComparator<T>.
legacyProviderOrdering - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
LegacyWorkerComparator(Class<T>) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.LegacyWorkerComparator
 
len - Variable in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
length - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
level - Variable in class org.glassfish.jersey.logging.LoggingFeature
 
level - Variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
level - Variable in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
level - Variable in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
level() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
level() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Level of event.
level() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
Level() - Constructor for enum org.glassfish.jersey.message.internal.TracingLogger.Level
 
LF - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
lifecycleListeners - Variable in class org.glassfish.jersey.client.ClientRuntime
 
LINE_SEPARATOR - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
LINE_SEPARATOR_BYTES - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
 
link - Variable in class com.sun.research.ws.wadl.Param
 
link(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
link(String, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
link(URI, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
link(Link) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
Link - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Link() - Constructor for class com.sun.research.ws.wadl.Link
 
LINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Link is null.
LinkedHashIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
 
LinkedStage(Function<DATA, DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
Create a new terminal stage .
LinkedStage(Function<DATA, DATA>, Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
Create a new stage that will return the supplied stage in the continuation.
LinkedTransferQueue<E> - Class in org.glassfish.jersey.internal.util.collection
An unbounded TransferQueue based on linked nodes.
LinkedTransferQueue() - Constructor for class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Creates an initially empty LinkedTransferQueue.
LinkedTransferQueue(Collection<? extends E>) - Constructor for class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Creates a LinkedTransferQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedTransferQueue.Itr - Class in org.glassfish.jersey.internal.util.collection
 
LinkedTransferQueue.Node - Class in org.glassfish.jersey.internal.util.collection
Queue nodes.
LinkProvider - Class in org.glassfish.jersey.message.internal
Provider for Link Headers.
LinkProvider() - Constructor for class org.glassfish.jersey.message.internal.LinkProvider
 
links(Link...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
listener - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
listenerExecutor - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
listenerInvoked - Variable in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
listeners - Variable in class org.glassfish.jersey.server.Broadcaster
 
ListString(String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.ListString
 
ListValueOf(ParamConverter<T>, String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.CollectionExtractor.ListValueOf
 
listView(List<R>, Function<R, T>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
Create a List view, which transforms the values of provided original list.
literalCharacters - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
literalCharactersBuffer - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
LOAD_FACTOR - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The load factor for this table.
loadClass(Bundle, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
 
loader - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
loadFactor - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Segment
 
loadFactor - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The load factor for the hash table.
loadFactor() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
Load the internal configuration state from an externally provided configuration state.
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Load the internal configuration state from an externally provided configuration state.
loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
loadFrom(Configuration) - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
loadFrom(ComponentBag) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Clear and initialize the component registrations from given bag instance.
loadImplementations(Map<String, Object>) - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
Load all particular implementations of the type T using ServiceFinder.
loadWadlGenerator(InjectionManager, WadlGeneratorDescription, WadlGenerator) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
loadWadlGeneratorDescriptions(InjectionManager, List<WadlGeneratorDescription>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
loadWadlGeneratorDescriptions(InjectionManager, WadlGeneratorDescription...) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
loadWadlGenerators(List<WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
loadWadlGeneratorsFromConfig(Map<String, Object>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
Load the WadlGeneratorConfig from the provided ResourceConfig using the property ServerProperties.WADL_GENERATOR_CONFIG.
LOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Locale is null.
LocaleProvider - Class in org.glassfish.jersey.message.internal
LocaleProvider() - Constructor for class org.glassfish.jersey.message.internal.LocaleProvider
 
Localizable - Interface in org.glassfish.jersey.internal.l10n
Localizable message.
localizableAMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_NON_ANNOTATED_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_SRLS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_SRLS_PATH_PATTERN(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableASYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableASYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableAUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableBROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableBUFFER_INCORRECT_LENGTH() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableBUFFER_INCORRECT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLOSED_BY_CLIENT_WHILE_RECEIVING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCLOSED_BY_CLIENT_WHILE_RECEIVING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCLOSED_BY_CLIENT_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCLOSED_BY_CLIENT_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCLOSED_BY_CLIENT_WHILE_SENDING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCLOSED_BY_CLIENT_WHILE_SENDING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCLOSED_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCLOSED_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCLOSED_WHILE_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCLOSED_WHILE_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCLOSED_WHILE_SENDING_REQUEST() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCLOSED_WHILE_SENDING_REQUEST() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCOLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCOMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONNECTION_CHANGING_STATE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCONNECTION_CHANGING_STATE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCONNECTION_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCONNECTION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCONNECTION_TIMEOUT() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCONNECTION_TIMEOUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCONNECTOR_CONFIGURATION(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableCONNECTOR_CONFIGURATION(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableCONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
 
localizableENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_CLOSING_FINDER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_EXCEPTION_MAPPING_PROCESSED_RESPONSE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_QUEUE_APP() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_QUEUE_FLOODED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_QUEUE_MAPPER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_QUEUE_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_QUEUE_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_STATISTICS_LISTENER_DESTROY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_RESOURCE_MARSHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEVENT_SINK_RETURNS_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
localizableFAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableFORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableFORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableHINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHK_2_CLEARING_CACHE(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
localizableHK_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
localizableHK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
localizableHK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
localizableHK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
localizableHTTP_BODY_SIZE_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_BODY_SIZE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_CHUNK_ENCODING_PREFIX_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_CHUNK_ENCODING_PREFIX_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_CONNECTION_NOT_IDLE(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_CONNECTION_NOT_IDLE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_INITIAL_LINE_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_INITIAL_LINE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_INVALID_CHUNK_SIZE_HEX_VALUE(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_INVALID_CHUNK_SIZE_HEX_VALUE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_INVALID_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_INVALID_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_NEGATIVE_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_NEGATIVE_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_PACKET_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_PACKET_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_REQUEST_NO_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_REQUEST_NO_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_REQUEST_NO_BUFFERED_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_REQUEST_NO_BUFFERED_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_TRAILER_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_TRAILER_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTP_UNEXPECTED_CHUNK_HEADER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableHTTP_UNEXPECTED_CHUNK_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableIGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableIGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableIGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINIT_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINJECTED_WEBTARGET_URI_INVALID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_MANAGER_FACTORY_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_MANAGER_NOT_PROVIDED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
localizableINVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableJAR_SCANNER_UNABLE_TO_CLOSE_FILE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableJAR_SCANNER_UNABLE_TO_READ_ENTRY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableLOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableLOGGING_APPLICATION_INITIALIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_DYNAMIC_FEATURES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_MESSAGE_BODY_READERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_MESSAGE_BODY_WRITERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_PRE_MATCH_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_PROVIDER_BOUND(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_ROOT_RESOURCE_CLASSES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMBR_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMBW_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMERGING_FILTERING_SCOPES() - Static method in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
 
LocalizableMessage - Class in org.glassfish.jersey.internal.l10n
 
LocalizableMessage(String, String, Object...) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessage
Deprecated.
LocalizableMessage(String, LocalizableMessageFactory.ResourceBundleSupplier, String, Object...) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizableMessageFactory - Class in org.glassfish.jersey.internal.l10n
 
LocalizableMessageFactory(String) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
Deprecated.
LocalizableMessageFactory(String, LocalizableMessageFactory.ResourceBundleSupplier) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
LocalizableMessageFactory.ResourceBundleSupplier - Interface in org.glassfish.jersey.internal.l10n
 
localizableMETHOD_EMPTY_PATH_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_INVOCABLE_FROM_PREMATCH_FILTERS_ONLY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMETHOD_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_UNEXPECTED_ANNOTATION(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMULTIPLE_EVENT_SINK_INJECTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableNEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_PARAM_CONSTRUCTOR_MISSING(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableNON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePREMATCHING_ALSO_NAME_BOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROPERTY_VALUE_TOSTRING_THROWS_EXCEPTION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROXY_407_TWICE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_407_TWICE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_CONNECT_FAIL(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_CONNECT_FAIL(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_FAIL_AUTH_HEADER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_FAIL_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_MISSING_AUTH_HEADER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_MISSING_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_PASSWORD_MISSING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_PASSWORD_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_QOP_NO_SUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_QOP_NO_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_UNSUPPORTED_SCHEME(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_UNSUPPORTED_SCHEME(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizablePROXY_USER_NAME_MISSING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizablePROXY_USER_NAME_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableQUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableRC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableREAD_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableREAD_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableREDIRECT_ERROR_DETERMINING_LOCATION() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableREDIRECT_ERROR_DETERMINING_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableREDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableREDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableREDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableREDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableREDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableREDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableRELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableREQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableREQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableSAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableSAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableSAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableSAX_XDK_NO_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableSECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_SESSION_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableSSL_SESSION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSTREAM_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableSTREAM_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableSTREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableSTREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableSTREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSTRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_CACHE_LOAD_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUSPEND_SCHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableSYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTHREAD_POOL_CORE_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTHREAD_POOL_CORE_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTHREAD_POOL_MAX_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTHREAD_POOL_MAX_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTIMEOUT_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTIMEOUT_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTIMEOUT_RECEIVING_RESPONSE_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTIMEOUT_RECEIVING_RESPONSE_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTRANSPORT_CONNECTION_NOT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTRANSPORT_CONNECTION_NOT_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTRANSPORT_EXECUTOR_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTRANSPORT_EXECUTOR_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTRANSPORT_SET_CLASS_LOADER_FAILED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableTRANSPORT_SET_CLASS_LOADER_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableTYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNABLE_TO_ACCESS_METHODS_OF_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableUNABLE_TO_INSTANTIATE_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableUNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableUNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNABLE_TO_SECURE_XML_TRANSFORMER_PROCESSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
localizableUNEXPECTED_DATA_IN_BUFFER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableUNEXPECTED_DATA_IN_BUFFER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNSUPPORTED_URI_INJECTION_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUSER_NOT_AUTHORIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableUSING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUSING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWADL_DOC_EXTENDED_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWADL_DOC_SIMPLE_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWADL_JAXB_CONTEXT_FALLBACK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWADL_RESOURCEDOC_AMBIGUOUS_METHOD_ENTRIES(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MONITORING_FEATURE_DISABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MONITORING_FEATURE_ENABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MONITORING_MBEANS_BEAN_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWARNING_TOO_MANY_EXTERNAL_REQ_SCOPES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWRITE_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableWRITE_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableWRITE_WHEN_NOT_READY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableWRITE_WHEN_NOT_READY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableWRITING_FAILED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
localizableWRITING_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.apache.connector
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.client.internal.jdkconnector
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.client.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.inject.hk2
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.jaxb.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.jdk.connector.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.jetty.connector
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.message.filtering.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages - Class in org.glassfish.jersey.server.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.apache.connector.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.client.internal.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
 
LocalizationMessages() - Constructor for class org.glassfish.jersey.server.internal.LocalizationMessages
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.apache.connector
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.client.internal.jdkconnector
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.client.internal
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.inject.hk2
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.internal
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.jaxb.internal
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.jdk.connector.internal
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.jetty.connector
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.message.filtering.internal
 
LocalizationMessages.BundleSupplier - Class in org.glassfish.jersey.server.internal
 
localize(Localizable) - Method in class org.glassfish.jersey.internal.l10n.Localizer
 
Localizer - Class in org.glassfish.jersey.internal.l10n
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class org.glassfish.jersey.internal.l10n.Localizer
 
Localizer(Locale) - Constructor for class org.glassfish.jersey.internal.l10n.Localizer
 
LOCALIZER - Static variable in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.client.internal.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.internal.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
 
LOCALIZER - Static variable in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localRandom - Static variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
The actual ThreadLocal
localScopes - Variable in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
locateAllProviders(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
locateMapper(Class<?>, MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method called to locate ObjectMapper to use for serialization and deserialization.
location(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
LOCATION_HEADER_RELATIVE_URI_RESOLUTION_DISABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will not attempt to resolve relative URIs in the Location http header against the request URI.
LOCATION_HEADER_RELATIVE_URI_RESOLUTION_RFC7231 - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will resolve relative URIs in the Location http header against the request URI according to RFC7231 (new HTTP Specification).
locator - Variable in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
locator - Variable in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
locator - Variable in class org.glassfish.jersey.server.internal.routing.LocatorRouting
Sub-resource locator model.
locator - Variable in class org.glassfish.jersey.server.model.Resource
 
LOCATOR_MATCHED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
The sub resource locator method is found and it will be called.
locatorBuilder - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
LocatorCacheKey(Class<?>) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
LocatorCacheKey(Class<?>, Resource) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
LocatorCacheKey(Resource) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
locatorModel - Variable in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
LocatorRouting - Class in org.glassfish.jersey.server.internal.routing
A pair of sub-resource locator model and a corresponding model router.
LocatorRouting(ResourceModel, Router) - Constructor for class org.glassfish.jersey.server.internal.routing.LocatorRouting
Create a new instance.
locatorSubResources - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
lock - Variable in class org.glassfish.jersey.internal.OsgiRegistry
 
lock - Variable in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
lock - Variable in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
lock() - Method in class org.glassfish.jersey.server.ResourceConfig
Switches the ResourceConfig to read-only state.
LOCK - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
locked - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
The lock that prevents other threads to trim the associated reservoir in parallel.
lockRoot() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Acquires write lock for tree restructuring.
lockState - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
LOCKSTATE - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
log(StringBuilder) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
Logs a StringBuilder parameter at required level.
log(Level, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(Level, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(Level, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(Level, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(LogRecord) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(TracingLogger.Event, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Try to log event according to event level and request context threshold level setting.
log(TracingLogger.Event, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
LOG - Static variable in class org.glassfish.jersey.client.ClientRuntime
 
LOG - Static variable in class org.glassfish.jersey.client.JerseyClient
 
LOG - Static variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
logApplicationInitConfiguration(InjectionManager, ResourceBag, ProcessingProviders) - Static method in class org.glassfish.jersey.server.ApplicationHandler
 
logDuration(TracingLogger.Event, long, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Try to log event according to event level and request context threshold level setting.
logDuration(TracingLogger.Event, long, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
logErrors(boolean) - Static method in class org.glassfish.jersey.internal.Errors
Log errors and return a status flag indicating whether a fatal issue has been found in the error collection.
logErrors(Collection<Errors.ErrorMessage>) - Static method in class org.glassfish.jersey.internal.Errors
Log supplied errors and return a status flag indicating whether a fatal issue has been found in the error collection.
logExecutorServiceProvider(Class<? extends Annotation>, Iterator<ExecutorServiceProvider>, ExecutorServiceProvider) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
 
logger - Variable in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
 
logger - Variable in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logger - Static variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
logger - Variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
logger - Variable in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
logger - Static variable in class org.glassfish.jersey.process.internal.RequestScope
 
logger - Variable in class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
 
LOGGER - Static variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
LOGGER - Static variable in class org.glassfish.jersey.client.ChunkedInput
 
LOGGER - Static variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
LOGGER - Static variable in class org.glassfish.jersey.client.ClientRequest
 
LOGGER - Static variable in class org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider
 
LOGGER - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
LOGGER - Static variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
LOGGER - Static variable in class org.glassfish.jersey.client.JerseyInvocation
 
LOGGER - Static variable in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
LOGGER - Static variable in class org.glassfish.jersey.internal.Errors
 
LOGGER - Static variable in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
LOGGER - Static variable in class org.glassfish.jersey.internal.inject.Providers
 
LOGGER - Static variable in class org.glassfish.jersey.internal.OsgiRegistry
 
LOGGER - Static variable in class org.glassfish.jersey.internal.ServiceFinder
 
LOGGER - Static variable in class org.glassfish.jersey.internal.util.PropertiesHelper
 
LOGGER - Static variable in class org.glassfish.jersey.internal.util.ReflectionHelper
 
LOGGER - Static variable in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
LOGGER - Static variable in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
LOGGER - Static variable in class org.glassfish.jersey.jaxb.internal.TransformerFactoryInjectionProvider
 
LOGGER - Static variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
LOGGER - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
LOGGER - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
LOGGER - Static variable in class org.glassfish.jersey.jetty.connector.JettyConnector
 
LOGGER - Static variable in class org.glassfish.jersey.message.filtering.CommonScopeProvider
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.CookiesParser
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.HeaderUtils
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.LinkProvider
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
 
LOGGER - Static variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
LOGGER - Static variable in class org.glassfish.jersey.model.internal.CommonConfig
 
LOGGER - Static variable in class org.glassfish.jersey.process.internal.ExecutorProviders
 
LOGGER - Static variable in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
 
LOGGER - Static variable in class org.glassfish.jersey.server.ApplicationHandler
 
LOGGER - Static variable in class org.glassfish.jersey.server.ExternalRequestScopeConfigurator
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.process.DefaultCloseableService
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
LOGGER - Static variable in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
LOGGER - Static variable in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
 
LOGGER - Static variable in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
LOGGER - Static variable in class org.glassfish.jersey.server.model.IntrospectionModeller
 
LOGGER - Static variable in class org.glassfish.jersey.server.model.Parameter
 
LOGGER - Static variable in class org.glassfish.jersey.server.model.ResourceMethodConfig
 
LOGGER - Static variable in class org.glassfish.jersey.server.ProcessingProvidersConfigurator
 
LOGGER - Static variable in class org.glassfish.jersey.server.ResourceBagConfigurator
 
LOGGER - Static variable in class org.glassfish.jersey.server.ResourceConfig
 
LOGGER - Static variable in class org.glassfish.jersey.server.ResourceModelConfigurator
 
LOGGER - Static variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
LOGGER - Static variable in class org.glassfish.jersey.server.ServerRuntime.CompletionCallbackRunner
 
LOGGER - Static variable in class org.glassfish.jersey.server.ServerRuntime.ConnectionCallbackRunner
 
LOGGER - Static variable in class org.glassfish.jersey.server.ServerRuntime.Responder
 
LOGGER - Static variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
LOGGER - Static variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
LOGGER - Static variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
LOGGER - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
LOGGER - Static variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
 
LOGGER - Static variable in class org.glassfish.jersey.SslConfigurator
Logger.
LOGGER_LEVEL_POSTFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
LOGGER_NAME_POSTFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
LOGGING_APPLICATION_INITIALIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Jersey application initialized.
LOGGING_DYNAMIC_FEATURES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Dynamic Features
LOGGING_FEATURE_CLIENT_PREFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
LOGGING_FEATURE_COMMON_PREFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
LOGGING_FEATURE_LOGGER_LEVEL - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Common logger level property.
LOGGING_FEATURE_LOGGER_LEVEL_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Client logger level property.
LOGGING_FEATURE_LOGGER_LEVEL_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Server logger level property.
LOGGING_FEATURE_LOGGER_NAME - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Common logger name property.
LOGGING_FEATURE_LOGGER_NAME_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Client logger name property.
LOGGING_FEATURE_LOGGER_NAME_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Server logger name property.
LOGGING_FEATURE_MAX_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Common property for configuring a maximum number of bytes of entity to be logged.
LOGGING_FEATURE_MAX_ENTITY_SIZE_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Client property for configuring a maximum number of bytes of entity to be logged.
LOGGING_FEATURE_MAX_ENTITY_SIZE_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Server property for configuring a maximum number of bytes of entity to be logged.
LOGGING_FEATURE_SERVER_PREFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
LOGGING_FEATURE_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Common property for configuring a verbosity of entity.
LOGGING_FEATURE_VERBOSITY_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Client property for configuring a verbosity of entity.
LOGGING_FEATURE_VERBOSITY_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Server property for configuring a verbosity of entity.
LOGGING_GLOBAL_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Reader Interceptors
LOGGING_GLOBAL_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Request Filters
LOGGING_GLOBAL_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Response Filters
LOGGING_GLOBAL_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Writer Interceptors
LOGGING_ID_PROPERTY - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
Logging record id property
LOGGING_MESSAGE_BODY_READERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Message Body Readers
LOGGING_MESSAGE_BODY_WRITERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Message Body Writers
LOGGING_NAME_BOUND_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Reader Interceptors
LOGGING_NAME_BOUND_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Request Filters
LOGGING_NAME_BOUND_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Response Filters
LOGGING_NAME_BOUND_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Writer Interceptors
LOGGING_PRE_MATCH_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Pre-match Filters
LOGGING_PROVIDER_BOUND(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
{0} bound to {1}
LOGGING_ROOT_RESOURCE_CLASSES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Root Resource Classes
LoggingFeature - Class in org.glassfish.jersey.logging
This feature enables logging request and/or response on client-side and/or server-side depending on the context's RuntimeType.
LoggingFeature() - Constructor for class org.glassfish.jersey.logging.LoggingFeature
Creates the feature with default values.
LoggingFeature(Logger) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
Creates the feature with custom logger.
LoggingFeature(Logger, Integer) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
Creates the feature with custom logger and maximum number of bytes of entity to log.
LoggingFeature(Logger, Level, LoggingFeature.Verbosity, Integer) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
Creates the feature with custom logger, it's level, message verbosity and maximum number of bytes of entity to log.
LoggingFeature(Logger, LoggingFeature.Verbosity) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
Creates the feature with custom logger and verbosity.
LoggingFeature.Verbosity - Enum in org.glassfish.jersey.logging
Verbosity determines how detailed message will be logged.
LoggingFeatureAutoDiscoverable - Class in org.glassfish.jersey.logging
Auto-discoverable class that registers LoggingFeature based on configuration properties.
LoggingFeatureAutoDiscoverable() - Constructor for class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
LoggingInterceptor - Class in org.glassfish.jersey.logging
An interceptor that logs an entity if configured so and provides a common logic for ClientLoggingFilter and ServerLoggingFilter.
LoggingInterceptor(Logger, Level, LoggingFeature.Verbosity, int) - Constructor for class org.glassfish.jersey.logging.LoggingInterceptor
Creates a logging filter with custom logger and entity logging turned on, but potentially limiting the size of entity to be buffered and logged.
LoggingInterceptor.LoggingStream - Class in org.glassfish.jersey.logging
Helper class used to log an entity to the output stream up to the specified maximum number of bytes.
LoggingStream(StringBuilder, OutputStream) - Constructor for class org.glassfish.jersey.logging.LoggingInterceptor.LoggingStream
Creates LoggingStream with the entity and the underlying output stream as parameters.
logImpl(TracingLogger.Event, long, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
Log message for specified event type.
logInboundEntity(StringBuilder, InputStream, Charset) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
logLevel - Variable in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
 
logp(Level, String, String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logp(Level, String, String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logp(Level, String, String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logp(Level, String, String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logProviderSkipped(StringBuilder, Class<?>, boolean) - Static method in class org.glassfish.jersey.internal.inject.Providers
 
logrb(Level, String, String, String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logScheduledExecutorProvider(Class<? extends Annotation>, Iterator<ScheduledExecutorServiceProvider>, ScheduledExecutorServiceProvider) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
 
logStart(ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
Log tracing messages START events.
LONG - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
longestDelimiterLength - Variable in class org.glassfish.jersey.client.ChunkedInput.FixedMultiBoundaryParser
 
LOOKUP_CACHE_INITIAL_CAPACITY - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
LOOKUP_CACHE_LOAD_FACTOR - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
lookupInjectionManagerFactory() - Static method in class org.glassfish.jersey.internal.inject.Injections
 
lookupManagedExecutorService() - Static method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
lookupManagedScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
lookupService(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Injections
Look for a service of given type.
LOW - Enum constant in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
Low priority.
lowerBound(long, long, long, int) - Static method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
Calculates lower bound for given key so that following conditions are true
lowerBound(Long) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
LRUMap<K,V> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
Helper for simple bounded LRU maps used for reusing lookup values.
LRUMap(int, int) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
 
LTQ_CLASS - Static variable in class org.glassfish.jersey.internal.util.collection.DataStructures
 

M

m - Variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
maintenance - Variable in class org.glassfish.jersey.internal.util.JdkVersion
 
major - Variable in class org.glassfish.jersey.internal.util.JdkVersion
 
MANAGED_EXECUTOR_SERVICE - Static variable in class org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
 
managedAsync - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
managedAsync - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
managedAsync() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the managed async required flag on the method model to true.
ManagedAsync - Annotation Type in org.glassfish.jersey.server
Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey executor service.
managedAsyncExecutor - Variable in class org.glassfish.jersey.server.ServerRuntime
 
ManagedAsyncExecutor - Annotation Type in org.glassfish.jersey.server
Injection qualifier that can be used to inject an ExecutorService instance used by Jersey to execute managed asynchronous requests.
ManagedAsyncExecutorLiteral - Class in org.glassfish.jersey.server
ManagedAsyncExecutor annotation literal.
ManagedAsyncExecutorLiteral() - Constructor for class org.glassfish.jersey.server.ManagedAsyncExecutorLiteral
 
ManagedClient(Client, String) - Constructor for class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.ManagedClient
 
managedClients - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
 
managedObjects - Variable in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
 
managedObjectsFinalizer - Variable in class org.glassfish.jersey.client.ClientRuntime
 
managedObjectsFinalizer - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
managedObjectsFinalizer - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
ManagedObjectsFinalizer - Class in org.glassfish.jersey.model.internal
Invokes PreDestroy methods on all registered objects, when the injection manager is shut down.
ManagedObjectsFinalizer(InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
Creates a new instance of ManagedObjectsFinalizer.
map - Variable in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
map - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
 
map - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
map - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
map - Variable in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
MapEntry(K, V, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
mapException(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
MappableException - Exception Class in org.glassfish.jersey.server.internal.process
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance.
MappableException(String, Throwable) - Constructor for exception class org.glassfish.jersey.server.internal.process.MappableException
Construct a new mappable exception with the supplied message and cause.
MappableException(Throwable) - Constructor for exception class org.glassfish.jersey.server.internal.process.MappableException
Construct a mappable container exception.
MappableExceptionWrapperInterceptor - Class in org.glassfish.jersey.server.internal
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception.
MappableExceptionWrapperInterceptor() - Constructor for class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
 
MappableExceptionWrapperInterceptor.Binder - Class in org.glassfish.jersey.server.internal
Binder registering the Exception Wrapper Interceptor (used on the client side).
MAPPED_RESPONSE - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
An exception was thrown during the processing of response mapped from exception mappers.
mappedFromException - Variable in class org.glassfish.jersey.server.ContainerResponse
 
mappedThrowable - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
mapper - Variable in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMapperType
 
mapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
mapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
MapperConfiguratorBase<IMPL,MAPPER> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Helper class used to encapsulate details of configuring an ObjectMapper instance to be used for data binding, as well as accessing it.
MapperConfiguratorBase(MAPPER, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
mapperExcecutions - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
mappers - Variable in class org.glassfish.jersey.internal.JaxrsProviders
 
mapperStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
mappingCount() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns the number of mappings.
MapPropertiesDelegate - Class in org.glassfish.jersey.internal
Properties delegate backed by a Map.
MapPropertiesDelegate() - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
Create new map-based properties delegate.
MapPropertiesDelegate(Map<String, Object>) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
Create new map-based properties delegate.
MapPropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
Initialize new map-based properties delegate from another delegate.
mapTargetToRuntimeEx(Throwable) - Static method in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
mapType - Variable in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
mapView(Map<K, O>, Function<O, V>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
Create a Map view, which transforms the values of provided original map.
mark - Variable in class org.glassfish.jersey.internal.Errors
 
mark() - Static method in class org.glassfish.jersey.internal.Errors
Set a mark at a current position in the errors messages list.
mark(int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
mark(int) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
markAsShared() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
markSupported() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
markSupported() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
mask - Static variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
maskNull(T) - Static method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns internal representation for key.
match(CharSequence) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
MATCH_LOCATOR - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Matched sub-resource locator method.
MATCH_PATH_FIND - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Matching path pattern.
MATCH_PATH_NOT_MATCHED - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Path pattern not matched.
MATCH_PATH_SELECTED - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Path pattern matched/selected.
MATCH_PATH_SKIPPED - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Path pattern skipped as higher-priority pattern has been selected already.
MATCH_RESOURCE - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Matched resource instance.
MATCH_RESOURCE_METHOD - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Matched resource method.
MATCH_RUNTIME_RESOURCE - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Matched runtime resource.
MATCH_SUMMARY - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Matching summary.
matchedEndpointExtractor() - Static method in class org.glassfish.jersey.server.internal.routing.Routing
Create a new request pre-processing stage that extracts a matched endpoint from a routing context, where it was previously stored by the request routing stage and (if available) returns the endpoint wrapped in a next terminal stage.
MatchedEndpointExtractorStage - Class in org.glassfish.jersey.server.internal.routing
Request pre-processing stage that extracts an inflector from a routing context where it was previously stored by the request to resource matching stage and (if available) returns the inflector wrapped in a next terminal stage.
MatchedEndpointExtractorStage() - Constructor for class org.glassfish.jersey.server.internal.routing.MatchedEndpointExtractorStage
 
matchedLocators - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
matchedResourceMethod - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
matchedResources - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
matchedRuntimeResources - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
matchedWildcards(MediaType, CombinedMediaType.EffectiveMediaType) - Static method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
 
MATCHING_ENTITY_TAG_CREATOR - Static variable in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
MATCHING_START - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
The matching of the resource and resource method has started.
MatchingEntityTag - Class in org.glassfish.jersey.message.internal
A matching entity tag.
MatchingEntityTag(String) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
Create new strongly validating entity tag.
MatchingEntityTag(String, boolean) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
Create new matching entity tag.
MatchResultInitializerRouter - Class in org.glassfish.jersey.server.internal.routing
Request matching bootstrapping stage that pushes the whole request path to the routing context as a right-hand path to be matched.
MatchResultInitializerRouter(Router) - Constructor for class org.glassfish.jersey.server.internal.routing.MatchResultInitializerRouter
Create a new match result initializer.
matchResults - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
matchTail(byte[], int, int, byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser
Tries to find an element intersection between two arrays in a way that intersecting elements must be at the tail of the first array and at the beginning of the second array.
MATRIX - Enum constant in enum com.sun.research.ws.wadl.ParamStyle
 
MATRIX - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Matrix parameter injection source.
MATRIX_PARAM - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI path component type that is a matrix parameter.
MATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
One or more of matrix value parameters are null.
matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
matrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
matrixParameters - Variable in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
MatrixParamException(Throwable, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.MatrixParamException
 
matrixParams - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
MatrixParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value supplier provider supporting the @MatrixParam injection annotation.
MatrixParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider
Injection constructor.
MatrixParamValueParamProvider.MatrixParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
MatrixParamValueProvider(MultivaluedParameterExtractor<?>, boolean) - Constructor for class org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider.MatrixParamValueProvider
 
max - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
max - Variable in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
MAX_ARRAY_SIZE - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The largest possible (non-power of two) array size.
MAX_CONNECTIONS_PER_DESTINATION - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
A maximal number of open connection to each destination.
MAX_ENTITY_POSTFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
MAX_HEADER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
A configurable property of HTTP parser.
MAX_HTTP_CHUNK_SIZE_LENGTH - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
MAX_REDIRECTS - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
The maximal number of redirects during single request.
maxAge - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
maxBufferCapacity - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
 
maxCapacity - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
maxConnectionsPerDestination - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
maxEntitySize - Variable in class org.glassfish.jersey.logging.LoggingFeature
 
maxEntitySize - Variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
maxHeaderSize - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
maxHeaderSize - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
maxHeaderSize - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
maxHeadersSize - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
MAXIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
Maximum quality value.
MAXIMUM_CAPACITY - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The largest possible table capacity.
MAXIMUM_CAPACITY - Static variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
MAXIMUM_DIGEST_CACHE_SIZE - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
maximumDuration - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
maxPoolSize - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
maxRedirects - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
maxRedirects - Variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
mBeanExposer - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
MBeanExposer - Class in org.glassfish.jersey.server.internal.monitoring.jmx
The main exposer class of Jersey JMX MBeans.
MBeanExposer() - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
mBeanInfo - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
mBeansEnabled - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
MBR_FIND - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyReader lookup.
MBR_NOT_READABLE - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyReader.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) returned false.
MBR_READ_FROM - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream) invoked.
MBR_SELECTED - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyReader selected.
MBR_SKIPPED - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyReader skipped as higher-priority reader has been selected already.
MBR_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Message body reader ({0}) is trying to close the entity input stream.
mbrLookupCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
mbrTypeLookupCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
MBW_FIND - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyWriter lookup.
MBW_NOT_WRITEABLE - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyWriter.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) returned false.
MBW_SELECTED - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyWriter.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) selected.
MBW_SKIPPED - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyWriter skipped as higher-priority writer has been selected already.
MBW_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Message body writer ({0}) is trying to close the entity output stream.
MBW_WRITE_TO - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) invoked.
mbwLookupCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
mbwTypeLookupCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
md - Variable in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
md - Variable in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
md5(String...) - Static method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Colon separated value MD5 hash.
md5(String...) - Static method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Colon separated value MD5 hash.
MD5 - Enum constant in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
MD5 - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
MD5_SESS - Enum constant in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
MD5_SESS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
mean - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
mean - Variable in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
measurements - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
MEDIA_TYPE_CREATOR - Static variable in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
MEDIA_TYPE_DC - Static variable in class org.glassfish.jersey.message.internal.VariantSelector
 
MEDIA_TYPE_IS_NULL - Static variable in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
MEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Media type is null.
MEDIA_TYPE_KEY_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
Media type comparator.
MEDIA_TYPE_LIST_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Comparator for lists of media types.
MEDIA_TYPE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to media types.
mediaType - Variable in class com.sun.research.ws.wadl.Option
 
mediaType - Variable in class com.sun.research.ws.wadl.Representation
 
mediaType - Variable in class org.glassfish.jersey.client.ChunkedInput
 
mediaType - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
mediaType - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.ModelLookupKey
 
mediaType - Variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
 
mediaType - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
mediaTypeMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
MediaTypeProvider - Class in org.glassfish.jersey.message.internal
Header delegate provider for MediaType.
MediaTypeProvider() - Constructor for class org.glassfish.jersey.message.internal.MediaTypeProvider
 
mediaTypeQs - Variable in class org.glassfish.jersey.message.internal.VariantSelector.VariantHolder
 
mediaTypes - Variable in class org.glassfish.jersey.message.internal.VariantListBuilder
 
mediaTypes(MediaType...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
MediaTypes - Class in org.glassfish.jersey.message.internal
Common media types and functionality.
MediaTypes() - Constructor for class org.glassfish.jersey.message.internal.MediaTypes
Prevents initialization.
members - Variable in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
mergeAndSortRankedProviders(RankedComparator<T>, Iterable<Iterable<RankedProvider<T>>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Merge and sort given providers with ranked comparator.
mergeApplications(Application) - Method in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
Merges fields (e.g.
mergeFilteringScopes(Set<String>, Set<String>) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
Merge two sets of entity-filtering scopes.
mergeMethodAnnotations(Method, Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
mergeParameterAnnotations(Method, Method) - Static method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
mergeResources(List<Resource.Data>) - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
mergeWith(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model into this resource model builder.
mergeWith(Resource.Builder) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model builder into this resource model builder.
mergeWith(Resource.Data) - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
MERGING_FILTERING_SCOPES() - Static method in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
Merging two sets of entity-filtering scopes obtained from two different scope resolvers.
message - Variable in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
message - Variable in class org.glassfish.jersey.server.model.ResourceModelIssue
 
Message(TracingLogger.Event, long, String[]) - Constructor for class org.glassfish.jersey.message.internal.TracingInfo.Message
Create a new trace message.
MESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error resetting the buffered message content input stream.
MESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Failed to buffer the message content input stream.
MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error closing message content input stream.
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.client.internal.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.inject.hk2.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.internal.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
 
MESSAGE_FACTORY - Static variable in class org.glassfish.jersey.server.internal.LocalizationMessages
 
messageBodyFactory - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
 
MessageBodyFactory - Class in org.glassfish.jersey.message.internal
A factory for managing MessageBodyReader, MessageBodyWriter instances.
MessageBodyFactory(Configuration) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory
Create a new message body factory.
MessageBodyFactory.DeclarationDistanceComparator<T> - Class in org.glassfish.jersey.message.internal
Compares 2 instances implementing/inheriting the same super-type and returns which of the two instances has the super-type declaration closer in it's inheritance hierarchy tree.
MessageBodyFactory.LegacyWorkerComparator<T> - Class in org.glassfish.jersey.message.internal
AbstractEntityProviderModel comparator which works as it is described in JAX-RS 1.x specification.
MessageBodyFactory.MessageBodyWorkersConfigurator - Class in org.glassfish.jersey.message.internal
Configurator which initializes and register MessageBodyWorkers instance into InjectionManager and BootstrapBag.
MessageBodyFactory.ModelLookupKey - Class in org.glassfish.jersey.message.internal
 
MessageBodyFactory.WorkerComparator<T> - Class in org.glassfish.jersey.message.internal
AbstractEntityProviderModel comparator which works as it is described in JAX-RS 2.x specification.
MessageBodyProcessingException - Exception Class in org.glassfish.jersey.message.internal
Jersey exception signaling that error occurred during reading or writing message body (entity).
MessageBodyProcessingException(String) - Constructor for exception class org.glassfish.jersey.message.internal.MessageBodyProcessingException
Creates new instance initialized with exception message.
MessageBodyProcessingException(String, Throwable) - Constructor for exception class org.glassfish.jersey.message.internal.MessageBodyProcessingException
Creates new instance initialized with exception message and exception cause.
MessageBodyProcessingException(Throwable) - Constructor for exception class org.glassfish.jersey.message.internal.MessageBodyProcessingException
Creates new instance initialized with exception cause.
MessageBodyProviderNotFoundException - Exception Class in org.glassfish.jersey.message.internal
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
MessageBodyProviderNotFoundException(String) - Constructor for exception class org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
MessageBodyProviderNotFoundException(String, Throwable) - Constructor for exception class org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
MessageBodyProviderNotFoundException(Throwable) - Constructor for exception class org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
MessageBodyProviders(Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
Create new message body providers injection binder.
messageBodyWorkers - Variable in class org.glassfish.jersey.client.ChunkedInput
 
messageBodyWorkers - Variable in class org.glassfish.jersey.client.ChunkedInputReader
 
messageBodyWorkers - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
messageBodyWorkers - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
messageBodyWorkers - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
MessageBodyWorkers - Interface in org.glassfish.jersey.message
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageBodyWorkersConfigurator() - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
 
messageContext - Variable in class org.glassfish.jersey.server.ContainerResponse
 
messageFormat - Variable in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
messageFormat - Variable in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
messageFormat() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
messageFormat() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Message format.
messageFormat() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
messageList - Variable in class org.glassfish.jersey.message.internal.TracingInfo
 
MessageProperties - Class in org.glassfish.jersey.message
Jersey configuration properties for message invalid input: '&' entity processing.
MessageProperties() - Constructor for class org.glassfish.jersey.message.MessageProperties
Prevents instantiation.
messages - Variable in exception class org.glassfish.jersey.internal.Errors.ErrorMessagesException
 
MessageUtils - Class in org.glassfish.jersey.message
Utility class with message related methods.
MessageUtils() - Constructor for class org.glassfish.jersey.message.MessageUtils
Prevent instantiation.
MessagingBinders - Class in org.glassfish.jersey.message.internal
Binding definitions for the default set of message related providers (readers, writers, header delegates).
MessagingBinders() - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders
Prevents instantiation.
MessagingBinders.HeaderDelegateProviders - Class in org.glassfish.jersey.message.internal
Header delegate provider injection binder.
MessagingBinders.MessageBodyProviders - Class in org.glassfish.jersey.message.internal
Message body providers injection binder.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable META-INF/services lookup on client.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable META-INF/services lookup globally on client/server.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable META-INF/services lookup on server.
METAINF_SERVICES_LOOKUP_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
METAINF_SERVICES_LOOKUP_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
method - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
method - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
method - Variable in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
method - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.MethodStats
 
method - Variable in class org.glassfish.jersey.server.internal.routing.MethodRouting
Resource method model.
method - Variable in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
method - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
method(Method) - Static method in class org.glassfish.jersey.internal.util.Pretty
Makes a nice pretty string of the method, with the method name and all parameters.
method(String) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
 
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
Method - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Method() - Constructor for class com.sun.research.ws.wadl.Method
 
Method(String, String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
Method(String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
METHOD_ANNOTATIONS - Static variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
METHOD_EMPTY_PATH_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The (sub)resource method {0} in {1} contains empty path annotation.
METHOD_INVOCABLE_FROM_PREMATCH_FILTERS_ONLY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method can only be invoked from pre-matching request filters.
METHOD_INVOKE - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Resource method invoked.
METHOD_META_ANNOTATIONS - Static variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
METHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method is neither getter nor setter.
METHOD_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
Method {0} not supported.
METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method parameter "{0}" cannot be null.
METHOD_PARAMETER_CANNOT_BE_NULL_ETAG - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
METHOD_PARAMETER_CANNOT_BE_NULL_LAST_MODIFIED - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
METHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY - Static variable in class org.glassfish.jersey.server.ContainerRequest
 
METHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method parameter "{0}" cannot be null or empty.
METHOD_READER - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Context created to process property accessors when reading entity from an input stream into an Java object.
METHOD_UNEXPECTED_ANNOTATION(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
(Sub)resource method {0} in {1} contains unexpected annotation {2}.
METHOD_WRITER - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Context created to process property accessors when writing entity to an output stream from an Java object.
methodAnnotations - Variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
methodAnnotations - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
methodBeanName - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
methodBuilders - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
methodDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
MethodDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for methods.
Created on: Jun 12, 2008
MethodDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
methodExecutionStatisticsMxBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
methodFactory - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
methodFactory - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
 
methodHandler - Variable in class org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter
 
methodHandler - Variable in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
MethodHandler - Class in org.glassfish.jersey.server.model
Resource method handler model.
MethodHandler() - Constructor for class org.glassfish.jersey.server.model.MethodHandler
Create new instance of a resource method handler model.
MethodHandler(Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler
Create new instance of a resource method handler model.
MethodHandler.ClassBasedMethodHandler - Class in org.glassfish.jersey.server.model
 
MethodHandler.InstanceBasedMethodHandler - Class in org.glassfish.jersey.server.model
 
methodInstanceToString(Object, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Create a string representation of a method and an instance whose class implements the method.
methodList - Variable in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
methodList - Variable in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
MethodList - Class in org.glassfish.jersey.server.model
Iterable list of methods on a single class with convenience getters for additional method information.
MethodList(Class<?>) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list for a class.
MethodList(Class<?>, boolean) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list for a class.
MethodList(Method...) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given array of methods.
MethodList(Collection<Method>) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given collection of methods.
MethodList(AnnotatedMethod...) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given array of annotated methods.
MethodList.Filter - Interface in org.glassfish.jersey.server.model
Method list filter.
methodName - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
 
methodOrResource - Variable in class com.sun.research.ws.wadl.ResourceType
 
methodRouting - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
methodRouting - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
MethodRouting - Class in org.glassfish.jersey.server.internal.routing
A combination of a resource method model and the corresponding routers.
MethodRouting(ResourceMethod, Router...) - Constructor for class org.glassfish.jersey.server.internal.routing.MethodRouting
Create a new instance.
methods - Variable in class org.glassfish.jersey.server.model.MethodList
 
METHODS - Static variable in class org.glassfish.jersey.client.JerseyInvocation
 
METHODS_TO_IGNORE - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
 
METHODS_TO_IGNORE - Static variable in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
methodsBuilders - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
 
MethodSelectingRouter - Class in org.glassfish.jersey.server.internal.routing
A single router responsible for selecting a single method from all the methods bound to the same routed request path.
MethodSelectingRouter(MessageBodyWorkers, List<MethodRouting>) - Constructor for class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
Create a new MethodSelectingRouter for all the methods on the same path.
MethodSelectingRouter.ConsumesProducesAcceptor - Class in org.glassfish.jersey.server.internal.routing
Represents a 1-1-1 relation between input and output media type and an methodAcceptorPair.
MethodSelectingRouter.MethodSelector - Class in org.glassfish.jersey.server.internal.routing
Helper class to select matching resource method to be invoked.
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor - Class in org.glassfish.jersey.server.internal.routing
The same as above ConsumesProducesAcceptor, only concrete request content-type and accept header info is included in addition.
MethodSelector(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor) - Constructor for class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
 
methodsExecutionStatisticsBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
methodSignature - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
methodsSuitableForResource(Resource, List<ModelProcessorUtil.Method>) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
Determines whether the given methods can enhance the resource.
methodStats - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener
 
methodStats - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
 
MethodStats(ResourceMethod, long, long) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.MethodStats
 
methodTemplate - Variable in class org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter
 
methodTimeStart - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener
 
MIME_JAVASCRIPT - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
MIME_JAVASCRIPT_MS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
min - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
 
min - Variable in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
MIN_TRANSFER_STRIDE - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Minimum number of rebinnings per transfer step.
MIN_TREEIFY_CAPACITY - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The smallest table capacity for which bins may be treeified.
MINIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
Minimum quality value.
minimumDuration - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
minor - Variable in class org.glassfish.jersey.internal.util.JdkVersion
 
modCount - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
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).
mode - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
mode - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
mode - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
mode - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
mode - Variable in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
mode - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
Mode() - Constructor for enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
 
Mode() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
 
Mode() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
 
Mode() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Mode
 
MODEL_TO_READER - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
MODEL_TO_WRITER - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
ModelErrors - Class in org.glassfish.jersey.server.model.internal
Utility to transform error messages to ResourceModelIssues.
ModelErrors() - Constructor for class org.glassfish.jersey.server.model.internal.ModelErrors
 
modelFor(Class<?>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
Create a contract provider model by introspecting a component class.
modelFor(Class<?>, int, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
Create a contract provider for a given component class.
ModelHelper - Class in org.glassfish.jersey.server.model.internal
Common model helper methods.
ModelHelper() - Constructor for class org.glassfish.jersey.server.model.internal.ModelHelper
Prevent instantiation.
modelKeysView - Variable in class org.glassfish.jersey.model.internal.ComponentBag
 
ModelLookupKey(Class<?>, MediaType) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.ModelLookupKey
 
ModelProcessor - Interface in org.glassfish.jersey.server.model
Contract for a model processors that processes resource models during application initialization and resource returned by sub resource locators.
ModelProcessorConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ModelProcessor instances into BootstrapBag.
ModelProcessorConfigurator() - Constructor for class org.glassfish.jersey.server.ModelProcessorConfigurator
 
modelProcessors - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
modelProcessors - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
modelProcessors - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
modelProcessors(Iterable<ModelProcessor>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set model processors.
ModelProcessorUtil - Class in org.glassfish.jersey.server.model.internal
Helper class with methods supporting processing resource model by model processors.
ModelProcessorUtil() - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
 
ModelProcessorUtil.Method - Class in org.glassfish.jersey.server.model.internal
Method bean containing basic information about enhancing resource method.
models - Variable in class org.glassfish.jersey.model.internal.ComponentBag
Map of contract provider models for the registered component classes and instances it's immutable view.
models - Variable in class org.glassfish.jersey.server.ResourceBag.Builder
Resource models.
models - Variable in class org.glassfish.jersey.server.ResourceBag
Resource models.
ModelValidationException - Exception Class in org.glassfish.jersey.server.model
Resource model validation exception.
ModelValidationException(String, List<ResourceModelIssue>) - Constructor for exception class org.glassfish.jersey.server.model.ModelValidationException
Creates new resource model validation exception with the list of validation issues and the message.
modify(EndpointConfigBase<?>, MultivaluedMap<String, Object>, Object, ObjectWriter, JsonGenerator) - Method in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider.FilteringObjectWriterModifier
 
modify(EndpointConfigBase<?>, MultivaluedMap<String, Object>, Object, ObjectWriter, JsonGenerator) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterModifier
Method called to let modifier make any changes it wants to to objects used for writing response for specified endpoint.
modify(EndpointConfigBase<?>, MultivaluedMap<String, String>, JavaType, ObjectReader, JsonParser) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderModifier
Method called to let modifier make any changes it wants to to objects used for reading request objects for specified endpoint.
modifyBeforeWrite(Object) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
modifyBeforeWrite(Object) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
 
MONITORING_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then application monitoring will be enabled.
MONITORING_STATISTICS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then calculation of monitoring statistics will be enabled.
MONITORING_STATISTICS_MBEANS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will expose MBeans with monitoring statistics.
MONITORING_STATISTICS_REFRESH_INTERVAL - Static variable in class org.glassfish.jersey.server.ServerProperties
Interval (in ms) indicating how often will be monitoring statistics refreshed and onStatistics method called.
MonitoringAutodiscoverable - Class in org.glassfish.jersey.server.internal.monitoring
Autodiscoverable feature that registers MonitoringFeature based on configuration properties.
MonitoringAutodiscoverable() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
 
MonitoringContainerListener - Class in org.glassfish.jersey.server.internal.monitoring
Container listener that listens to container events and trigger the application events and call them on supplied RequestEventListener.
MonitoringContainerListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
MonitoringContainerListener.Binder - Class in org.glassfish.jersey.server.internal.monitoring
A binder that binds the MonitoringContainerListener.
monitoringEnabled - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
monitoringEventBuilder - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
monitoringEventBuilder() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get request monitoring event builder.
monitoringEventListener - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
monitoringEventListener - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
MonitoringEventListener - Class in org.glassfish.jersey.server.internal.monitoring
application event listener that listens to application and request events and supplies data to MonitoringStatisticsProcessor which produces monitoring statistics.
MonitoringEventListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
MonitoringEventListener.MethodStats - Class in org.glassfish.jersey.server.internal.monitoring
Method statistics.
MonitoringEventListener.ReqEventListener - Class in org.glassfish.jersey.server.internal.monitoring
 
MonitoringEventListener.RequestStats - Class in org.glassfish.jersey.server.internal.monitoring
Request statistics.
MonitoringEventListener.TimeStats - Class in org.glassfish.jersey.server.internal.monitoring
Time statistics.
MonitoringFeature - Class in org.glassfish.jersey.server.internal.monitoring
Feature that enables calculating of monitoring statistics and optionally also enables exposure of monitoring MBeans.
MonitoringFeature() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
MonitoringFeature.ApplicationInfoInjectionFactory - Class in org.glassfish.jersey.server.internal.monitoring
 
MonitoringFeature.StatisticsInjectionFactory - Class in org.glassfish.jersey.server.internal.monitoring
 
MonitoringFeature.StatisticsListener - Class in org.glassfish.jersey.server.internal.monitoring
 
MonitoringStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics return statistic information about application run like number of requests received, duration of request processing, number of successfully processed requests, statistical information about execution of methods and resources, information about matching.
MonitoringStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Monitoring statistics implementation.
MonitoringStatisticsImpl(Map<String, ResourceStatistics>, Map<Class<?>, ResourceStatistics>, ExecutionStatistics, ResponseStatistics, ExceptionMapperStatistics) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
MonitoringStatisticsImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of monitoring statistics.
MonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
A Jersey specific provider that listens to monitoring statistics.
monitoringStatisticsProcessor - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
MonitoringStatisticsProcessor - Class in org.glassfish.jersey.server.internal.monitoring
Process events of application and request processing into monitoring statistics.
MonitoringStatisticsProcessor(InjectionManager, MonitoringEventListener) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
Creates a new instance of processor.
MonitoringStatisticsProcessor.FloodingLogger - Class in org.glassfish.jersey.server.internal.monitoring
Upon calling of MonitoringStatisticsProcessor.FloodingLogger.conditionallyLogFlooding(), flooding logger conditionally checks for the size of the associated collection and if its size increases a warning about flooding is logged.
MonitoringUtils - Class in org.glassfish.jersey.server.internal.monitoring
Monitoring helper class that contains utility methods used in Monitoring.
MonitoringUtils() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
Prevent instantiation.
mostSpecific(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Get the most specific media type from a pair of media types.
MOVED - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable configuration of MOXy Json feature on client.
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable configuration of MOXy Json feature.
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable configuration of MOXy Json feature on server.
MOXY_JSON_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
Client-specific version of CommonProperties.MOXY_JSON_FEATURE_DISABLE.
MOXY_JSON_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
Server-specific version of CommonProperties.MOXY_JSON_FEATURE_DISABLE.
MP - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
True if on multiprocessor
mpep - Variable in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
 
msgBodyWorkers - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
MsgTraceEvent - Enum in org.glassfish.jersey.message.internal
Common tracing events.
MsgTraceEvent(TracingLogger.Level, String, String) - Constructor for enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
mtContext - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
mtContext - Variable in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
 
mtMarshaller - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
mtUnmarshaller - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
mtUnmarshaller - Variable in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
 
MULTIPLE_EVENT_SINK_INJECTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method {0} defines to SseEventSink parameters to be injected.
MULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A (sub-)resource method, {0}, should have only one HTTP method designator.
MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Found {0} constructors with {1} parameters in {2} class.
multiplier - Static variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
MultivaluedParameterExtractor<T> - Interface in org.glassfish.jersey.server.internal.inject
Provider that converts the values of an entry of a given name from the supplied multivalued map into an object of a custom Java type.
MultivaluedParameterExtractorFactory - Class in org.glassfish.jersey.server.internal.inject
MultivaluedParameterExtractorFactory(LazyValue<ParamConverterFactory>) - Constructor for class org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorFactory
Create new multivalued map parameter extractor factory.
multivaluedParameterExtractorProvider - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
MultivaluedParameterExtractorProvider - Interface in org.glassfish.jersey.server.internal.inject
Provider of multivalued parameter extractors.
MultivaluedStringMap - Class in org.glassfish.jersey.internal.util.collection
An implementation of MultivaluedMap where keys and values are instances of String.
MultivaluedStringMap() - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MultivaluedStringMap(int) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MultivaluedStringMap(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MultivaluedStringMap(MultivaluedMap<? extends String, ? extends String>) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MUST_BE_NULL - Enum constant in enum org.glassfish.jersey.client.JerseyInvocation.EntityPresence
 
MUST_BE_PRESENT - Enum constant in enum org.glassfish.jersey.client.JerseyInvocation.EntityPresence
 
MutableCookie(String, String) - Constructor for class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
MutableNewCookie(String, String) - Constructor for class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 

N

name - Variable in class com.sun.research.ws.wadl.Method
 
name - Variable in class com.sun.research.ws.wadl.Param
 
name - Variable in class org.glassfish.jersey.internal.inject.Binding
 
name - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
name - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
name - Variable in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
name - Variable in class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
name - Variable in class org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider.CookieTypeParamValueProvider
 
name - Variable in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamListPathSegmentValueSupplier
 
name - Variable in class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamPathSegmentValueSupplier
 
name - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
name - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
name - Variable in class org.glassfish.jersey.server.model.Resource
 
name - Variable in exception class org.glassfish.jersey.server.ParamException
 
name - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
name - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
name - Variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
 
name() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Name of event, should be unique.
name(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new name of the built resource.
NAME - Static variable in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
Name of the analyzer service.
nameBindings - Variable in class org.glassfish.jersey.model.ContractProvider.Builder
 
nameBindings - Variable in class org.glassfish.jersey.model.ContractProvider
 
nameBindings - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
nameBindings - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
nameBindings(Annotation...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Class<? extends Annotation>...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Collection<Class<? extends Annotation>>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
NameBound - Interface in org.glassfish.jersey.model
Model component that can be name bound.
nameBoundReaderInterceptors - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundReaderInterceptorsInverse - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundRequestFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundRequestFiltersInverse - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundResponseFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundResponseFiltersInverse - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundWriterInterceptors - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameBoundWriterInterceptorsInverse - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
nameCallbacks - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
nameCallbackSetter - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator.TypeCallbackPair
 
named(String) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's name.
NamedValueType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for named values.
Created on: Jun 12, 2008
NamedValueType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
NamedValueType(String, String) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
names - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
names - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
names - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
nameStartsWith(String) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a specified method name prefix.
nameToPattern - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
nc - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
nc - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
NCPU - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Number of CPUS, to place bounds on some sizings
NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Configured chunk size is negative: {0}, using default value: {1}."
NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]
NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Configured chunk size is negative: {0}, using default value: {1}."
NEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
"Input parameter {0} must not be negative."
networkOutputBuffer - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
NEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A new abstract resource created by IntrospectionModeler: {0}
NEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
New cookie is null.
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor.ListValueOf
 
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor
Get a new collection instance that will be used to store the extracted parameters.
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor.SetValueOf
 
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor.SortedSetValueOf
 
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.ListString
 
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
Get a new string collection instance that will be used to store the extracted parameters.
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.SetString
 
newCollection() - Method in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.SortedSetString
 
NewCookieProvider - Class in org.glassfish.jersey.message.internal
Response Set-Cookie header delegate provider.
NewCookieProvider() - Constructor for class org.glassfish.jersey.message.internal.NewCookieProvider
 
newEntryIterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
newEntryIterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
 
newFeatureRegistrations - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Collection of unprocessed feature registrations.
newInstance() - Static method in class org.glassfish.jersey.SslConfigurator
Get a new invalid input: '&' initialized SSL configurator instance.
newInstance(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
Get a new SSL configurator instance.
newInstance(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
newInstance(String, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
newInstance(Predicate<ContractProvider>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
Create new empty component bag.
newJaxrsResourceAndProviderListener() - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
newJaxrsResourceAndProviderListener(ClassLoader) - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
newKeyIterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
newKeyIterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
 
newKeySet() - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new Set backed by a ConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Creates a new Set backed by a ConcurrentHashMapV8 from the given type to Boolean.TRUE.
newRoute(PathPattern) - Static method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
Create new request path pattern matching router builder.
newSAXParser() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
newThread(Runnable) - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.TransportThreadFactory
 
newValueIterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
newValueIterator() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
 
next - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
next - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
next - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
next - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
next - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
next - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
next - Variable in class org.glassfish.jersey.process.internal.Stage.Continuation
 
next - Variable in class org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter
 
next - Variable in class org.glassfish.jersey.server.internal.routing.Router.Continuation
 
next - Variable in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
next - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
next() - Method in class org.glassfish.jersey.internal.ServiceFinder.LazyClassIterator
 
next() - Method in class org.glassfish.jersey.internal.ServiceFinder.LazyObjectIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntryIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeyIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValueIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntryIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.KeyIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.ValueIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.EntryIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.KeyIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.ValueIterator
 
next() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
next() - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
next() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
next() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
next() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Get the stage to be invoked next or null if no next stage is present.
next() - Method in class org.glassfish.jersey.server.internal.routing.Route
Get next-level routers to be processed in case the routing pattern matches the unmatched right-hand part of the request path.
next() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the next level routers to be invoked or an empty if no next level routers are present.
next() - Method in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
next() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Returns next character in the iteration chain and increase the current position.
next(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
next(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
next(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
next(boolean, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
next(boolean, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
next(boolean, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
next(int) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
nextDouble(double) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed double value between 0 (inclusive) and the specified value (exclusive).
nextDouble(double, double) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextElement() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeyIterator
 
nextElement() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValueIterator
 
nextEntry - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
 
nextEntry() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
nextEntry() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
 
nextInt(int, int) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextItem - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
nextLong(long) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between 0 (inclusive) and the specified value (exclusive).
nextLong(long) - Static method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
Get a pseudo-random long uniformly between 0 and n-1.
nextLong(long, long) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextName - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
nextNode - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
nextNonEmptyToken(StringTokenizer) - Static method in class org.glassfish.jersey.message.internal.LinkProvider
 
nextOffset - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
nextQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
nextRetry - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
nextSeparatedString(char, char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
nextSeparatedString(char, char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
FIXME remove.
nextSeparatedString(char, char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
nextSeparator(char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
nextStage - Variable in class org.glassfish.jersey.process.internal.AbstractChainableStage
 
nextStage - Variable in class org.glassfish.jersey.process.internal.Stages.LinkedStage
 
nextTable - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ForwardingNode
 
nextTable - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The next table to use; non-null only while resizing.
nextToken() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
nextTokenOrQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
nextTokenOrQuotedString(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
NO_ANNOTATIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
NO_ANNOTATIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
NO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No container available.
NO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
There is no error processing in scope.
NO_MATCH - Static variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
Constant combined type representing no match.
NO_PARAM_CONSTRUCTOR_MISSING(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
No-param constructor not found in the class [{0}].
NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
"No priority" constant.
Node(int, K, V, ConcurrentHashMapV8.Node<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
Node(Object, boolean) - Constructor for class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Constructs a new node.
NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Component of class {0} cannot be instantiated and will be ignored.
NON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource method, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored
NonBlockingInputStream - Class in org.glassfish.jersey.internal.util.collection
An abstract InputStream extension that defines contract for non-blocking streaming read operations.
NonBlockingInputStream() - Constructor for class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
 
nonce - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
nonce - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
NONE - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpRequest.BodyMode
 
nonPreemptive() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
Configure the builder to create features in non-preemptive basic authentication mode.
nonPreemptive() - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
noop() - Static method in class org.glassfish.jersey.server.internal.routing.Routers
Create a terminal "no-op router" that accepts any input context and returns the unchanged request and an empty continuation iterator.
NOOP_DISPOSE_INSTANCE - Static variable in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
NOOP_EXTERNAL_REQ_SCOPE - Static variable in class org.glassfish.jersey.server.ExternalRequestScopeConfigurator
 
NoopExternalRequestScopeBinder() - Constructor for class org.glassfish.jersey.server.ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder
 
NoOpPrivilegedACTION - Static variable in class org.glassfish.jersey.internal.util.ReflectionHelper
 
NORMAL - Enum constant in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
Normal priority.
normalize(String) - Static method in class org.glassfish.jersey.uri.UriTemplate
Normalize the URI by resolve the dot invalid input: '&' dot-dot path segments as described in RFC 3986.
normalize(URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Normalize the URI by resolve the dot invalid input: '&' dot-dot path segments as described in RFC 3986.
normalizedPackagePath(String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
Normalized package returns path that does not start with '/' character and ends with '/' character.
normalizedTemplate - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
normalizedTemplate - Variable in class org.glassfish.jersey.uri.UriTemplate
The normalized URI template.
NOT_LOCALIZABLE - Static variable in interface org.glassfish.jersey.internal.l10n.Localizable
Special constant that represents a message that is not localizable.
NOT_STARTED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
 
NOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method not supported on an outbound message.
notEmpty(String) - Static method in class org.glassfish.jersey.uri.UriTemplate
 
NOTHING - Static variable in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Constant used as a return value from NonBlockingInputStream.tryRead() method, to indicate that nothing has been read.
NOTIFICATION_PREFIX - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
notifier - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir
 
notifyAllDataRead() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
notifyDataAvailable(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
notifyError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
NounInflector - Class in org.glassfish.jersey.jaxb.internal
API for performing inflections (pluralization, singularization, and so on) on various strings.
NounInflector() - Constructor for class org.glassfish.jersey.jaxb.internal.NounInflector
Private constructor to avoid instantiation.
NounInflector.Replacer - Class in org.glassfish.jersey.jaxb.internal
Internal class that uses a regular expression matcher to both match the specified regular expression to a specified word, and (if successful) perform the appropriate substitutions.
NOW - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
nsURI - Variable in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
 
NULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
ConnectorProvider must not be set to null.
NULL_CONTEXT_RESOLVER - Static variable in class org.glassfish.jersey.internal.ContextResolverFactory
 
NULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
ExecutorService must not be set to null.
NULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Input method parameter {0} must not be null.
NULL_KEY - Static variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Value representing null keys inside tables.
NULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom key store, if set, must not be null.
NULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom key store password must not be null.
NULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
ScheduledExecutorService must not be set to null.
NULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom client SSL context, if set, must not be null.
NULL_STREAM_PROVIDER - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Null stream provider.
NULL_STRING - Static variable in class org.glassfish.jersey.internal.util.Pretty
 
NULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom trust store, if set, must not be null.
NullableMultivaluedHashMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
An implementation of MultivaluedMap where values can be null.
NullableMultivaluedHashMap() - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
 
NullableMultivaluedHashMap(int) - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
 
NullableMultivaluedHashMap(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
 
NullableMultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
 
NullContextResolverAdapter() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.NullContextResolverAdapter
 
nullIfEmpty(T[]) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
NullOutputStream - Class in org.glassfish.jersey.message.internal
A "dev/null" output stream - an output stream implementation that discards all the data written to it.
NullOutputStream() - Constructor for class org.glassfish.jersey.message.internal.NullOutputStream
 
numOfCharacters - Variable in class org.glassfish.jersey.uri.UriTemplate
The number of characters in the regular expression not resulting from conversion of template variables.
numOfExplicitRegexes - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
numOfExplicitRegexes - Variable in class org.glassfish.jersey.uri.UriTemplate
The number of explicit regular expressions declared for template variables.
numOfRegexGroups - Variable in class org.glassfish.jersey.uri.UriTemplate
The number of regular expression groups in this pattern.

O

ObjectFactory - Class in com.sun.research.ws.wadl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.research.ws.wadl package.
ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun .research.ws.wadl
ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.ObjectFactory
 
ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ObjectFactory
 
ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
 
ObjectGraph - Interface in org.glassfish.jersey.message.filtering.spi
Read-only graph containing representations of an entity class that should be processed in entity-filtering.
ObjectGraphImpl - Class in org.glassfish.jersey.message.filtering
Default implementation of ObjectGraph.
ObjectGraphImpl(Map<Class<?>, EntityGraph>, EntityGraph, Set<String>) - Constructor for class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
ObjectGraphProvider - Class in org.glassfish.jersey.message.filtering
ObjectGraphProvider() - Constructor for class org.glassfish.jersey.message.filtering.ObjectGraphProvider
 
ObjectGraphTransformer<T> - Interface in org.glassfish.jersey.message.filtering.spi
This contract brings support for transforming an internal representation of entity data filtering feature into an object familiar to underlying provider (e.g.
ObjectOutInvoker(Invocable, InvocationHandler, List<ParamValueFactoryWithSource<?>>, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.ObjectOutInvoker
 
ObjectProvider<T> - Interface in org.glassfish.jersey.message.filtering.spi
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).
ObjectReaderInjector - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Based on ideas from [Issue#32], this class allows registering a modifier (ObjectReaderModifier) that can be used to reconfigure ObjectReader that JAX-RS Resource will use for reading input into Java Objects.
ObjectReaderInjector() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
 
ObjectReaderModifier - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
 
ObjectReaderModifier() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderModifier
 
objectToString(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Create a string representation of an object.
ObjectWriterInjector - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Based on ideas from [Issue#32], this class allows "overriding" of ObjectWriter that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter before execution reaches resource.
ObjectWriterInjector() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
 
ObjectWriterModifier - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
 
ObjectWriterModifier() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterModifier
 
of(DATA) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
Create a terminal continuation from the processed data result.
of(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
Create a continuation from the processed data result and the stage to be invoked next.
of(Class<?>) - Static method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Create new type-class pair for a non-generic class.
of(Class<?>, Type) - Static method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Create new type-class pair.
of(RequestProcessingContext) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a terminal continuation from the routed request.
of(RequestProcessingContext, Iterable<Router>) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a continuation from the routed request and a collection of next level routers.
of(RequestProcessingContext, Router) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a continuation from the routed request and a single of next level routers.
of(PathPattern, List<Router>) - Static method in class org.glassfish.jersey.server.internal.routing.Route
Create a new request route.
of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Construct a new mutable Ref instance referencing the given input value.
of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new constant value provider whose get() method always returns the instance supplied to the value parameter.
OFF - Enum constant in enum org.glassfish.jersey.server.TracingConfig
Tracing support is completely disabled.
offer(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
offer(E, long, TimeUnit) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
offer(T) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Tries to add item and start consumer task if necessary.
offer(T, long, TimeUnit, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its onNext method, blocking while resources for any subscription are unavailable, up to the specified timeout or until the caller thread is interrupted, at which point the given handler (if non-null) is invoked, and if it returns true, retried once.
offer(T, long, TimeUnit, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its onNext method, blocking while resources for any subscription are unavailable, up to the specified timeout or until the caller thread is interrupted, at which point the given handler (if non-null) is invoked, and if it returns true, retried once.
offer(T, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its onNext method.
offer(T, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its onNext method.
offset - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
ON_DEMAND - Enum constant in enum org.glassfish.jersey.server.TracingConfig
Tracing support is in stand-by mode.
ON_EXCEPTION - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Exception has been thrown during the request/response processing.
onAllDataRead() - Method in interface org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.StateChangeLister
 
onAllDataRead() - Method in interface org.glassfish.jersey.jdk.connector.internal.ReadListener
Invoked when all data for the current request has been read.
onBuildChildResource(Resource.Builder, Resource.Data) - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
onBuildMethod(ResourceMethod.Builder, ResourceMethod.Data) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Called when a new resource, sub-resource and sub-resource locator method was built and should be registered with the resource builder.
onChange(ClientConfig.State) - Method in interface org.glassfish.jersey.client.ClientConfig.State.StateChangeStrategy
Invoked whenever a mutator method is called in the given configuration state.
onClass(Class) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Visit class.
onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
Invoked when the client instance is closed.
onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close event handler, that invoked during the AbstractThreadPoolProvider.close() operation.
onClose(ChunkedOutput<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Called when the chunkedOutput has been closed (either by client closing the connection or by calling ChunkedOutput.close() on the server side.
onClose(ChunkedOutput<T>) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when the chunkedOutput has been closed (either by client closing the connection or by calling ChunkedOutput.close() on the server side.
onClosed() - Method in interface org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Listener
 
onComplete() - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
Method invoked when it is known that no additional Subscriber method invocations will occur for a Subscription that is not already terminated by error, after which no other Subscriber methods are invoked by the Subscription.
onComplete() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
onComplete() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
onComplete() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
onComplete(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
onComplete(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.CompletionCallbackRunner
 
onConnect() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
An event listener that is called when a connection is set up.
onConnect() - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
onConnectionClosed() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
An event listener that is called when the connection is closed by the peer.
onDataAvailable() - Method in interface org.glassfish.jersey.jdk.connector.internal.ReadListener
When an instance of the ReadListener is registered with a BodyInputStream, this method will be invoked by the container the first time when it is possible to read data.
onDestroy() - Method in interface org.glassfish.jersey.server.monitoring.DestroyListener
The method is called when application is destroyed.
onDisconnect(AsyncResponse) - Method in class org.glassfish.jersey.server.ServerRuntime.ConnectionCallbackRunner
 
onDrop(Flow.Subscriber<? super T>, T) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
 
onError(Throwable) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
Method invoked upon an unrecoverable error encountered by a Publisher or Subscription, after which no other Subscriber methods are invoked by the Subscription.
onError(Throwable) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Issues error signal, asynchronously if a task is running, else synchronously.
onError(Throwable) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
onError(Throwable) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
onError(Throwable) - Method in interface org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.StateChangeLister
 
onError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
An event listener that is called when an error has occurred.
onError(Throwable) - Method in interface org.glassfish.jersey.jdk.connector.internal.ReadListener
Invoked when an error occurs processing the request.
onError(Throwable) - Method in interface org.glassfish.jersey.jdk.connector.internal.WriteListener
Invoked when an error occurs writing data using the non-blocking APIs.
onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
 
onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
onEvent(ApplicationEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
Process the application event.
onEvent(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
 
onEvent(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener
 
onEvent(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.RequestEventListener
The method is called when new request event occurs.
onException(ChunkedOutput<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onException(ChunkedOutput<T>, Exception) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onFailure(ErrorInformation) - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService
 
onGenericArray(GenericArrayType) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Visit generic array type.
onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
Invoked when a new runtime is initialized for the client instance.
onInvoked() - Method in interface org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream.FirstCallListener
 
onLastConnectionClosed() - Method in interface org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.ConnectionCloseListener
 
onNext(T) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
Method invoked with a Subscription's next item.
onNext(T) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
onNext(T) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
onNextHandler - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
onNextHandler - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
 
onParameterizedType(ParameterizedType) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Visit parameterized type.
onRead(DOWN_IN) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
An event listener that is called when some data is read.
onReload(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
onReload(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
onReload(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onReload(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked when the container has been reloaded.
onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
 
onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
onRequest(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
Process a new request and return a request event listener if listening to request events is required.
onShutdown() - Method in class org.glassfish.jersey.client.ClientRuntime
 
onShutdown() - Method in interface org.glassfish.jersey.client.JerseyClient.ShutdownHook
Invoked when the client instance is closed.
onShutdown(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
onShutdown(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
onShutdown(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
onShutdown(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onShutdown(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoke at the container shut-down.
onSslHandshakeCompleted() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
An event listener that is called, when SSL completes its handshake.
onStartup(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
onStartup(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
onStartup(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onStartup(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked at the container start-up.
onStateChanged(HttpConnection, HttpConnection.State, HttpConnection.State) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.ConnectionStateListener
 
onStateChanged(HttpConnection, HttpConnection.State, HttpConnection.State) - Method in interface org.glassfish.jersey.jdk.connector.internal.HttpConnection.StateChangeListener
 
onStatistics(MonitoringStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
onStatistics(MonitoringStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature.StatisticsListener
 
onStatistics(MonitoringStatistics) - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatisticsListener
The method is called when new statistics are available and statistics are passed as an argument.
onSubscribe() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
onSubscribe(Flow.Subscription) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
Method invoked prior to invoking any other Subscriber methods for the given Subscription.
onSubscribe(Flow.Subscription) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
onSubscribe(Flow.Subscription) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
onTimeout(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Method is called, when ContainerResponseWriter.suspend(...) operation times out.
onValidate(ValidationInterceptorContext) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptor
Used to intercept resource method validation processing.
onVariable(TypeVariable) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Visit type variable.
onWildcard(WildcardType) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Visit wildcard type.
onWriteCompleted() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.WriteQueue
 
onWritePossible() - Method in interface org.glassfish.jersey.jdk.connector.internal.WriteListener
When an instance of the WriteListener is registered with a BodyOutputStream, this method will be invoked by the container the first time when it is possible to write data.
oomeMsg - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
opaque - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
opaque - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
opaque - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
open() - Method in interface org.glassfish.jersey.server.ResourceFinder
Open current resource.
open(InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Invoked when a new request gets started.
open(Filter<ByteBuffer, ?, ?, ?>) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the any URI path.
openedConnections - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
openStream - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
option - Variable in class com.sun.research.ws.wadl.Param
 
Option - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Option() - Constructor for class com.sun.research.ws.wadl.Option
 
OPTIONAL - Enum constant in enum org.glassfish.jersey.client.JerseyInvocation.EntityPresence
 
options() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
options() - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
options(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
options(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
options(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
OptionsHandler() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
OptionsMethodProcessor - Class in org.glassfish.jersey.server.wadl.processor
Model processor enhancing resource model and sub resources by default OPTIONS methods defined by JAX-RS specification.
OptionsMethodProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
Creates new instance.
OptionsMethodProcessor.GenericOptionsInflector - Class in org.glassfish.jersey.server.wadl.processor
 
OptionsMethodProcessor.PlainTextOptionsInflector - Class in org.glassfish.jersey.server.wadl.processor
 
order - Variable in class org.glassfish.jersey.model.internal.RankedComparator
 
Order(int) - Constructor for enum org.glassfish.jersey.model.internal.RankedComparator.Order
 
ordering - Variable in enum org.glassfish.jersey.model.internal.RankedComparator.Order
 
ordinalize(int) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Turn a number into a corresponding ordinal string used to denote the position in an ordered sequence.
org.glassfish.jersey - package org.glassfish.jersey
Common Jersey core classes.
org.glassfish.jersey.apache.connector - package org.glassfish.jersey.apache.connector
Jersey client connector based on the Apache Http Client.
org.glassfish.jersey.client - package org.glassfish.jersey.client
Jersey client-side classes.
org.glassfish.jersey.client.authentication - package org.glassfish.jersey.client.authentication
Provides core client authentication mechanisms.
org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
Provides core client filters.
org.glassfish.jersey.client.internal - package org.glassfish.jersey.client.internal
 
org.glassfish.jersey.client.internal.jdkconnector - package org.glassfish.jersey.client.internal.jdkconnector
 
org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
Jersey client SPI classes/interfaces.
org.glassfish.jersey.inject.hk2 - package org.glassfish.jersey.inject.hk2
 
org.glassfish.jersey.internal - package org.glassfish.jersey.internal
Common Jersey internal API classes.
org.glassfish.jersey.internal.inject - package org.glassfish.jersey.internal.inject
Common Jersey internal injection utility classes.
org.glassfish.jersey.internal.jsr166 - package org.glassfish.jersey.internal.jsr166
Contains a subset of classes repackaged from the jsr166 written by Doug Lea.
org.glassfish.jersey.internal.l10n - package org.glassfish.jersey.internal.l10n
Common Jersey internal localization utility classes.
org.glassfish.jersey.internal.sonar - package org.glassfish.jersey.internal.sonar
 
org.glassfish.jersey.internal.spi - package org.glassfish.jersey.internal.spi
Common Jersey internal SPI classes/interfaces.
org.glassfish.jersey.internal.util - package org.glassfish.jersey.internal.util
Common Jersey internal miscellaneous utility classes.
org.glassfish.jersey.internal.util.collection - package org.glassfish.jersey.internal.util.collection
Common set of Jersey collection classes.
org.glassfish.jersey.jackson - package org.glassfish.jersey.jackson
Jersey classes supporting JSON media type processing based on Jackson.
org.glassfish.jersey.jackson.internal - package org.glassfish.jersey.jackson.internal
 
org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation
 
org.glassfish.jersey.jackson.internal.jackson.jaxrs.base - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
 
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
 
org.glassfish.jersey.jackson.internal.jackson.jaxrs.json - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
 
org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
 
org.glassfish.jersey.jackson.internal.jackson.jaxrs.util - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
 
org.glassfish.jersey.jaxb.internal - package org.glassfish.jersey.jaxb.internal
 
org.glassfish.jersey.jdk.connector - package org.glassfish.jersey.jdk.connector
Jersey client connector based on JDK NIO framework.
org.glassfish.jersey.jdk.connector.internal - package org.glassfish.jersey.jdk.connector.internal
Jersey Jdk connector internal classes.
org.glassfish.jersey.jetty.connector - package org.glassfish.jersey.jetty.connector
Jersey client connector based on the Jetty Client.
org.glassfish.jersey.logging - package org.glassfish.jersey.logging
Logging feature provides the logging of requests and responses on server and client.
org.glassfish.jersey.message - package org.glassfish.jersey.message
Common Jersey messaging classes.
org.glassfish.jersey.message.filtering - package org.glassfish.jersey.message.filtering
Support for Entity Data Filtering in Jersey.
org.glassfish.jersey.message.filtering.internal - package org.glassfish.jersey.message.filtering.internal
 
org.glassfish.jersey.message.filtering.spi - package org.glassfish.jersey.message.filtering.spi
SPI for Entity Data Filtering in Jersey.
org.glassfish.jersey.message.internal - package org.glassfish.jersey.message.internal
Common Jersey internal messaging classes.
org.glassfish.jersey.model - package org.glassfish.jersey.model
Common Jersey model related classes and interfaces.
org.glassfish.jersey.model.internal - package org.glassfish.jersey.model.internal
Common Jersey internal model related classes and interfaces.
org.glassfish.jersey.process - package org.glassfish.jersey.process
Common Jersey processing classes.
org.glassfish.jersey.process.internal - package org.glassfish.jersey.process.internal
Common Jersey internal processing classes.
org.glassfish.jersey.server - package org.glassfish.jersey.server
Jersey server-side classes.
org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
Provides core server filters.
org.glassfish.jersey.server.filter.internal - package org.glassfish.jersey.server.filter.internal
Server filter internal classes.
org.glassfish.jersey.server.internal - package org.glassfish.jersey.server.internal
Jersey server-side internal classes.
org.glassfish.jersey.server.internal.inject - package org.glassfish.jersey.server.internal.inject
Jersey server-side JAX-RS injection support classes.
org.glassfish.jersey.server.internal.monitoring - package org.glassfish.jersey.server.internal.monitoring
Jersey server-side internal monitoring and statistics classes.
org.glassfish.jersey.server.internal.monitoring.core - package org.glassfish.jersey.server.internal.monitoring.core
 
org.glassfish.jersey.server.internal.monitoring.jmx - package org.glassfish.jersey.server.internal.monitoring.jmx
Jersey internal server-side monitoring JMX MBeans implementation classes.
org.glassfish.jersey.server.internal.process - package org.glassfish.jersey.server.internal.process
Jersey server-side internal classes related to request and response processing.
org.glassfish.jersey.server.internal.routing - package org.glassfish.jersey.server.internal.routing
Jersey server-side internal resource routing classes.
org.glassfish.jersey.server.internal.scanning - package org.glassfish.jersey.server.internal.scanning
Jersey server-side internal resource scanning classes.
org.glassfish.jersey.server.internal.sonar - package org.glassfish.jersey.server.internal.sonar
 
org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
Jersey server-side application invalid input: '&' resource modeling classes.
org.glassfish.jersey.server.model.internal - package org.glassfish.jersey.server.model.internal
Jersey server-side internal model related and routing helper classes.
org.glassfish.jersey.server.monitoring - package org.glassfish.jersey.server.monitoring
Jersey server-side monitoring JMX MBeans interfaces.
org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
Jersey server-side service provider contract (SPI) classes.
org.glassfish.jersey.server.spi.internal - package org.glassfish.jersey.server.spi.internal
Jersey server-side internal service provider contract (SPI) classes.
org.glassfish.jersey.server.wadl - package org.glassfish.jersey.server.wadl
Jersey server-side WADL support public classes and interfaces.
org.glassfish.jersey.server.wadl.config - package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
org.glassfish.jersey.server.wadl.internal - package org.glassfish.jersey.server.wadl.internal
Jersey server-side WADL internal classes.
org.glassfish.jersey.server.wadl.internal.generators - package org.glassfish.jersey.server.wadl.internal.generators
Jersey server-side WADL internal classes supporting wadl generators.
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Jersey server-side WADL internal classes supporting generation of resource documentation with wadl generators.
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Jersey server-side WADL internal JAXB beans used for generation of resource documentation with wadl generators.
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
Jersey server-side WADL internal xhtml JAXB beans used for generation of resource documentation with wadl generators.
org.glassfish.jersey.server.wadl.processor - package org.glassfish.jersey.server.wadl.processor
Jersey server-side WADL model processor classes that extends resource model with resources and resource methods that produce WADL content.
org.glassfish.jersey.spi - package org.glassfish.jersey.spi
Common Jersey service provider contract (SPI) classes.
org.glassfish.jersey.uri - package org.glassfish.jersey.uri
Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
org.glassfish.jersey.uri.internal - package org.glassfish.jersey.uri.internal
Common Jersey internal classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
original - Variable in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider.FilteringObjectWriterModifier
 
original - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
original - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
ORIGINAL - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
An exception was thrown during the standard request and response processing and was not thrown from processing of mapped response.
originalDestinationAddress - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
originalHttpRequest - Variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
originalRegistrations - Variable in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
OriginThreadAwareFuture(K) - Constructor for class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to open an input stream for resource {0}.
OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unexpected error occurred while processing resource stream {0}.
OsgiRegistry - Class in org.glassfish.jersey.internal
Utility class to deal with OSGi runtime specific behavior.
OsgiRegistry(BundleContext) - Constructor for class org.glassfish.jersey.internal.OsgiRegistry
Creates a new OsgiRegistry instance bound to a particular OSGi runtime.
OsgiRegistry.BundleSpiProvidersLoader - Class in org.glassfish.jersey.internal
 
OsgiRegistry.OsgiServiceFinder - Class in org.glassfish.jersey.internal
 
OsgiServiceFinder() - Constructor for class org.glassfish.jersey.internal.OsgiRegistry.OsgiServiceFinder
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Doc
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Include
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Link
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Method
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Option
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Param
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Representation
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Request
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Resource
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Resources
 
otherAttributes - Variable in class com.sun.research.ws.wadl.ResourceType
 
otherAttributes - Variable in class com.sun.research.ws.wadl.Response
 
OUTBOUND - Enum constant in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
Outbound context.
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
An integer value that defines the buffer size used to buffer client-side request entity in order to determine its size and set the value of HTTP "Content-Length" header.
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.CommonProperties
An integer value that defines the buffer size used to buffer the outbound message entity in order to determine its size and set the value of HTTP "Content-Length" header.
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the buffer size used to buffer server-side response entity in order to determine its size and set the value of HTTP "Content-Length" header.
OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
OutboundJaxrsResponse - Class in org.glassfish.jersey.message.internal
An outbound JAX-RS response message.
OutboundJaxrsResponse(Response.StatusType, OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
Create new outbound JAX-RS response message instance.
OutboundJaxrsResponse.Builder - Class in org.glassfish.jersey.message.internal
Outbound JAX-RS Response.ResponseBuilder implementation.
OutboundMessageContext - Class in org.glassfish.jersey.message.internal
Base outbound message context implementation.
OutboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
Create new outbound message context.
OutboundMessageContext(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
Create new outbound message context copying the content of another context.
OutboundMessageContext.StreamProvider - Interface in org.glassfish.jersey.message.internal
The callback interface which is used to get the terminal output stream into which the entity should be written and to inform the implementation about the entity size.
OUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The output stream has already been closed.
outputStream - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
outputStream - Variable in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
overrideGrammars - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
overrides(List<MediaType>, MediaType) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
 
overrides(MediaType, MediaType) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
 
overrideSource(Parameter, Parameter.Source) - Static method in class org.glassfish.jersey.server.model.Parameter
Create new parameter model by overriding source of the original parameter model.
OVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method that overrides {0} cannot be found on class {1}.

P

p0 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
p1 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
p2 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
p3 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
p4 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
p5 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
p6 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
PackageNamesScanner - Class in org.glassfish.jersey.server.internal.scanning
A scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.
PackageNamesScanner(ClassLoader, String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Scan a set of packages using the provided ClassLoader.
PackageNamesScanner(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Scan a set of packages using a context ClassLoader.
PackageNamesScanner.ResourcesProvider - Class in org.glassfish.jersey.server.internal.scanning
Find resources with a given name and class loader.
packages - Variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
packages(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for components.
packages(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for components.
PackageVersion - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
 
packetLimit - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
pad0 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad1 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad2 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad3 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad4 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad5 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad6 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
pad7 - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
param - Variable in class com.sun.research.ws.wadl.Representation
 
param - Variable in class com.sun.research.ws.wadl.Request
 
param - Variable in class com.sun.research.ws.wadl.Resource
 
param - Variable in class com.sun.research.ws.wadl.ResourceType
 
param - Variable in class com.sun.research.ws.wadl.Response
 
param(String, String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
Param - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Param() - Constructor for class com.sun.research.ws.wadl.Param
 
PARAM_ANNOTATION_SET - Static variable in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
PARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"{0}" parameter is null.
PARAM_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"{0}" parameter is null.
paramConverter - Variable in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
 
ParamConverterConfigurator - Class in org.glassfish.jersey.server.internal.inject
Configurator which initializes and register ParamConverters.AggregatedProvider instances into InjectionManager.
ParamConverterConfigurator() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverterConfigurator
 
paramConverterFactory - Variable in class org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorFactory
 
ParamConverterFactory - Class in org.glassfish.jersey.server.internal.inject
An aggregate param converter provider that loads all the registered ParamConverterProvider implementations.
ParamConverterFactory(Set<ParamConverterProvider>, Set<ParamConverterProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverterFactory
 
ParamConverters - Class in org.glassfish.jersey.server.internal.inject
Container of several different param converter providers implementations.
ParamConverters() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters
 
ParamConverters.AbstractStringReader<T> - Class in org.glassfish.jersey.server.internal.inject
 
ParamConverters.AggregatedProvider - Class in org.glassfish.jersey.server.internal.inject
Aggregated param converter provider.
ParamConverters.CharacterProvider - Class in org.glassfish.jersey.server.internal.inject
 
ParamConverters.DateProvider - Class in org.glassfish.jersey.server.internal.inject
Provider of param converter that convert the supplied string into a Java Date instance using conversion method from the http date formatter utility class.
ParamConverters.StringConstructor - Class in org.glassfish.jersey.server.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.server.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.server.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.server.internal.inject
Provider of param converter that produce the target Java type instance by invoking a static valueOf(String) method on the target type.
paramDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
ParamDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
ParamDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
ParamDocType(String, String) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
parameter - Variable in class org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider.BeanParamValueProvider
 
parameter - Variable in class org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider.EntityValueSupplier
 
parameter - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
parameter - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
parameter - Variable in class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
 
Parameter - Class in org.glassfish.jersey.server.model
Method parameter model.
Parameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.server.model.Parameter
 
PARAMETER_ANNOTATIONS - Static variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
PARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {0} of type {1} from {2} is not resolvable to a concrete type.
Parameter.BeanParameter - Class in org.glassfish.jersey.server.model
Bean Parameter class represents a parameter annotated with BeanParam which in fact represents additional set of parameters.
Parameter.ParamAnnotationHelper<T> - Interface in org.glassfish.jersey.server.model
 
Parameter.Source - Enum in org.glassfish.jersey.server.model
Parameter injection sources type.
parameterAnnotations - Variable in class org.glassfish.jersey.server.model.AnnotatedMethod
 
parameterFunction - Variable in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
 
parameterIndex - Variable in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.SseEventSinkInvoker
 
Parameterized - Interface in org.glassfish.jersey.server.model
Used in the resource model to capture information on method parameters.
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
Create a parameterized header from given http header reader.
parameterName - Variable in class org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor
 
parameters - Variable in class org.glassfish.jersey.message.internal.ParameterizedHeader
 
parameters - Variable in class org.glassfish.jersey.server.model.HandlerConstructor
 
parameters - Variable in class org.glassfish.jersey.server.model.Invocable
 
parameters - Variable in class org.glassfish.jersey.server.model.Parameter.BeanParameter
 
parameterSource - Variable in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
 
parameterType - Variable in exception class org.glassfish.jersey.server.ParamException
 
ParameterValueHelper - Class in org.glassfish.jersey.server.spi.internal
Utility methods for retrieving values or value providers for the parameterized resource model components.
ParameterValueHelper() - Constructor for class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Prevents instantiation.
ParamException - Exception Class in org.glassfish.jersey.server
An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException(Throwable, Response.StatusType, Class<? extends Annotation>, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException
 
ParamException.CookieParamException - Exception Class in org.glassfish.jersey.server
A parameter exception for errors with CookieParam.
ParamException.FormParamException - Exception Class in org.glassfish.jersey.server
A parameter exception for errors with FormParam.
ParamException.HeaderParamException - Exception Class in org.glassfish.jersey.server
A parameter exception for errors with HeaderParam.
ParamException.MatrixParamException - Exception Class in org.glassfish.jersey.server
A URI-parameter-based exception for errors with MatrixParam.
ParamException.PathParamException - Exception Class in org.glassfish.jersey.server
A URI-parameter-based exception for errors with PathParam.
ParamException.QueryParamException - Exception Class in org.glassfish.jersey.server
A URI-parameter-based exception for errors with QueryParam.
ParamException.UriParamException - Exception Class in org.glassfish.jersey.server
An abstract parameter exception for the class of URI-parameter-based exceptions.
ParamExtractorConfigurator - Class in org.glassfish.jersey.server.internal.inject
Configurator which initializes and register MultivaluedParameterExtractorProvider instance into InjectionManager.
ParamExtractorConfigurator() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
 
ParamInjectionResolver<A> - Class in org.glassfish.jersey.server.internal.inject
Abstract base class for resolving JAX-RS &#64;XxxParam injection.
ParamInjectionResolver(ValueParamProvider, Class<A>, Provider<ContainerRequest>) - Constructor for class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
Initialize the base parameter injection resolver.
paramName - Variable in class org.glassfish.jersey.server.internal.inject.SingleStringValueExtractor
 
paramName - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
ParamQualifier - Annotation Type in org.glassfish.jersey.server.model
A meta-annotation that identifies an annotation as a parameter-based annotation.
params - Variable in class org.glassfish.jersey.message.internal.JerseyLink.Builder
A map for all the link parameters such as "rel", "type", etc.
params - Variable in class org.glassfish.jersey.message.internal.JerseyLink
A map for all the link parameters such as "rel", "type", etc.
ParamStyle - Enum in com.sun.research.ws.wadl
Java class for ParamStyle.
ParamStyle(String) - Constructor for enum com.sun.research.ws.wadl.ParamStyle
 
ParamValueFactoryWithSource<T> - Class in org.glassfish.jersey.server.spi.internal
Extends Supplier interface with Parameter.Source information.
ParamValueFactoryWithSource(Function<ContainerRequest, T>, Parameter.Source) - Constructor for class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
Wrap provided param supplier.
parent - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
parent - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
parent - Variable in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
parent - Variable in class org.glassfish.jersey.server.model.Resource
 
parent - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
parent - Variable in class org.glassfish.jersey.server.model.ResourceMethod
 
parent - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
parentClassScope - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
parentName - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
 
parentResource - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
parse() - Method in class org.glassfish.jersey.uri.internal.UriParser
Parses the input string URI.
parse(File, HandlerBase) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(File, DefaultHandler) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(InputStream, HandlerBase) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(InputStream, HandlerBase, String) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(InputStream, DefaultHandler) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(InputStream, DefaultHandler, String) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(String) - Static method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
parse(String) - Static method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
 
parse(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
parse(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
 
parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
parse(String, URL, Set<String>) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Parse the content of the given URL as a provider-configuration file.
parse(String, HandlerBase) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(String, DefaultHandler) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parse(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
parse(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.FixedLengthEncodingParser
 
parse(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser
 
parse(CharacterIterator) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
parse(InputSource, HandlerBase) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parse(InputSource, DefaultHandler) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
parseAndValidateMappings(String, Object, UriConnegFilter.TypeParser<T>) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
parseAuthHeaders(String) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Parse digest header.
parseAuthHeaders(List<?>) - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Parse digest header.
parseAuthority() - Method in class org.glassfish.jersey.uri.internal.UriParser
 
parseComponent(String, boolean) - Method in class org.glassfish.jersey.uri.internal.UriParser
 
parseComponent(String, boolean, boolean) - Method in class org.glassfish.jersey.uri.internal.UriParser
Parses the URI component.
parseComponentWithIP(String, boolean) - Method in class org.glassfish.jersey.uri.internal.UriParser
 
parseConfig(Object) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Converts configuration property value to an array of HttpMethodOverrideFilter.Source literals.
parseCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
 
parseCookies(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
 
ParseException - Exception Class in org.glassfish.jersey.jdk.connector.internal
 
ParseException(String) - Constructor for exception class org.glassfish.jersey.jdk.connector.internal.ParseException
 
ParseException(String, Throwable) - Constructor for exception class org.glassfish.jersey.jdk.connector.internal.ParseException
 
parseHeader(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseHeaderFromBuffer(ByteBuffer, boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseHeaderName(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseHeadersFromBuffer(ByteBuffer, boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseHeaderValue(ByteBuffer, boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseHierarchicalUri() - Method in class org.glassfish.jersey.uri.internal.UriParser
 
parseHttpChunkLength(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
parseInt(ByteBuffer, int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseLastChunkTrailer(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
parseLine(String, URL, BufferedReader, int, List<String>, Set<String>) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Parse a single line from the given configuration file, adding the name on the line to both the names list and the returned set iff the name is not already a member of the returned set.
parseMappings(String, String, Map<String, T>, UriConnegFilter.TypeParser<T>) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
parseName(CharacterIterator, int) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
parseNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
 
parsePath() - Method in class org.glassfish.jersey.uri.internal.UriParser
 
parsePropertyValue(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
parser - Variable in class org.glassfish.jersey.client.ChunkedInput
 
parseRegex(CharacterIterator) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
parserExecuted - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
parseString(ByteBuffer, int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
parseTrailerCRLF(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
parseVersion(String) - Static method in class org.glassfish.jersey.internal.util.JdkVersion
 
parsingNumericValue - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
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.
password - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Credentials
 
password - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
passwordBasic - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
passwordDigest - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
path - Variable in class com.sun.research.ws.wadl.Param
 
path - Variable in class com.sun.research.ws.wadl.Resource
 
path - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
path - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
path - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
path - Variable in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
path - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
 
path - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
path - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
path - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
path - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
path - Variable in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
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
 
path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
path(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new path for the built resource.
path(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
PATH - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Path parameter injection source.
PATH - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI path component type.
PATH_DECODER - Static variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PATH_SEGMENT - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI path component type that is a path segment.
PathMatchingRouter - Class in org.glassfish.jersey.server.internal.routing
Matches the un-matched right-hand request path to the configured collection of path pattern matching routes.
PathMatchingRouter(List<Route>) - Constructor for class org.glassfish.jersey.server.internal.routing.PathMatchingRouter
Constructs route methodAcceptorPair that uses PathPattern instances for patch matching.
PathMatchingRouterBuilder - Class in org.glassfish.jersey.server.internal.routing
/** A request path pattern matching router hierarchy builder entry point.
PathMatchingRouterBuilder() - Constructor for class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
 
PathParamException(Throwable, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.PathParamException
 
PathParamListPathSegmentValueSupplier(String, boolean) - Constructor for class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamListPathSegmentValueSupplier
 
PathParamPathSegmentValueSupplier(String, boolean) - Constructor for class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamPathSegmentValueSupplier
 
PathParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
@PathParam injection value provider.
PathParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider
Injection constructor.
PathParamValueParamProvider.PathParamListPathSegmentValueSupplier - Class in org.glassfish.jersey.server.internal.inject
 
PathParamValueParamProvider.PathParamPathSegmentValueSupplier - Class in org.glassfish.jersey.server.internal.inject
 
PathParamValueParamProvider.PathParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
PathParamValueProvider(MultivaluedParameterExtractor<?>, boolean) - Constructor for class org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamValueProvider
 
pathPattern - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
pathPattern - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
PathPattern - Class in org.glassfish.jersey.uri
A path pattern that is a regular expression generated from a URI path template.
PathPattern() - Constructor for class org.glassfish.jersey.uri.PathPattern
 
PathPattern(String) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
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) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
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.
paths - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PathSegmentImpl(String, boolean) - Constructor for class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
PathSegmentImpl(String, boolean, MultivaluedMap<String, String>) - Constructor for class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
 
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.
PathTemplate.PathTemplateParser - Class in org.glassfish.jersey.uri
Internal parser of this PathTemplate.
PathTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate.PathTemplateParser
Public constructor.
PathToRouterBuilder - Interface in org.glassfish.jersey.server.internal.routing
An intermediate path matching router builder.
pattern - Variable in class org.glassfish.jersey.jaxb.internal.NounInflector.Replacer
 
pattern - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
pattern - Variable in class org.glassfish.jersey.uri.UriTemplate
The pattern generated from the template.
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.
PatternWithGroups.EmptyStringMatchResult - Class in org.glassfish.jersey.uri
 
PatternWithGroups.GroupIndexMatchResult - Class in org.glassfish.jersey.uri
 
PAYLOAD_ANY - Enum constant in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
Full verbose logging.
PAYLOAD_TEXT - Enum constant in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
Content of HTTP headers as well as entity content of textual media types is logged.
peek() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
peek() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Returns the next character without increasing the position.
peekMatchedResource() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Peek the last resource object that successfully matched the request URI.
peekMatchedResource() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pending - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
pendingApplicationWrite - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
pendingError - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
pendingRequests - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
pendingWrites - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter.WriteQueue
 
PerLookup - Annotation Type in org.glassfish.jersey.internal.inject
PerLookup is the scope for objects that are created every time they are looked up.
permitAll() - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create PermitAll annotation implementation.
PermitAllImpl() - Constructor for class org.glassfish.jersey.message.filtering.SecurityAnnotations.PermitAllImpl
 
persistentConnection - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
PerThread - Annotation Type in org.glassfish.jersey.internal.inject
PerThread is a scope that operates like Singleton scope, except on a per-thread basis.
PLAIN - Enum constant in enum com.sun.research.ws.wadl.ParamStyle
 
PlainTextOptionsInflector() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor.PlainTextOptionsInflector
 
pluralize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Return a addPlural version of the specified (addSingular) word.
plurals - Variable in class org.glassfish.jersey.jaxb.internal.NounInflector
List of Replacers for performing replacement operations on matches for plural words.
poll() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
poll(long, TimeUnit) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
poll(long, TimeUnit) - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor.HandOffQueue
 
poolName - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
port - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
port - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.DestinationKey
 
port - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
port - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
port(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
PORT - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI port component type.
pos - Variable in class org.glassfish.jersey.uri.internal.CharacterIterator
 
pos() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Returns the current internal position of the iterator.
position - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
post(Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
post(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
POST - Enum constant in enum com.sun.research.ws.wadl.HTTPMethods
 
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.
postfixWithCapturingGroup(String) - Static method in class org.glassfish.jersey.uri.PathPattern
 
postfixWithCapturingGroup(String, PathPattern.RightHandPath) - Static method in class org.glassfish.jersey.uri.PathPattern
 
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
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ComponentProviderConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.JerseyResourceContextConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ProcessingProvidersConfigurator
 
postProcess(boolean) - Method in class org.glassfish.jersey.internal.Errors
 
PRE_MATCH - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
PreMatching ContainerRequestFilter invoked.
PRE_MATCH_SUMMARY - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
PreMatching ContainerRequestFilter invocation summary.
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.
preDestroy(Object) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
preDestroy(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Analyzes the given object and call the preDestroy method.
PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of true indicates that a client should send an authentication request even before the server gives a 401 response.
PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.jetty.connector.JettyClientProperties
The credential provider that should be used to retrieve credentials from a user.
preemptiveBasicAuth - Variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
prefix - Variable in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
 
prefix - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
prefix() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP
Prefix String used for JSONP if not empty: will be included verbatim before JSON value.
PREFIX - Static variable in class org.glassfish.jersey.internal.ServiceFinder
 
PREFIX - Static variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
Prefix for all selectable scopes
prefixId(StringBuilder, long) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
prefixWithSlash(String) - Static method in class org.glassfish.jersey.uri.PathTemplate
Converts the path provided to a slash-leading form, no matter what is provided.
preInitialize() - Method in class org.glassfish.jersey.client.ClientConfig
Pre initializes this configuration by initializing client runtime including message body workers.
preInitialize() - Method in class org.glassfish.jersey.client.ClientConfig.State
 
preInitialize() - Method in class org.glassfish.jersey.client.ClientRuntime
Pre-initialize the client runtime.
preInitialize() - Method in interface org.glassfish.jersey.client.Initializable
Pre-initializes the runtime and runtime configuration of this component in order to improve performance during the first request.
preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
 
preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
preMatchFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
PREMATCHING_ALSO_NAME_BOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
prepareForReply(HttpRequest, CompletionHandler<HttpRequest>) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
 
preProcess() - Method in class org.glassfish.jersey.internal.Errors
 
presentInScope(String, String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
presentInScope(String, String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
presentInScope(String, String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Determines whether a field/subgraph is present in ANY of the given scopes.
presentInScopes(String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
presentInScopes(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
presentInScopes(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Determines whether a field/subgraph is present in ANY of the existing scopes.
Pretty - Class in org.glassfish.jersey.internal.util
Utility class to print the variety of types, useful in toString method.
Pretty() - Constructor for class org.glassfish.jersey.internal.util.Pretty
Private constructor to forbid the creation of Pretty instance.
prettyPrintParameters(Class<?>[]) - Static method in class org.glassfish.jersey.internal.util.Pretty
 
prev - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
primaryTag - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
primitive - Variable in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
PrimitiveCharacterExtractor - Class in org.glassfish.jersey.server.internal.inject
Value extractor for Character and char parameters.
PrimitiveCharacterExtractor(String, String, Object) - Constructor for class org.glassfish.jersey.server.internal.inject.PrimitiveCharacterExtractor
 
PrimitiveMapper - Class in org.glassfish.jersey.server.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.
PrimitiveMapper() - Constructor for class org.glassfish.jersey.server.internal.inject.PrimitiveMapper
Prevents instantiation.
primitiveToClassMap - Static variable in class org.glassfish.jersey.server.internal.inject.PrimitiveMapper
 
primitiveToDefaultValueMap - Static variable in class org.glassfish.jersey.server.internal.inject.PrimitiveMapper
 
PrimitiveTypes(Class<?>, Class<?>) - Constructor for enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
PrimitiveValueOfExtractor - Class in org.glassfish.jersey.server.internal.inject
Extract primitive parameter value from the multivalued parameter map using one of the valueOf(String) methods on the primitive Java type wrapper classes.
PrimitiveValueOfExtractor(Method, String, String, Object) - Constructor for class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
Create new primitive parameter value extractor.
printEntity(LoggingFeature.Verbosity, MediaType) - Static method in class org.glassfish.jersey.logging.LoggingInterceptor
Returns true if entity has to be printed.
printNameBoundProviders(String, Map<Class<? extends Annotation>, List<RankedProvider<T>>>, StringBuilder) - Static method in class org.glassfish.jersey.server.ApplicationHandler
 
printPrefixedHeaders(StringBuilder, long, String, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
printProviders(String, Iterable<T>, StringBuilder) - Static method in class org.glassfish.jersey.server.ApplicationHandler
 
printRequestLine(StringBuilder, String, long, String, URI) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
printResponseLine(StringBuilder, String, long, int) - Method in class org.glassfish.jersey.logging.LoggingInterceptor
 
printStackTrace(Throwable) - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService
 
priority - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
Priority(int) - Constructor for enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
 
PRIORITY - Static variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
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.
proceed() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Proceed with validation.
process(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
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.
process(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given task and gather messages.
process(String, InputStream) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
process(String, InputStream) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Process a scanned resource.
process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringProcessor
 
process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.SecurityEntityProcessor
 
process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.SelectableEntityProcessor
 
process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
Method is called from the default implementation of AbstractEntityProcessor.process(org.glassfish.jersey.message.filtering.spi.EntityProcessorContext) and is supposed to be overridden by custom implementations of this class.
process(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
Process throwable by using exception mappers and generating the mapped response if possible.
process(Callable<T>) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given callable task and gather messages.
process(Callable<T>, boolean) - Static method in class org.glassfish.jersey.internal.Errors
 
process(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given producer task and gather errors.
process(Producer<T>, boolean) - Static method in class org.glassfish.jersey.internal.Errors
 
process(EntityGraph, String, Type) - Method in class org.glassfish.jersey.message.filtering.DefaultEntityProcessor
 
process(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.DefaultEntityProcessor
 
process(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringProcessor
 
process(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
 
process(EntityProcessorContext) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessor
Process given (class/property/accessor) context by modifying provided EntityGraph.
process(ContainerRequest) - Method in class org.glassfish.jersey.server.ServerRuntime
Process a container request.
process(ContainerResponse) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
process(ParamConverterFactory, String, Class<?>, Type, Annotation[], String) - Method in class org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorFactory
 
processApplicationStatistics(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
processChildResourceBuilders() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
processComment() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
processComments - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
processConnect() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
processConnect() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
processConnectionClosed() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
processConnectionClosed() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
processContent(ClientRequest, ContentProvider) - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
processedCount - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
processedCount - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
processError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
processError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
processErrors(boolean) - Static method in class org.glassfish.jersey.internal.Errors
Log errors and throw an exception if there are any fatal issues detected and the throwException flag has been set to true.
processExceptionMapperEvents() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
processFailure(Throwable, ResponseCallback) - Method in class org.glassfish.jersey.client.ClientRuntime
 
processFeatureRegistration(Object, Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
processFile(File) - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
processFile(File) - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
PROCESSING_RESPONSE_ERRORS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If property value is true then the errors raised during response processing are tried to handled using available response error mappers.
processingContext - Variable in class org.glassfish.jersey.server.ContainerFilteringStage.ResponseFilterStage
 
processingContext - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
 
processingContext - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
 
processingContextRefProvider - Variable in class org.glassfish.jersey.server.internal.process.ReferencesInitializer
 
processingProviders - Variable in class org.glassfish.jersey.server.ContainerRequest
 
processingProviders - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
processingProviders - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
processingProviders - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
processingProviders - Variable in class org.glassfish.jersey.server.ServerRuntime
 
processingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set request/response processing providers.
ProcessingProviders - Class in org.glassfish.jersey.server.internal
Injectable encapsulating class containing processing providers like filters, interceptors, name bound providers, dynamic features.
ProcessingProviders(MultivaluedMap<Class<? extends Annotation>, RankedProvider<ContainerRequestFilter>>, MultivaluedMap<RankedProvider<ContainerRequestFilter>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<ContainerResponseFilter>>, MultivaluedMap<RankedProvider<ContainerResponseFilter>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<ReaderInterceptor>>, MultivaluedMap<RankedProvider<ReaderInterceptor>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<WriterInterceptor>>, MultivaluedMap<RankedProvider<WriterInterceptor>, Class<? extends Annotation>>, Iterable<RankedProvider<ContainerRequestFilter>>, List<RankedProvider<ContainerRequestFilter>>, Iterable<RankedProvider<ContainerResponseFilter>>, Iterable<RankedProvider<ReaderInterceptor>>, Iterable<RankedProvider<WriterInterceptor>>, Iterable<DynamicFeature>) - Constructor for class org.glassfish.jersey.server.internal.ProcessingProviders
Creates new instance of the processing providers.
ProcessingProvidersConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ProcessingProviders instance into BootstrapBag.
ProcessingProvidersConfigurator() - Constructor for class org.glassfish.jersey.server.ProcessingProvidersConfigurator
 
processLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
processMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
processMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
processMethodBuilders() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
processPendingRequests() - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
processPendingRequests(HttpConnection) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
processQuotedString(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
processRead(DOWN_IN) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
processRead(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
 
processRead(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
processRead(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
processRead(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
processRequestItems() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
processRequestParameters(Resource, ResourceMethod, Map<String, Param>, Collection<Parameter>, Request) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
Recursively processes provided request parameters and adds the resulting WADL information into the WADL request.
processResource(Resource, String) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
processResourceModel(Collection<ModelProcessor>, ResourceModel, ResourceConfig) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
 
processResourceModel(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
Process resourceModel and return the processed model.
processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
processResponse(ClientResponse, ResponseCallback) - Method in class org.glassfish.jersey.client.ClientRuntime
 
processResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
processResponseCodeEvents() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
processResponseError(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
If "jersey.config.server.exception.processResponseErrors" is set to true then try to handle errors raised during response processing.
processResponseErrors - Variable in class org.glassfish.jersey.server.ServerRuntime
 
processResponseHeaders(HttpFields, ClientResponse) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
processResponseHeaders(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
processSslHandshakeCompleted() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
processSslHandshakeCompleted() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
processSubResource(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
Process subResourceModel which was returned a sub resource locator.
processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
processWithException(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given task and gather messages.
processWithException(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given producer task and gather messages.
producedTypes - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
producedTypes - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
Producer<T> - Interface in org.glassfish.jersey.internal.util
This interface extends Callable interface but removes the exception from call declaration.
produces - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
produces - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
produces - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
 
produces(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
producesFromProviders - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
Producing - Interface in org.glassfish.jersey.server.model
Model component that is able to produce media types.
profile - Variable in class com.sun.research.ws.wadl.Representation
 
prop(String, Object) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
Specify the property value for the current WadlGenerator.
properties - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Configuration properties collection and it's immutable views.
properties - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
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 - Variable in class org.glassfish.jersey.client.ChunkedInput
 
propertiesDelegate - Variable in class org.glassfish.jersey.client.ClientRequest
 
propertiesDelegate - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
propertiesDelegate - Variable in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
propertiesDelegate - Variable in class org.glassfish.jersey.server.ContainerRequest
 
PropertiesDelegate - Interface in org.glassfish.jersey.internal
TODO: javadoc.
PropertiesDelegateFactory(Provider<ClientRequest>) - Constructor for class org.glassfish.jersey.client.ClientBinder.PropertiesDelegateFactory
 
propertiesDelegateProvider - Variable in class org.glassfish.jersey.client.ChunkedInputReader
 
PropertiesHelper - Class in org.glassfish.jersey.internal.util
Helper class containing convenience methods for reading org.glassfish.jersey.server.ResourceConfig and Configuration properties.
PropertiesHelper() - Constructor for class org.glassfish.jersey.internal.util.PropertiesHelper
Prevent instantiation.
property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClient
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
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(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
Property - Annotation Type in org.glassfish.jersey.internal.util
Marker annotation for static fields that represent property names.
PROPERTY_EXECUTION_TIMES_METHODS - Static variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
PROPERTY_EXECUTION_TIMES_REQUESTS - Static variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
PROPERTY_NAME - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
TracingLogger instance is placed in request context properties under this name.
PROPERTY_READER - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Context created to process entity properties when reading entity from an input stream into an Java object.
PROPERTY_SUBTYPE_GLOBAL - Static variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
PROPERTY_VALUE_TOSTRING_THROWS_EXCEPTION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
[{0} thrown from property value toString(): {1}]
PROPERTY_WRITER - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Context created to process entity properties when writing entity to an output stream from an Java object.
PropertyAlias - Annotation Type in org.glassfish.jersey.internal.util
Marker annotation for static fields that represent property name aliases.
protocolVersion - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
protocolVersion - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
provide() - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.EmptyReferenceFactory
 
provide() - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory.InitializedReferenceFactory
 
provide() - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
 
provide() - Method in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
 
provide() - Method in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
providedType - Variable in class org.glassfish.jersey.message.AbstractEntityProviderModel
 
providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the provided Java type.
provider - Variable in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
 
provider - Variable in class org.glassfish.jersey.message.AbstractEntityProviderModel
 
provider - Variable in class org.glassfish.jersey.model.internal.RankedProvider
 
provider - Static variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
 
provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the modelled entity provider instance.
PROVIDER_CACHE_SIZE - Static variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
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_CLASSNAMES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more class names that implement application-specific resources and providers.
PROVIDER_CLASSPATH - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines class-path that contains application-specific resources and providers.
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_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing the provider {1} is not found.
PROVIDER_PACKAGES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more packages that contain application-specific resources and providers.
PROVIDER_SCANNING_RECURSIVE - Static variable in class org.glassfish.jersey.server.ServerProperties
Sets the recursion strategy for package scanning.
ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
 
ProviderBase() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Deprecated.
ProviderBase(MAPPER_CONFIG) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
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.
ProviderRuntime(RuntimeType) - Constructor for enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
 
providers - Variable in class org.glassfish.jersey.client.CustomProvidersFeature
 
providers - Variable in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
providers - Variable in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
 
providers - Variable in class org.glassfish.jersey.server.internal.inject.ParamConverters.AggregatedProvider
 
providers - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
providers - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
providers - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
providers - Variable in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
 
providers - Variable in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
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.
Providers() - Constructor for class org.glassfish.jersey.internal.inject.Providers
 
Providers.ProviderRuntime - Enum in org.glassfish.jersey.internal.inject
 
ProvidersConfigurator() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
 
proxiable - Variable in class org.glassfish.jersey.internal.inject.Binding
 
proxy(boolean) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds information about proxy creation.
PROXY_407_TWICE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Received 407 for the second time."
PROXY_407_TWICE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Received 407 for the second time."
PROXY_AUTHENTICATE - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
PROXY_AUTHORIZATION - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
PROXY_CONNECT_FAIL(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Connecting to proxy failed with status {0}."
PROXY_CONNECT_FAIL(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connecting to proxy failed with status {0}."
PROXY_CONNECTION - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
PROXY_FAIL_AUTH_HEADER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Creating authorization header failed."
PROXY_FAIL_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Creating authorization header failed."
PROXY_MISSING_AUTH_HEADER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Proxy-Authenticate header value is missing or empty."
PROXY_MISSING_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Proxy-Authenticate header value is missing or empty."
PROXY_PASSWORD - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a user password which will be used for HTTP proxy authentication.
PROXY_PASSWORD_MISSING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Password is missing"
PROXY_PASSWORD_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Password is missing"
PROXY_QOP_NO_SUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"The 'qop' (quality of protection) = {0} extension requested by the server is not supported.
PROXY_QOP_NO_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"The 'qop' (quality of protection) = {0} extension requested by the server is not supported.
PROXY_UNSUPPORTED_SCHEME(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Unsupported scheme: {0}."
PROXY_UNSUPPORTED_SCHEME(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Unsupported scheme: {0}."
PROXY_URI - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a URI of a HTTP proxy the client connector should use.
PROXY_USER_NAME_MISSING() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"User name is missing"
PROXY_USER_NAME_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"User name is missing"
PROXY_USERNAME - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a user name which will be used for HTTP proxy authentication.
ProxyAuthenticationException - Exception Class in org.glassfish.jersey.jdk.connector.internal
 
ProxyAuthenticationException(String) - Constructor for exception class org.glassfish.jersey.jdk.connector.internal.ProxyAuthenticationException
 
ProxyBasicAuthenticator - Class in org.glassfish.jersey.jdk.connector.internal
 
ProxyBasicAuthenticator() - Constructor for class org.glassfish.jersey.jdk.connector.internal.ProxyBasicAuthenticator
 
proxyConfiguration - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
proxyConfiguration - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
ProxyConfiguration(Map<String, Object>) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
proxyDigestAuthenticator - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
ProxyDigestAuthenticator - Class in org.glassfish.jersey.jdk.connector.internal
Generates a value of Authorization header of HTTP request for Digest Http Authentication scheme (RFC 2617).
ProxyDigestAuthenticator() - Constructor for class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
ProxyDigestAuthenticator.Algorithm - Enum in org.glassfish.jersey.jdk.connector.internal
 
ProxyDigestAuthenticator.DigestScheme - Class in org.glassfish.jersey.jdk.connector.internal
Digest scheme POJO
ProxyDigestAuthenticator.QOP - Enum in org.glassfish.jersey.jdk.connector.internal
 
ProxyFilter - Class in org.glassfish.jersey.jdk.connector.internal
 
ProxyFilter(Filter<HttpRequest, HttpResponse, ?, ?>, ConnectorConfiguration.ProxyConfiguration) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
Constructor.
ProxyFilter.State - Enum in org.glassfish.jersey.jdk.connector.internal
 
proxyForSameScope - Variable in class org.glassfish.jersey.internal.inject.Binding
 
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).
PublisherStrategy() - Constructor for enum org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
 
push(Function<ContainerResponse, ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.process.DefaultRespondingContext
 
push(Function<ContainerResponse, ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
push(Function<ContainerResponse, ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
Push response transformation function that should be applied.
push(ChainableStage<ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.process.DefaultRespondingContext
 
push(ChainableStage<ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
push(ChainableStage<ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
Push chainable response transformation stage that should be applied.
push(ResourceFinder) - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
pushLeftHandPath() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Add currently matched left-hand side part of request path to the list of matched paths returned by UriInfo.getMatchedURIs().
pushLeftHandPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushLocatorSubResource(Resource) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push sub resource returned from a sub resource locator method.
pushLocatorSubResource(Resource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushMatchedLocator(ResourceMethod) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the matched sub resource locator method.
pushMatchedLocator(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PushMatchedMethodRouter - Class in org.glassfish.jersey.server.internal.routing
Router that pushes matched resource method to routing context.
PushMatchedMethodRouter(ResourceMethod) - Constructor for class org.glassfish.jersey.server.internal.routing.PushMatchedMethodRouter
Create a new instance of push matched resource router.
pushMatchedResource(Object) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the resource that matched the request URI.
pushMatchedResource(Object) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushMatchedRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push a matched runtime resource that was visited during matching phase.
pushMatchedRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PushMatchedRuntimeResourceRouter - Class in org.glassfish.jersey.server.internal.routing
Router that pushes runtime resource matched during a any routing phase to routing context.
PushMatchedRuntimeResourceRouter(RuntimeResource) - Constructor for class org.glassfish.jersey.server.internal.routing.PushMatchedRuntimeResourceRouter
Create a new instance of push matched resource router.
PushMatchedTemplateRouter - Class in org.glassfish.jersey.server.internal.routing
Router that pushes uri template of matched resource of subResource to routing context.
PushMatchedTemplateRouter(UriTemplate) - Constructor for class org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter
Create a new instance of the push matched template router.
PushMatchedTemplateRouter(UriTemplate, UriTemplate) - Constructor for class org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter
Create a new instance of the push matched template router.
pushMatchedTemplateValues(UriTemplate, MatchResult) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PushMatchedUriRouter - Class in org.glassfish.jersey.server.internal.routing
Terminal router that pushes the URI matched so far to the stack returned by UriInfo.getMatchedURIs() method.
PushMatchedUriRouter() - Constructor for class org.glassfish.jersey.server.internal.routing.PushMatchedUriRouter
 
pushMatchResult(MatchResult) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the result of the successful request URI routing pattern match.
pushMatchResult(MatchResult) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PushMethodHandlerRouter - Class in org.glassfish.jersey.server.internal.routing
Terminal router that pushes the matched method's handler instance to the stack returned by UriInfo.getMatchedResources() method.
PushMethodHandlerRouter(MethodHandler, Router) - Constructor for class org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter
Create a new PushMethodHandlerRouter instance.
pushTemplates(UriTemplate, UriTemplate) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push matched request URI routing pattern templates for a single matched method.
pushTemplates(UriTemplate, UriTemplate) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
put(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
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(Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
put(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
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.ConcurrentHashMapV8
Maps the specified key to the specified value in this table.
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(ForeignDescriptor, T) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
Store a new inhabitant for the given descriptor.
PUT - Enum constant in enum com.sun.research.ws.wadl.HTTPMethods
 
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.ConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
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.
putAllForCreate(Map<? extends K, ? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
putForCreate(K, V) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
This method is used instead of put by constructors and pseudoconstructors (clone, readObject).
putIfAbsent(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
putItem - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
putSingle(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
putStat - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
putTreeVal(int, K, V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Finds or adds a node.
putVal(K, V, boolean) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Implementation for put and putIfAbsent

Q

q - Variable in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
q - Variable in class org.glassfish.jersey.server.filter.EncodingFilter.ContentEncoding
 
q - Variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
Client-specified media type quality.
q0 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
q1 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
q2 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
q3 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
q4 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
q5 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
q6 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
qop - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
qop - Variable in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
 
qop - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
qop - Variable in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
 
QOP(String) - Constructor for enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
 
QOP(String) - Constructor for enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
 
qs - Variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
qs - Variable in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
Server-specified media type quality.
Qualified - Interface in org.glassfish.jersey.message.internal
Quality factor for acceptable header types represented as a "parts per thousand" (i.e.
QUALIFIED_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.Quality
A "highest first" qualified element comparator.
qualifiedBy(Annotation) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
Adds a new binding's qualifier.
qualifiedBy(Annotation) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's qualifier.
qualifiers - Variable in class org.glassfish.jersey.internal.inject.AliasBinding
 
qualifiers - Variable in class org.glassfish.jersey.internal.inject.Binding
 
qualifiers - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
quality - Variable in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
quality - Variable in class org.glassfish.jersey.message.internal.AcceptableToken
 
Quality - Class in org.glassfish.jersey.message.internal
Quality parameter constants.
Quality() - Constructor for class org.glassfish.jersey.message.internal.Quality
Prevents instantiation.
QUALITY_PARAM_FILTERING_PREDICATE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Predicate for constructing filtering parameter maps that ignore the "q" and "qs" parameters.
QUALITY_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.Quality
Quality HTTP header parameter name.
QUALITY_SOURCE_MEDIA_TYPE_CREATOR - Static variable in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
QUALITY_SOURCE_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.Quality
Quality source HTTP header parameter name.
QUALITY_VALUE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.Quality
A "highest first" quality value comparator.
QualitySourceMediaType - Class in org.glassfish.jersey.message.internal
A quality source media type.
QualitySourceMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
Create new quality source media type instance with a default quality factor value.
QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
Create new quality source media type instance.
QualitySourceMediaType(String, String, Map<String, String>, int) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
qualityValueToString(float) - Static method in class org.glassfish.jersey.message.internal.Quality
 
query - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
query - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
QUERY - Enum constant in enum com.sun.research.ws.wadl.ParamStyle
 
QUERY - Enum constant in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
If present in the filter configuration, causes the filter to look for a method override in the _method query parameter.
QUERY - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Query parameter injection source.
QUERY - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI query component type, encoded using application/x-www-form-urlencoded rules.
QUERY_PARAM - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded rules (space character is encoded as +).
QUERY_PARAM_NAME - Static variable in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
QUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
One or more of query value parameters are null.
QUERY_PARAM_SPACE_ENCODED - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded (space character is encoded as %20).
queryParam() - Element in annotation type org.glassfish.jersey.server.JSONP
If set then the JavaScript callback function name is obtained from a query parameter with the given name.
queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
queryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
QueryParamException(Throwable, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.QueryParamException
 
queryParams - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
QueryParamValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value supplier provider supporting the @QueryParam injection annotation.
QueryParamValueParamProvider(Provider<MultivaluedParameterExtractorProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider
Injection constructor.
QueryParamValueParamProvider.QueryParamValueProvider - Class in org.glassfish.jersey.server.internal.inject
 
QueryParamValueProvider(MultivaluedParameterExtractor<?>, boolean) - Constructor for class org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider.QueryParamValueProvider
 
queryType - Variable in class com.sun.research.ws.wadl.Resource
 
queue - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
queue - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
queueLimit - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
queueStatus - Variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Content represents the buffer queue status.
QueuingExecutor(int, int, long, TimeUnit, Queue<Runnable>, boolean, ThreadFactory) - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor
Constructor.
QUOTED_STRING - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents quotes type in the TYPE_TABLE.
QuotedString - Enum constant in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
quoteIfWhitespace(String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 

R

randomBytes(int) - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
Generate a random sequence of bytes and return its hex representation
randomBytes(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
Generate a random sequence of bytes and return its hex representation
randomGenerator - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator
 
randomGenerator - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
 
rank - Variable in class org.glassfish.jersey.internal.inject.AliasBinding
 
rank - Variable in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
 
rank - Variable in class org.glassfish.jersey.model.internal.RankedProvider
 
ranked - Variable in class org.glassfish.jersey.internal.inject.Binding
 
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.
RANKED_COMPARATOR - Static variable in class org.glassfish.jersey.server.ComponentProviderConfigurator
 
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 - Variable in class org.glassfish.jersey.internal.util.collection.ClassTypePair
 
rawClass() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Get the raw class of the type.
rawResponseType - Variable in class org.glassfish.jersey.server.model.Invocable
 
rawRoutingResponseType - Variable in class org.glassfish.jersey.server.model.Invocable
 
rawType - Variable in class org.glassfish.jersey.server.model.Parameter
 
RC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource configuration is not modifiable in this context.
read() - Method in class org.glassfish.jersey.client.ChunkedInput
Read next chunk from the response stream and convert it to a Java instance using the chunk media type.
read() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
read() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
read() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
read(byte[]) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
read(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
READ_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Read listener can be set only once."
READ_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Read listener can be set only once."
READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Read timeout interval, in milliseconds.
READABLE_APP_MEDIA_TYPES - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
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.
readChunk(InputStream) - Method in class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser
 
readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
Invoked by ChunkedInput to get the data for the next chunk.
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.
readDirective(CacheControl, HttpHeaderReader) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
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) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
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>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Read entity from a context entity input stream.
readEntity(Class<T>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Read entity from a context entity input stream.
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
reader - Variable in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
reader - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
READER - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
readerClassToGraph - Variable in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
ReaderInterceptorExecutor - Class in org.glassfish.jersey.message.internal
Represents reader interceptor chain executor for both client and server side.
ReaderInterceptorExecutor(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, MessageBodyWorkers, Iterable<ReaderInterceptor>, boolean, InjectionManager) - Constructor for class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Constructs a new executor to read given type from provided entityStream.
ReaderInterceptorExecutor.TerminalReaderInterceptor - Class in org.glassfish.jersey.message.internal
Terminal reader interceptor which choose the appropriate MessageBodyReader and reads the entity from the input stream.
ReaderInterceptorExecutor.UnCloseableInputStream - Class in org.glassfish.jersey.message.internal
MessageBodyReaders should not close the given stream.
readerInterceptors - Variable in class org.glassfish.jersey.client.ClientRequest
 
readerInterceptors - Variable in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
readerInterceptors - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
ReaderModel - Class in org.glassfish.jersey.message
MessageBodyReader model.
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
 
readers - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
readersCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
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.
ReaderWriter() - Constructor for class org.glassfish.jersey.message.internal.ReaderWriter
Prevents instantiation.
readFieldNames(List<String>, HttpHeaderReader) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Reads a type from the entityStream using interceptors.
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
Read JAXB element from an entity stream.
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
 
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to deserialize given value.
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
Unmarshal a JAXB type.
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
 
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<ChunkedInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.client.ChunkedInputReader
 
readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
 
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Read the bytes of an input stream and convert to a string.
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.
readIntValue(HttpHeaderReader, String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
readList(List<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readListener - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
ReadListener - Interface in org.glassfish.jersey.jdk.connector.internal
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.
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.
readObject(ObjectInputStream) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Reconstitutes the instance from a stream (that is, deserializes it).
readObject(ObjectInputStream) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Reconstitute the HashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Reconstitutes the Queue instance from a stream (that is, deserializes it).
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.
readQualifiedList(Comparator<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readQualifiedList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readQualityFactor(CharSequence) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readQualityFactor(String) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
 
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.
readTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
ready - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
realm - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
realm - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
reason - Variable in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
reasonPhrase - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
RECEIVED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
RECEIVING_BODY - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
RECEIVING_HEADER - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
recordAccess(KeyComparatorHashMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the HashMap.
recordAccess(KeyComparatorHashMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
This method is invoked by the superclass whenever the value of a pre-existing entry is read by Map.get or modified by Map.set.
recordRemoval(KeyComparatorHashMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
This method is invoked whenever the entry is removed from the table.
recordRemoval(KeyComparatorHashMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
 
recursive - Variable in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
recursive - Variable in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
recursive - Variable in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
recursive - Variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
recycle() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
red - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
REDIRECT_ERROR_DETERMINING_LOCATION() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Error determining redirect location."
REDIRECT_ERROR_DETERMINING_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Error determining redirect location."
REDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Infinite loop in chained redirects detected."
REDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Infinite loop in chained redirects detected."
REDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Max chained redirect limit ({0}) exceeded."
REDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Max chained redirect limit ({0}) exceeded."
REDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Received redirect that does not contain a location or the location is empty."
REDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Received redirect that does not contain a location or the location is empty."
REDIRECT_STATUS_CODES - Static variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
RedirectException - Exception Class in org.glassfish.jersey.jdk.connector.internal
This Exception is used only if ClientProperties.FOLLOW_REDIRECTS is set to true.
RedirectException(String) - Constructor for exception class org.glassfish.jersey.jdk.connector.internal.RedirectException
Constructor.
RedirectException(String, Throwable) - Constructor for exception class org.glassfish.jersey.jdk.connector.internal.RedirectException
Constructor.
RedirectHandler - Class in org.glassfish.jersey.jdk.connector.internal
 
RedirectHandler(HttpConnectionPool, HttpRequest, ConnectorConfiguration) - Constructor for class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
redirectUriHistory - Variable in class org.glassfish.jersey.jdk.connector.internal.RedirectHandler
 
reduce() - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
 
reduce(List<ContextResolver>) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
 
REDUCE_CONTEXT_PATH_SLASHES_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If set to true then a container will ignore multiple slashes between a port and a context path and will resolve it as URI with only one slash.
reduceLeadingSlashes(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
Reduces the number of slashes before the path to only one slash.
Ref<T> - Interface in org.glassfish.jersey.internal.util.collection
A possibly mutable value reference.
reference - Variable in class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
reference - Variable in class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
reference - Variable in class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
reference - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.AsyncContextFactory
 
reference - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.CloseableServiceFactory
 
reference - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.ContainerRequestFactory
 
reference - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.UriRoutingContextFactory
 
referenceCounter - Variable in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
Holds the number of snapshots of this scope.
referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
Get a new reference for to currently running request scope context.
referenceFactory - Variable in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
 
referenceFactory - Variable in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
referenceFactory() - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
Get a reference factory providing an empty reference.
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.inject.hk2.Hk2ReferencingFactory
Get a reference factory providing an initialized reference.
referenceFactory(T) - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
Get a reference factory providing an initialized reference.
ReferencesInitializer - Class in org.glassfish.jersey.server.internal.process
Request/response scoped injection support initialization stage.
ReferencesInitializer(InjectionManager, Provider<RequestProcessingContextReference>) - Constructor for class org.glassfish.jersey.server.internal.process.ReferencesInitializer
Injection constructor.
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.
ReferencingFactory.EmptyReferenceFactory<T> - Class in org.glassfish.jersey.internal.inject
 
ReferencingFactory.InitializedReferenceFactory<T> - Class in org.glassfish.jersey.internal.inject
 
ReflectionHelper - Class in org.glassfish.jersey.internal.util
Utility methods for Java reflection.
ReflectionHelper() - Constructor for class org.glassfish.jersey.internal.util.ReflectionHelper
Prevents instantiation.
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 invalid input: '&' utility methods.
Refs() - Constructor for class org.glassfish.jersey.internal.util.collection.Refs
 
Refs.DefaultRefImpl<T> - Class in org.glassfish.jersey.internal.util.collection
Default (mutable) Ref implementation.
Refs.ImmutableRefImpl<T> - Class in org.glassfish.jersey.internal.util.collection
Immutable Ref implementation.
Refs.ThreadSafeRefImpl<T> - Class in org.glassfish.jersey.internal.util.collection
Thread-safe Ref implementation.
regex - Variable in class org.glassfish.jersey.server.model.RuntimeResource.Builder
 
regex - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
regex - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
regex - Variable in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
 
regex - Variable in class org.glassfish.jersey.uri.PatternWithGroups
The regular expression for matching and obtaining capturing group values.
regexPattern - Variable in class org.glassfish.jersey.uri.PatternWithGroups
The compiled regular expression of PatternWithGroups.regex.
register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
 
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(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
register(Object) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
 
register(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Registers a provider.
register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object) - Method in class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
Register new callback instance.
register(Object) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, Object...) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
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, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
 
register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component using a given registration strategy.
register(Binder) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
register(Binder) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
 
register(Binder) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Registers beans which are included in Binder.
register(Binding) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
register(Binding) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
 
register(Binding) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Registers one bean represented using fields in the provided descriptor.
register(TimeReservoir<AggregatedValueObject>) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
Registers given aggregating sliding window reservoir to get updates from this trimmer.
register(Bundle) - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
registerBinding - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
registerClasses(Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature in the ResourceConfig.
registerClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature in the ResourceConfig.
registerComponentsOf(Application) - Method in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
registeredClasses - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
registeredClasses - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
registeredClasses - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
registeredInstances - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
registeredInstances - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
registeredInstances - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
registerExecutorBindings(InjectionManager) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI.
registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI.
registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
Retrieves registered ExecutorServiceProvider and ScheduledExecutorServiceProvider by an application and adds the default implementations of those interfaces to binds them into InjectionManager.
registerExistingBundles() - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
Add a ResourceFinder to ResourceConfig.
registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
Register an object for invocation of its PreDestroy method.
registerInstances(Object...) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature, Jersey Binder instances (singletons) in the ResourceConfig.
registerInstances(Set<Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature Jersey Binder instances (singletons) in the ResourceConfig.
registerMBean(Object, String) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
Register the MBean with the given postfix name.
registerModel(Class<?>, int, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a contract provider model for a given class.
registerModel(Resource) - Method in class org.glassfish.jersey.server.ResourceBag.Builder
 
registerProgrammaticResource(Resource) - Method in class org.glassfish.jersey.server.ResourceBag.Builder
Register a new programmatically created resource model.
registerResolver(InjectionManager, ValueParamProvider, Class<? extends Annotation>, Provider<ContainerRequest>) - Method in class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
 
registerResource(Class<?>, Resource) - Method in class org.glassfish.jersey.server.ResourceBag.Builder
Register a new resource model created from a specific resource class.
registerResource(Object, Resource) - Method in class org.glassfish.jersey.server.ResourceBag.Builder
Register a new resource model created from a specific resource instance.
registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig
Register new resource models in the ResourceConfig.
registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
registerResources(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
Register new programmatic resource models in the ResourceConfig.
registerShutdownHook(JerseyClient.ShutdownHook) - Method in class org.glassfish.jersey.client.JerseyClient
Register a new client shutdown hook.
registrationStrategy - Variable in class org.glassfish.jersey.model.internal.ComponentBag
Contract provider model registration strategy.
rehandshake() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
Only for test.
REHANDSHAKING - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
 
rel - Variable in class com.sun.research.ws.wadl.Link
 
rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
relativize(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Relativize URI with respect to a base URI.
release - Static variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
release() - Method in class org.glassfish.jersey.client.JerseyClient
 
release() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
Release a single reference to the current request scope instance.
release() - Method in interface org.glassfish.jersey.process.internal.RequestContext
Release a single reference to the current request scope instance.
release() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
release(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Releases the provided RequestContext to thread-local variable belonging to current request scope.
release(ContainerResponse) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
RELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Attempt to release request processing resources has failed for a request.
reload() - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using the current configuration.
reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using a new configuration.
RELOAD_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
The application reload is finished.
remainingCapacity() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Always returns Integer.MAX_VALUE because a LinkedTransferQueue is not capacity constrained.
remove() - Method in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
remove() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
 
remove() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
 
remove() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.Entry
Removes this entry from the linked list.
remove() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.LinkedHashIterator
 
remove() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
 
remove() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
Default implementation of #remove() which complies with the defined contract.
remove() - Method in interface org.glassfish.jersey.server.ResourceFinder
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntrySet
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
remove(String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
 
remove(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
remove(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Remove a field/subgraph from the graph (all entity-filtering scopes).
remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Remove a header.
remove(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
Remove item from the cache.
remove(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
Remove a value for the descriptor if present in the scope instance store.
remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Un-register BroadcasterListener.
remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Un-register ChunkedOutput from this Broadcaster instance.
removeAll(Collection<?>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
removeAllPendingWithError(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
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.
removeEldestEntry(Map.Entry<K, V>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
 
removeEntryForKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Removes and returns the entry associated with the specified key in the HashMap.
removeHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
removeMapping(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Special version of remove for EntrySet.
removeNull(ContextResolver...) - Static method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
 
removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
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.InterceptorExecutor
 
removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
removeRequest(HttpConnection) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
removeTreeNode(ConcurrentHashMapV8.TreeNode<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Removes the given node, that must be present before this call.
removeUntouchable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for removing definition of specified type as untouchable: usually only
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
 
repeating - Variable in class com.sun.research.ws.wadl.Param
 
repeatRequest(ClientRequestContext, ClientResponseContext, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
Repeat the request with provided newAuthorizationHeader and update the response with newest response data.
replace(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
replace(K, V, V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
replaceChildResource(Resource, Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Replace an existing child resource with a newly supplied one.
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
 
replacement(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector.Replacer
Replace the input if it matches the pattern.
REPLACEMENTS - Static variable in class org.glassfish.jersey.server.internal.ContainerUtils
 
replaceNode(Object, V, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Implementation for the four public remove/replace methods: Replaces node value with v, conditional upon match of cv if non-null.
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
 
Replacer(String, String, boolean) - Constructor for class org.glassfish.jersey.jaxb.internal.NounInflector.Replacer
 
reportMethodSelectionAmbiguity(List<AcceptableMediaType>, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor, List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor>) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
representation - Variable in class com.sun.research.ws.wadl.Request
 
representation - Variable in class com.sun.research.ws.wadl.Response
 
representation - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
Representation - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Representation() - Constructor for class com.sun.research.ws.wadl.Representation
 
representationDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
RepresentationDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for representations.
Created on: Jun 16, 2008
RepresentationDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
ReqEventListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener
 
request - Variable in class com.sun.research.ws.wadl.Method
 
request - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.RequestRecord
 
request - Variable in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
request - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
request() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
Returns a reference to the mutable request context to be invoked.
request() - Method in class org.glassfish.jersey.client.JerseyInvocation
Returns a reference to the mutable request context to be invoked.
request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get the processed container request.
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(long) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Adds to demand and possibly starts task.
request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
Request - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Request() - Constructor for class com.sun.research.ws.wadl.Request
 
REQUEST_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Request configuration for the HttpClient.
REQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The entity was already written in this request.
REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
The property specified how the entity should be serialized to the output stream by the connector; if the buffering should be used or the entity is streamed in chunked encoding.
REQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The entity of the client request is null.
REQUEST_FILTER - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Global ContainerRequestFilter invoked.
REQUEST_FILTER_SUMMARY - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Global ContainerRequestFilter invocation summary.
REQUEST_FILTERED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Execution of container request filters has been finished.
REQUEST_MATCHED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
The matching has been finished and container request filters are going to be executed.
REQUEST_PREFIX - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
Prefix will be printed before requests
REQUEST_PROPERTY_FILTER_REUSED - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
REQUEST_PROPERTY_OPERATION - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
RequestAuthenticationException - Exception Class in org.glassfish.jersey.client.authentication
Exception thrown by security request authentication.
RequestAuthenticationException(String) - Constructor for exception class org.glassfish.jersey.client.authentication.RequestAuthenticationException
Creates new instance of this exception with exception message.
RequestAuthenticationException(String, Throwable) - Constructor for exception class org.glassfish.jersey.client.authentication.RequestAuthenticationException
Creates new instance of this exception with exception message and exception cause.
RequestAuthenticationException(Throwable) - Constructor for exception class org.glassfish.jersey.client.authentication.RequestAuthenticationException
Creates new instance of this exception with exception cause.
requestConfig - Variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
requestContext - Variable in class org.glassfish.jersey.client.ClientResponse
 
requestContext - Variable in class org.glassfish.jersey.client.InboundJaxrsResponse
 
requestContext - Variable in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
requestContext - Variable in class org.glassfish.jersey.client.JerseyInvocation
 
requestContext - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
requestContext - Variable in class org.glassfish.jersey.server.ContainerResponse
 
requestContext - Variable in class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
 
requestContext - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
requestContext - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
requestContext - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
requestContext() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the routed request context.
RequestContext - Class in org.glassfish.jersey.inject.hk2
Class is able to communicate with RequestScope and provide request-scoped descriptors to HK2 DI provider to create or destroy instances.
RequestContext - Interface in org.glassfish.jersey.process.internal
Wrapper for externally provided request context data.
RequestContext(RequestScope) - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext
 
RequestContext.Binder - Class in org.glassfish.jersey.inject.hk2
Request scope injection binder.
RequestContextInjectionFactory(Provider<Ref<ClientRequest>>) - Constructor for class org.glassfish.jersey.client.ClientBinder.RequestContextInjectionFactory
 
requestDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
RequestDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for requests.
Created on: Jun 16, 2008
RequestDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
requestedBy - Variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
 
RequestEntityProcessing - Enum in org.glassfish.jersey.client
Defines values for the ClientProperties.REQUEST_ENTITY_PROCESSING property.
RequestEntityProcessing() - Constructor for enum org.glassfish.jersey.client.RequestEntityProcessing
 
RequestEvent - Interface in org.glassfish.jersey.server.monitoring
An event informing about details of a request processing.
RequestEvent.ExceptionCause - Enum in org.glassfish.jersey.server.monitoring
Describes the origin of the exception.
RequestEvent.Type - Enum in org.glassfish.jersey.server.monitoring
The type of the event which describes in which request processing phase the event is triggered.
RequestEventBuilder - Interface in org.glassfish.jersey.server.internal.monitoring
A contract for request monitoring event builder.
RequestEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
Request event implementation.
RequestEventImpl(RequestEvent.Type, ContainerRequest, ContainerResponse, Throwable, ExtendedUriInfo, Iterable<ContainerResponseFilter>, Iterable<ContainerRequestFilter>, ExceptionMapper<?>, boolean, boolean, RequestEvent.ExceptionCause, boolean) - Constructor for class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
RequestEventImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of RequestEventImpl.
RequestEventListener - Interface in org.glassfish.jersey.server.monitoring
Non-registrable provider that listens to request events.
requestEventListeners - Variable in class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
 
requestExecutionStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
requestExecutionStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
requestExecutionStatisticsBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
requestExecutionStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
 
requestExecutionStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
 
requestExecutionStatisticsMxBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
RequestFilteringStage(Iterable<ClientRequestFilter>) - Constructor for class org.glassfish.jersey.client.ClientFilteringStages.RequestFilteringStage
 
requestFilters - Variable in class org.glassfish.jersey.client.ClientFilteringStages.RequestFilteringStage
 
requestFilters - Variable in class org.glassfish.jersey.server.ContainerFilteringStage
 
requestFilters - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
requestForCall(ClientRequest) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
requestMBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
requestMethodName - Variable in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
RequestProcessingConfigurator - Class in org.glassfish.jersey.server.internal.process
Configurator which initializes and register ExternalRequestScope instance into InjectionManager.
RequestProcessingConfigurator() - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator
 
RequestProcessingConfigurator.AsyncContextFactory - Class in org.glassfish.jersey.server.internal.process
 
RequestProcessingConfigurator.CloseableServiceFactory - Class in org.glassfish.jersey.server.internal.process
 
RequestProcessingConfigurator.ContainerRequestFactory - Class in org.glassfish.jersey.server.internal.process
 
RequestProcessingConfigurator.ServerProcessingBinder - Class in org.glassfish.jersey.server.internal.process
Defines server-side request processing injection bindings.
RequestProcessingConfigurator.UriRoutingContextFactory - Class in org.glassfish.jersey.server.internal.process
 
requestProcessingContext - Variable in class org.glassfish.jersey.server.internal.routing.Router.Continuation
 
RequestProcessingContext - Class in org.glassfish.jersey.server.internal.process
Request processing context.
RequestProcessingContext(InjectionManager, ContainerRequest, UriRoutingContext, RequestEventBuilder, RequestEventListener) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Create new request processing context.
RequestProcessingContextReference - Class in org.glassfish.jersey.server.internal.process
Wrapper that holds the reference of the RequestProcessingContext.
RequestProcessingContextReference() - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
 
RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
Function that can be put to an acceptor chain to properly initialize the client-side request-scoped processing injection for the current request and response exchange.
RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, MessageBodyWorkers, InjectionManager) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
Create new MessageBodyWorkers initialization function for requests and responses.
requestProcessingRoot - Variable in class org.glassfish.jersey.client.ClientRuntime
 
requestProcessingRoot - Variable in class org.glassfish.jersey.server.ServerRuntime
 
requestProvider - Variable in class org.glassfish.jersey.client.ClientBinder.PropertiesDelegateFactory
 
requestQueuedItems - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
RequestRecord(HttpRequest, CompletionHandler<HttpResponse>) - Constructor for class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.RequestRecord
 
requestRefProvider - Variable in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
requestScope - Variable in class org.glassfish.jersey.client.ClientRuntime
 
requestScope - Variable in class org.glassfish.jersey.inject.hk2.RequestContext
 
requestScope - Variable in class org.glassfish.jersey.internal.BootstrapBag
 
requestScope - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
requestScope - Variable in class org.glassfish.jersey.server.ServerRuntime
 
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
Configurator which initializes and register RequestScope instance int InjectionManager and BootstrapBag.
RequestScopeConfigurator() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
 
requestScopeContext - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
Request scope binding annotation.
requestScopedInitializer - Variable in class org.glassfish.jersey.server.ContainerRequest
 
RequestScopedInitializer - Interface in org.glassfish.jersey.server.spi
Custom initialization provider that is guaranteed to be run from within an active request scope.
requestScopeListener - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
requestsInProgress - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
RequestSpecificConsumesProducesAcceptor(CombinedMediaType, CombinedMediaType, boolean, MethodRouting) - Constructor for class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
requestsPerSecond - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
requestStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
requestStats - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
 
RequestStats(MonitoringEventListener.TimeStats, MonitoringEventListener.MethodStats, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
 
requestTimeoutHandler - Variable in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
requestTimeStart - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener
 
requestUri - Variable in class org.glassfish.jersey.client.ClientRequest
 
requestUri - Variable in class org.glassfish.jersey.server.ContainerRequest
 
requestUri - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
 
required - Variable in class com.sun.research.ws.wadl.Param
 
requiredType - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
RequiredTypeOverridingInjectee(Injectee, Type) - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.RequiredTypeOverridingInjectee
 
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.
requiresEntity() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
requiresEntity() - Method in class org.glassfish.jersey.server.model.Invocable
 
requiresEntity() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides information on presence of an entity parameter.
ReservationNode() - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ReservationNode
 
RESERVED - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
RESERVED_REGEX_CHARACTERS - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
ReservoirConstants - Class in org.glassfish.jersey.server.internal.monitoring.core
The constants that determine the behaviour of sliding windows and their trimmers.
ReservoirConstants() - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.ReservoirConstants
 
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.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
reset() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
reset() - Method in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
 
reset() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory.FileSchemeScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory.JarZipSchemeScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
reset() - Method in interface org.glassfish.jersey.server.ResourceFinder
Reset the ResourceFinder instance.
reset(boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
reset(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
resetFinders - Variable in class org.glassfish.jersey.server.ResourceConfig
 
resetRegistrations() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
resize() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
 
resize(int) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Rehashes the contents of this map into a new array with a larger capacity.
resolve(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringScopeResolver
 
resolve(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.SecurityScopeResolver
 
resolve(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.SecurityServerScopeResolver
 
resolve(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
resolve(Annotation[]) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeResolver
Resolve entity-filtering scopes for given annotations.
resolve(Class) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
resolve(Class) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
resolve(Class) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator.Resolver
Resolve a Class type to a QName.
resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
 
resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
Get ContextResolver<T> instance for a given type and media type.
resolve(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.
resolve(Injectee, ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
 
resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
resolve(Injectee) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection Resolver.
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(Injectee) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
resolveConfig(String, WebTargetValueParamProvider.BindingModel) - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
 
resolveConsumedTypes(AnnotatedMethod, List<MediaType>) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
resolvedUri - Variable in class org.glassfish.jersey.client.ClientResponse
 
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.
resolveLinkUri(Object[]) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
resolveProducedTypes(AnnotatedMethod, List<MediaType>) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
 
resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolveProperty(String, Object, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
 
resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolver - Variable in class org.glassfish.jersey.internal.ContextResolverFactory
 
resolver - Variable in class org.glassfish.jersey.internal.inject.InjectionResolverBinding
 
resolver - Variable in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
 
resolverAnnotations - Variable in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
 
resolvers - Variable in class org.glassfish.jersey.internal.JaxrsProviders
 
resolvers - Variable in class org.glassfish.jersey.message.filtering.CommonScopeProvider
 
resolveServiceLocatorParent(Object) - Static method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplate(String, Object, boolean, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplate(String, StringBuilder, UriTemplate.TemplateValueStrategy) - Static method in class org.glassfish.jersey.uri.UriTemplate
Build a URI based on the parameters provided by the variable name strategy.
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplates(Map<String, Object>, boolean, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
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.
resolveTypeVariable(Class<?>, Class<?>, TypeVariable, Map<TypeVariable, Type>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
resolveTypeVariable(ParameterizedType, Class<?>, Class<?>, TypeVariable, Map<TypeVariable, Type>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
resource - Variable in class com.sun.research.ws.wadl.Resources
 
resource - Variable in class org.glassfish.jersey.server.internal.routing.PushMatchedRuntimeResourceRouter
 
resource - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.LocatorCacheKey
 
Resource - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resource - Class in org.glassfish.jersey.server.model
Model of a single resource component.
Resource() - Constructor for class com.sun.research.ws.wadl.Resource
 
Resource(Resource, Resource.Data) - Constructor for class org.glassfish.jersey.server.model.Resource
 
RESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource is already a child resource and cannot contain another child resource.
RESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous path definition with resource {1}.
RESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Both application and applicationClass can't be null.
RESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unable to process {0}
RESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource (or sub resource) {0} with path "{1}" contains (sub) resource method(s) and sub resource locator.
RESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, with path "{1}" is empty.
RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
RESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Lookup and initialization failed for a resource class: {0}.
RESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Both resources, resource {0} and resource {1}, contains sub resource locators on the same path {2}.
RESOURCE_METHOD - Enum constant in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
JAX-RS resource method.
RESOURCE_METHOD_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Resource method execution has finished.
RESOURCE_METHOD_START - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Resource method is going to be executed.
RESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Validation of the application resource model has failed during application initialization.
RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, is annotated with multiple scope annotations.
RESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Replaced child resource does not exist in model: {0}.
RESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Updated resource method does not exist in the model: {0}.
RESOURCE_VALIDATION_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then the extensive validation of application resource model is disabled.
RESOURCE_VALIDATION_IGNORE_ERRORS - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then validation of application resource models does not fail even in case of a fatal validation errors.
Resource.Builder - Class in org.glassfish.jersey.server.model
Resource model component builder.
Resource.Data - Class in org.glassfish.jersey.server.model
Immutable resource data holder.
resourceBag - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
ResourceBag - Class in org.glassfish.jersey.server
A container for application resource models used during the ApplicationHandler initialization.
ResourceBag(Set<Class<?>>, Set<Object>, List<Resource>) - Constructor for class org.glassfish.jersey.server.ResourceBag
 
ResourceBag.Builder - Class in org.glassfish.jersey.server
Resource bag builder.
ResourceBagConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ResourceBag instance into BootstrapBag.
ResourceBagConfigurator() - Constructor for class org.glassfish.jersey.server.ResourceBagConfigurator
 
resourceClass - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
resourceClassStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
resourceClassStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
resourceClassStatsGroup - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
resourceConfig - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
resourceConfig - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
ResourceConfig - Class in org.glassfish.jersey.server
The resource configuration for configuring a web application.
ResourceConfig() - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration without any custom properties or resource and provider classes.
ResourceConfig(Class<?>...) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration initialized with a given set of resource/provider classes.
ResourceConfig(Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration initialized with a given set of resource/provider classes.
ResourceConfig(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a defensive resource configuration copy initialized with a given ResourceConfig.
ResourceConfig.ImmutableState - Class in org.glassfish.jersey.server
 
ResourceConfig.RuntimeConfig - Class in org.glassfish.jersey.server
 
ResourceConfig.State - Class in org.glassfish.jersey.server
 
ResourceConfig.WrappingResourceConfig - Class in org.glassfish.jersey.server
 
resourceContext - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
resourceContext - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
resourceContext - Variable in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
resourceContext - Variable in class org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider
 
resourceContext - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
resourceContext - Variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
resourceContext(JerseyResourceContext) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set resource context.
resourceDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
ResourceDocAccessor - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
A class providing access to information stored in a ResourceDocType.
Created on: Jun 16, 2008
ResourceDocAccessor(ResourceDocType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
resourceDocFile - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
resourceDocStream - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
ResourceDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for resources.
Created on: Jun 11, 2008
ResourceDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
 
resourceExecutionStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
resourceExecutionStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
 
ResourceFinder - Interface in org.glassfish.jersey.server
An interface used for finding and opening (loading) new resources.
ResourceFinderException - Exception Class in org.glassfish.jersey.server.internal.scanning
An runtime exception that may be thrown when scanning.
ResourceFinderException() - Constructor for exception class org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message
ResourceFinderException(String) - Constructor for exception class org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message
ResourceFinderException(String, Throwable) - Constructor for exception class org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message and cause
ResourceFinderException(Throwable) - Constructor for exception class org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied cause
resourceFinders - Variable in class org.glassfish.jersey.server.ResourceConfig.State
 
resourceLocators - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
resourceMethod - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
resourceMethod - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
 
resourceMethod - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
resourceMethod - Variable in class org.glassfish.jersey.server.internal.routing.PushMatchedMethodRouter
 
resourceMethod - Variable in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
resourceMethod - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
ResourceMethod - Class in org.glassfish.jersey.server.model
Model of a method available on a resource.
ResourceMethod(Resource, ResourceMethod.Data) - Constructor for class org.glassfish.jersey.server.model.ResourceMethod
Create new resource method model instance.
ResourceMethod.Builder - Class in org.glassfish.jersey.server.model
Resource method model builder.
ResourceMethod.Data - Class in org.glassfish.jersey.server.model
Immutable resource method data.
ResourceMethod.JaxrsType - Enum in org.glassfish.jersey.server.model
Resource method classification based on the recognized JAX-RS resource method types.
ResourceMethodConfig - Class in org.glassfish.jersey.server.model
Default configuration for resource methods.
ResourceMethodConfig(Map<String, Object>) - Constructor for class org.glassfish.jersey.server.model.ResourceMethodConfig
Create new resource method runtime configuration.
ResourceMethodDispatcher - Interface in org.glassfish.jersey.server.spi.internal
A resource method dispatcher responsible for consuming a JAX-RS request by invoking the configured resource method on a given resource instance and returning the method invocation result in a form of a JAX-RS response.
ResourceMethodDispatcher.Provider - Interface in org.glassfish.jersey.server.spi.internal
Provider interface for creating a resource method dispatcher instances.
resourceMethodDispatcherFactory - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set resource method dispatcher factory.
ResourceMethodDispatcherFactory - Class in org.glassfish.jersey.server.model.internal
A resource method dispatcher provider factory.
ResourceMethodDispatcherFactory(Collection<ResourceMethodDispatcher.Provider>) - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
 
resourceMethodExecutionStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
resourceMethodExecutionStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
 
resourceMethodInvocationHandlerFactory - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set resource method invocation handler factory.
ResourceMethodInvocationHandlerFactory - Class in org.glassfish.jersey.server.model.internal
ResourceMethodInvocationHandlerFactory(InjectionManager) - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
Provides the invocation handler instances designated to handle invocations of the supplied invocable resource methods.
ResourceMethodInvoker - Class in org.glassfish.jersey.server.model
Server-side request-response inflector for invoking methods of annotation-based resource classes.
ResourceMethodInvoker(ResourceMethodDispatcher.Provider, ResourceMethodInvocationHandlerProvider, ResourceMethod, ProcessingProviders, InjectionManager, Configuration, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
ResourceMethodInvoker.Builder - Class in org.glassfish.jersey.server.model
Resource method invoker helper.
resourceMethodInvokerBuilder - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
resourceMethodInvokerBuilder - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
resourceMethodInvokerBuilder - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
resourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set builder of ResourceMethodInvoker.
ResourceMethodInvokerConfigurator - Class in org.glassfish.jersey.server.model.internal
Configurator which initializes and register ResourceMethodDispatcher instance into BootstrapBag.
ResourceMethodInvokerConfigurator() - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
 
ResourceMethodMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of resource method MXBeans.
ResourceMethodMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing the ResourceMethodMXBean MXBean interface.
ResourceMethodMXBeanImpl(ResourceMethodStatistics, boolean, MBeanExposer, String, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
Create a new MXBean and expose it into mbean server using mBeanExposer.
resourceMethods - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
resourceMethods - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
resourceMethods - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
resourceMethods - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
resourceMethods - Variable in class org.glassfish.jersey.server.model.Resource
 
resourceMethods - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
ResourceMethodStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics an of an execution of the resource method.
ResourceMethodStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Immutable resource method statistics.
ResourceMethodStatisticsImpl(ResourceMethod, ExecutionStatistics, ExecutionStatistics) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
ResourceMethodStatisticsImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of resource method statistics.
ResourceMethodStatisticsImpl.Factory - Class in org.glassfish.jersey.server.internal.monitoring
Factory for creating and storing resource method statistics.
ResourceMethodValidator - Class in org.glassfish.jersey.server.model
Validator checking resource methods and sub resource locators.
ResourceMethodValidator(Collection<ValueParamProvider>) - Constructor for class org.glassfish.jersey.server.model.ResourceMethodValidator
 
resourceModel - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
resourceModel - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
resourceModel - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
resourceModel - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
ResourceModel - Class in org.glassfish.jersey.server.model
Resource model of the deployed application which contains set of root resources.
ResourceModel(List<Resource>, List<Resource>) - Constructor for class org.glassfish.jersey.server.model.ResourceModel
Creates new instance from root allResources.
ResourceModel.Builder - Class in org.glassfish.jersey.server.model
Builder used to create resource model instances.
ResourceModelComponent - Interface in org.glassfish.jersey.server.model
Marker interface for all abstract resource model components, so that they can be traversed using a visitor pattern.
ResourceModelConfigurator - Class in org.glassfish.jersey.server
Configurator which binds providers and resources into InjectionManager.
ResourceModelConfigurator() - Constructor for class org.glassfish.jersey.server.ResourceModelConfigurator
 
ResourceModelIssue - Class in org.glassfish.jersey.server.model
Resource model validity issue.
ResourceModelIssue(Object, String) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
Create a new resource model warning.
ResourceModelIssue(Object, String, Severity) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
Create a new resource model issue.
ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
ResourceMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of resource MXBeans.
ResourceMxBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing the ResourceMethodMXBean MXBean interface.
ResourceMxBeanImpl(ResourceStatistics, String, boolean, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
Create and register new MXBean into the mbean server using the mBeanExposer.
ResourceProcessor - Interface in org.glassfish.jersey.server.internal.scanning
Processes resources found by ResourceFinder.
resourcePropertyName - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
resources - Variable in class com.sun.research.ws.wadl.Application
 
resources - Variable in class org.glassfish.jersey.server.model.ResourceModel.Builder
 
resources - Variable in class org.glassfish.jersey.server.model.ResourceModel
 
resources - Variable in class org.glassfish.jersey.server.model.RuntimeResource.Builder
 
resources - Variable in class org.glassfish.jersey.server.model.RuntimeResource
 
resources - Variable in class org.glassfish.jersey.server.ResourceConfig.State
 
Resources - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resources() - Constructor for class com.sun.research.ws.wadl.Resources
 
ResourcesMBeanGroup - Class in org.glassfish.jersey.server.internal.monitoring.jmx
Group of resource MXBeans.
ResourcesMBeanGroup(Map<String, ResourceStatistics>, boolean, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
Create a new group of MXBeans and expose nested Resource MXBeans.
ResourcesProvider() - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
 
ResourceStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of the resource.
ResourceStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Immutable resource statistics implementation.
ResourceStatisticsImpl(Map<ResourceMethod, ResourceMethodStatistics>, ExecutionStatistics, ExecutionStatistics) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
ResourceStatisticsImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of resource statistics instances.
resourcesView - Variable in class org.glassfish.jersey.server.ResourceConfig.State
 
resourceTemplate - Variable in class org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter
 
resourceType - Variable in class com.sun.research.ws.wadl.Link
 
ResourceType - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
 
ResourceValidator - Class in org.glassfish.jersey.server.model
Validator ensuring that resource are correct (for example that root resources contains path, etc.).
ResourceValidator() - Constructor for class org.glassfish.jersey.server.model.ResourceValidator
 
RESP_FILTERS_FINISHED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Execution of Container response filters has finished.
RESP_FILTERS_START - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Container response filters are going to be executed.
responder - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
responder - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
 
Responder(RequestProcessingContext, ServerRuntime) - Constructor for class org.glassfish.jersey.server.ServerRuntime.Responder
 
respondingContext - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
RespondingContext - Interface in org.glassfish.jersey.server.internal.process
Context that can be used during the data processing for registering response processing stages and/or functions that will be invoked during the response processing to transform the response before it is written to the client.
response - Variable in class com.sun.research.ws.wadl.Method
 
response - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.RequestRecord
 
response - Variable in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked when a response for the asynchronously invoked request is available.
Response - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Response() - Constructor for class com.sun.research.ws.wadl.Response
 
RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Response is closed.
RESPONSE_FILTER - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
ContainerResponseFilter invoked.
RESPONSE_FILTER_SUMMARY - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
ContainerResponseFilter invocation summary.
RESPONSE_PREFIX - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
Prefix will be printed before response
RESPONSE_SET_STATUS_OVER_SEND_ERROR - Static variable in class org.glassfish.jersey.server.ServerProperties
Whenever response status is 4xx or 5xx it is possible to choose between sendError or setStatus on container specific Response implementation.
RESPONSE_TIMEOUT - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Failed to convert a response into an exception.
RESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Requested response type is null.
ResponseAuthenticationException - Exception Class in org.glassfish.jersey.client.authentication
Exception thrown by security response authentication.
ResponseAuthenticationException(Response, String) - Constructor for exception class org.glassfish.jersey.client.authentication.ResponseAuthenticationException
Creates new instance of this exception with exception message.
ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception class org.glassfish.jersey.client.authentication.ResponseAuthenticationException
Creates new instance of this exception with exception message and exception cause.
ResponseAuthenticationException(Response, Throwable) - Constructor for exception class org.glassfish.jersey.client.authentication.ResponseAuthenticationException
Creates new instance of this exception with exception cause.
responseBody - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
 
responseBody - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.FixedLengthEncodingParser
 
ResponseCallback - Interface in org.glassfish.jersey.client
Client response processing callback.
responseCodes - Variable in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl
 
responseCodesMap - Variable in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
 
responseContext - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
responseDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
ResponseDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for a response.
Created on: Jun 16, 2008
ResponseDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
ResponseErrorMapper - Interface in org.glassfish.jersey.server.spi
Contract for a provider that maps response processing errors to Response.
responseFilters - Variable in class org.glassfish.jersey.server.ContainerFilteringStage
 
responseFilters - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
ResponseFilterStage(Iterable<ClientResponseFilter>) - Constructor for class org.glassfish.jersey.client.ClientFilteringStages.ResponseFilterStage
 
ResponseFilterStage(RequestProcessingContext, Iterable<RankedProvider<ContainerResponseFilter>>, TracingLogger) - Constructor for class org.glassfish.jersey.server.ContainerFilteringStage.ResponseFilterStage
 
responseMXBean - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
ResponseMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of response MXBean.
ResponseMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing the ResponseMXBean MXBean interface.
ResponseMXBeanImpl() - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
ResponseOutInvoker(Invocable, InvocationHandler, List<ParamValueFactoryWithSource<?>>, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.ResponseOutInvoker
 
responseProcessingRoot - Variable in class org.glassfish.jersey.client.ClientRuntime
 
responseStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
responseStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
ResponseStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of responses produced by application.
responseStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
ResponseStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Immutable response statistics.
ResponseStatisticsImpl(Integer, Map<Integer, Long>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl
 
ResponseStatisticsImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
This builder does not need to be threadsafe since it's called only from the jersey-background-task-scheduler.
responseStatuses - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
responseSuccessfullyMapped - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
responseSuccessfullyMapped - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
responseTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
responseTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
responseType - Variable in class org.glassfish.jersey.server.model.Invocable
 
responseWriter - Variable in class org.glassfish.jersey.server.ContainerRequest
 
responseWritten - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
responseWritten - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Attempt to send restricted header(s) while the [{0}] system property not set.
RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
restrictedHeaders - Static variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
restrictedHeaderSet - Static variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
result - Variable in class org.glassfish.jersey.internal.util.collection.Values.EagerValue
 
result - Variable in class org.glassfish.jersey.process.internal.Stage.Continuation
 
result - Variable in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Get the data processing result.
Result() - Constructor for enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
 
resume(Object) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
resume(Runnable) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
resume(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
resume(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Resumes the provided RequestContext to thread-local variable belonging to current request scope.
resume(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Resume request associated with provided context.
resumed - Variable in class org.glassfish.jersey.server.ChunkedOutput
 
RESUMED - Enum constant in enum org.glassfish.jersey.server.AsyncContext.State
Indicates the asynchronous processing context has been resumed.
retainAll(Collection<?>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
Retrieve the SSL context configuration from the supplied properties.
retrieveCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
RETRY_HANDLER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
HttpRequestRetryHandler which will be used to create HttpClient.
returnDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
returnDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
returned - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
returnFilteringScopes(Set<String>, boolean) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
Return the default entity-filtering scope if the given set of scopes is empty and the processing should fallback to the default.
returnTypeExample - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
rev - Variable in class com.sun.research.ws.wadl.Link
 
RFC1036_DATE_FORMAT_PATTERN - Static variable in class org.glassfish.jersey.message.internal.HttpDateFormat
The date format pattern for RFC 1036.
RFC1123_DATE_FORMAT_PATTERN - Static variable in class org.glassfish.jersey.message.internal.HttpDateFormat
The date format pattern for RFC 1123.
rfc7231LocationHeaderRelativeUriResolution - Variable in class org.glassfish.jersey.server.ServerRuntime
Resolve relative URIs according to RFC7231 (not JAX-RS 2.0 compliant
RI_AFTER - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation after a call to context.proceed().
RI_BEFORE - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation before a call to context.proceed().
RI_SUMMARY - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation summary.
right - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
RightHandPath(String) - Constructor for enum org.glassfish.jersey.uri.PathPattern.RightHandPath
 
rnd - Variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
The random seed.
roles - Variable in class org.glassfish.jersey.message.filtering.SecurityAnnotations.RolesAllowedImpl
 
roles - Static variable in class org.glassfish.jersey.message.filtering.SecurityHelper
 
rolesAllowed - Variable in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
 
rolesAllowed(String...) - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create RolesAllowed annotation implementation for given set of roles.
RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
A DynamicFeature supporting the javax.annotation.security.RolesAllowed, javax.annotation.security.PermitAll and javax.annotation.security.DenyAll on resource methods and sub-resource methods.
RolesAllowedDynamicFeature() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
RolesAllowedDynamicFeature.RolesAllowedRequestFilter - Class in org.glassfish.jersey.server.filter
 
RolesAllowedImpl(String[]) - Constructor for class org.glassfish.jersey.message.filtering.SecurityAnnotations.RolesAllowedImpl
 
RolesAllowedRequestFilter() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
 
RolesAllowedRequestFilter(String[]) - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
 
ROLLBACK - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
Rollback every entity graph modification done in current context.
root - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
root - Variable in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringFilterProvider
 
RootElementProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider.RootElementProvider
Creates new instance.
rootResourceMap - Variable in class org.glassfish.jersey.server.ResourceBag.Builder
Map of root path to resource model.
rootResources - Variable in class org.glassfish.jersey.server.model.ResourceModel
 
rootRouter - Variable in class org.glassfish.jersey.server.internal.routing.MatchResultInitializerRouter
 
rootStage - Variable in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
rootStage - Variable in class org.glassfish.jersey.server.internal.process.DefaultRespondingContext
 
rotateLeft(ConcurrentHashMapV8.TreeNode<K, V>, ConcurrentHashMapV8.TreeNode<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
rotateRight(ConcurrentHashMapV8.TreeNode<K, V>, ConcurrentHashMapV8.TreeNode<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
roundCapacity(int) - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Round capacity to power of 2, at most limit.
roundDown(long) - Static method in class org.glassfish.jersey.server.ContainerRequest
Round down the time to the nearest second.
roundTick(long) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
The purpose of this method is to deal with the fact that data for the same nanosecond can be distributed in an interval [0,256).
route(PathPattern) - Method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
Complete the currently built unfinished sub-route (if any) and start building a new one.
Route - Class in org.glassfish.jersey.server.internal.routing
Request routing information.
Route(PathPattern, List<Router>) - Constructor for class org.glassfish.jersey.server.internal.routing.Route
 
Routed - Interface in org.glassfish.jersey.server.model
Marker interface for all resource model components that contain path information usable for routing.
router - Variable in class org.glassfish.jersey.server.internal.routing.LocatorRouting
Sub-resource locator router.
router - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
Router - Interface in org.glassfish.jersey.server.internal.routing
Hierarchical request router that can be used to create dynamic routing tree structures.
Router.Continuation - Class in org.glassfish.jersey.server.internal.routing
Hierarchical request routing continuation.
routers - Variable in class org.glassfish.jersey.server.internal.routing.MethodRouting
Resource method routers.
routers - Variable in class org.glassfish.jersey.server.internal.routing.Route
 
Routers - Class in org.glassfish.jersey.server.internal.routing
Routing tree assembly utilities.
Routers() - Constructor for class org.glassfish.jersey.server.internal.routing.Routers
 
Routers.EndpointRouter - Class in org.glassfish.jersey.server.internal.routing
 
Routing - Class in org.glassfish.jersey.server.internal.routing
Jersey routing entry point.
Routing() - Constructor for class org.glassfish.jersey.server.internal.routing.Routing
 
Routing.Builder - Class in org.glassfish.jersey.server.internal.routing
Resource routing builder.
routingContext - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
routingContext() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get the routing context for the processed container request.
RoutingContext - Interface in org.glassfish.jersey.server.internal.routing
Jersey request matching and routing context.
routingPattern - Variable in class org.glassfish.jersey.server.internal.routing.Route
 
routingPattern() - Method in class org.glassfish.jersey.server.internal.routing.Route
Get the request path routing pattern.
routingResponseType - Variable in class org.glassfish.jersey.server.model.Invocable
 
routingResponseType - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
routingResponseType(Type) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define the response entity type used during the routing for selection of the resource methods.
RoutingResult(RequestProcessingContext, Endpoint) - Constructor for class org.glassfish.jersey.server.internal.routing.RoutingStage.RoutingResult
 
routingRoot - Variable in class org.glassfish.jersey.server.internal.routing.RoutingStage
 
RoutingStage - Class in org.glassfish.jersey.server.internal.routing
Request pre-processing stage that encapsulates hierarchical resource matching and request routing.
RoutingStage(Router) - Constructor for class org.glassfish.jersey.server.internal.routing.RoutingStage
Create a new routing stage instance.
RoutingStage.RoutingResult - Class in org.glassfish.jersey.server.internal.routing
 
rule - Variable in class org.glassfish.jersey.jaxb.internal.NounInflector.Replacer
 
run() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerTask
 
run() - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
run(T) - Method in interface org.glassfish.jersey.server.Broadcaster.Task
 
runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope context.
runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope context.
runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope context.
runInScopeIfPossible(Producer<T>) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
RUNNING - Enum constant in enum org.glassfish.jersey.server.AsyncContext.State
Indicates the asynchronous processing context is running.
runtime - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
runtime - Variable in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
 
runtime - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
runtime - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
 
runtimeConfig - Variable in class org.glassfish.jersey.client.ClientConfig.RuntimeConfigConfigurator
 
runtimeConfig - Variable in class org.glassfish.jersey.server.ApplicationHandler
 
RuntimeConfig(Application) - Constructor for class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
RuntimeConfig(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
RuntimeConfigConfigurator() - Constructor for class org.glassfish.jersey.server.ApplicationHandler.RuntimeConfigConfigurator
 
RuntimeConfigConfigurator(ClientConfig.State) - Constructor for class org.glassfish.jersey.client.ClientConfig.RuntimeConfigConfigurator
 
RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
Default implementation of JAX-RS RuntimeDelegate.
RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
Server-side implementation of JAX-RS RuntimeDelegate.
RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
runtimeLocatorBuilder - Variable in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
RuntimeLocatorModelBuilder - Class in org.glassfish.jersey.server.internal.routing
Base for sub-resource locator runtime model builder.
RuntimeLocatorModelBuilder(Configuration, MessageBodyWorkers, Collection<ValueParamProvider>, JerseyResourceContext, RuntimeModelBuilder, Iterable<ModelProcessor>, Function<Class<?>, ?>) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
Create a new instance of the runtime model builder for sub-resource locators.
RuntimeLocatorModelBuilder.LocatorCacheKey - Class in org.glassfish.jersey.server.internal.routing
 
runtimeLock - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
runtimeModelBuilder - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
RuntimeModelBuilder - Class in org.glassfish.jersey.server.internal.routing
This is a common base for root resource and sub-resource runtime model builder.
RuntimeModelBuilder(JerseyResourceContext, Configuration, MessageBodyWorkers, Collection<ValueParamProvider>, ProcessingProviders, ResourceMethodInvoker.Builder, Iterable<ModelProcessor>, Function<Class<?>, ?>) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Create a new instance of the runtime model builder.
RuntimeResource - Class in org.glassfish.jersey.server.model
Runtime resource is a group of resources with the same path regular expression.
RuntimeResource(List<Resource>, List<RuntimeResource.Builder>, RuntimeResource, String) - Constructor for class org.glassfish.jersey.server.model.RuntimeResource
 
RuntimeResource.Builder - Class in org.glassfish.jersey.server.model
Runtime Resource builder.
RuntimeResourceModel - Class in org.glassfish.jersey.server.model
Runtime Resource model contains structured information about runtime resources.
RuntimeResourceModel(List<Resource>) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModel
Creates new runtime resource model from the list of resources.
RuntimeResourceModelValidator - Class in org.glassfish.jersey.server.model
Runtime resource model validator validating ambiguity of resource methods.
RuntimeResourceModelValidator(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
Create a new validator instance.
runtimeResources - Variable in class org.glassfish.jersey.server.model.RuntimeResourceModel
 
runtimeRootResourceModelValue - Variable in class org.glassfish.jersey.server.model.ResourceModel
 
runtimeType - Variable in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
 
runtimeType - Variable in class org.glassfish.jersey.internal.ServiceFinderBinder
 
runtimeType - Variable in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
 
rx() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
rx(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
rx(Class<T>, ExecutorService) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

S

s - Variable in class org.glassfish.jersey.uri.internal.CharacterIterator
 
safelyClose(Closeable) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Safely close a closeable, without throwing an exception.
sameFitnessAcceptors - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
 
sameHttpMethod(ResourceMethod, ResourceMethod) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
saveRemaining(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
SAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Cannot disable external general entity processing feature on SAX parser factory [{0}].
SAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Cannot disable external parameter entity processing feature on SAX parser factory [{0}].
SAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAX parser factory [{0}].
SAX_XDK_NO_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Using XDK.
saxFactoryProvider - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
saxFactoryProvider - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
saxFactoryProvider - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
SaxHelper - Class in org.glassfish.jersey.internal.util
Common helper methods for SAX parsers.
SaxHelper() - Constructor for class org.glassfish.jersey.internal.util.SaxHelper
 
saxParserFactory - Variable in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
SaxParserFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
Thread-scoped injection provider of SAX parser factories.
SaxParserFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProvider
Create new SAX parser factory provider.
SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
scanClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
 
schedule(Runnable, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class org.glassfish.jersey.client.ClientRuntime
 
schedule(Callable<T>, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
schedule(Callable<T>, long, TimeUnit) - Method in class org.glassfish.jersey.client.ClientRuntime
 
scheduleClose() - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
scheduleConnectTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain ScheduledExecutorServiceProvider provider contract.
scheduledExecutorService - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
scheduledExecutorService - Variable in class org.glassfish.jersey.client.JerseyClient
 
scheduledExecutorService - Variable in class org.glassfish.jersey.client.JerseyClientBuilder
 
scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
Register custom Jersey client scheduler.
scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig.State
 
scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
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.
ScheduledExecutorServiceSupplier(ScheduledExecutorServiceProvider) - Constructor for class org.glassfish.jersey.process.internal.ExecutorProviders.ScheduledExecutorServiceSupplier
 
ScheduledThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
Default implementation of the Jersey scheduled executor service provider SPI.
ScheduledThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
Create a new instance of the scheduled thread pool executor provider.
scheduleIdleTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
scheduler - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
scheduler - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
scheduler - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
scheduler - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
scheduleResponseTimeout() - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
scheme - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
scheme - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
SCHEME - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI scheme component type.
SCHEME - Static variable in class org.glassfish.jersey.uri.UriComponent
 
SCHEMES - Static variable in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory
 
SCHEMES - Static variable in class org.glassfish.jersey.server.internal.scanning.FileSchemeResourceFinderFactory
 
SCHEMES - Static variable in class org.glassfish.jersey.server.internal.scanning.JarZipSchemeResourceFinderFactory
 
SCHEMES - Static variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory
 
schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
schemeSpecificPart(UriParser) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
Set scheme specific part from the URI parser.
scope - Variable in class org.glassfish.jersey.client.InboundJaxrsResponse
 
scope - Variable in class org.glassfish.jersey.internal.inject.AliasBinding
 
scope - Variable in class org.glassfish.jersey.internal.inject.Binding
 
scope - Variable in class org.glassfish.jersey.model.ContractProvider.Builder
 
scope - Variable in class org.glassfish.jersey.model.ContractProvider
 
scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Change contract provider scope.
SCOPE_ANNOTATIONS - Static variable in class org.glassfish.jersey.server.model.InvocableValidator
 
Scoped - Interface in org.glassfish.jersey.model
Scoped Jersey application model component.
scopeProvider - Variable in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
 
ScopeProvider - Interface in org.glassfish.jersey.message.filtering.spi
Entry point for obtaining entity-filtering scopes used to process a request/response entity.
ScopeResolver - Interface in org.glassfish.jersey.message.filtering.spi
Class used to resolve entity-filtering scopes from annotations.
secure - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.DestinationKey
 
secure - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
secureConnection(JerseyClient, HttpURLConnection) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
Secure connection if necessary.
SecureSaxParserFactory - Class in org.glassfish.jersey.jaxb.internal
Secure SAX parser factory wrapper.
SecureSaxParserFactory(SAXParserFactory) - Constructor for class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
Create new secure SAX parser factory wrapper.
SecureSaxParserFactory.WrappingSAXParser - Class in org.glassfish.jersey.jaxb.internal
 
SECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
SecurityContext was not set.
SecurityAnnotations - Class in org.glassfish.jersey.message.filtering
Convenience utility methods for creating instances of security annotations.
SecurityAnnotations() - Constructor for class org.glassfish.jersey.message.filtering.SecurityAnnotations
Prevent instantiation.
SecurityAnnotations.DenyAllImpl - Class in org.glassfish.jersey.message.filtering
DenyAll annotation implementation.
SecurityAnnotations.PermitAllImpl - Class in org.glassfish.jersey.message.filtering
PermitAll annotation implementation.
SecurityAnnotations.RolesAllowedImpl - Class in org.glassfish.jersey.message.filtering
DenyAll annotation implementation.
securityContext - Variable in class org.glassfish.jersey.message.filtering.SecurityServerScopeProvider
 
securityContext - Variable in class org.glassfish.jersey.message.filtering.SecurityServerScopeResolver
 
securityContext - Variable in class org.glassfish.jersey.server.ContainerRequest
 
SecurityContextInjectee - Class in org.glassfish.jersey.server.internal.process
Proxiable wrapper for request scoped SecurityContext instance.
SecurityContextInjectee(ContainerRequestContext) - Constructor for class org.glassfish.jersey.server.internal.process.SecurityContextInjectee
Injection constructor.
SecurityEntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
Feature used to add support for Java Security annotations (javax.annotation.security) for Entity Data Filtering feature.
SecurityEntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.SecurityEntityFilteringFeature
 
SecurityEntityProcessor - Class in org.glassfish.jersey.message.filtering
Entity processor handling security annotations on model entity classes.
SecurityEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.SecurityEntityProcessor
 
SecurityHelper - Class in org.glassfish.jersey.message.filtering
Utility methods for security Entity Data Filtering.
SecurityHelper() - Constructor for class org.glassfish.jersey.message.filtering.SecurityHelper
Prevent instantiation.
securityProtocol - Variable in class org.glassfish.jersey.SslConfigurator
 
securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the SSLContext protocol.
SecurityScopeResolver - Class in org.glassfish.jersey.message.filtering
scope provider resolving entity-filtering scopes from security annotations.
SecurityScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.SecurityScopeResolver
 
SecurityServerScopeProvider - Class in org.glassfish.jersey.message.filtering
 
SecurityServerScopeProvider(Configuration, InjectionManager) - Constructor for class org.glassfish.jersey.message.filtering.SecurityServerScopeProvider
 
SecurityServerScopeResolver - Class in org.glassfish.jersey.message.filtering
Server-side scope provider resolving entity-filtering scopes from security annotations with respect to user's roles defined in SecurityContext.
SecurityServerScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.SecurityServerScopeResolver
 
seeAlsoClasses - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
SEED_INCREMENT - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Increment for counterHashCodeGenerator.
segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
Segment(float) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Segment
 
SELECTABLE_PARAM_NAME - Static variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
Query parameter name for selectable feature, set to default value
SelectableEntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
Feature used to add support for custom query parameter filtering for Entity Data Filtering feature.
SelectableEntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
SelectableEntityProcessor - Class in org.glassfish.jersey.message.filtering
 
SelectableEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.SelectableEntityProcessor
 
SelectableScopeResolver - Class in org.glassfish.jersey.message.filtering
 
SelectableScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
selected - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
 
selectMethod(List<AcceptableMediaType>, List<MethodSelectingRouter.ConsumesProducesAcceptor>, MediaType, boolean) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
Select method to be invoked.
selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
 
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(List<VariantSelector.VariantHolder>, List<T>, VariantSelector.DimensionChecker<T, U>, Set<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
Select variants for a given dimension.
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.
SEMI_COLON - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
send(ClientRequest, HttpRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
send(HttpRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
send(HttpRequest, CompletionHandler<HttpResponse>) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
send(HttpRequest, CompletionHandler<HttpResponse>) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
 
SENDING_REQUEST - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
Separator - Enum constant in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
SEPARATOR - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents separator type in the TYPE_TABLE.
SEPARATORS - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Array of chars representing separators.
serializationDisable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
Serialization features to disable.
serializationDisable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JacksonFeatures
Deprecated.
Serialization features to disable.
serializationEnable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
Serialization features to enable.
serializationEnable() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JacksonFeatures
Deprecated.
Serialization features to enable.
serializeAsElement(Object, JsonGenerator, SerializerProvider, PropertyWriter) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
serializeAsField(Object, JsonGenerator, SerializerProvider, PropertyWriter) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
serialPersistentFields - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
For serialization compatibility.
serialVersionUID - Static variable in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.internal.inject.ExtractorException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.internal.ServiceConfigurationError
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntrySetView
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Segment
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
 
serialVersionUID - Static variable in class org.glassfish.jersey.internal.util.LazyUid
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.jdk.connector.internal.ParseException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.jdk.connector.internal.RedirectException
 
serialVersionUID - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor.HandOffQueue
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.message.internal.HeaderValueException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.message.internal.MessageBodyProcessingException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ContainerException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.internal.process.MappableException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.model.ModelValidationException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.CookieParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.FormParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.HeaderParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.MatrixParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.PathParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.QueryParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException
 
serialVersionUID - Static variable in exception class org.glassfish.jersey.server.ParamException.UriParamException
 
serialVersionUID - Static variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.CallbackList
 
serialVersionUID - Static variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
server() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
This method is invoked indirectly from the tests.
SERVER - Enum constant in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
 
ServerBinder - Class in org.glassfish.jersey.server
Server injection binder.
ServerBinder() - Constructor for class org.glassfish.jersey.server.ServerBinder
 
ServerBootstrapBag - Class in org.glassfish.jersey.server
ServerBootstrapBag() - Constructor for class org.glassfish.jersey.server.ServerBootstrapBag
 
serverConfig - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
 
ServerConfig - Interface in org.glassfish.jersey.server
Server-side application configuration.
serverConfigured(Map) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
ServerExecutorProvidersConfigurator - Class in org.glassfish.jersey.server
Configurator which initializes and register ExecutorServiceProvider and ScheduledExecutorServiceProvider.
ServerExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.server.ServerExecutorProvidersConfigurator
 
ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider - Class in org.glassfish.jersey.server
Default ScheduledExecutorServiceProvider used on the server side for providing the scheduled executor service that runs background tasks.
ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider - Class in org.glassfish.jersey.server
Default ExecutorServiceProvider used on the server side for managed asynchronous request processing.
ServerFiltersAutoDiscoverable - Class in org.glassfish.jersey.server.filter.internal
Enable auto-discoverable of certain server filters.
ServerFiltersAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
 
serverHost - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
ServerLoggingFilter - Class in org.glassfish.jersey.logging
Server filter logs requests and responses to specified logger, at required level, with entity or not.
ServerLoggingFilter(Logger, Level, LoggingFeature.Verbosity, int) - Constructor for class org.glassfish.jersey.logging.ServerLoggingFilter
Create a logging filter with custom logger and custom settings of entity logging.
ServerProcessingBinder() - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.ServerProcessingBinder
 
ServerProperties - Class in org.glassfish.jersey.server
Jersey server-side configuration properties.
ServerProperties() - Constructor for class org.glassfish.jersey.server.ServerProperties
 
ServerRuntime - Class in org.glassfish.jersey.server
Server-side request processing runtime.
ServerRuntime(Stage<RequestProcessingContext>, ProcessingProviders, InjectionManager, ScheduledExecutorService, Provider<ExecutorService>, RequestScope, ExceptionMappers, ApplicationEventListener, ExternalRequestScope, Configuration) - Constructor for class org.glassfish.jersey.server.ServerRuntime
 
ServerRuntime.AbstractCallbackRunner<T> - Class in org.glassfish.jersey.server
Abstract composite callback runner.
ServerRuntime.AsyncResponder - Class in org.glassfish.jersey.server
 
ServerRuntime.AsyncResponderHolder - Class in org.glassfish.jersey.server
 
ServerRuntime.CompletionCallbackRunner - Class in org.glassfish.jersey.server
 
ServerRuntime.ConnectionCallbackRunner - Class in org.glassfish.jersey.server
 
ServerRuntime.Responder - Class in org.glassfish.jersey.server
 
ServerScopeProvider - Class in org.glassfish.jersey.message.filtering
Server-side implementation of scope provider.
ServerScopeProvider(Configuration, InjectionManager) - Constructor for class org.glassfish.jersey.message.filtering.ServerScopeProvider
Create new server scope provider with injected configuration and jersey injection manager.
ServerTraceEvent - Enum in org.glassfish.jersey.server.internal
Server side tracing events.
ServerTraceEvent(TracingLogger.Level, String, String) - Constructor for enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
service - Variable in class org.glassfish.jersey.internal.inject.ClassBinding
 
service - Variable in class org.glassfish.jersey.internal.inject.InstanceBinding
 
service - Variable in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
 
service - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
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.
serviceAsContract(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
Start building a new class-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(GenericType<T>) - 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.
serviceClass - Variable in class org.glassfish.jersey.internal.ServiceFinder
 
ServiceConfigurationError - Exception Class in org.glassfish.jersey.internal
Error thrown when something goes wrong while looking up service providers.
ServiceConfigurationError(String) - Constructor for exception class org.glassfish.jersey.internal.ServiceConfigurationError
Constructs a new instance with the specified detail string.
ServiceConfigurationError(Throwable) - Constructor for exception class 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(Class<T>, ClassLoader, boolean) - Constructor for class org.glassfish.jersey.internal.ServiceFinder
 
ServiceFinder(Class<T>, String, ClassLoader, boolean) - Constructor for class org.glassfish.jersey.internal.ServiceFinder
 
ServiceFinder.AbstractLazyIterator<T> - Class in org.glassfish.jersey.internal
 
ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.jersey.internal
The default service iterator provider that looks up provider classes in META-INF/services files.
ServiceFinder.LazyClassIterator<T> - Class in org.glassfish.jersey.internal
 
ServiceFinder.LazyObjectIterator<T> - Class in org.glassfish.jersey.internal
 
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, 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.
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.
ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
serviceLocator - Variable in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
serviceLocator - Variable in class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
 
serviceLocator - Variable in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
 
serviceName - Variable in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
serviceName - Variable in class org.glassfish.jersey.internal.ServiceFinder
 
set(ObjectReaderModifier) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
 
set(ObjectWriterModifier) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
 
set(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
 
set(T) - Method in class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
set(T) - Method in class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
set(T) - Method in class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
set(T) - Method in interface org.glassfish.jersey.internal.util.collection.Settable
Set a new value.
SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
A value of true declares that the client will try to set unsupported HTTP method to HttpURLConnection via reflection.
setAccessible(AccessibleObject) - Static method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
setAccessibleMethodPA(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to set a method to be accessible.
setAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
setAnnotationsToUse(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for configuring which annotation sets to use (including none).
setAnnotationsToUse(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
setAnnotationTypeName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
setApplication(Application) - Method in class org.glassfish.jersey.server.ResourceConfig
This method is used by ApplicationHandler to set application instance to the resource config (should always be called on WrappingResourceConfig instance, never on plain instances of ResourceConfig unless we have a bug in the code).
setApplication(Application) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setApplicationDocsFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
setApplicationDocsStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
setApplicationHandler(ApplicationHandler) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig
Set the name of the application.
setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
setArgs(Object[]) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Method parameters setter.
setAsynchronous(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
Sets the flag indicating whether the request is called asynchronously using AsyncInvoker.
setAttribute(Attribute) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
setAttributes(AttributeList) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
setAutoDiscoverables(List<AutoDiscoverable>) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets a list of AutoDiscoverable.
setBase(String) - Method in class com.sun.research.ws.wadl.Resources
Sets the value of the base property.
setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Set the baseUri of the actual request into the InheritableThreadLocal.
setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type from a string value.
setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type.
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
Set ClassLoader which will be used for resource discovery.
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig.State
 
setClassName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
setCloseListener(ChunkedBodyOutputStream.Listener) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
Set a close listener which will be called when the user closes the stream.
setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Sets the value of the commentText property.
setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
setComponentProviders(LazyValue<Collection<ComponentProvider>>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setConfigs() - Method in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
 
setConfiguration(Configuration) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of Configuration.
setConfiguration(Configuration) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
setConfiguratorClass(Class<?>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
Set WadlGeneratorConfig class to be associated with current instance.
setConnectionCloseListener(DestinationConnectionPool.ConnectionCloseListener) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
 
setContainerRequest(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerRequest(ContainerRequest) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the container request.
setContainerRequest(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set request filters.
setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContainerResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerResponse(ContainerResponse) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the container response.
setContainerResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set response filters.
setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContent(InputStream, boolean) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext.EntityContent
 
setContext(RequestScope, RequestContext, ContainerRequest, ContainerResponse, ConnectionCallback) - Method in class org.glassfish.jersey.server.ChunkedOutput
Set context used for writing chunks.
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
Sets an instance of ContextResolvers.
setCorePoolSize(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set the core thread pool size - the size of the thread pool will never bee smaller than this.
setDaemon(boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set true if thread pool threads are daemons.
setDefault(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the default property.
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.
setDefaultReadView(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for specifying JSON View to use for reading content when end point does not have explicit View annotations.
setDefaultView(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for specifying JSON View to use for reading and writing content when end point does not have explicit View annotations.
setDefaultWriteView(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for specifying JSON View to use for reading content when end point does not have explicit View annotations.
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.
setDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the element property.
setElement(QName) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setEndpoint(Endpoint) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the matched server-side endpoint.
setEndpoint(Endpoint) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
setEntity(Object) - 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
 
setEntity(Object) - Method in class org.glassfish.jersey.server.ContainerResponse
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, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
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, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntity(Object, Type, 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.server.ContainerResponse
Set a new message message entity.
setEntity(Object, GenericType<?>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set the annotations attached to the entity.
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
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(InputStream) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new entity output stream.
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityType(Type) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set the message entity type information.
setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message entity type information.
setExample(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setException(Throwable, RequestEvent.ExceptionCause) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setException(Throwable, RequestEvent.ExceptionCause) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set exception thrown.
setException(Throwable, RequestEvent.ExceptionCause) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setExceptionMapper(ExceptionMapper<?>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setExceptionMapper(ExceptionMapper<?>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the exception mapper.
setExceptionMapper(ExceptionMapper<?>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setExceptionMappers(ExceptionMappers) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of ExceptionMappers.
setExtendedUriInfo(ExtendedUriInfo) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setExtendedUriInfo(ExtendedUriInfo) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set uri info.
setExtendedUriInfo(ExtendedUriInfo) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setFactory(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
Sets a flag whether the injectee is a factory.
setFeature(String, boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
setFilter(Filter) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
setFixed(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the fixed property.
setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
setGenericType(Type) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the grammars property.
setGrammarsFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setGrammarsStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setHasContent(boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
setHeader(Marshaller, Annotation[]) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Set the custom XML header on a JAXB marshaller if specified via XmlHeader annotation, present in the supplied array of annotations.
setHref(String) - Method in class com.sun.research.ws.wadl.Include
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the href property.
setId(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
Sets the value of the id property.
setInitialClassLoader(ClassLoader) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Specifies the context class loader that will be used by threads in this pool.
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.
setInjectionManager(InjectionManager) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Sets InjectionManager to be able to create instance providers using the injection manager.
setInputStream(InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
setInstance(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
setInstance(PackageNamesScanner.ResourcesProvider) - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
 
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setJSONPFunctionName(String) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
The max period of time a thread will wait for a new task to process.
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLevel(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
setLink(Link) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the link property.
setListenerExecutor(ExecutorService) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
setManagedObjectsFinalizer(ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of ManagedObjectsFinalizer.
setMappedFromException(boolean) - Method in class org.glassfish.jersey.server.ContainerResponse
Sets the flag indicating whether the response was created based on the exception.
setMappedThrowable(Throwable) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the throwable that was mapped to a response.
setMappedThrowable(Throwable) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
setMapper(MAPPER) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method that can be used to directly define ObjectMapper to use for serialization and deserialization; if null, will use the standard provider discovery from context instead.
setMapper(MAPPER) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
setMatchedResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the matched resource method.
setMatchedResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
setMaxPoolSize(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set max thread pool size.
setmBeansEnabled(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
Set whether the feature should also enable exposure of monitoring statistics MBeans.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the mediaType property.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the mediaType property.
setMediaType(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set the message content media type.
setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message content media type.
setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of MessageBodyWorkers.
setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
setMethod(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setMethodName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Set the method name.
setMethodSignature(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Set the unique method signature, including method parameters, if any.
setMethodWithoutException(String) - Method in class org.glassfish.jersey.server.ContainerRequest
Like ContainerRequest.setMethod(String) but does not throw IllegalStateException if the method is invoked in other than pre-matching phase.
setMethodWorkaround - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
setModelProcessors(Collection<ModelProcessor>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setMultivaluedParameterExtractorProvider(MultivaluedParameterExtractorProvider) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setName(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the name property.
setName(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the name property.
setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
setName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
setName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
setName(QName) - Method in interface org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator.NameCallbackSetter
 
setNamespaceAware(boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
setOptional(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
Sets whether or not this Injectee should be considered optional.
setOSGiServiceFinderIteratorProvider() - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
setOutboundHeaders(MultivaluedMap<String, String>, HttpURLConnection) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
setOverrideGrammars(Boolean) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setParamName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
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.
setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
Set new chunk parser.
setPath(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the path property.
setPath(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the path property.
setPoolName(String) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set thread pool name.
setPosition(int) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
Sets the position of this Injectee.
setPosition(int) - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
Changes the current position to the position.
setPriority(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set priority of the threads in thread pool.
setProcessingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setProcessingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
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
 
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
 
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig
Set new configuration properties replacing all previously set properties.
setProperties(Properties) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
setProperty(Object, String, Object, Class<?>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
Set the object (generator) property with the given name to the specified value.
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
 
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.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setProvider(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
Sets a flag whether the injectee is a provider.
setQueryParam(UriBuilder, String, Object[]) - Static method in class org.glassfish.jersey.client.JerseyWebTarget
 
setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the queryType property.
setQueue(Queue<Runnable>) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set a queue implementation that will be used to temporarily store tasks when all threads in the thread pool are busy.
setQueueLimit(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set the limit of the queue, where tasks are temporarily stored when all threads are busy.
setRawResult(Void) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerTask
 
setReaderInterceptors(Iterable<ReaderInterceptor>) - Method in class org.glassfish.jersey.client.ClientRequest
Set reader interceptors for this request.
setReadListener(ReadListener) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
setReadListener(ReadListener) - Method in class org.glassfish.jersey.jdk.connector.internal.BodyInputStream
Instructs the stream to invoke the provided ReadListener when it is possible to read.
setRel(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the repeating property.
setRepresentationDoc(RepresentationDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
setRepresentationForMediaType(Resource, ResourceMethod, MediaType, Request) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
Create the wadl Representation for the specified MediaType if not yet existing for the wadl Request and return it.
setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the request property.
setRequestDoc(RequestDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setRequestMethodViaJreBugWorkaround(HttpURLConnection, String) - Static method in class org.glassfish.jersey.client.internal.HttpUrlConnector
Workaround for a bug in HttpURLConnection.setRequestMethod(String) The implementation of Sun/Oracle is throwing a ProtocolException when the method is not in the list of the HTTP/1.1 default methods.
setRequestScope(RequestScope) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of RequestScope.
setRequestScopedInitializer(RequestScopedInitializer) - Method in class org.glassfish.jersey.server.ContainerRequest
Set a custom container extensions initializer for the current request.
setRequestUri(URI) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setRequestUri(URI, URI) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the required property.
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.
setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
Set the absolute URI of the ultimate request that was made to receive this response.
setResource(Object) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Setter for resource instance that should get validated.
setResourceBag(ResourceBag) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setResourceContext(JerseyResourceContext) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setResourceDocFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocFile to the given file.
setResourceDocStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocStream to the given file.
setResourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Set the resource mode of the application associated with this context.
setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Set the PackageNamesScanner.ResourcesProvider implementation to find resources.
setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the resourceType property.
setResponseDoc(ResponseDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setResponseSuccessfullyMapped(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setResponseSuccessfullyMapped(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the flag indicating whether the response has been successfully mapped by an exception mapper.
setResponseSuccessfullyMapped(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setResponseWritten(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setResponseWritten(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the flag indicating whether response has been successfully written.
setResponseWritten(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setReturnDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setReturnDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
setReturnTypeExample(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setRev(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rev property.
setSchema(Schema) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
setSecurityContext(SecurityContext) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setSeed(long) - Method in class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Throws UnsupportedOperationException.
setStateChangeLister(AsynchronousBodyInputStream.StateChangeLister) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStatus(Long) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
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.
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the output stream provider callback.
SetString(String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.SetString
 
setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the style property.
setStyle(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
setSuccess(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setSuccess(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the flag indicating whether the response processing was successful.
setSuccess(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Set the suspend timeout.
setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Set the suspend timeout.
setTabAt(ConcurrentHashMapV8.Node<K, V>[], int, ConcurrentHashMapV8.Node<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
Settable<T> - Interface in org.glassfish.jersey.internal.util.collection
A generic settable value container.
setThreadFactory(ThreadFactory) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Set ThreadFactory that will be used to create thread pool threads.
setTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
setTimeoutHandler(TimeoutHandler) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
setTimeReservoir(TimeReservoir<Long>) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
setTimeReservoir(TimeReservoir<V>) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.SlidingWindowTrimmer
 
setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the title property.
setType(Class) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
setType(QName) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the type property.
setType(QName) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
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.
setupApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig
 
setupSupplierFactoryBridge(Binding<?, ?>, ServiceBindingBuilder<?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
 
setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
 
setUseParentHandlers(boolean) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
setValidating(boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
setValue(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the value property.
setValue(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
setValue(V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
Sets our entry's value and writes through to the map.
setValue(V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
setValue(V) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
SetValueOf(ParamConverter<T>, String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.CollectionExtractor.SetValueOf
 
setValueParamProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
 
setWadlGenerationEnabled(boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Enable/disable WADL generation.
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
setWadlGeneratorDelegate(WadlGenerator) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Sets the delegate that is decorated by this wadl generator.
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
Set the message body workers associated with the request.
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.
setWriteListener(WriteListener) - Method in class org.glassfish.jersey.jdk.connector.internal.BodyOutputStream
Instructs the stream to invoke the provided WriteListener when it is possible to write.
setWriteListener(WriteListener) - Method in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
setWriteListener(WriteListener) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
Set the container response writer for the current request.
setWriterInterceptors(Iterable<WriterInterceptor>) - Method in class org.glassfish.jersey.client.ClientRequest
Set writer interceptors for this request.
setWrittenResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
setXIncludeAware(boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
severe(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
severity - Variable in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
severity - Variable in class org.glassfish.jersey.server.model.ResourceModelIssue
 
Severity - Enum in org.glassfish.jersey
Common severity.
Severity() - Constructor for enum org.glassfish.jersey.Severity
 
SHORT - Enum constant in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
shortToString() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
shReferenceQueue - Variable in class org.glassfish.jersey.client.JerseyClient
 
shutdown() - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
 
shutdown() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
shutdown() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Shuts down the entire InjectionManager and the underlying DI provider.
shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
shutDown() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
Stops processing of any further execution of this processor.
SHUTDOWN_TIMEOUT - Static variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
shutdownExecutor(String, ExecutorService, int, TimeUnit) - Static method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Create a PrivilegedAction that contains logic for a proper shut-down sequence of an executor service.
shutdownHooks - Variable in class org.glassfish.jersey.client.JerseyClient
 
signalWaiter(Thread) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
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.OutboundMessageContext
Get a single typed header value.
singleHeader(String, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get a single typed header value.
SingleMatchResult - Class in org.glassfish.jersey.server.internal.routing
MatchResult implementation that returns the nested string as a single matching result.
SingleMatchResult(String) - Constructor for class org.glassfish.jersey.server.internal.routing.SingleMatchResult
Construct a match result matching the whole supplied path.
SingleStringValueExtractor - Class in org.glassfish.jersey.server.internal.inject
Extract value of the parameter by returning the first string parameter value found in the list of string parameter values.
SingleStringValueExtractor(String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.SingleStringValueExtractor
Create new single string value extractor.
SINGLETON - Static variable in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
SINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {1} of {0} cannot be injected into singleton resource.
SingleValueExtractor<T> - Class in org.glassfish.jersey.server.internal.inject
Extract value of the parameter using a single parameter value and the underlying param converter.
SingleValueExtractor(ParamConverter<T>, String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.SingleValueExtractor
Create new single value extractor.
singularize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Return a addSingular version of the specified (addPlural) word.
singulars - Variable in class org.glassfish.jersey.jaxb.internal.NounInflector
List of Replacers for performing replacement operations on matches for addSingular words.
sip - Static variable in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
sipLock - Static variable in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
size - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The number of key-value mappings contained in this identity hash map.
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.ConcurrentHashMapV8.CollectionView
 
size() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
size() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
size() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntrySet
 
size() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns the number of elements in this queue.
size() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
Returns the number of values in the snapshot.
size() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Returns the number of values in the snapshot.
size() - Method in class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
 
size(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
size(long, TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
Returns the number of values recorded at given time or newer.
size(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
sizeCtl - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Table initialization and resizing control.
SIZECTL - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
skip(long) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
skip(long) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
skip(long) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
SKIP - Enum constant in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
Entity processor didn't modify the provided entity graph.
skipGroup - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
skipSpaces(ByteBuffer, int, int) - Static method in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
skipWhiteSpace() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
SlidingWindowTimeReservoir - Class in org.glassfish.jersey.server.internal.monitoring
Sliding window time reservoir implementation that stores data of type Long.
SlidingWindowTimeReservoir(long, TimeUnit, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoir
Creates a new sliding window time reservoir with the start time, specified time window and a default trimmer.
SlidingWindowTimeReservoir(long, TimeUnit, long, TimeUnit, SlidingWindowTrimmer<Long>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoir
Creates a new sliding window time reservoir with the start time, specified time window and a custom trimmer.
SlidingWindowTrimmer<V> - Interface in org.glassfish.jersey.server.internal.monitoring.core
The trimmer of an associated sliding window.
SLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Slow Subscriber.
snapshot() - Method in class org.glassfish.jersey.client.ClientConfig
Take a snapshot of the current configuration and its internal state.
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl
 
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get the immutable consistent snapshot of the application info.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot(Collection<Long>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoir
 
snapshot(Collection<AggregatedValueObject>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir
 
snapshot(Collection<V>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
Subclasses are required to instantiate UniformTimeSnapshot on their own.
socketChannel - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
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
 
SonarJerseyServer - Class in org.glassfish.jersey.server.internal.sonar
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
SonarJerseyServer() - Constructor for class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
 
sortedGlobalReaderInterceptors - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
sortedGlobalRequestFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
sortedGlobalResponseFilters - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
sortedGlobalWriterInterceptors - Variable in class org.glassfish.jersey.server.internal.ProcessingProviders
 
SortedSetString(String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor.SortedSetString
 
SortedSetValueOf(ParamConverter<T>, String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.CollectionExtractor.SortedSetValueOf
 
sortRankedProviders(RankedComparator<T>, Iterable<RankedProvider<T>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Sort given providers with ranked comparator.
source - Variable in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
source - Variable in class org.glassfish.jersey.server.model.Parameter
 
source - Variable in class org.glassfish.jersey.server.model.ResourceModelIssue
 
Source() - Constructor for enum org.glassfish.jersey.server.model.Parameter.Source
 
Source(int) - Constructor for enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
 
sourceAnnotation - Variable in class org.glassfish.jersey.server.model.Parameter
 
sourceName - Variable in class org.glassfish.jersey.server.model.Parameter
 
SourceProvider - Class in org.glassfish.jersey.message.internal
Collection of XML source providers.
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
Provider for un-marshalling StreamSource instances.
SourceWriter(Provider<SAXParserFactory>, Provider<TransformerFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
sp - Variable in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
SP - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
SPECIAL_GENERIC_TYPES - Static variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
spf - Variable in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
 
spf - Variable in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
 
spf - Variable in class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
 
spf - Variable in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
spf - Variable in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
spfProvider - Variable in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider.RootElementProvider
 
spi - Variable in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
spinsFor(LinkedTransferQueue.Node, boolean) - Static method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns spin/yield value for a node with given predecessor and data mode.
spiRegistryUrl - Variable in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
spiRegistryUrlString - Variable in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
split(String) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
split(ByteBuffer, int) - Static method in class org.glassfish.jersey.jdk.connector.internal.Utils
 
spread(int) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Spreads (XORs) higher bits of hash to lower and also forces top bit to 0.
sse - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
sse - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
sse() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the SSE flag on the method model to true.
SseEventSinkInvoker(Invocable, InvocationHandler, List<ParamValueFactoryWithSource<?>>, ConfiguredValidator, int) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.SseEventSinkInvoker
 
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_INPUT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
Input buffer that is used by TransportFilter when SSL is turned on.
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_SESSION_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"SSL session has been closed."
SSL_SESSION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"SSL session has been closed."
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 - Variable in class org.glassfish.jersey.client.JerseyClientBuilder
 
SslConfigurator - Class in org.glassfish.jersey
Utility class, which helps to configure SSLContext instances.
SslConfigurator(boolean) - Constructor for class org.glassfish.jersey.SslConfigurator
 
SslConfigurator(SslConfigurator) - Constructor for class org.glassfish.jersey.SslConfigurator
 
sslContext - Variable in class org.glassfish.jersey.client.JerseyClient
 
sslContext - Variable in class org.glassfish.jersey.client.JerseyClientBuilder
 
sslContext - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
sslEngine - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
SslFilter - Class in org.glassfish.jersey.jdk.connector.internal
 
SslFilter(Filter<ByteBuffer, ByteBuffer, ?, ?>, SSLContext, String, HostnameVerifier) - Constructor for class org.glassfish.jersey.jdk.connector.internal.SslFilter
SSL Filter constructor, takes upstream filter as a parameter.
SslFilter.LazyBuffer - Class in org.glassfish.jersey.jdk.connector.internal
 
SslFilter.State - Enum in org.glassfish.jersey.jdk.connector.internal
 
SslFilter.WriteQueue - Class in org.glassfish.jersey.jdk.connector.internal
 
sslSocketFactory - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
ssp - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
ssp - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
stack - Variable in class org.glassfish.jersey.internal.Errors
 
stack - Variable in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringFilterProvider
 
stack - Variable in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
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.
StageChainBuilder(Function<DATA, DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
StageChainBuilder(ChainableStage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
Stages - Class in org.glassfish.jersey.process.internal
A stage-related collection of utility methods.
Stages() - Constructor for class org.glassfish.jersey.process.internal.Stages
Prevents instantiation.
Stages.InflectingStage<DATA,RESULT> - Class in org.glassfish.jersey.process.internal
 
Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
Linked linear stage implementation.
Stages.StageChainBuilder<DATA> - Class in org.glassfish.jersey.process.internal
 
stale - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
 
stale - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
 
start - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
start() - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
start() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
start() - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
start(int) - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
 
start(int) - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
 
start(int) - Method in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
 
START - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Request processing started.
START - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
The request processing has started.
START_HEADERS - Enum constant in enum org.glassfish.jersey.server.internal.ServerTraceEvent
All HTTP request headers.
startMonitoringWorker() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
Start the thread that will process the events into MonitoringStatistics.
startNewRoute(PathPattern) - Method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
 
startNextRoute(PathMatchingRouterBuilder, PathPattern) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 
startOnOffer(int) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Tries to start consumer task after offer.
startOrDisable() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Tries to start consumer task upon a signal or request; disables on failure.
startSsl() - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
Signal to turn on SSL, it is passed on in the filter chain until a filter responsible for SSL is reached.
startSsl() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
startSsl() - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
startTick - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
startTime - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
startTime - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
 
startTime - Variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
startTime - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
startTime - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
 
startTime - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
 
startTimeUnit - Variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
startUnitTime - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
StarTypeList - Static variable in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
state - Variable in class org.glassfish.jersey.client.ClientConfig
Internal configuration state.
state - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
state - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
state - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
state - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
state - Variable in class org.glassfish.jersey.server.ResourceConfig
 
state - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
State() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
 
State() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
 
State() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
 
State() - Constructor for enum org.glassfish.jersey.server.AsyncContext.State
 
State() - Constructor for class org.glassfish.jersey.server.ResourceConfig.State
 
State(JerseyClient) - Constructor for class org.glassfish.jersey.client.ClientConfig.State
Default configuration state constructor with "identity" state change strategy.
State(JerseyClient, ClientConfig.State) - Constructor for class org.glassfish.jersey.client.ClientConfig.State
Copy the original configuration state while using the default state change strategy.
State(ResourceConfig.State) - Constructor for class org.glassfish.jersey.server.ResourceConfig.State
 
stateChangeLister - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
stateListener - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
stateLock - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
statisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
statisticsCallbackList - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
 
statisticsEnabled - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
statisticsFactory - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature.StatisticsListener
 
StatisticsInjectionFactory(Provider<Ref<MonitoringStatistics>>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature.StatisticsInjectionFactory
Create new referencing injection factory.
StatisticsListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature.StatisticsListener
 
status - Variable in class com.sun.research.ws.wadl.Response
 
status - Variable in class org.glassfish.jersey.client.ClientResponse
 
status - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
status - Variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
status - Variable in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
status - Variable in class org.glassfish.jersey.server.ContainerResponse
 
status - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
status(int, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
status(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
statusCode - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
Statuses - Class in org.glassfish.jersey.message.internal
Factory for producing custom JAX-RS response status type instances.
Statuses() - Constructor for class org.glassfish.jersey.message.internal.Statuses
Prevents instantiation.
Statuses.StatusImpl - Class in org.glassfish.jersey.message.internal
 
StatusImpl(int, String) - Constructor for class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
store - Variable in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
A map of injectable instances in this scope.
store - Variable in class org.glassfish.jersey.internal.MapPropertiesDelegate
 
storeEntity(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
storePendingApplicationWrite(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
strategy - Variable in class org.glassfish.jersey.client.ClientConfig.State
 
strategy - Variable in class org.glassfish.jersey.internal.util.JerseyPublisher
 
STREAM_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"The stream has been closed."
STREAM_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"The stream has been closed."
STREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"This stream has already been closed for input."
STREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"This stream has already been closed for input."
STREAM_PROVIDER_NULL - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
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
Message body writer that supports streaming output marshalling.
StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
streamProvider - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Buffering stream provider.
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
Internal string builder utilities for building HTTP header values.
StringBuilderUtils() - Constructor for class org.glassfish.jersey.message.internal.StringBuilderUtils
Prevents instantiation.
StringCollectionExtractor - Class in org.glassfish.jersey.server.internal.inject
Extract parameter value as a specific String Java collection type.
StringCollectionExtractor(String, String) - Constructor for class org.glassfish.jersey.server.internal.inject.StringCollectionExtractor
Create new string collection parameter extractor.
StringCollectionExtractor.ListString - Class in org.glassfish.jersey.server.internal.inject
 
StringCollectionExtractor.SetString - Class in org.glassfish.jersey.server.internal.inject
 
StringCollectionExtractor.SortedSetString - Class in org.glassfish.jersey.server.internal.inject
 
StringConstructor() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.StringConstructor
 
stringfy(Link) - Static method in class org.glassfish.jersey.message.internal.LinkProvider
Convert Link instance to a string version.
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
 
StringMessageProvider - Class in org.glassfish.jersey.message.internal
 
StringMessageProvider() - Constructor for class org.glassfish.jersey.message.internal.StringMessageProvider
 
stringToMethodsBuilders - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Factory
 
stripMatrixParams(String) - Static method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
Strip the matrix parameters from a path.
stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Strips any quality parameters, i.e.
style - Variable in class com.sun.research.ws.wadl.Param
 
style - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
SUB_DELIMS - Static variable in class org.glassfish.jersey.uri.UriComponent
 
SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
SUB_RESOURCE_LOCATOR - Enum constant in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
JAX-RS sub-resource locator.
SUB_RESOURCE_METHOD - Enum constant in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
JAX-RS sub-resource method.
subfilters - Variable in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
 
subgraphIdentifier(Class<?>, String, Class<?>) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
Creates a string identifier of a sub-graph.
subgraphs - Variable in class org.glassfish.jersey.message.filtering.EntityGraphImpl
 
subgraphs - Variable in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
 
SubjectSecurityContext - Interface in org.glassfish.jersey.server
Security context that allows establishing a subject before a resource method or a sub-resource locator is called.
submissionPublisher - Variable in class org.glassfish.jersey.internal.util.JerseyPublisher
 
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() - 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.
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(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.BufferedSubscription<T> - Class in org.glassfish.jersey.internal.jsr166
A bounded (ring) buffer with integrated control to start a consumer task whenever items are available.
SubmissionPublisher.ConsumerSubscriber<T> - Class in org.glassfish.jersey.internal.jsr166
Subscriber for method consume
SubmissionPublisher.ConsumerTask<T> - Class in org.glassfish.jersey.internal.jsr166
A task for consuming buffer items and signals, created and executed whenever they become available.
SubmissionPublisher.ThreadPerTaskExecutor - Class in org.glassfish.jersey.internal.jsr166
Fallback if ForkJoinPool.commonPool() cannot support parallelism
submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(Runnable) - Method in interface org.glassfish.jersey.client.ClientExecutor
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in class org.glassfish.jersey.client.ClientRuntime
 
submit(Runnable, T) - Method in interface org.glassfish.jersey.client.ClientExecutor
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable, T) - Method in class org.glassfish.jersey.client.ClientRuntime
 
submit(Callable<T>) - Method in interface org.glassfish.jersey.client.ClientExecutor
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Callable<T>) - Method in class org.glassfish.jersey.client.ClientRuntime
 
submit(ExecutorService, Runnable) - Method in class org.glassfish.jersey.client.ClientRuntime
 
submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(GenericType<T>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation.
submit(T) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Spins/helps/blocks while offer returns 0.
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 class org.glassfish.jersey.internal.util.JerseyPublisher
Publishes the given item to each current subscriber by asynchronously invoking its onNext method.
SUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Invalid value for sub-resource locator cache size: {0}.
SUBRES_LOC_CACHE_LOAD_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Loading model and router from sub-resource locator cache failed for "{0}".
SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, can not have an entity parameter.
SUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, MUST return a non-void type.
SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, has an invalid URI path: {1}
SUBRESOURCE_LOCATED - Enum constant in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
The sub resource has been returned from sub resource locator, model was constructed, enhanced by model processor, validated and the matching is going to be performed on the sub resource.
SUBRESOURCE_LOCATOR_CACHE_AGE - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the maximum age (in seconds) for cached for sub-resource locator models.
SUBRESOURCE_LOCATOR_CACHE_JERSEY_RESOURCE_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will cache Jersey resources in addition to caching sub-resource locator classes and instances (which are cached by default).
SUBRESOURCE_LOCATOR_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the size of cache for sub-resource locator models.
SUBRESOURCE_LOCATOR_DEFAULT_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
The default sub-resource locator cache size (64).
subResourceLocator - Variable in class org.glassfish.jersey.server.model.Resource.Builder
 
subResourceLocator - Variable in class org.glassfish.jersey.server.model.Resource.Data
 
SubResourceLocatorRouter - Class in org.glassfish.jersey.server.internal.routing
An methodAcceptorPair to accept sub-resource requests.
SubResourceLocatorRouter(Function<Class<?>, ?>, Collection<ValueParamProvider>, ResourceMethod, JerseyResourceContext, RuntimeLocatorModelBuilder) - Constructor for class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
Create a new sub-resource locator router.
subResourceModel - Variable in class org.glassfish.jersey.server.model.ResourceModel.Builder
 
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 class org.glassfish.jersey.internal.util.JerseyPublisher
 
SUBSCRIBE - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
subscriber - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
subscriber - Variable in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
SubscriberWrapper(Flow.Subscriber<? super T>) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
subscription - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ConsumerSubscriber
 
subscription - Variable in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
 
subState - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
 
subTags - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
succ(LinkedTransferQueue.Node) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Returns the successor of p, or the head node if p.next has been linked to self, which will only be true if traversing with a stale pointer that is now off the list.
success - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
success - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
successfulMappings - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
 
successfulMappings - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
suffix - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
suffix() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP
Suffix String used for JSONP if not empty: will be included verbatim after JSON value.
sumCount() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
SUMMARY - Enum constant in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Brief tracing information level.
SUMMARY_HEADERS - Static variable in class org.glassfish.jersey.server.TracingUtils
 
supplier - Variable in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
 
supplier - Variable in class org.glassfish.jersey.internal.inject.SupplierInstanceBinding
 
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(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(Supplier<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
Start building a new supplier instance-based service binding.
supplierClass - Variable in class org.glassfish.jersey.internal.inject.SupplierClassBinding
 
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.
SupplierClassBinding(Class<? extends Supplier<T>>, Class<? extends Annotation>) - Constructor for class org.glassfish.jersey.internal.inject.SupplierClassBinding
Creates a service as a class.
SupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
This class is able to find the Supplier of the particular type and use this Supplier to create a new instance.
SupplierFactoryBridge(ServiceLocator, Type, String, boolean) - Constructor for class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
Constructor for a new bridge.
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.
SupplierInstanceBinding(Supplier<T>) - Constructor for class org.glassfish.jersey.internal.inject.SupplierInstanceBinding
Creates a supplier as an instance.
supplierScope - Variable in class org.glassfish.jersey.internal.inject.SupplierClassBinding
 
supportedEncodings - Variable in class org.glassfish.jersey.client.filter.EncodingFilter
 
supportedEncodings - Variable in class org.glassfish.jersey.server.filter.EncodingFilter
 
supportedEncodings - Variable in class org.glassfish.jersey.spi.ContentEncoder
 
supports(Class<?>) - Method in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
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 class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
Return true if this callback runner supports the callbackClass.
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
supportsNullCreation() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
If true, the strict validation of HTTP specification compliance will be suppressed.
suspend() - Method in interface org.glassfish.jersey.server.AsyncContext
Suspend the current asynchronous processing context.
suspend() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Suspend the request/response processing.
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Suspend the request/response processing.
suspend(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Executes the action when the request scope comes into suspended state.
suspend(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Suspend request associated with provided context.
SUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Time-out handler execution failed.
SUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Not suspended.
SUSPEND_SCHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while scheduling a timeout task.
Suspendable - Interface in org.glassfish.jersey.server.model
Jersey model component that is suspendable and may hold suspend-related information.
suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
Get the current request scope context and mark it as suspended.
suspended - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
suspended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
suspended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
suspended(long, TimeUnit) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Mark the component for suspending.
SUSPENDED - Enum constant in enum org.glassfish.jersey.server.AsyncContext.State
Indicates the asynchronous processing context has been suspended.
SUSPENDED - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Suspended async response injection source.
suspendTimeout - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
suspendTimeout - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
suspendTimeoutUnit - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
 
suspendTimeoutUnit - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
sweep() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Unlinks matched (typically cancelled) nodes encountered in a traversal from head.
SWEEP_THRESHOLD - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
The maximum number of estimated removal failures (sweepVotes) to tolerate before sweeping through the queue unlinking cancelled nodes that were not unlinked upon initial removal.
sweepVotes - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
The number of apparent failures to unsplice removed nodes
sweepVotesOffset - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
switchUrlEncoding(ContainerRequest, Form) - Method in class org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider.FormParamValueProvider
 
SYNC - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
SYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Operation not supported in asynchronous mode."
SYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Operation not supported in asynchronous mode."
SYNCHRONOUS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
 
SYNCHRONOUS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
 
SYNCHRONOUS - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Mode
 
synchronousStream - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
syncInvoker - Variable in class org.glassfish.jersey.client.AbstractRxInvoker
 

T

t - Variable in class org.glassfish.jersey.internal.ServiceFinder.LazyObjectIterator
 
t - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
t - Variable in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.TypeOutInvoker
 
tab - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
tabAt(ConcurrentHashMapV8.Node<K, V>[], int) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
table - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The array of bins.
table - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The table, resized as necessary.
tableize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Convert the simple name of a model class into the corresponding name of a database table, by uncamelizing, inserting underscores, and pluralizing the last word.
tableSizeFor(int) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a power of two table size for the given desired capacity.
tag - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
tag(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
tag(EntityTag) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
tail - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
tail - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
tail of the queue; null until first append
TAIL - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
tailOffset - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
take() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
take() - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor.HandOffQueue
 
target(String) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
 
targetUri - Variable in class org.glassfish.jersey.client.JerseyWebTarget
 
taskQueue - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor.HandOffQueue
 
taskQueue - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor
 
template - Variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
 
template - Variable in class org.glassfish.jersey.uri.PathPattern
 
template - Variable in class org.glassfish.jersey.uri.UriTemplate
The URI template.
TEMPLATE - Enum constant in enum com.sun.research.ws.wadl.ParamStyle
 
TEMPLATE_NAMES_PATTERN - Static variable in class org.glassfish.jersey.uri.UriTemplate
The regular expression for matching URI templates and names.
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.
templates - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
templateVariables - Variable in class org.glassfish.jersey.uri.UriTemplate
The template variables in the URI template.
TerminalReaderInterceptor() - Constructor for class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.TerminalReaderInterceptor
 
TerminalWriterInterceptor(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.TerminalWriterInterceptor
 
text - Variable in class org.glassfish.jersey.message.internal.TracingInfo.Message
Already formatted text.
Text(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.Text
 
Text(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.Text
 
Text(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.Text
 
Text(Provider<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.Text
 
TEXT_MEDIA_TYPE - Static variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
tf - Variable in class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
theMostSpecificTypeOf(Set<Type>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Determine the most specific type from given set.
The org.glassfish.jersey.server.wadl.WadlGenerator properties will be populated with the provided properties like this: The types match exactly: if the WadlGenerator property is of type org.example.Foo and the provided property value is of type org.example.Foo Types that provide a constructor for the provided type (mostly java.lang.String) java.io.InputStream: The InputStream can e.g. represent a file. The stream is loaded from the property value (provided by the WadlGeneratorDescription) via ClassLoader#getResourceAsStream(String). It will be closed after org.glassfish.jersey.server.wadl.WadlGenerator#init() was called. Deprecated, will be removed in future versions: The WadlGenerator property is of type File and the provided property value is a String: the provided property value can contain the prefix classpath: to denote, that the path to the file is relative to the classpath. In this case, the property value is stripped by the prefix classpath: and the File is created via new File( generator.getClass().getResource( strippedFilename ).toURI() ) Notice that the filename is loaded from the classpath in this case, e.g. classpath:test.xml refers to a file in the package of the class (WadlGeneratorDescription#getGeneratorClass()). The file reference classpath:/test.xml refers to a file that is in the root of the classpath. Existing org.glassfish.jersey.server.wadl.WadlGenerator implementations: - Search tag in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Section
THREAD_NAME_BASE - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.TransportThreadFactory
 
THREAD_POOL_CORE_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Core thread pool size cannot be smaller than 0."
THREAD_POOL_CORE_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Core thread pool size cannot be smaller than 0."
THREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Thread pool executor provider has been closed.
THREAD_POOL_MAX_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Max thread pool size cannot be smaller than 3."
THREAD_POOL_MAX_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Max thread pool size cannot be smaller than 3."
threadCounter - Static variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.TransportThreadFactory
 
threadCounterHashCode - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Per-thread counter hash codes.
threadFactory - Variable in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
threadId - Variable in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
 
ThreadLocalRandom - Class in org.glassfish.jersey.internal.util.collection
A random number generator isolated to the current thread.
ThreadLocalRandom() - Constructor for class org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Constructor called only by localRandom.initialValue.
ThreadPerTaskExecutor() - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.ThreadPerTaskExecutor
 
threadPoolConfig - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
threadPoolConfig - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
threadPoolConfig - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.TransportThreadFactory
 
ThreadPoolConfig - Class in org.glassfish.jersey.jdk.connector.internal
Client thread pool configuration, which might be used to customize client thread pool.
ThreadPoolConfig(String, int, int, Queue<Runnable>, int, long, TimeUnit, ThreadFactory, int, boolean, ClassLoader) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
ThreadPoolConfig(ThreadPoolConfig) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
ThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
Default implementation of the Jersey executor service provider SPI.
ThreadPoolExecutorProvider(String) - 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.
threadSafeQueue - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor.HandOffQueue
 
threadSafeQueue - Variable in class org.glassfish.jersey.jdk.connector.internal.TransportFilter.QueuingExecutor
 
ThreadSafeRefImpl() - Constructor for class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
ThreadSafeRefImpl(T) - Constructor for class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
threshold - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
The next ss value at which to resize (capacity * load factor).
threshold - Variable in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
throwable - Variable in class org.glassfish.jersey.internal.util.collection.Values.ExceptionValue
 
throwable - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
throwable - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
throwIllegalArgumentExceptionIfNull(Object, String) - Static method in class org.glassfish.jersey.message.internal.Utils
Throws an IllegalArgumentException with given error message if the first, toCheck, parameter is null.
throwing(E) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new "throwing" unsafe value provider whose get() method always throws the exception supplied to the throwable parameter.
throwing(String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
tick(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
tieBreakOrder(Object, Object) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Tie-breaking utility for ordering insertions when equal hashCodes and non-comparable.
TIMED - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
timedOffer(T, long) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
Timeout version; similar to submit.
timeInterval - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
 
timeIntervalUnit - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
 
timeout - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
TIMEOUT_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Timeout receiving response."
TIMEOUT_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Timeout receiving response."
TIMEOUT_RECEIVING_RESPONSE_BODY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Timeout receiving response body."
TIMEOUT_RECEIVING_RESPONSE_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Timeout receiving response body."
timeoutHandler - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
timeoutHandler - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
 
timeoutTask - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
 
timeReservoir - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl.Builder
 
TimeReservoir<V> - Interface in org.glassfish.jersey.server.internal.monitoring.core
A statistically representative reservoir of a data stream in time.
timeReservoirNotifier - Variable in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
timestamp - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair
 
timestamp - Variable in class org.glassfish.jersey.message.internal.TracingInfo.Message
In nanos.
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.
timestamp(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
TimeStats(long, long) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
 
timeWindowStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl
 
TimeWindowStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of any target (resource, resource method, application).
TimeWindowStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Immutable Time window statistics that uses backing SlidingWindowTimeReservoir for its Builder implementation.
TimeWindowStatisticsImpl(long, double, long, long, long, long) - Constructor for class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
TimeWindowStatisticsImpl(long, UniformTimeSnapshot) - Constructor for class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
TimeWindowStatisticsImpl.Builder<V> - Class in org.glassfish.jersey.server.internal.monitoring
Builder of time window statistics.
title - Variable in class com.sun.research.ws.wadl.Doc
 
title(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
titleize(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
Capitalize all the words, and replace some characters in the string to create a nicer looking title.
to(Class<? super T>) - 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(Collection<Class<? super T>>) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's contracts.
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(Function<DATA, DATA>) - Method in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
to(GenericType<?>) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's contract.
to(ChainableStage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a new chainable stage as a next stage to the stage chain.
to(ChainableStage<DATA>) - Method in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
to(Router) - Method in class org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
 
to(Router) - Method in interface org.glassfish.jersey.server.internal.routing.PathToRouterBuilder
Register a new next-level router to be used for request routing in case the routing pattern matches the unmatched right-hand part of the request path.
toArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered objects all at once.
toArray() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
toArray(T[]) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
 
toBuffer() - Method in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered classes all at once.
toExternalForm(URL) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
toImmutableLinkedSet() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
Creates a Collector of an immutable Set for Stream.collect(Collector).
toImmutableList() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
Creates a Collector of an immutable list for Stream.collect(Collector).
toImmutableSet() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
Creates a Collector of an immutable Set for Stream.collect(Collector).
toInjecteeImpl(Injectee) - Static method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
 
token - Variable in class org.glassfish.jersey.message.internal.Token
 
Token - Class in org.glassfish.jersey.message.internal
A token.
Token - Enum constant in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
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 - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents token type in the TYPE_TABLE.
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[]) - 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, 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.
tokenize(String, String, Collection<String>) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
 
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.
Tokenizer() - Constructor for class org.glassfish.jersey.internal.util.Tokenizer
 
TOKENS - Static variable in class org.glassfish.jersey.server.internal.ContainerUtils
 
TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Too many "{0}" header values: "{1}"
toResponse(JsonParseException) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonParseExceptionMapper
 
toResponse(JsonMappingException) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonMappingExceptionMapper
 
toResponse(Throwable) - Method in interface org.glassfish.jersey.server.spi.ResponseErrorMapper
 
toString() - Method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
toString() - Method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
 
toString() - Method in class org.glassfish.jersey.client.ClientResponse
 
toString() - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
 
toString() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
toString() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
 
toString() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
toString() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
toString() - Method in class org.glassfish.jersey.internal.OsgiRegistry.BundleSpiProvidersLoader
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CollectionView
Returns a string representation of this collection.
toString() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a string representation of this map.
toString() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Refs.DefaultRefImpl
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Refs.ImmutableRefImpl
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Refs.ThreadSafeRefImpl
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Values.ExceptionValue
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Values.InstanceValue
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
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() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
toString() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
toString() - Method in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
 
toString() - Method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
toString() - Method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
 
toString() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.WriteQueue
 
toString() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
 
toString() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
toString() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
toString() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
toString() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
toString() - Method in class org.glassfish.jersey.message.internal.Statuses.StatusImpl
 
toString() - Method in class org.glassfish.jersey.message.internal.TracingInfo.Message
 
toString() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
toString() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
toString() - Method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
 
toString() - Method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType.EffectiveMediaType
 
toString() - Method in class org.glassfish.jersey.server.internal.routing.CombinedMediaType
 
toString() - Method in class org.glassfish.jersey.server.internal.routing.MethodRouting
 
toString() - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
 
toString() - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
 
toString() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
toString() - Method in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
toString() - Method in class org.glassfish.jersey.server.model.Invocable
 
toString() - Method in class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
 
toString() - Method in class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
 
toString() - Method in class org.glassfish.jersey.server.model.Parameter
 
toString() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
toString() - Method in class org.glassfish.jersey.server.model.Resource.Data
 
toString() - Method in class org.glassfish.jersey.server.model.Resource
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
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.UriComponent.PathSegmentImpl
 
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
 
toString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
 
toString(URI) - Method in class org.glassfish.jersey.message.internal.UriProvider
 
toString(Date) - Method in class org.glassfish.jersey.message.internal.DateProvider
 
toString(Locale) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
 
toString(Map<MediaType, List<T>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
toString(CacheControl) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
toString(Cookie) - Method in class org.glassfish.jersey.message.internal.CookieProvider
 
toString(EntityTag) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
 
toString(Link) - Method in class org.glassfish.jersey.message.internal.LinkProvider
 
toString(MediaType) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
toString(NewCookie) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
 
toString(T) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.AbstractStringReader
 
toStringOrNA(Object) - Static method in class org.glassfish.jersey.server.TracingUtils
 
totalCount - Variable in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
totalMappings - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
 
totalMappings - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
toTemplate() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
toURI(URL) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
trace() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
trace(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
 
trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
TRACE - Enum constant in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Detailed tracing information level.
traceAfter(T, TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
Tracing support - log invocation of interceptor AFTER context.proceed() call.
traceBefore(T, TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
Tracing support - log invocation of interceptor BEFORE context.proceed() call.
TRACING - Static variable in class org.glassfish.jersey.server.ServerProperties
Enable tracing support.
TRACING_LOGGER_NAME_PREFIX - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
JDK logger name prefix.
TRACING_THRESHOLD - Static variable in class org.glassfish.jersey.server.ServerProperties
Set level o tracing information.
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.
tracingConfig - Variable in class org.glassfish.jersey.server.ServerRuntime
 
TracingConfig - Enum in org.glassfish.jersey.server
Enumeration of possible values of property ServerProperties.TRACING.
TracingConfig() - Constructor for enum org.glassfish.jersey.server.TracingConfig
 
tracingInfo - Variable in class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
TracingInfo - Class in org.glassfish.jersey.message.internal
Collects tracing messages for a request.
TracingInfo() - Constructor for class org.glassfish.jersey.message.internal.TracingInfo
 
TracingInfo.Message - Class in org.glassfish.jersey.message.internal
A trace message.
tracingLogger - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
tracingLogger - Variable in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
tracingLogger - Variable in class org.glassfish.jersey.server.ContainerFilteringStage.ResponseFilterStage
 
tracingLogger - Variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
tracingLogger - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
 
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.
TracingLogger.TracingLoggerImpl - Class in org.glassfish.jersey.message.internal
Real implementation of tracing logger.
TracingLoggerImpl(TracingLogger.Level, String) - Constructor for class org.glassfish.jersey.message.internal.TracingLogger.TracingLoggerImpl
 
tracingThreshold - Variable in class org.glassfish.jersey.server.ServerRuntime
 
TracingUtils - Class in org.glassfish.jersey.server
Utilities for tracing support.
TracingUtils() - Constructor for class org.glassfish.jersey.server.TracingUtils
 
trailerHeaders - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpResponse
 
transfer(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Transfers the element to a consumer, waiting if necessary to do so.
transfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
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(ConcurrentHashMapV8.Node<K, V>[], ConcurrentHashMapV8.Node<K, V>[]) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Moves and/or copies the nodes in each bin to new table.
transfer(KeyComparatorHashMap.Entry[]) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Transfers all entries to new table array.
transfer(KeyComparatorHashMap.Entry<K, V>[]) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Transfer all entries from current table to newTable.
TRANSFER_ENCODING_CHUNKED - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
TRANSFER_ENCODING_HEADER - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 
transferEncodingParser - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
 
TransferEncodingParser - Class in org.glassfish.jersey.jdk.connector.internal
 
TransferEncodingParser() - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser
 
TransferEncodingParser.ChunkedEncodingParser - Class in org.glassfish.jersey.jdk.connector.internal
 
TransferEncodingParser.FixedLengthEncodingParser - Class in org.glassfish.jersey.jdk.connector.internal
 
transferIndex - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The next table index (plus one) to split while resizing.
TRANSFERINDEX - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
transferOrigin - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The least available table index to split while resizing.
TRANSFERORIGIN - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
TransferQueue<E> - Interface in org.glassfish.jersey.internal.util.collection
A BlockingQueue in which producers may wait for consumers to receive elements.
transform(ObjectGraph) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider
 
transform(ObjectGraph) - Method in class org.glassfish.jersey.message.filtering.ObjectGraphProvider
 
transform(ObjectGraph) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraphTransformer
Transform a given graph into an entity-filtering object.
transform(Resource, List<Resource.Data>) - Static method in class org.glassfish.jersey.server.model.Resource
 
transform(Resource, List<ResourceMethod.Data>) - Static method in class org.glassfish.jersey.server.model.ResourceMethod
Transform a collection of resource method data into resource method models.
transformation - Variable in class org.glassfish.jersey.process.internal.Stages.LinkedStage
 
transformations - Variable in class org.glassfish.jersey.process.internal.Stages.StageChainBuilder
 
transformerFactory - Variable in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
TransformerFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
Thread-scoped injection provider of transformer factories.
TransformerFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.TransformerFactoryInjectionProvider
Create new transformer factory provider.
transformScope(Class<? extends Annotation>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
Transforms Jersey scopes/annotations to HK2 equivalents.
transformToStringKeys(Map<Class<?>, ResourceStatistics>) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
translate(ClientResponse, RequestScope, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
translate(ClientResponse, RequestScope, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
translateHeaders(ClientRequest, HttpRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
translateNce - Variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
translateNce - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
translateRequest(ClientRequest) - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
translateResponse(ClientRequest, Response, NonBlockingInputStream) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
translateResponse(ClientRequest, HttpResponse, URI) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
translateToActiveDescriptor(ClassBinding<?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
 
translateToActiveDescriptor(InjectionResolverBinding<?>) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
 
translateToActiveDescriptor(InstanceBinding<?>, Type...) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
 
TRANSPORT_CONNECTION_NOT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Could not close a connection."
TRANSPORT_CONNECTION_NOT_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Could not close a connection."
TRANSPORT_EXECUTOR_CLOSED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Cannot set thread context class loader."
TRANSPORT_EXECUTOR_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Cannot set thread context class loader."
TRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"A limit of client thread pool queue has been reached."
TRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"A limit of client thread pool queue has been reached."
TRANSPORT_SET_CLASS_LOADER_FAILED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Cannot set thread context class loader."
TRANSPORT_SET_CLASS_LOADER_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Cannot set thread context class loader."
TransportFilter - Class in org.glassfish.jersey.jdk.connector.internal
Writes and reads data to and from a socket.
TransportFilter(int, ThreadPoolConfig, int) - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransportFilter
Constructor.
TransportFilter.QueuingExecutor - Class in org.glassfish.jersey.jdk.connector.internal
A thread pool executor that prefers creating new worker threads over queueing tasks until the maximum poll size has been reached, after which it will start queueing tasks.
TransportFilter.QueuingExecutor.HandOffQueue - Class in org.glassfish.jersey.jdk.connector.internal
Synchronous queue that tries to empty TransportFilter.QueuingExecutor.HandOffQueue.taskQueue before it blocks waiting for new tasks to be submitted.
TransportFilter.TransportThreadFactory - Class in org.glassfish.jersey.jdk.connector.internal
A default thread factory that gets used if ThreadPoolConfig.getThreadFactory() is not specified.
TransportThreadFactory(ThreadPoolConfig) - Constructor for class org.glassfish.jersey.jdk.connector.internal.TransportFilter.TransportThreadFactory
 
Traverser(ConcurrentHashMapV8.Node<K, V>[], int, int, int) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Traverser
 
TreeBin(ConcurrentHashMapV8.TreeNode<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Creates bin with initial set of nodes headed by b.
TREEBIN - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
TREEIFY_THRESHOLD - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The bin count threshold for using a tree rather than list for a bin.
treeifyBin(ConcurrentHashMapV8.Node<K, V>[], int) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Replaces all linked nodes in bin at given index unless table is too small, in which case resizes instead.
TreeNode(int, K, V, ConcurrentHashMapV8.Node<K, V>, ConcurrentHashMapV8.TreeNode<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeNode
 
triggerEvent(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Trigger a new monitoring event for the currently processed request.
trim() - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
trim(long) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
trim(ConcurrentNavigableMap<Long, Long>, long) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
trim(ConcurrentNavigableMap<Long, V>, long) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.SlidingWindowTrimmer
Trim the measurements provided as the map from the head up to the key (not inclusive).
TRIM_THRESHOLD - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.ReservoirConstants
Only trim on updating once every N.
trimEnabled() - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
trimmer - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
trimOff - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
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
Trust store type (see KeyStore.getType() for more info).
trustManagerFactoryAlgorithm - Variable in class org.glassfish.jersey.SslConfigurator
 
trustManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust manager factory algorithm.
trustManagerFactoryProvider - Variable in class org.glassfish.jersey.SslConfigurator
 
trustManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust manager factory provider.
trustStore - Variable in class org.glassfish.jersey.SslConfigurator
 
trustStore(KeyStore) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
trustStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store instance.
trustStoreBytes - Variable in class org.glassfish.jersey.SslConfigurator
 
trustStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store payload as byte array.
trustStoreFile - Variable in class org.glassfish.jersey.SslConfigurator
 
trustStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store file name.
trustStorePass - Variable in class org.glassfish.jersey.SslConfigurator
 
trustStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of trust store.
trustStoreProvider - Variable in class org.glassfish.jersey.SslConfigurator
 
trustStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store provider name.
trustStoreType - Variable in class org.glassfish.jersey.SslConfigurator
 
trustStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the type of trust store.
tryAppend(LinkedTransferQueue.Node, boolean) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Tries to append node s as tail.
tryInvokingListener() - Method in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
tryMatchData() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
Tries to artificially match a data node -- used by remove.
tryPresize(int) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Tries to presize table to accommodate the given number of elements.
tryRead() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Behaves mostly like InputStream.read().
tryRead() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
tryRead(boolean) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Behaves mostly like InputStream.read(byte[]).
tryRead(byte[]) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
tryRead(byte[], int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
tryRead(byte[], int, int, boolean) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryTransfer(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Transfers the element to a waiting consumer immediately, if possible.
tryTransfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
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 class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Transfers the element to a consumer if it is possible to do so before the timeout elapses.
tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
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 - Variable in class com.sun.research.ws.wadl.Param
 
type - Variable in class com.sun.research.ws.wadl.Resource
 
type - Variable in class org.glassfish.jersey.internal.util.collection.ClassTypePair
 
type - Variable in class org.glassfish.jersey.message.filtering.EntityProcessorContextImpl
 
type - Variable in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
type - Variable in class org.glassfish.jersey.message.internal.InterceptorExecutor
 
type - Variable in class org.glassfish.jersey.model.internal.CommonConfig
Configuration runtime type.
type - Variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
type - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
type - Variable in class org.glassfish.jersey.server.model.Parameter
 
type - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
 
type - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
type() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Get the actual type behind the raw class.
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.client.ClientRequest
Set message content type.
type(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
type(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
type(MediaType) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.
type(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
Type() - Constructor for enum org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
 
Type() - Constructor for enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
 
Type() - Constructor for enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
 
Type() - Constructor for enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
 
Type() - Constructor for enum org.glassfish.jersey.uri.UriComponent.Type
 
TYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Return type, {0}, of method, {1}, is not resolvable to a concrete type.
TYPE_TABLE - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Mapping of chars to types.
TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Type-to-class conversion not supported for: {0}.
TypeCallbackPair(GenericType<?>, WadlGeneratorJAXBGrammarGenerator.NameCallbackSetter) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator.TypeCallbackPair
 
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).
TypeFromString() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.TypeFromString
 
TypeFromStringEnum() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.TypeFromStringEnum
 
TypeOutInvoker(Invocable, InvocationHandler, List<ParamValueFactoryWithSource<?>>, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.TypeOutInvoker
 
typeResolvers - Variable in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
typeToMediaTypeReadersCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
typeToMediaTypeWritersCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
TypeValueOf() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamConverters.TypeValueOf
 
TypeVisitor<T> - Class in org.glassfish.jersey.internal.util
Type visitor contract.
TypeVisitor() - Constructor for class org.glassfish.jersey.internal.util.TypeVisitor
 

U

U - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
U - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
U - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
uid - Variable in class org.glassfish.jersey.internal.util.LazyUid
 
UNABLE_TO_ACCESS_METHODS_OF_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Unable to access the methods of the class [{0}].
UNABLE_TO_INSTANTIATE_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Unable to instantiate the class [{0}].
UNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Class "{0}" cannot be loaded.
UNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to parse "{0}" header value: "{1}"
UNABLE_TO_SECURE_XML_TRANSFORMER_PROCESSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Unable to configure secure XML processing feature on the XML transformer factory.
uncaughtException(Thread, Throwable) - Method in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
 
UnCloseableInputStream(InputStream, MessageBodyReader) - Constructor for class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
UnCloseableOutputStream(OutputStream, MessageBodyWriter) - Constructor for class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
uncountables - Variable in class org.glassfish.jersey.jaxb.internal.NounInflector
List of words that represent addUncountable concepts that cannot be pluralized or singularized.
UNDECIDED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
 
UNDECIDED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
 
UNDECIDED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Mode
 
underscore(String) - Method in class org.glassfish.jersey.jaxb.internal.NounInflector
The reverse of camelize(), makes an underscored form from the expression in the string.
UNEXPECTED_DATA_IN_BUFFER() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Unexpected data remain in the buffer after the HTTP response has been parsed."
UNEXPECTED_DATA_IN_BUFFER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Unexpected data remain in the buffer after the HTTP response has been parsed."
UNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unexpected error during response processing.
UNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unhandled exception detected on thread {0}.
UniformTimeReservoir - Class in org.glassfish.jersey.server.internal.monitoring.core
A random sampling reservoir of a stream of longs.
UniformTimeReservoir(int, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
Creates a new UniformTimeReservoir instance.
UniformTimeReservoir(long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
Creates a new UniformTimeReservoir instance of 1024 elements, which offers a 99.9% confidence level with a 5% margin of error assuming a normal distribution.
UniformTimeSimpleSnapshot - Class in org.glassfish.jersey.server.internal.monitoring
A statistical snapshot of a UniformTimeSimpleSnapshot.
UniformTimeSimpleSnapshot(long, long, double, long, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.UniformTimeSimpleSnapshot
Constructs the snapshot which simply returns the provided data as arguments.
UniformTimeSnapshot - Interface in org.glassfish.jersey.server.internal.monitoring.core
A statistical snapshot of a UniformTimeSnapshot.
UniformTimeValuesSnapshot - Class in org.glassfish.jersey.server.internal.monitoring.core
A statistical snapshot of a UniformTimeValuesSnapshot.
UniformTimeValuesSnapshot(Collection<Long>, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
Create a new snapshot with the given values.
unitTest() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
unitTest() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
universal(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
universal(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
UNIVERSAL - Enum constant in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Universal.
universalBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder that builds http authentication feature in combined mode supporting both, basic and digest authentication.
UNKNOWN - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Unknown parameter injection source.
UNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to register a service because of unknown descriptor type: {0}.
UNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unknown subscriber.
UNKNOWN_VERSION - Static variable in class org.glassfish.jersey.internal.util.JdkVersion
 
unlockRoot() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
Releases write lock for tree restructuring.
unmark() - Static method in class org.glassfish.jersey.internal.Errors
Remove a previously set mark, if any.
unmarshall(InputStream, SAXParserFactory, Class<T>) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Unmarshal a jaxb bean into a type of resultClass from the given inputStream.
unmaskNull(T) - Static method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns key represented by specified internal representation.
unregisterJerseyMBeans(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
UNRESERVED - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
UNRESERVED - Static variable in class org.glassfish.jersey.uri.UriComponent
 
unsafe(T) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new constant value provider whose get() method always returns the instance supplied to the value parameter.
UNSAFE - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
UNSAFE - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
 
UnsafeAccessor - Class in org.glassfish.jersey.internal.jsr166
Helper for classes in the jsr166 package to access the sun.misc.Unsafe instance.
UnsafeAccessor() - Constructor for class org.glassfish.jersey.internal.jsr166.UnsafeAccessor
 
unsafeBindResource(Class<T>, ContractProvider) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Bind a resource class in a HK2 context.
unsafeBindResource(Object, ContractProvider) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Bind a resource instance in a InjectionManager.
UnsafeValue<T,E> - Interface in org.glassfish.jersey.internal.util.collection
A generic value provider, similar to Value, but able to throw an exception.
UNSPECIFIED - Enum constant in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
 
UNSPECIFIED - Enum constant in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
 
UNSPECIFIED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
 
UNSPECIFIED - Enum constant in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
 
unsplice(LinkedTransferQueue.Node, LinkedTransferQueue.Node) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Unsplices (now or later) the given deleted/cancelled node with the given predecessor.
unsuccessfulMappings - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl.Builder
 
unsuccessfulMappings - Variable in class org.glassfish.jersey.server.internal.monitoring.ExceptionMapperStatisticsImpl
 
UNSUPPORTED_URI_INJECTION_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"@Uri"-based injection of "{0}" type is not supported.
untreeify(ConcurrentHashMapV8.Node<K, V>) - Static method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Returns a list on non-TreeNodes replacing those in given list.
UNTREEIFY_THRESHOLD - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
The bin count threshold for untreeifying a (split) bin during a resize operation.
unwrap() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
 
unwrap(Throwable) - Static method in exception class org.glassfish.jersey.server.internal.process.MappableException
 
unwrapApplication(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
Get the most internal wrapped application class.
unwrapCustomRootApplication(ResourceConfig) - Static method in class org.glassfish.jersey.server.ResourceConfig
 
unwrapExecutionException(Throwable) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
updatableIntervalStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ExecutionStatisticsImpl.Builder
 
update - Variable in class org.glassfish.jersey.internal.util.JdkVersion
 
update(Long, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
update(V, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
update(V, long, TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
Adds a new recorded value to the reservoir bound to a given time.
updateCache(ClientRequestContext, boolean, HttpAuthenticationFilter.Type) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
 
updateCount - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
updateExceptionMapperStatistics(ExceptionMapperStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
Update the MXBean with new statistics.
updateExecutionStatistics(ExecutionStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
Update the execution statistics that are exposed by this MBean.
updateMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Get a method builder for an existing resource method.
updateResourceMethodStatistics(ResourceMethodStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
Update the statistics that are exposed by this MXBean.
updateResourcesStatistics(Map<String, ResourceStatistics>) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
Update the resource statistics exposed by nested resource beans.
updateResourceStatistics(ResourceStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
Update the statistics of this MXBean and of nested MXBeans.
updateResponseStatistics(ResponseStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
Update the statistics exposed by the MXBean.
updateThreadPoolConfig() - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
upperBound(long, long) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmer
 
upstreamFilter - Variable in class org.glassfish.jersey.jdk.connector.internal.Filter
 
uri - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
 
uri - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequest
 
uri - Variable in class org.glassfish.jersey.message.internal.JerseyLink
Underlying builder for link's URI.
uri - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.WebTargetValueSupplier
 
uri - Variable in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
 
uri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
uri(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
uri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
uri(URI) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
Uri - Annotation Type in org.glassfish.jersey.server
Injects a resource target pointing at a resource identified by the resolved URI into a method parameter, class field or a bean property.
URI - Enum constant in enum org.glassfish.jersey.server.model.Parameter.Source
Uri parameter injection source.
URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The annotated element "{0}" is not annotated with @Path.
URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class, {0} is not annotated with @Path.
URI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The method named "{0}" is not specified by {1}.
URI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Schema specific part is opaque.
URI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied scheme-specific part parameter is null.
URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.
URI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
URI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Malformed percent-encoded octet at index {0}.
URI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
URI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Uri is null.
URI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Component does not end by a delimiter ''{0}'' at index {1}.
URI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The parser was not executed yet.
URI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Expected scheme name at index {0}: ''{1}''.
uriBuilder - Variable in class org.glassfish.jersey.message.internal.JerseyLink.Builder
Underlying builder for link's URI.
uriBuilder(UriBuilder) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
uriCache - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
Cache with URI:HTTP-METHOD keys and authentication type as values.
UriComponent - Class in org.glassfish.jersey.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent() - Constructor for class org.glassfish.jersey.uri.UriComponent
 
UriComponent.PathSegmentImpl - Class in org.glassfish.jersey.uri
 
UriComponent.Type - Enum in org.glassfish.jersey.uri
The URI component type.
UriConnegFilter - Class in org.glassfish.jersey.server.filter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter with suffix to media type mappings and suffix to language mappings.
UriConnegFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter that reads the configuration (media type and language mappings) from the provided ResourceConfig instance.
UriConnegFilter.TypeParser<T> - Interface in org.glassfish.jersey.server.filter
 
uriInfo - Variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
uriInfo - Variable in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
uriInfoProvider - Variable in class org.glassfish.jersey.message.filtering.ServerScopeProvider
 
UriParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception class org.glassfish.jersey.server.ParamException.UriParamException
 
UriParser - Class in org.glassfish.jersey.uri.internal
Parser for string URI with template parameters which produces URIs from Strings.
UriParser(String) - Constructor for class org.glassfish.jersey.uri.internal.UriParser
Creates new parser initialized with uri.
UriProvider - Class in org.glassfish.jersey.message.internal
UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
 
uriResource - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
uriResource - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
 
uriRoutingContext - Variable in class org.glassfish.jersey.server.ContainerRequest
 
uriRoutingContext() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get the underlying UriRoutingContext instance for the processed container request.
UriRoutingContext - Class in org.glassfish.jersey.server.internal.routing
Default implementation of the routing context as well as URI information provider.
UriRoutingContext(ContainerRequest) - Constructor for class org.glassfish.jersey.server.internal.routing.UriRoutingContext
Injection constructor.
UriRoutingContextFactory(RequestProcessingContextReference) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.UriRoutingContextFactory
 
UriSchemeResourceFinderFactory - Interface in org.glassfish.jersey.server.internal.scanning
An interface for scanning URI-based resources and reporting those resources to a scanning listener.
uriStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl.Builder
 
uriStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsImpl
 
uriStatsGroup - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
UriTemplate - Class in org.glassfish.jersey.uri
A URI template.
UriTemplate() - Constructor for class org.glassfish.jersey.uri.UriTemplate
Constructor for NULL template.
UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
UriTemplate.TemplateValueStrategy - Interface in org.glassfish.jersey.uri
A strategy interface for processing parameters, should be replaced with a JDK 8 one day in the future.
UriTemplateParser - Class in org.glassfish.jersey.uri.internal
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.internal.UriTemplateParser
Parse a template.
uriToContexts - Variable in class org.glassfish.jersey.message.filtering.ServerScopeProvider
 
USE_ENCODING - Static variable in class org.glassfish.jersey.client.ClientProperties
If EncodingFilter is registered, this property indicates the value of Content-Encoding property the filter should be adding.
USE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Value {1} of {0} client property will be ignored as it is not a valid supported encoding.
USE_FIXED_LENGTH_STREAMING - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
If true, the HttpUrlConnector (if used) will assume the content length from the value of "Content-Length" request header (if present).
useEncoding - Variable in class org.glassfish.jersey.client.filter.EncodingFeature
 
useFixedLengthStreaming - Variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
useFixedLengthStreaming() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Instruct the provided connectors to use the fixed-length streaming mode on the underlying HTTP URL connection instance when sending requests.
usePreSelectedMediaType(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor, List<AcceptableMediaType>) - Static method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
USER_INFO - Enum constant in enum org.glassfish.jersey.uri.UriComponent.Type
The URI user info component type.
USER_NOT_AUTHORIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
User not authorized.
userInfo - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
userInfo - Variable in class org.glassfish.jersey.uri.internal.UriParser
 
userInfo(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
username - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Credentials
 
userName - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
 
usernameBasic - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
usernameDigest - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
 
useSetMethodWorkaround - Variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
useSetMethodWorkaround() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Instruct the provided connectors to use reflection when setting the HTTP method value.See HttpUrlConnectorProvider.SET_METHOD_WORKAROUND property documentation for more details.
USING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Selected ExecutorServiceProvider implementation [{0}] to be used for injection of executor qualified by [{1}] annotation.
USING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
USING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Selected ScheduledExecutorServiceProvider implementation [{0}] to be used for injection of scheduler qualified by [{1}] annotation.
UTF_8_CHARSET - Static variable in class org.glassfish.jersey.uri.UriComponent
 
UTF8 - Static variable in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
The UTF-8 Charset.
UTF8 - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The UTF-8 Charset.
Utils - Class in org.glassfish.jersey.jdk.connector.internal
 
Utils - Class in org.glassfish.jersey.message.internal
Utility class.
Utils() - Constructor for class org.glassfish.jersey.jdk.connector.internal.Utils
 
Utils() - Constructor for class org.glassfish.jersey.message.internal.Utils
Prevent instantiation.

V

v - Variable in class org.glassfish.jersey.message.internal.VariantSelector.VariantHolder
 
val - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.MapEntry
 
val - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Node
 
val(String, String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
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.
validate(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
The validate method validates a component and adds possible issues found to it's list.
validateHttpMethodAndEntity(ClientRequest) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
validateParameter(Parameter, Object, String, String, boolean) - Static method in class org.glassfish.jersey.server.model.ResourceMethodValidator
Validate a single parameter instance.
validateResource(ResourceModelComponent) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
validateResourceAndInputParams(Object, Invocable, Object[]) - Method in interface org.glassfish.jersey.server.internal.inject.ConfiguredValidator
Validates resource class instance and input parameters of the method.
validateResult(Object, Invocable, Object) - Method in interface org.glassfish.jersey.server.internal.inject.ConfiguredValidator
Validates response instance / response entity of the method.
validateState() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
 
validateSubResource(ResourceModel) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
validateWithErrors(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
 
ValidationInterceptor - Interface in org.glassfish.jersey.server.spi
Interceptor for method validation processing.
ValidationInterceptorContext - Interface in org.glassfish.jersey.server.spi
Context for resource method validation interception processing (see ValidationInterceptor).
validator - Variable in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
 
validators - Variable in class org.glassfish.jersey.server.model.ComponentModelValidator
 
value - Variable in class com.sun.research.ws.wadl.Option
 
value - Variable in enum com.sun.research.ws.wadl.ParamStyle
 
value - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.CounterCell
 
value - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.KeySetView
 
value - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.Entry
 
value - Variable in class org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue
 
value - Variable in class org.glassfish.jersey.internal.util.collection.Values.InstanceValue
 
value - Variable in class org.glassfish.jersey.internal.util.collection.Values.LazyUnsafeValueImpl
 
value - Variable in class org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl
 
value - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
value - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
value - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
 
value - Variable in class org.glassfish.jersey.message.internal.ParameterizedHeader
 
value - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
value - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlValueType
 
value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
 
value() - Method in enum com.sun.research.ws.wadl.ParamStyle
 
value() - Method in class org.glassfish.jersey.internal.util.LazyUid
Return UUID value.
value() - Element in annotation type org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP
Method used for JSONP, unless JSONP.prefix() or JSONP.suffix() return non-empty Strings.
value() - Method in class org.glassfish.jersey.message.filtering.SecurityAnnotations.RolesAllowedImpl
 
value() - Element in annotation type org.glassfish.jersey.message.XmlHeader
 
value() - Element in annotation type org.glassfish.jersey.server.Uri
Specifies the URI of the injected resource target.
Value<T> - Interface in org.glassfish.jersey.internal.util.collection
A generic value provider.
valueFor(String, String) - Method in interface org.glassfish.jersey.uri.UriTemplate.TemplateValueStrategy
Get a value for a given template variable.
ValueIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.ValueIterator
 
ValueIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.ValueIterator
 
ValueIterator(ConcurrentHashMapV8.Node<K, V>[], int, int, int, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValueIterator
 
valueOf - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
 
valueOf(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.JerseyInvocation.EntityPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
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.jackson.internal.jackson.jaxrs.cfg.Annotations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.HttpRequest.BodyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
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(String) - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
Returns the enum constant of this type with the specified name.
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(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
Returns the enum constant of this type with the specified name.
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.server.AsyncContext.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in interface org.glassfish.jersey.server.filter.UriConnegFilter.TypeParser
 
valueOf(String) - Static method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.TracingConfig
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.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.
valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance from the supplied media type.
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance from the supplied HTTP header reader.
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(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Create new quality source media type instance from the supplied HTTP header reader.
valueParamProvider - Variable in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
ValueParamProvider - Interface in org.glassfish.jersey.server.spi.internal
Parameter value factory SPI.
ValueParamProvider.Priority - Enum in org.glassfish.jersey.server.spi.internal
Enumeration of priorities for providers (e.g.
ValueParamProvider.PriorityType - Interface in org.glassfish.jersey.server.spi.internal
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g.
ValueParamProviderConfigurator - Class in org.glassfish.jersey.server.internal.inject
Configurator which initializes and register ValueParamProvider instances into InjectionManager and BootstrapBag.
ValueParamProviderConfigurator() - Constructor for class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
 
valueParamProviders - Variable in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
valueParamProviders - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
 
valueProviders - Variable in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
 
valueProviders - Variable in class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
 
values - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
 
values - Variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
 
values - Variable in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
 
values() - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.authentication.DigestAuthenticator.QOP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.authentication.HttpAuthenticationFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.JerseyInvocation.EntityPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.internal.inject.Providers.ProviderRuntime
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.ConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
values() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
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.jackson.internal.jackson.jaxrs.cfg.Annotations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.HttpRequest.BodyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
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.filtering.spi.EntityProcessor.Result
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.filtering.spi.EntityProcessorContext.Type
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.BasicTypesMessageProvider.PrimitiveTypes
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.server.AsyncContext.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.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.server.internal.ServerTraceEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.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.server.model.ResourceMethod.JaxrsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.TracingConfig
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.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.
Values - Class in org.glassfish.jersey.internal.util.collection
A collection of Value provider factory invalid input: '&' utility methods.
Values() - Constructor for class org.glassfish.jersey.internal.util.collection.Values
 
Values.EagerValue<T> - Class in org.glassfish.jersey.internal.util.collection
 
Values.ExceptionValue<T,E> - Class in org.glassfish.jersey.internal.util.collection
 
Values.InstanceUnsafeValue<T,E> - Class in org.glassfish.jersey.internal.util.collection
 
Values.InstanceValue<T> - Class in org.glassfish.jersey.internal.util.collection
 
Values.LazyUnsafeValueImpl<T,E> - Class in org.glassfish.jersey.internal.util.collection
 
Values.LazyValueImpl<T> - Class in org.glassfish.jersey.internal.util.collection
 
valueSupplierProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set value suppliers.
valueSuppliers - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
 
valueSuppliers - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
 
ValuesView(ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
 
variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content variant (type, language and encoding).
variant(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
VariantHolder(Variant) - Constructor for class org.glassfish.jersey.message.internal.VariantSelector.VariantHolder
 
VariantHolder(Variant, int) - Constructor for class org.glassfish.jersey.message.internal.VariantSelector.VariantHolder
 
VariantListBuilder - Class in org.glassfish.jersey.message.internal
An implementation of VariantListBuilder.
VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
 
variants - Variable in 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.
VariantSelector() - Constructor for class org.glassfish.jersey.message.internal.VariantSelector
 
VariantSelector.DimensionChecker<T,U> - Interface in org.glassfish.jersey.message.internal
Interface to get a dimension value from a variant and check if an acceptable dimension value is compatible with a dimension value.
VariantSelector.VariantHolder - Class in org.glassfish.jersey.message.internal
 
vary(String, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
vary(Locale, Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
vary(MediaType, MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
varyValue - Variable in class org.glassfish.jersey.server.ContainerRequest
 
VERBOSE - Enum constant in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Extremely detailed tracing information level.
verbosity - Variable in class org.glassfish.jersey.logging.LoggingFeature
 
verbosity - Variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
Verbosity() - Constructor for enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
 
VERBOSITY_POSTFIX - Static variable in class org.glassfish.jersey.logging.LoggingFeature
 
verifyArrayType(Class) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
verifyArrayType(Class, AbstractCollectionJaxbProvider.JaxbTypeChecker) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
The method could be used to check if given type is an array of JAXB beans.
verifyCollectionSubclass(Class<?>) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
verifyGenericType(Type) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
verifyGenericType(Type, AbstractCollectionJaxbProvider.JaxbTypeChecker) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
The method could be used to check if given type is a collection of JAXB beans.
version - Static variable in class org.glassfish.jersey.internal.Version
 
version - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
 
version - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
 
version() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Method that will return version information stored in and read from jar that contains this class.
version() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
 
Version - Class in org.glassfish.jersey.internal
Utility class for reading build.properties file.
Version() - Constructor for class org.glassfish.jersey.internal.Version
 
VERSION - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
 
VfsResourceFinder(URI, boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
 
VfsSchemeResourceFinderFactory - Class in org.glassfish.jersey.server.internal.scanning
A JBoss-based "vfsfile", "vfs" and "vfszip" scheme URI scanner.
VfsSchemeResourceFinderFactory() - Constructor for class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory
 
VfsSchemeResourceFinderFactory.VfsResourceFinder - Class in org.glassfish.jersey.server.internal.scanning
 
vi - Static variable in class org.glassfish.jersey.apache.connector.ApacheConnector
 
Views - Class in org.glassfish.jersey.internal.util.collection
Collections utils, which provide transforming views for List and Map.
Views() - Constructor for class org.glassfish.jersey.internal.util.collection.Views
 
visit(int, int, String, String, String, String[]) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visit(Type) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
Visit the type and a given parameter.
visitAnnotation(String, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitAttribute(Attribute) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitChildResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitChildResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Start visiting a single child resource model.
visitChildResource(Resource) - Method in class org.glassfish.jersey.server.model.ResourceValidator
 
visitEnd() - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitField(int, String, String, String, Object) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.InvocableValidator
 
visitInvocable(Invocable) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method invocable model.
visitJaxrsResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
visitMethod(int, String, String, String, String[]) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitMethodHandler(MethodHandler) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitMethodHandler(MethodHandler) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method handler model.
visitOuterClass(String, String, String) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Start visiting a single resource model.
visitResource(Resource) - Method in class org.glassfish.jersey.server.model.ResourceValidator
 
visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.InvocableValidator
 
visitResourceHandlerConstructor(HandlerConstructor) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a resource method handler constructor.
visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
visitResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method model.
visitResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResourceModel(ResourceModel) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a resource model.
visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a runtime resource model.
visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
visitSource(String, String) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
 
visitSubResourceLocator(ResourceMethod) - Method in class org.glassfish.jersey.server.model.ResourceMethodValidator
 
VoidOutInvoker(Invocable, InvocationHandler, List<ParamValueFactoryWithSource<?>>, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.VoidOutInvoker
 
VoidToVoidDispatcher(Invocable, InvocationHandler, ConfiguredValidator) - Constructor for class org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider.VoidToVoidDispatcher
 
VoidVoidDispatcherProvider - Class in org.glassfish.jersey.server.model.internal
Specific resource method dispatcher for dispatching requests to a void Java method with no input arguments using a supplied Java method invocation handler.
VoidVoidDispatcherProvider(ResourceContext) - Constructor for class org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider
 
VoidVoidDispatcherProvider.VoidToVoidDispatcher - Class in org.glassfish.jersey.server.model.internal
 

W

WADL_DOC_EXTENDED_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This is full WADL including extended resources.
WADL_DOC_SIMPLE_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This is simplified WADL with user and core resources only.
WADL_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable WADL generation.
WADL_GENERATOR_CONFIG - Static variable in class org.glassfish.jersey.server.ServerProperties
If set the wadl generator configuration that provides a WadlGenerator.
WADL_JAXB_CONTEXT_FALLBACK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error creating a JAXBContext for wadl serialization.
WADL_JERSEY_NAMESPACE - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
Jersey WADL extension XML namespace.
WADL_RESOURCEDOC_AMBIGUOUS_METHOD_ENTRIES(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Ambiguous resource documentation detected: Unique resource method documentation cannot be found for method %{0}.%{1}%{2}.
WADL_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
WADL Media type.
wadlApplicationContext - Variable in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
WadlApplicationContext - Interface in org.glassfish.jersey.server.wadl
A context to obtain WADL-based information.
WadlApplicationContextImpl - Class in org.glassfish.jersey.server.wadl.internal
WADL application context implementation.
WadlApplicationContextImpl(InjectionManager, Configuration, ExtendedResourceContext) - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
Injection constructor.
WadlAutoDiscoverable - Class in org.glassfish.jersey.server.wadl.internal
AutoDiscoverable registering WadlFeature if this feature is not already registered.
WadlAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
 
WadlBuilder - Class in org.glassfish.jersey.server.wadl.internal
This class implements the algorithm how the wadl is built for one or more Resource classes.
WadlBuilder(WadlGenerator, boolean, UriInfo) - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
wadlContext - Variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
WadlFeature - Class in org.glassfish.jersey.server.wadl
Feature enabling WADL processing.
WadlFeature() - Constructor for class org.glassfish.jersey.server.wadl.WadlFeature
 
wadlGenerationEnabled - Variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
wadlGenerator - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.WadlGeneratorControl
 
WadlGenerator - Interface in org.glassfish.jersey.server.wadl
A WadlGenerator creates artifacts related to wadl.
WadlGenerator.ExternalGrammarDefinition - Class in org.glassfish.jersey.server.wadl
And internal storage object to store the grammar definitions and any type resolvers that are created along the way.
WadlGenerator.Resolver - Interface in org.glassfish.jersey.server.wadl
Call back interface that the created external grammar can use to allow other parts of the code to attach the correct grammar information.
WadlGeneratorApplicationDoc - Class in org.glassfish.jersey.server.wadl.internal.generators
This WadlGenerator adds all doc elements provided by ApplicationDocs.getDocs() to the generated wadl-file.
WadlGeneratorApplicationDoc() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
wadlGeneratorConfig - Variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
WadlGeneratorConfig - Class in org.glassfish.jersey.server.wadl.config
Provides a configured WadlGenerator with all decorations (the default wadl generator decorated by other generators).
WadlGeneratorConfig() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder - Class in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigImpl - Class in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorConfigDescriptionBuilder() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
WadlGeneratorConfigImpl(List<WadlGeneratorDescription>) - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigImpl
 
WadlGeneratorConfigLoader - Class in org.glassfish.jersey.server.wadl.config
Loads a WadlGeneratorConfig and provides access to the WadlGenerator provided by the loaded WadlGeneratorConfig.
If no WadlGeneratorConfig is provided, the default WadlGenerator will be loaded.
WadlGeneratorConfigLoader() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
 
WadlGeneratorControl(WadlGenerator, WadlGeneratorLoader.Callback) - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.WadlGeneratorControl
The constructor.
wadlGeneratorDelegate - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
WadlGeneratorDescription - Class in org.glassfish.jersey.server.wadl.config
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the WadlGenerator implementation with the specified WadlGeneratorDescription.getGeneratorClass().
WadlGeneratorDescription() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
WadlGeneratorDescription(Class<? extends WadlGenerator>, Properties) - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
WadlGeneratorGrammarsSupport - Class in org.glassfish.jersey.server.wadl.internal.generators
This WadlGenerator adds the provided Grammars element to the generated wadl-file.
WadlGeneratorGrammarsSupport() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorGrammarsSupport(WadlGenerator, Grammars) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorImpl - Class in org.glassfish.jersey.server.wadl.internal
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
WadlGeneratorImpl() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
WadlGeneratorJAXBGrammarGenerator - Class in org.glassfish.jersey.server.wadl.internal.generators
This WadlGenerator generates a XML Schema content model based on referenced java beans.
WadlGeneratorJAXBGrammarGenerator() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
WadlGeneratorJAXBGrammarGenerator.NameCallbackSetter - Interface in org.glassfish.jersey.server.wadl.internal.generators
 
WadlGeneratorJAXBGrammarGenerator.TypeCallbackPair - Class in org.glassfish.jersey.server.wadl.internal.generators
 
WadlGeneratorLoader - Class in org.glassfish.jersey.server.wadl.config
Loads WadlGenerators from a provided list of WadlGeneratorDescriptions.
The properties of the WadlGeneratorDescriptions can refer to WadlGenerator properties of these types: exact match: if the WadlGenerator property is of type org.example.Foo and the property value provided by the WadlGeneratorDescription is of type org.example.Foo java.io.InputStream: The InputStream can e.g.
WadlGeneratorLoader() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader
 
WadlGeneratorLoader.Callback - Interface in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorLoader.CallbackList - Class in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorLoader.WadlGeneratorControl - Class in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorResourceDocSupport - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
A WadlGenerator implementation that enhances the generated wadl by information read from a resourcedoc (containing javadoc information about resource classes).
WadlGeneratorResourceDocSupport() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlGeneratorResourceDocSupport(WadlGenerator, ResourceDocType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlModelProcessor - Class in org.glassfish.jersey.server.wadl.processor
WADL model processor which enhance resource model by WADL related resources (like "/application.wadl").
WadlModelProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
Create new WADL model processor instance.
WadlModelProcessor.OptionsHandler - Class in org.glassfish.jersey.server.wadl.processor
OPTIONS resource method handler that serves resource WADL.
wadlParam - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
WadlParamType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for wadl params.
Created on: Jun 12, 2008
WadlParamType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
WadlResource - Class in org.glassfish.jersey.server.wadl.internal
 
WadlResource() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlResource
 
WadlUtils - Class in org.glassfish.jersey.server.wadl.internal
Utils for wadl processing.
WadlUtils() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlUtils
 
wadlXmlRepresentation - Variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
waiter - Variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
 
waiter - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
waiter - Variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
WAITER - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
waiterOffset - Static variable in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Node
 
wantedMediaType - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
wantedType - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
warning(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a warning to the list of messages.
warning(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
WARNING - Enum constant in enum org.glassfish.jersey.Severity
Warning.
WARNING_MONITORING_FEATURE_DISABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
MonitoringFeature is registered but the configuration property "{0}" (enabling basic monitoring statistics) is FALSE.
WARNING_MONITORING_FEATURE_ENABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
MonitoringFeature is registered but the configuration property "{0}" (enabling basic monitoring statistics) is FALSE.
WARNING_MONITORING_MBEANS_BEAN_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Monitoring MBeans "{0}" is already registered.
WARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
WARNING: {0}
WARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WARNING: {0}
WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.
WARNING_TOO_MANY_EXTERNAL_REQ_SCOPES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
More than one external request scope found.
WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The following warnings have been detected: {0}
WEB_INF_CLASSES - Static variable in class org.glassfish.jersey.internal.OsgiRegistry
 
WebTargetValueParamProvider - Class in org.glassfish.jersey.server.internal.inject
Value supplier provider supporting the Uri injection annotation.
WebTargetValueParamProvider(Supplier<Configuration>, Function<Class<? extends Configuration>, Configuration>) - Constructor for class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider
Initialize the provider.
WebTargetValueParamProvider.BindingModel - Class in org.glassfish.jersey.server.internal.inject
 
WebTargetValueParamProvider.ManagedClient - Class in org.glassfish.jersey.server.internal.inject
 
WebTargetValueParamProvider.WebTargetValueSupplier - Class in org.glassfish.jersey.server.internal.inject
 
WebTargetValueSupplier(String, Value<WebTargetValueParamProvider.ManagedClient>) - Constructor for class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.WebTargetValueSupplier
 
weight - Variable in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
Weight of this priority.
whenComplete(RequestProcessingContext) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
WHITE_SPACE - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Array of chars representing white spaces.
WHITESPACE - Static variable in class org.glassfish.jersey.message.internal.CacheControlProvider
 
WI_AFTER - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
WriterInterceptor invocation after a call to context.proceed().
WI_BEFORE - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
WriterInterceptor invocation before a call to context.proceed().
WI_SUMMARY - Enum constant in enum org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation summary.
WILDCARD_ACCEPTABLE_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
An acceptable media type corresponding to a wildcard type.
WILDCARD_ACCEPTABLE_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
WILDCARD_ACCEPTABLE_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
 
WILDCARD_QS_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
An acceptable media type corresponding to a wildcard type.
WILDCARD_QS_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
A singleton list containing the wildcard media type.
WILDCARD_SUBTYPE_CACHE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Cache containing frequently requested media type values with a wildcard subtype.
WILDCARD_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
A singleton list containing the wildcard media type.
window - Variable in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
 
with(InputStream) - Static method in class org.glassfish.jersey.internal.util.Closing
 
withAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a specified method-level annotation declared.
withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
withMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a method-level annotation declared that is itself annotated with a specified meta-annotation.
withoutAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list without a specified method-level annotation declared.
withoutMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list without any method-level annotation declared that would itself be annotated with a specified meta-annotation.
withType(JavaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
WORKER_BY_TYPE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
Compares entity providers by the provided class (most specific first) and then by the declared supported media types, if the provided classes are the same.
WORKER_THREAD_POOL_CONFIG - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Configuration of the connector thread pool.
WorkerComparator(Class, MediaType) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.WorkerComparator
 
workers - Variable in class org.glassfish.jersey.client.ClientRequest
 
workers - Variable in class org.glassfish.jersey.internal.JaxrsProviders
 
workers - Variable in class org.glassfish.jersey.message.internal.InboundMessageContext
 
workers - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
workers - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.TerminalWriterInterceptor
 
workers - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter
 
workers - Variable in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 
workersFactory - Variable in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
workersProvider - Variable in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
WorkersToStringTransform() - Constructor for class org.glassfish.jersey.server.ApplicationHandler.WorkersToStringTransform
 
wrap(Object) - Static method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
Wraps incoming descriptor instance and provides a default implementation of ForeignDescriptor.
wrap(Object, Consumer<Object>) - Static method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
Wraps incoming descriptor instance and provides a default implementation of ForeignDescriptor along with a Consumer for a disposing an instance created using a given descriptor.
wrap(Collection<Binder>) - Static method in class org.glassfish.jersey.internal.inject.CompositeBinder
Creates CompositeBinder with provided binders.
wrap(Binder...) - Static method in class org.glassfish.jersey.internal.inject.CompositeBinder
Creates CompositeBinder with provided binders.
wrapInjectionResolver(InjectionResolverBinding) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
 
wrapParamValueProvider(Function<ContainerRequest, T>, Parameter.Source) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
 
wrappedStream - Variable in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
wrapper - Variable in enum org.glassfish.jersey.message.internal.BasicTypesMessageProvider.PrimitiveTypes
 
WrappingResourceConfig(Application, Class<? extends Application>, Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
 
WrappingSAXParser(SAXParser) - Constructor for class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
 
write(byte[]) - Method in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
write(byte[]) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
write(byte[]) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
write(int) - Method in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
 
write(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
write(int) - Method in class org.glassfish.jersey.jdk.connector.internal.InterceptingOutputStream
 
write(int) - Method in class org.glassfish.jersey.logging.LoggingInterceptor.LoggingStream
 
write(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
write(int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
write(int) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
write(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
write(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
write(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.WriteQueue
 
write(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
write(HttpRequest, CompletionHandler<HttpRequest>) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
 
write(HttpRequest, CompletionHandler<HttpRequest>) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
 
write(HttpRequest, CompletionHandler<HttpRequest>) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
 
write(T) - Method in class org.glassfish.jersey.server.ChunkedOutput
Write a chunk.
write(UP_IN, CompletionHandler<UP_IN>) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
Perform write operation for this filter and invokes write method on the next filter in the filter chain.
WRITE_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Write listener can be set only once."
WRITE_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Write listener can be set only once."
WRITE_WHEN_NOT_READY() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Asynchronous write called when stream is in non-ready state."
WRITE_WHEN_NOT_READY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Asynchronous write called when stream is in non-ready state."
writeBody(HttpRequest, CompletionHandler<HttpRequest>) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
 
writeBufferedEntity(ClientRequest, HttpRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
writeCollection(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
Write a collection of JAXB objects as child elements of the root element.
writeCollection(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
 
writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
Write (serialize) the entity set in this request into the entity stream.
writeListener - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
 
WriteListener - Interface in org.glassfish.jersey.jdk.connector.internal
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
writeObject(ObjectOutputStream) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
Saves the state of the ConcurrentHashMapV8 instance to a stream (i.e., serializes it).
writeObject(ObjectOutputStream) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Save the state of the HashMap instance to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Saves the state to a stream (that is, serializes it).
writeOutBoundHeaders(MultivaluedMap<String, Object>, HttpUriRequest) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnector
 
writeOutBoundHeaders(MultivaluedMap<String, Object>, Request) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector
 
writeQueue - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
 
WriteQueue() - Constructor for class org.glassfish.jersey.jdk.connector.internal.SslFilter.WriteQueue
 
writer - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor.UnCloseableOutputStream
 
WRITER - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
 
writerClassToGraph - Variable in class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
 
writeResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
 
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
 
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
WriterInterceptorExecutor - Class in org.glassfish.jersey.message.internal
Represents writer interceptor chain executor for both client and server side.
WriterInterceptorExecutor(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, MessageBodyWorkers, Iterable<WriterInterceptor>, InjectionManager) - Constructor for class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Constructs a new executor to write given type to provided entityStream.
WriterInterceptorExecutor.TerminalWriterInterceptor - Class in org.glassfish.jersey.message.internal
Terminal writer interceptor which choose the appropriate MessageBodyWriter and writes the entity to the output stream.
WriterInterceptorExecutor.UnCloseableOutputStream - Class in org.glassfish.jersey.message.internal
MessageBodyWriters should not close the given stream.
writerInterceptors - Variable in class org.glassfish.jersey.client.ClientRequest
 
writerInterceptors - Variable in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
writerInterceptors - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
WriterModel - Class in org.glassfish.jersey.message
MessageBodyWriter model.
WriterModel(MessageBodyWriter, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.WriterModel
Create new writer model instance.
writers - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
writersCache - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
writeTo(RenderedImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Reader bytes from an input stream and write then to an output stream.
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read bytes from an input stream and write them to an output stream.
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Reader characters from an input stream and write then to an output stream.
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read characters from an input stream and write them to an output stream.
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method that JAX-RS container calls to serialize given value.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Writers a type to the entityStream using interceptors.
writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
Marshal an instance of a JAXB type.
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
 
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
Write JAXB element to an entity stream.
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
 
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
writeTo(M, MediaType, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
 
writeTo(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
writeTo(Document, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Convert a string to bytes and write those bytes to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Convert a string to bytes and write those bytes to an output stream.
WRITING_FAILED() - Static method in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
"Writing data failed"
WRITING_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Writing data failed"
WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The proxy URI ("{0}") property MUST be an instance of String or URI.
WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
The proxy URI ("{0}") property MUST be an instance of String or URI.
WWW_AUTHENTICATE - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
 

X

xfer(E, boolean, int, long) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
Implements all queuing methods.
XhtmlElementType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
The type for an element holding child nodes.
Created on: Jun 17, 2008
XhtmlElementType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
 
XhtmlValueType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
The type for an element holding a string value.
Created on: Jun 17, 2008
XhtmlValueType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlValueType
 
xif - Variable in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
 
XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true indicates that produced XML output should be formatted if possible (see below).
XML_SECURITY_DISABLE - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true XML security features when parsing XML documents will be disabled.
XmlCollectionJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
Base XML-based message body provider for collections of JAXB beans.
XmlCollectionJaxbProvider(Provider<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
 
XmlCollectionJaxbProvider(Provider<XMLInputFactory>, Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
 
XmlCollectionJaxbProvider.App - Class in org.glassfish.jersey.jaxb.internal
JAXB provider for marshalling/un-marshalling collections from/to entities of application/xml media type.
XmlCollectionJaxbProvider.General - Class in org.glassfish.jersey.jaxb.internal
JAXB provider for marshalling/un-marshalling collections from/to entities of <type>/<sub-type>+xml media types.
XmlCollectionJaxbProvider.Text - Class in org.glassfish.jersey.jaxb.internal
JAXB provider for marshalling/un-marshalling collections from/to entities of text/xml media type.
XmlHeader - Annotation Type in org.glassfish.jersey.message
Allows to specify XML header for XML output produced by a resource method it is attached to.
XmlInputFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
Thread-scoped injection provider of transformer factories.
XmlInputFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlInputFactoryInjectionProvider
Create new XML input factory provider.
XmlJaxbElementProvider - Class in org.glassfish.jersey.jaxb.internal
Base XML-based message body provider for JAXB element instances.
XmlJaxbElementProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
 
XmlJaxbElementProvider(Provider<SAXParserFactory>, Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
 
XmlJaxbElementProvider.App - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling JAXB elements from/to entities of application/xml media type.
XmlJaxbElementProvider.General - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling JAXB elements from/to entities of <type>/<sub-type>+xml media types.
XmlJaxbElementProvider.Text - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling JAXB elements from/to entities of text/xml media type.
XmlRootElementJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
Base XML-based message body provider for JAXB root elements and types.
XmlRootElementJaxbProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
 
XmlRootElementJaxbProvider(Provider<SAXParserFactory>, Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
 
XmlRootElementJaxbProvider.App - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of application/xml media type.
XmlRootElementJaxbProvider.General - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of <type>/<sub-type>+xml media types.
XmlRootElementJaxbProvider.Text - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of text/xml media type.
xmlRootElementProcessing - Variable in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
 
XmlRootObjectJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
Base XML-based message body reader for JAXB beans.
XmlRootObjectJaxbProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
XmlRootObjectJaxbProvider(Provider<SAXParserFactory>, Providers, MediaType) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
 
XmlRootObjectJaxbProvider.App - Class in org.glassfish.jersey.jaxb.internal
Provider for un-marshalling entities of application/xml media type into JAXB beans using JAXB unmarshaller.
XmlRootObjectJaxbProvider.General - Class in org.glassfish.jersey.jaxb.internal
Provider for un-marshalling entities of <type>/<sub-type>+xml media types into JAXB beans using JAXB unmarshaller.
XmlRootObjectJaxbProvider.Text - Class in org.glassfish.jersey.jaxb.internal
Provider for un-marshalling entities of text/xml media type into JAXB beans using JAXB unmarshaller.

Z

Z - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils
 
ZERO_LENGTH_DELIMITER - Static variable in class org.glassfish.jersey.server.ChunkedOutput
 

_

_activeView - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_addSuperTypes(Class<?>, Class<?>, Collection<Class<?>>, boolean) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_annotations - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
_annotations - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
_annotationsCopied - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
_application - Variable in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
_applicationDocs - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
_applicationDocsFile - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
_applicationDocsStream - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
_apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
_apply(RequestProcessingContext, Router) - Method in class org.glassfish.jersey.server.internal.routing.RoutingStage
 
_args - Variable in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
_build(boolean, boolean, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
_buildFromMap(boolean, boolean, Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
_bundlename - Variable in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
_bundlename - Variable in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
_cfgCheckCanDeserialize - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Whether we want to actually check that Jackson has a deserializer for given type.
_cfgCheckCanSerialize - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Whether we want to actually check that Jackson has a serializer for given type.
_cfgCustomUntouchables - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Map that contains overrides to default list of untouchable types: true meaning that entry is untouchable, false that is is not.
_class - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
_className - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
_config - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_configForReading(ObjectReader, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_configForReading(ObjectReader, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
_configForReading(MAPPER, Annotation[], Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_configForWriting(ObjectMapper, Annotation[], Class<?>) - Method in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
 
_configForWriting(ObjectWriter, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_configForWriting(ObjectWriter, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
_configForWriting(MAPPER, Annotation[], Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_containedIn(Class<?>, HashSet<ClassKey>) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_content - Variable in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
_createGenerator(ObjectWriter, OutputStream, JsonEncoding) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable helper method called to create a JsonGenerator for writing contents into given raw OutputStream.
_createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
_createNoContentException() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_createParser(ObjectReader, InputStream) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable helper method called to create a JsonParser for reading contents of given raw InputStream.
_default - Variable in class com.sun.research.ws.wadl.Param
 
_defaultAnnotationsToUse - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
_defaultMapper - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
If no mapper was specified when constructed, and no configuration calls are made, a default mapper is constructed.
_defaultReadView - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
View to use for reading if none defined for the end point.
_defaultState - Variable in enum org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
_defaultWriteView - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
View to use for writing if none defined for the end point.
_delegate - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
_delegate - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
_description - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
_descriptions - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
_descriptions - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigImpl
 
_deserDisable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_deserEnable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_encode(String, UriComponent.Type, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
 
_endpointForReading(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable helper method that will basically fetch representation of the endpoint that can be used to get ObjectReader to use for deserializing content
_endpointForWriting(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_equals(Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
_externalGrammarDefiniton - Variable in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
_findCustomUntouchable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_fromString(String) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverters.AbstractStringReader
 
_getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Allows overriding the ResourceConfig.getApplication() method functionality in ResourceConfig.WrappingResourceConfig.
_getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
_getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
Get the original underlying JAX-RS Application instance used to initialize the resource configuration instance.
_getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
Get configured resource and/or provider classes.
_getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
_getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
 
_getContextClassLoader() - Static method in class org.glassfish.jersey.internal.ServiceFinder
 
_getEntityClass(Type) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Note: This method was copied from MOXyJsonProvider.
_getErrorMessages(boolean) - Method in class org.glassfish.jersey.internal.Errors
 
_getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, List<ReaderModel>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
_getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
_getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, List<WriterModel>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
_getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
_getMethods(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
 
_getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
Get configured resource and/or provider instances.
_getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
 
_getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
 
_grammars - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
_grammarsFile - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
_grammarsStream - Variable in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
_hasBeenSet - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
Simple marker used to optimize out ThreadLocal access in cases where this feature is not being used
_hasBeenSet - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
Simple marker used to optimize out ThreadLocal access in cases where this feature is not being used
_hashCode - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
 
_hashCode - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
Let's cache hash code straight away, since we are almost certain to need it.
_id - Variable in class org.glassfish.jersey.logging.LoggingInterceptor
 
_initiateProperties() - Static method in class org.glassfish.jersey.internal.Version
 
_isIgnorableForReading(ClassKey) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which are not bound from content.
_isIgnorableForWriting(ClassKey) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which can not be written out.
_isSpecialReadable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable helper method used to allow handling of somewhat special types for reading
_jaxbIntrospectorClass - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
To support optional dependency to Jackson JAXB annotations module (needed iff JAXB annotations are used for configuration)
_jaxRSFeatures - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Feature flags set.
_jsonp - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
 
_jsonpFunctionName - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
JSONP function name to use for automatic JSONP wrapping, if any; if null, no JSONP wrapping is done.
_key - Variable in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
_locale - Variable in class org.glassfish.jersey.internal.l10n.Localizer
 
_locateMapperViaProvider(Class<?>, MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Helper method that is called if no mapper has been explicitly configured.
_locateMapperViaProvider(Class<?>, MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
 
_mapper - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
Mapper provider was constructed with if any, or that was constructed due to a call to explicitly configure mapper.
_mapperConfig - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Helper object used for encapsulating configuration aspects of ObjectMapper
_mark() - Method in class org.glassfish.jersey.internal.Errors
 
_maxEntries - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
 
_modifyHeaders(Object, Class<?>, Type, Annotation[], MultivaluedMap<String, Object>, EP_CONFIG) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Overridable method used for adding optional response headers before serializing response object.
_noContentExceptionRef - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_providers - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Injectable context object used to locate configured instance of ObjectMapper to use for actual serialization.
_rawAnnotations - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
_rbSupplier - Variable in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
_rbSupplier - Variable in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
_read(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.TransportFilter
 
_reader - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_readers - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Cache for resolved endpoint configurations when reading JSON data
_reset() - Method in class org.glassfish.jersey.internal.Errors
 
_resolveIntrospector(Annotations) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
 
_resolveIntrospectors(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
_resolveIntrospectors(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
 
_resourceBundles - Variable in class org.glassfish.jersey.internal.l10n.Localizer
 
_resourceDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
_rootName - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_serDisable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_serEnable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_setAnnotations(ObjectMapper, Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
_setApplication(Application) - Method in class org.glassfish.jersey.server.ResourceConfig
Allows overriding the setApplication() method functionality in WrappingResourceConfig.
_setApplication(Application) - Method in class org.glassfish.jersey.server.ResourceConfig.WrappingResourceConfig
Set the JAX-RS Application instance in the ResourceConfig.
_this() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_threadLocal - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
 
_threadLocal - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
 
_type - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
We also seem to need the type as part of the key (as per [Issue#11]); hopefully that and annotations are enough (if not, may need to reconsider the way caching is done, and possibly only cache derivation of annotations, not mapper or reader/writer).
_type - Variable in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
_unmark() - Method in class org.glassfish.jersey.internal.Errors
 
_unreadableClasses - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_untouchables - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_unwritableClasses - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
_valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
 
_wadlGenerator - Variable in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
_writer - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
_writers - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Cache for resolved endpoint configurations when writing JSON data
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form