- 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 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 org.glassfish.jersey.client.AbortException
-
Create new abort exception.
- abortResponse - Variable in exception 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<T>
,
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
-
- 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
-
- 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 & 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
-
- 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
-
- AbstractResourceFinderAdapter() - Constructor for class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
-
- AbstractResourceModelVisitor - Class in org.glassfish.jersey.server.model
-
- 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 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 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 extends java.util.concurrent.ThreadPoolExecutor> - 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(MediaType...) - 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.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.JerseyInvocation.Builder
-
- 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(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, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- AcceptableLanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- AcceptableMediaType - Class in org.glassfish.jersey.message.internal
-
An acceptable media type.
- AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance.
- 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(Locale...) - 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.ClientRequest
-
Add new accepted languages to the message headers.
- acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- accessed - Variable in class org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
-
- 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(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(V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
-
- add(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- add(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- add(Annotation[], boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
-
- add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- add(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
- add(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
- 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(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(Object...) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
-
- add(DocProcessor) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
Add a new DocProcessor
instance to the list of wrapped instances.
- 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
-
- addAll(Collection<? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValuesView
-
- addAll(K, V...) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- addAll(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- 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(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contracts.
- addContracts(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contracts.
- 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, String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- addField(String, Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- addField(String) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- addField(String, String...) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- addField(String, Set<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 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 interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a field into this graph for given set of entity-filtering scopes.
- 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(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 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(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl.Builder
-
Add a resource method to the statistics.
- 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() - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Add a new arbitrary method model to the resource.
- 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
-
- addParamDocs(MethodDoc, MethodDocType, DocProcessor) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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, Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Add properties to ResourceConfig
.
- addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- 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
-
- addRequestRepresentationDoc(MethodDoc, MethodDocType) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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
-
- addResponseDoc(MethodDoc, MethodDocType) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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<?>, String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- addSubgraph(String, Class<?>, Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- addSubgraph(String, Class<?>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- addSubgraph(String, Class<?>, String...) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- addSubgraph(String, Class<?>, Set<String>) - 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 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 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(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.
- advance() - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
-
- 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(String) - Constructor for enum org.glassfish.jersey.client.authentication.DigestAuthenticator.Algorithm
-
- algorithm - Variable in class org.glassfish.jersey.client.authentication.DigestAuthenticator.DigestScheme
-
- Algorithm(String) - Constructor for enum org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
-
- algorithm - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.DigestScheme
-
- 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
-
- 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_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 extends java.lang.annotation.Annotation> - Class in org.glassfish.jersey.internal.inject
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class org.glassfish.jersey.internal.inject.AnnotationLiteral
-
- 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 - 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
-
- annotations() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
-
- 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
-
- 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
-
- 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<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.App
-
- 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
-
- 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) - 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(StringBuilder, String, String) - 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
-
- append(StringBuilder, boolean, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- 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(Resource, StringBuilder) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
-
- appendPath(Path) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- appendPath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- appendPath(String, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- 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, String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
-
- appendWithSeparator(StringBuilder, String, int) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
-
- 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 - 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_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
-
- ApplicationConfigurator(Application) - Constructor for class org.glassfish.jersey.server.ApplicationConfigurator
-
Initialize Application
from provided instance.
- ApplicationConfigurator(Class<? extends Application>) - Constructor for class org.glassfish.jersey.server.ApplicationConfigurator
-
Initialize Application
from provided class.
- 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
-
- 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 - Interface in org.glassfish.jersey.server.monitoring
-
- applicationEventListener - Variable in class org.glassfish.jersey.server.ServerRuntime
-
- applicationEventListeners - Variable in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
-
- 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
-
- applicationHandler - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
-
- ApplicationHandler.FutureResponseWriter - Class in org.glassfish.jersey.server
-
- ApplicationHandler.RuntimeConfigConfigurator - Class in org.glassfish.jersey.server
-
- 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
-
- 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
-
- 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(ClientRequest) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
-
- apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
-
- apply(ClientRequest) - Method in class org.glassfish.jersey.client.ClientFilteringStages.RequestFilteringStage
-
- apply(ClientResponse) - Method in class org.glassfish.jersey.client.ClientFilteringStages.ResponseFilterStage
-
- apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
- apply(ClientRequest, AsyncConnectorCallback) - 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, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
-
Asynchronously process client request into a response.
- apply(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
- apply(ClientRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
-
- apply(ClientRequest, AsyncConnectorCallback) - 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.jetty.connector.JettyConnector
-
- apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
-
Transform data of a given type into a result of the different type.
- apply(DATA) - Method in interface org.glassfish.jersey.process.internal.Stage
-
- apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.InflectingStage
-
- apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.LinkedStage
-
- apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Invokes a request and returns the response future
.
- apply(ContainerRequest, OutputStream) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Invokes a request and returns the response future
.
- apply(T) - Method in class org.glassfish.jersey.server.ApplicationHandler.WorkersToStringTransform
-
- apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.ContainerFilteringStage
-
- apply(ContainerResponse) - Method in class org.glassfish.jersey.server.ContainerFilteringStage.ResponseFilterStage
-
- apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
-
- 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(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
-
- apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
-
- apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- apply(ContainerRequest) - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
- 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_INFLECTOR_METHOD - Static variable in class org.glassfish.jersey.server.model.Invocable
-
- 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.
- 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(ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
-
- asFactory(Object) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
-
- 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
-
- 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 - 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 - 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.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
-
- 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(ServerRuntime.Responder, RequestContext, ExternalRequestScope, ExternalRequestContext<?>) - Constructor for class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- asyncResponder - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
-
- 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
-
- 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
-
- AutoDiscoverable - Interface in org.glassfish.jersey.internal.spi
-
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations
.
- AUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Configuration of {0} auto-discoverable failed.
- AutoDiscoverableConfigurator - Class in org.glassfish.jersey.internal
-
- AutoDiscoverableConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
-
Create a new configurator.
- 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.
- cache - Variable in class org.glassfish.jersey.internal.ContextResolverFactory
-
- 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 - Variable in class org.glassfish.jersey.internal.util.collection.Cache
-
- cache - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
-
- 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.
- CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cache control is null.
- 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() - Method in interface org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.Callback
-
- callback() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.CallbackList
-
- callback - Variable in class org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader.WadlGeneratorControl
-
- 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(boolean) - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
-
- cancel() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- 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
-
- 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() - 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 - Variable in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
- 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_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
-
- checkCanSerialize(boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
- 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(String) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
-
- checkOverflow(long) - Method in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
-
- 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_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
-
- 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
-
- 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(Type) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create ChunkedOutput
with specified type.
- 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, byte[]) - 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.
- ChunkedOutput(Type, 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
-
- 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(int) - Method 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
-
- ci - Variable in class org.glassfish.jersey.uri.internal.UriParser
-
- ClassBasedMethodHandler(Class<?>, Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler.ClassBasedMethodHandler
-
- ClassBasedMethodHandler(Class<?>, boolean, 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.internal.ServiceFinder
-
- 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.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(Class<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Makes a nice, pretty class (without the package name).
- 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
-
- 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
-
- 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_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
-
- 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
-
- 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 - 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(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(ClientConfig.State) - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance using the supplied state.
- clientConfig - Variable in class org.glassfish.jersey.client.ClientRequest
-
- 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
-
- 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(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create new Jersey client response context initialized from a JAX-RS response
.
- 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.
- 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(InputStream) - Static method in class org.glassfish.jersey.internal.Version
-
- 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(boolean) - 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(boolean) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
- 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
-
Release allocated/opened resources (such as streams).
- 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.
- 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 - Interface in org.glassfish.jersey.server
-
A closeable service to add instances of Closeable
that
are required to be closed.
- 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.
- CloseableServiceFactory(RequestProcessingContextReference) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.CloseableServiceFactory
-
- closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
-
- 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_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_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(Collection<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Returns a pretty string representing the collection.
- collection - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.FloodingLogger
-
- 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 - 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 & close the container response writer.
- commitStream() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- commitStream(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- COMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider has already been initialized.
- COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot setup buffering as bytes have already been written to the output stream.
- COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- 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.
- committingOutputStream - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- 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
-
- CommonScopeProvider(Configuration, InjectionManager) - Constructor for class org.glassfish.jersey.message.filtering.CommonScopeProvider
-
- 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 - 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
-
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
Order the templates according to JAX-RS specification.
- compare(T, T) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator
-
- 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(int, int) - Static method in class org.glassfish.jersey.message.internal.Quality
-
Compares two int
values numerically.
- compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
-
- 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(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
-
- compareTo(Object) - Method in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
-
- 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 - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
-
- 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.
- completed(ClientResponse, RequestScope) - Method in interface org.glassfish.jersey.client.ResponseCallback
-
Called when the client invocation was successfully completed with a response.
- 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.
- 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
-
- CompletionCallbackRunner() - Constructor for class org.glassfish.jersey.server.ServerRuntime.CompletionCallbackRunner
-
- completionCallbackRunner - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
-
- 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
-
- completionHandler - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.RequestRecord
-
- 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
-
- 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
-
- 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
-
- 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
-
- CompositeRequestEventListener(List<RequestEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
-
Create a new composite listener.
- CompositeResourceFinder - Class in org.glassfish.jersey.server.internal.scanning
-
- CompositeResourceFinder() - Constructor for class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
-
- 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
-
- 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(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(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.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
-
- 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(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- 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
-
- configClass - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
-
- 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(Configuration) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set runtime configuration.
- configuration - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
- configuration(Configuration) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration.
- configuration - Variable in class org.glassfish.jersey.server.ServerRuntime
-
- 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(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
- configure() - Method in class org.glassfish.jersey.client.ClientBinder
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
-
- 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(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(JaxRSFeature, 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.base.ProviderBase
-
- configure(SerializationFeature, 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.base.ProviderBase
-
- configure(JsonGenerator.Feature, 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.cfg.MapperConfiguratorBase
-
- configure(JsonParser.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
- configure(JsonGenerator.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.internal.JacksonAutoDiscoverable
-
- configure() - Method in class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature.Binder
-
- 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() - Method in class org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
-
- configure() - Method in class org.glassfish.jersey.jaxb.internal.JaxbParamConverterBinder
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
-
- configure() - Method in class org.glassfish.jersey.message.filtering.EntityFilteringBinder
-
- 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() - 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(FeatureContext) - Method in class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
-
- configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
-
- configure() - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
-
- configure() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
-
- 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(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
-
- configureAutoDiscoverableProviders(InjectionManager, List<AutoDiscoverable>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- 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.server.ResourceConfig.ImmutableState
-
- 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
-
- CONNECT - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
-
- connect(SocketAddress, Filter<?, ?, UP_IN, UP_OUT>) - Method in class org.glassfish.jersey.jdk.connector.internal.Filter
-
Initiate connect.
- 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_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Connect timeout interval, in milliseconds.
- 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() - Constructor for class org.glassfish.jersey.server.ServerRuntime.ConnectionCallbackRunner
-
- connectionCallbackRunner - Variable in class org.glassfish.jersey.server.ServerRuntime.Responder
-
- 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(int) - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnector.ConnectionFactory
-
- connectionFactory - Variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Set a custom HttpURLConnection
factory.
- connectionFactory - Variable in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
- 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 - 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 - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnectionPool
-
- connectorConfiguration - Variable in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
-
- ConnectorConfiguration.ProxyConfiguration - Class in org.glassfish.jersey.jdk.connector.internal
-
- connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register a custom Jersey client connector provider.
- connectorProvider - Variable in class org.glassfish.jersey.client.ClientConfig.State
-
- 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(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- connectTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
-
- connectTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
-
- 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(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 - Variable in class org.glassfish.jersey.server.model.HandlerConstructor
-
- CONSTRUCTOR_NAME - Static variable in class org.glassfish.jersey.internal.util.Pretty
-
- CONSUME - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
-
- 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.
- 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(MediaType...) - 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_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 in org.glassfish.jersey.server
-
Exception thrown by the container components in to notify Jersey runtime about
any errors.
- ContainerException(Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerException(String) - Constructor for exception 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
-
- ContainerProvider - Interface in org.glassfish.jersey.server.spi
-
Service-provider interface for creating container instances.
- ContainerProviderConfigurator - Class in org.glassfish.jersey.server
-
- ContainerProviderConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.server.ContainerProviderConfigurator
-
Create a new configurator.
- 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.
- containerRequest - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
-
- containerRequest - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
-
- 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 - 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.
- containerResponse - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
-
- containerResponse - Variable in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
-
- 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(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
- 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.
- 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(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- containsKey(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Returns true if the key has already been cached.
- containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.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.
- 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() - Constructor for class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.ContentParsingState
-
- contentParsingState - Variable in class org.glassfish.jersey.jdk.connector.internal.TransferEncodingParser.ChunkedEncodingParser
-
- context - Variable in class org.glassfish.jersey.client.InboundJaxrsResponse
-
- context - Variable in exception org.glassfish.jersey.message.internal.HeaderValueException
-
- Context() - Constructor for enum org.glassfish.jersey.message.internal.HeaderValueException.Context
-
- 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
-
- ContextInjectionResolver - Interface in org.glassfish.jersey.internal.inject
-
A marker interface to InjectionResolver<Context>
.
- 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(ContextResolver...) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
-
- ContextResolverAdapter(List<ContextResolver>) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
-
- ContextResolverFactory - Class in org.glassfish.jersey.internal
-
A factory implementation for managing ContextResolver
instances.
- ContextResolverFactory() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory
-
- contextResolverFactory - Variable in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
-
- ContextResolverFactory.ContextResolverAdapter - Class in org.glassfish.jersey.internal
-
- ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
-
- 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 - 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(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(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cookie is null.
- 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 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
-
- 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(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() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Return a copy of this thread pool config.
- copy(CommonConfig, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Copy config properties, providers from given config
to this instance.
- 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_ON_CHANGE - Static variable in class org.glassfish.jersey.client.ClientConfig.State
-
Strategy that returns a copy of the state instance.
- copyOf(U[], int) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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(HttpRoute, ConnectionConfig) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector.ConnectionFactory
-
- create(Object) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
-
- create() - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
-
Load a new injection manager without parent and initial binder.
- create(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
-
Load a new injection manager with parent object.
- create(InputStream) - Static method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Create an entity input stream instance wrapping the original input stream.
- 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(Annotation) - Static method in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.BindingModel
-
- 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(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(URI, boolean) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory
-
- 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) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
-
- create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider
-
- 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(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(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.
- 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(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(Class<?>, Collection<Parameter>) - 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(Object, Collection<Parameter>) - 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(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a parameter model.
- create(Class, Class, boolean, Class[], Type[], Annotation[][]) - Static method in class org.glassfish.jersey.server.model.Parameter
-
- 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(Invocable, InvocationHandler, ConfiguredValidator) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
-
- create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
-
Get the invocation handler for the invocable resource method.
- create() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- createAlias(ServiceLocator, ActiveDescriptor<?>, AliasBinding) - Static method in class org.glassfish.jersey.inject.hk2.Hk2Helper
-
Creates the alias object to a provided descriptor.
- createAndInitialize(Class<U>) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- createAndInitialize(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Creates, injects and post-constructs an object with the given class.
- createAndTranslateForeignDescriptor(Binding) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createApplication(InjectionManager, Class<? extends Application>, Value<Collection<ComponentProvider>>) - Static method in class org.glassfish.jersey.server.ApplicationConfigurator
-
- 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
-
- 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
-
- createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- 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(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.
- 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
).
- 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
-
- createDateFormats() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
- createDescriptor(Class<?>) - Method in class org.glassfish.jersey.server.internal.inject.DelegatedInjectionValueParamProvider
-
- 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, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Creates a new ThreadPoolExecutor
with the given initial parameters.
- 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(Consumes) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media types from the values declared in the Consumes
annotation.
- createFrom(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media types from the values declared in the Produces
annotation.
- createFrom(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media type from a string array of media types.
- 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
-
- 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
-
- createInflector(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
-
- createInjectionManager(Object) - Method in enum org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy
-
- createInjectionManager() - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- createInjectionManager(Binder) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- createInjectionManager(Object) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
- 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
-
- 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
-
- 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(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.
- 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.
- 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(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create a list of quality source media type from the Produces annotation.
- createQualitySourceMediaTypes(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create a list of quality source media type from an array of media types.
- createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- 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, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
- 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
-
- 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
-
- 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, 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[]) - 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, String) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
-
- credentialsForBasic(String, byte[]) - 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.
- credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForDigest(String, String) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BuilderImpl
-
- credentialsForDigest(String, byte[]) - 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.
- credentialsForDigest(String, byte[]) - 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() - 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(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
-
Initialized the filter with a desired value of the X-Requested-By header.
- CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
-
- CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
-
- 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() - 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 - Variable in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
-
- current - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
-
- 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
-
- 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
-
- Custom - Annotation Type in org.glassfish.jersey.internal.inject
-
Qualifier annotation
used to annotate HK2 injections and
bindings for user custom providers.
- custom - Variable in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
- CustomAnnotationLiteral - Class in org.glassfish.jersey.internal.inject
-
- 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
-
- 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
-
- EagerValue(Value<T>) - Constructor for class org.glassfish.jersey.internal.util.collection.Values.EagerValue
-
- 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.
- 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
.
- 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 variable in class org.glassfish.jersey.internal.util.collection.Values
-
- empty() - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
- empty() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Get immutable empty message headers container.
- EMPTY - Static 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 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.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
-
- 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
-
- 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(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(JsonParser.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
- enable(JsonGenerator.Feature) - 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(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Enable buffering of the serialized entity.
- enableBuffering() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- 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
-
- 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 - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpParser
-
- ENCODING - Static variable in class org.glassfish.jersey.jdk.connector.internal.HttpRequestEncoder
-
- encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- 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
-
- EncodingFilter - Class in org.glassfish.jersey.client.filter
-
- EncodingFilter() - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
-
- EncodingFilter - Class in org.glassfish.jersey.server.filter
-
Container filter that supports encoding-based content negotiation.
- 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(int) - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
-
- end() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
-
- end(int) - 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.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 - Interface in org.glassfish.jersey.server.internal.process
-
Server-side REST-ful endpoint.
- endpoint(Endpoint) - Static method in class org.glassfish.jersey.server.internal.routing.Routers
-
- 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_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 extends 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(MapperConfig<?>) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
-
- EndpointConfigBase() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
-
Deprecated.
- 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 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, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- entering(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- entering(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- entity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- entity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- entity - Variable in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- entity - Variable in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- 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
-
- EntityFilteringScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringScopeResolver
-
- EntityGraph - Interface in org.glassfish.jersey.message.filtering.spi
-
- EntityGraphImpl - Class in org.glassfish.jersey.message.filtering
-
- 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
-
- EntityGraphProviderImpl - Class in org.glassfish.jersey.message.filtering
-
- EntityGraphProviderImpl() - Constructor for class org.glassfish.jersey.message.filtering.EntityGraphProviderImpl
-
- EntityInputStream - Class in org.glassfish.jersey.message.internal
-
- 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
-
- 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
-
- EntityProcessorContext.Type - Enum in org.glassfish.jersey.message.filtering.spi
-
- EntityProcessorContextImpl - Class in org.glassfish.jersey.message.filtering
-
- 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.
- EntityProcessorContextImpl(EntityProcessorContext.Type, Class<?>, Field, 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(ConcurrentHashMapV8.Node<K, V>[], int, int, int, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.EntryIterator
-
- EntryIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.EntryIterator
-
- EntryIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.EntryIterator
-
- entrySet - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
-
- 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 - Variable in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
- 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 - Static variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
Constant buffer indicating EOF.
- eof - Variable in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
Read-side EOF flag.
- 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(K, K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
-
Compare two keys for equality.
- 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(String, String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
-
- 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.
- 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
-
- erasure(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the Class
representation of the given type.
- error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
-
Add an error to the list of messages.
- error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
-
Add an error to the list of messages.
- ERROR - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
-
- ERROR - Static variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
-
- error - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
-
- 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, Class 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(Object, String, Severity) - Constructor for class org.glassfish.jersey.internal.Errors.ErrorMessage
-
- errorMessage - Variable in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- ErrorMessagesException(List<Errors.ErrorMessage>) - Constructor for exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
-
- 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 - Static variable in class org.glassfish.jersey.internal.Errors
-
- Errors.ErrorMessage - Class in org.glassfish.jersey.internal
-
Generic error message.
- Errors.ErrorMessagesException - Exception in org.glassfish.jersey.internal
-
Error message exception.
- ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Following issues have been detected: {0}
- 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(EntityTag) - 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() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- Event() - Constructor for enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
- event - Variable in class org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
-
- event - Variable in class org.glassfish.jersey.message.internal.TracingInfo.Message
-
Event type.
- 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_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_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 - 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 - Variable in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
-
- ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
-
- 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
-
- 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
-
- 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(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client async executor.
- executorService - Variable in class org.glassfish.jersey.client.ClientConfig.State
-
- executorService(ExecutorService) - Method 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.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
-
- exiting(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- exiting(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- 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(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 - Variable in class org.glassfish.jersey.server.model.Resource.Data
-
- extended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
- 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 - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
-
- 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 extends java.lang.Throwable> - 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 & 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 - Interface in org.glassfish.jersey.server
-
Extensions to UriInfo
.
- 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
-
- 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
-
- 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(Consumes) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
-
- extractMediaTypes(Produces) - Static method in class org.glassfish.jersey.server.model.IntrospectionModeller
-
- extractMediaTypes(String[]) - 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 in org.glassfish.jersey.internal.inject
-
A runtime exception that contains a cause, a checked or runtime exception,
that may be passed to the cause of a WebApplicationException
.
- ExtractorException(String) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
-
Create new parameter extractor exception.
- ExtractorException(String, Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
-
Create new parameter extractor exception.
- ExtractorException(Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
-
Create new parameter extractor exception.
- General(Provider<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.General
-
- 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
-
- 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
-
- 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(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- get(GenericType<R>) - 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(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- get(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- 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() - 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(long, TimeUnit) - Method in class org.glassfish.jersey.internal.util.collection.Cache.OriginThreadAwareFuture
-
- 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() - 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 - Static variable in class org.glassfish.jersey.jdk.connector.internal.Constants
-
- 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(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() - 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_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 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>, RankedComparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the sorted iterable of all
providers
(custom and default) registered for the given service
provider contract in the underlying
injection manager
container.
- getAllProviders(InjectionManager, Class<T>, Comparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract
in the underlying
injection manager
container ordered based on the given
comparator
.
- getAllRankedProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all
providers
(custom and default) registered for the given service provider
contract in the underlying
injection manager
container.
- getAllRankedSortedProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying
injection manager
container and automatically sorted using
ranked comparator
.
- getAllServiceHolders(Class<T>, Annotation...) - Method in 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
ServiceHolder
s 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(Class<A>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
-
- getAnnotation(Annotation[], Class<T>) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
-
- 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(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(AccessibleObject) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
-
- 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
-
- 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, Resource, 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 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
-
- 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
-
- 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
-
- 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.
- getCDataElements() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
specify which of your elements you want to be handled as CDATA.
- getCDataElements() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- getCDataElements(DocProcessor) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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(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.
- getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- 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
-
- 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
-
- getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- 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(Client, Configuration) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getConnector(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- 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.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
-
- 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(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
Get the underlying java constructor.
- 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(Class) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolverAdapter
-
- getContext(Class) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.NullContextResolverAdapter
-
- getContext() - Method in exception org.glassfish.jersey.message.internal.HeaderValueException
-
Get the exception context.
- getContext() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Get the underlying outbound message context.
- getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Get me current external context data.
- 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
-
- 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(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- getContracts() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's contracts.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the map of contracts for the built contract provider model.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get provided contracts recognized by Jersey.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- 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(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getCookieStore() - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
-
Get the CookieStore
.
- 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 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(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(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.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(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
-
Get entity annotations passed to request/response.
- 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
-
- 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(Type) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
A convenience method to get the domain class (i.e.
- 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
-
- 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
-
- getErrorsAsResourceModelIssues(boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
- 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(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- 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.
- 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
-
- 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(String) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
-
- 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.
- 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(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.EmptyEntityGraphImpl
-
- getFields(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- getFields() - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
-
- 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.EntityGraphImpl
-
- getFields(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- getFields() - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
-
- 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.EntityGraph
-
Get fields for given entity-filtering scopes.
- getFields(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scopes.
- getFields() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get a set of all simple (non-filterable) fields of entity class.
- getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get fields with the given parent path.
- 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(Type, boolean, Annotation...) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
-
- getFilteringObject(Class<?>, 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(Annotation[], boolean) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
-
- getFilteringScopes(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
-
Get entity-filtering scopes from all available
scope resolvers
for given annotations.
- getFilteringScopes(Configuration) - Method in class org.glassfish.jersey.message.filtering.CommonScopeProvider
-
Get entity-filtering scopes from Configuration
.
- getFilteringScopes() - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- getFilteringScopes(Annotation[]) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
-
Get entity-filtering scopes from given annotations.
- getFilteringScopes(Annotation[], boolean) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringHelper
-
Get entity-filtering scopes from given annotations.
- getFilteringScopes() - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- getFilteringScopes(String) - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
-
- getFilteringScopes(Annotation[]) - Static method in class org.glassfish.jersey.message.filtering.SecurityHelper
-
Get entity-filtering scopes of security annotations present among given annotations.
- 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
.
- 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(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() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get all available entity-filtering scopes.
- getFilteringScopes(Annotation[], boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeProvider
-
Get entity-filtering scopes to be used to process an entity.
- 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(K) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- getFirst(String, Class<A>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- getFirst(String, A) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- 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
-
- 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
-
- 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
-
- 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(HttpUriRequest) - Method in class org.glassfish.jersey.apache.connector.ApacheConnector
-
- 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.
- 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(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getHttpClient() - Method in class org.glassfish.jersey.jetty.connector.JettyConnector
-
Get the HttpClient
.
- getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.jetty.connector.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(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(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from writerInterceptorContext
.
- getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from readerInterceptorContext
.
- getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from featureContext
.
- 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
-
- getInput() - Method in class org.glassfish.jersey.uri.internal.CharacterIterator
-
Returns the input String on which this
iterator
operates.
- getInputStream(CloseableHttpResponse) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnector
-
- getInputStream(HttpURLConnection) - Static method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
- getInputStream(ContentResponse) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector.HttpClientResponseInputStream
-
- 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.
- getInstance(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- getInstance(Type) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- getInstance(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- getInstance(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- getInstance(Class<T>, String) - Method in class org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
-
- getInstance() - Static method in class org.glassfish.jersey.internal.Errors
-
- getInstance(Class<T>, Annotation...) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Class<T>, String) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Type) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(ForeignDescriptor) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the service instance according to
ForeignDescriptor
which is specific to the underlying DI provider.
- getInstance() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
- getInstance() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
- getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Returns an OsgiRegistry
instance.
- getInstance() - 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(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Returns instance of TracingLogger
associated with current request processing
(propertiesDelegate
).
- getInstance(Class<?>, ParamConverter<T>, String, String) - Static method in class org.glassfish.jersey.server.internal.inject.CollectionExtractor
-
Get a new CollectionExtractor
instance.
- 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() - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
-
- 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
-
- 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(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.
- getInstances() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- 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
-
- getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
-
Get validation issues.
- getJAXBContext(Class, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
- getJAXBContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
- getJAXBContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
-
- 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.
- getJAXBContextClasses(ResourceDocType, DocProcessor) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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(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.
- getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the thread keep-alive time (in seconds).
- 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
-
- 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, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Get the JAXB marshaller for the given class and media type.
- getMarshaller(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
- 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
-
- 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
-
- 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(List<MediaType>) - Method in class org.glassfish.jersey.client.ClientRequest
-
- 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
-
- 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(String, Object...) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
-
- getMessage() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
-
- getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
Human-readable description of the issue.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
s that are suitable for the given type
.
- getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- 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, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the most acceptable media type supported for a Java type given a set of
acceptable media types.
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
s that are suitable for the given type
.
- getMessages() - Method in exception 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
-
- 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() - 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 - Variable in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
-
- 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.
- getOptionArg(String[][], String) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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
-
- 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(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
-
Get the output stream.
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Get URLs of resources from a given package.
- 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 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 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
-
- 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(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() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
-
- getPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- 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() - 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(AnnotatedElement) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- getPath() - Method in class org.glassfish.jersey.uri.internal.UriParser
-
Returns parsed path component.
- getPath() - Method in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
-
- 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(String) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the path segments that contain a template variable.
- getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the path segments that contain a template variable.
- 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 class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- 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(URI) - Static method in class org.glassfish.jersey.jdk.connector.internal.Utils
-
- getPort() - Method in class org.glassfish.jersey.uri.internal.UriParser
-
Returns parsed port component.
- 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(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
- getPriority() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get priority of the threads in thread pool.
- 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
-
- 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.
- 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(Collection<ServiceHolder<T>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
- 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.
- 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(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.
- 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.
- 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(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- getQs(String) - 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(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Reads quality factor from given media type.
- getQuality() - Method in interface org.glassfish.jersey.message.internal.Qualified
-
Get quality factor value (in [ppt]).
- getQuality() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Get quality source factor value (in [ppt]).
- getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Extract quality source information from the supplied MediaType
value.
- 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(HttpConnection) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
-
- getRequest() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- 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
-
- 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
-
- getRequiredJaxbContextClasses() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Specify jaxb classes of instances that you add to the resourcedoc
model.
- getRequiredJaxbContextClasses() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- 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(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
- getResource(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter
-
- getResource() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide actual resource instance that will get validated.
- 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(Locale) - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Get the resource bundle of the given localization.
- getResourceBundle(Locale) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
- getResourceBundle(Locale) - Method in interface org.glassfish.jersey.internal.l10n.LocalizableMessageFactory.ResourceBundleSupplier
-
Gets the ResourceBundle.
- getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Tries to load resource bundle via OSGi means.
- getResourceBundle() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- getResourceBundleName() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Get the name of the localization messages resource bundle.
- getResourceBundleName() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
- getResourceBundleName() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
- 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
-
- getResourceMethodExecutionStatistics() - Method in class org.glassfish.jersey.server.internal.monitoring.ResourceStatisticsImpl
-
- getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
- 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(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.
- 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.
- 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.
- getResponseRepresentationTags(MethodDoc) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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 RolesAllowed
s 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
-
- getRuntimeResources(List<Resource>) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
-
- 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).
- 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
-
- getSerializedExample(Tag) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Searches an @link
tag within the inline tags of the specified tag
and serializes the referenced instance.
- getSerializedLinkFromTag(SeeTag) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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
-
- getSingleTagOrNull(MethodDoc, String) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- 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(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
-
- getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- getSize(String, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
-
- getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
-
- 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.JaxbStringReaderProvider
-
Get the stored JAXB context supporting the Java type.
- getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
-
- 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(String) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- getSubgraphs(String...) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- getSubgraphs(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EmptyEntityGraphImpl
-
- getSubgraphs() - Method in class org.glassfish.jersey.message.filtering.EmptyObjectGraph
-
- 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.EntityGraphImpl
-
- getSubgraphs(Set<String>) - Method in class org.glassfish.jersey.message.filtering.EntityGraphImpl
-
- getSubgraphs() - Method in class org.glassfish.jersey.message.filtering.ObjectGraphImpl
-
- 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.EntityGraph
-
Get subgraphs for given entity-filtering scopes.
- getSubgraphs(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scopes.
- 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 interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get subgraphs with the given parent path.
- 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
-
- 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(Class<? extends ExceptionMapper>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
-
Get exception type for given exception mapper class.
- 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() - 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(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
-
Get the character type.
- 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
-
- 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, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Get the JAXB unmarshaller for the given class and media type.
- 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.
- 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
-
- 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.
- getURLs(String[]) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet.Loader
-
- 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(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, 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.client.ClientProperties
-
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<?>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue() - Method in class org.glassfish.jersey.internal.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(Map<String, ?>, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Return value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Return value of a specified property.
- getValue(Map<String, ?>, String, T, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, String, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, String, 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.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() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the value.
- getValue(String) - Method in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
-
- 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(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, 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.server.ServerProperties
-
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() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
-
- 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(MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- getWriterFormatName(String) - 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
-
- getXMLSerializer(OutputStream, String[]) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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(int) - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
-
- group() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
-
- group(int) - 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.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.
- 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 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() - Static method in class org.glassfish.jersey.process.internal.Stages
-
Get a chainable "identity" stage.
- 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
-
- idleConnections - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
-
- idleTimeout - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
-
- 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
-
- 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, String) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Create new immutable copy of the original runtime configuration
with a custom modification error message.
- ImmutableCommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Create new immutable copy of the original runtime configuration.
- 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(String) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Sets the binding's scope.
- in(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's scope.
- in - Variable in class org.glassfish.jersey.internal.util.Closing
-
- 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 - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Include() - Constructor for class com.sun.research.ws.wadl.Include
-
- include(String) - Method in class org.glassfish.jersey.jackson.internal.JacksonObjectProvider.FilteringPropertyFilter
-
- 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<DATA,RESULT> - Interface in org.glassfish.jersey.process.internal
-
Interface that is used to indicate that the instance provides an
Inflector
.
- Inflecting<T> - Class in org.glassfish.jersey.server.model
-
Inflector provider resource model component.
- 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<DATA,RESULT> - Interface in org.glassfish.jersey.process
-
A generic interface for transforming data into a result.
- inflector() - Method in interface org.glassfish.jersey.process.internal.Inflecting
-
Get the inflector capable of transforming supplied data into a result.
- inflector - Variable in class org.glassfish.jersey.process.internal.Stages.InflectingStage
-
- inflector() - Method in class org.glassfish.jersey.process.internal.Stages.InflectingStage
-
- inflector - Variable in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
- 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.
- 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
-
- 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() - 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(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(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(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator
-
- init() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
-
- init() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
-
- 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() - 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_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 extends Initializable<T>> - Interface in org.glassfish.jersey.client
-
Initializable Jersey client-side component.
- initialize(List<ContextResolver>) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
-
- initialize(InjectionManager) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- initialize(ApplicationConfigurator, InjectionManager, Binder) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
- initialize(InjectionManager, List<BootstrapConfigurator>, ServerBootstrapBag) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Assumes the configuration field is initialized with a valid ResourceConfig.
- 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.
- 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, String) - 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 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 - Interface in org.glassfish.jersey.internal.inject
-
Interface provides the communication API between Jersey and Dependency Injection provider.
- 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() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Get injection manager.
- injectionManager - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
- injectionManager(InjectionManager) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set runtime DI injection manager.
- injectionManager - Variable in class org.glassfish.jersey.server.ServerRuntime
-
- injectionManager - Variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- InjectionManagerClientProvider - Class in org.glassfish.jersey.client
-
- InjectionManagerClientProvider() - Constructor for class org.glassfish.jersey.client.InjectionManagerClientProvider
-
- InjectionManagerFactory - Interface in org.glassfish.jersey.internal.inject
-
- InjectionManagerProvider - Class in org.glassfish.jersey
-
Utility class with static methods that extract
injection manager
from various JAX-RS components.
- InjectionManagerProvider() - Constructor for class org.glassfish.jersey.InjectionManagerProvider
-
- InjectionManagerSupplier - Interface in org.glassfish.jersey.internal.inject
-
- injectionResolver(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new injection resolver binding.
- InjectionResolver<T extends java.lang.annotation.Annotation> - Interface in org.glassfish.jersey.internal.inject
-
This class allows users to provide a custom injection target for any annotation (including @Inject
).
- InjectionResolverBinding<T extends InjectionResolver> - Class in org.glassfish.jersey.internal.inject
-
Class which has the fields containing the instance of
InjectionResolver
and its a concrete type.
- InjectionResolverBinding(T) - Constructor for class org.glassfish.jersey.internal.inject.InjectionResolverBinding
-
Creates an injection resolver as an instance.
- InjectionResolverWrapper<T extends java.lang.annotation.Annotation> - 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_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
-
- inspectEntityProperties(Class<?>, EntityGraph, Set<Class<?>>, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
-
- inspectStandaloneAccessors(Map<String, Method>, EntityGraph, boolean) - Method in class org.glassfish.jersey.message.filtering.EntityInspectorImpl
-
Invoke available
EntityProcessor
s 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.client.ClientAsyncExecutorLiteral
-
- INSTANCE - Static variable in class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
-
- Instance() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2RequestScope.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.internal.OsgiRegistry
-
- instance - Static variable in class org.glassfish.jersey.jaxb.internal.NounInflector
-
The singleton instance returned by the default getInstance()
method.
- INSTANCE - Static variable in class org.glassfish.jersey.server.BackgroundSchedulerLiteral
-
BackgroundScheduler
annotation instance.
- instance - Variable in class org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider.ManagedClient
-
- 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, Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler.InstanceBasedMethodHandler
-
- InstanceBasedMethodHandler(Object, Class<?>, 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
-
- 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
-
- 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(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
-
- 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
-
- 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 - 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
-
- invocable - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
-
- 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(ClientRequest) - Method in class org.glassfish.jersey.client.ClientRuntime
-
Invoke a request processing synchronously in the context of the caller's thread.
- invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- invoke(Method, Object) - Static method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
-
- invoke(Closure<InputStream>) - Method in class org.glassfish.jersey.internal.util.Closing
-
- invoke(T) - Method in interface org.glassfish.jersey.internal.util.Closure
-
Invoke the closure on the data.
- invoke(String, Object[], String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
-
- invoke(Object, Method, Class<T>) - Method in class org.glassfish.jersey.server.internal.scanning.VfsSchemeResourceFinderFactory.VfsResourceFinder
-
- 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
-
- 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() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- isActive - Variable in class org.glassfish.jersey.process.internal.RequestScope
-
- 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
-
- 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
-
- 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 - Variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
When true
, the stream is already closed.
- 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 - Variable in class org.glassfish.jersey.message.internal.NullOutputStream
-
- 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(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(String) - Method in class org.glassfish.jersey.message.internal.Token
-
- 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
-
- 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
-
- isEmpty(String) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
-
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- 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
-
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isEnabled(Feature) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isEnabled(Feature) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- 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() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns true
if the injectee value is provided using Supplier
.
- isFactory - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- 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
-
- isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
-
- 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
-
- 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() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns true
if this injection point is annotated with VOptional.
- isOptional - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- 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(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(Map<String, Object>, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get the value of the property with a given name converted to boolean
.
- isProperty(Object) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get the value of the property converted to boolean
.
- isProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- isProvider() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns true
if the injectee value is provided using Provider
.
- isProvider - Variable in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
- 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
-
- 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(MediaType) - Static method in class org.glassfish.jersey.logging.LoggingInterceptor
-
Returns true
if specified MediaType
is considered textual.
- 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(MessageBodyReader<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Safely invokes isReadable
method on the supplied provider.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
-
Safely invokes isReadable
method on the underlying 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(Object) - Method in class org.glassfish.jersey.client.ClientConfig
-
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- isRegistered(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- isRegistered(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- isRegistered(Class<?>) - 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 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(MessageBodyWriter<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Safely invokes isWriteable
method on the supplied provider.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.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(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 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
-
- 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 - 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.server.model.MethodList
-
- Itr() - Constructor for class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue.Itr
-
- 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 - 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
.
- managedAsync - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
- managedAsync() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the managed async required flag on the method model to true
.
- managedAsync - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
-
- ManagedAsyncExecutor - Annotation Type in org.glassfish.jersey.server
-
- managedAsyncExecutor - Variable in class org.glassfish.jersey.server.ServerRuntime
-
- ManagedAsyncExecutorLiteral - Class in org.glassfish.jersey.server
-
- 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 - 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
-
- managedObjectsFinalizer - Variable in class org.glassfish.jersey.server.ApplicationHandler
-
- 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 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(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.process.MappableException
-
Construct a mappable container exception.
- MappableException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.process.MappableException
-
Construct a new mappable exception with the supplied message and cause.
- 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
-
- 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 extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> - 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>, 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(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Match a URI against the template.
- 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
-
- 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
-
- 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_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 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 - 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
-
- mBeanExposer - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
-
- mBeanInfo - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
-
- mBeansEnabled - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
-
- 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_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.
- 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.
- 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 method in class org.glassfish.jersey.internal.LocalizationMessages
-
Media type is null.
- MEDIA_TYPE_IS_NULL - Static variable in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
- 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 - Class in org.glassfish.jersey.message.internal
-
Common media types and functionality.
- MediaTypes() - Constructor for class org.glassfish.jersey.message.internal.MediaTypes
-
Prevents initialization.
- mediaTypes - Variable in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- mediaTypes(MediaType...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- 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
-
- 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.Data) - Method in class org.glassfish.jersey.server.model.Resource.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.
- 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(TracingLogger.Event, long, String[]) - Constructor for class org.glassfish.jersey.message.internal.TracingInfo.Message
-
Create a new trace message.
- message - Variable in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- 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.
- 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 - Variable in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
-
- 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
-
- MessageBodyFactory.MessageBodyWorkersConfigurator - Class in org.glassfish.jersey.message.internal
-
- MessageBodyFactory.ModelLookupKey - Class in org.glassfish.jersey.message.internal
-
- MessageBodyFactory.WorkerComparator<T> - Class in org.glassfish.jersey.message.internal
-
- MessageBodyProcessingException - Exception in org.glassfish.jersey.message.internal
-
Jersey exception signaling that error occurred during reading or writing message body (entity).
- MessageBodyProcessingException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
Creates new instance initialized with exception cause.
- MessageBodyProcessingException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
Creates new instance initialized with exception message and exception cause.
- MessageBodyProcessingException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
Creates new instance initialized with exception message.
- MessageBodyProviderNotFoundException - Exception in org.glassfish.jersey.message.internal
-
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
- MessageBodyProviderNotFoundException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
-
- MessageBodyProviderNotFoundException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
-
- MessageBodyProviderNotFoundException(String) - Constructor for exception 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 - Interface in org.glassfish.jersey.message
-
An injectable interface providing lookup of MessageBodyReader
and
MessageBodyWriter
instances.
- messageBodyWorkers - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
-
- messageBodyWorkers - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
-
- MessageBodyWorkersConfigurator() - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
-
- messageContext - Variable in class org.glassfish.jersey.server.ContainerResponse
-
- messageFactory - Static variable in class org.glassfish.jersey.apache.connector.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.client.internal.jdkconnector.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.client.internal.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.internal.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.jetty.connector.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.message.filtering.internal.LocalizationMessages
-
- messageFactory - Static variable in class org.glassfish.jersey.server.internal.LocalizationMessages
-
- messageFormat - Variable in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
- messageFormat() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
- messageFormat() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
-
Message format.
- messageFormat - Variable in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
- 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 & entity processing.
- MessageProperties() - Constructor for class org.glassfish.jersey.message.MessageProperties
-
Prevents instantiation.
- messages - Variable in exception 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 - 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) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- method(String, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- method(String, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
-
- method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
-
- method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String, Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- 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 - 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(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, 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, MediaType, 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>, 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, 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(String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- method - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- 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_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_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}.
- 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 - 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(Collection<Method>) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list from the given collection of methods.
- MethodList(Method...) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list from the given array of methods.
- MethodList(AnnotatedMethod...) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
- methodList - Variable in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
-
- methodList - Variable in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
-
- 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 - 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.
- methodRouting - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
-
- methodRouting - Variable in class org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
-
- METHODS - Static variable in class org.glassfish.jersey.client.JerseyInvocation
-
- methods - Variable in class org.glassfish.jersey.server.model.MethodList
-
- 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(ResourceMethod, long, long) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.MethodStats
-
- methodStats - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener
-
- methodStats - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
-
- 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() - Constructor for enum org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Mode
-
- mode - Variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFilter
-
- mode - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
-
- Mode() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream.Mode
-
- mode - Variable in class org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream
-
- Mode() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.BufferedBodyOutputStream.Mode
-
- mode - Variable in class org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStream
-
- 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
-
- 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
-
- ModelProcessorConfigurator() - Constructor for class org.glassfish.jersey.server.ModelProcessorConfigurator
-
- modelProcessors - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
- modelProcessors(Iterable<ModelProcessor>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set model processors.
- modelProcessors - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder
-
- modelProcessors - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
-
- 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 in org.glassfish.jersey.server.model
-
Resource model validation exception.
- ModelValidationException(String, List<ResourceModelIssue>) - Constructor for exception 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, 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.
- 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.
- 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
-
- MonitoringContainerListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
-
- MonitoringContainerListener.Binder - Class in org.glassfish.jersey.server.internal.monitoring
-
- 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 - Class in org.glassfish.jersey.server.internal.monitoring
-
- MonitoringEventListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
-
- monitoringEventListener - Variable in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
-
- monitoringEventListener - Variable in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
- 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
-
- 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
-
- 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
-
- MOXY_JSON_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
- 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 - Interface in org.glassfish.jersey.server.internal.inject
-
Provider of multivalued parameter extractors.
- multivaluedParameterExtractorProvider - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
-
- MultivaluedStringMap - Class in org.glassfish.jersey.internal.util.collection
-
An implementation of MultivaluedMap
where keys and values are
instances of String.
- MultivaluedStringMap(MultivaluedMap<? extends String, ? extends String>) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- MultivaluedStringMap(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- MultivaluedStringMap(int) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- MultivaluedStringMap() - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
-
- 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
-
- 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(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
-
Scan a set of packages using a context ClassLoader
.
- PackageNamesScanner(ClassLoader, String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
-
Scan a set of packages using the provided 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(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Adds array of package names which will be used to scan for components.
- packages(boolean, 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 - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Param() - Constructor for class com.sun.research.ws.wadl.Param
-
- 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_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
-
- 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.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 extends java.lang.annotation.Annotation> - Interface in org.glassfish.jersey.server.model
-
- Parameter.Source - Enum in org.glassfish.jersey.server.model
-
Parameter injection sources type.
- 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.
- 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
-
- 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 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 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 org.glassfish.jersey.server.ParamException
-
- ParamException.CookieParamException - Exception in org.glassfish.jersey.server
-
A parameter exception for errors with CookieParam
.
- ParamException.FormParamException - Exception in org.glassfish.jersey.server
-
A parameter exception for errors with FormParam
.
- ParamException.HeaderParamException - Exception in org.glassfish.jersey.server
-
A parameter exception for errors with HeaderParam
.
- ParamException.MatrixParamException - Exception in org.glassfish.jersey.server
-
A URI-parameter-based exception for errors with MatrixParam
.
- ParamException.PathParamException - Exception in org.glassfish.jersey.server
-
A URI-parameter-based exception for errors with PathParam
.
- ParamException.QueryParamException - Exception in org.glassfish.jersey.server
-
A URI-parameter-based exception for errors with QueryParam
.
- ParamException.UriParamException - Exception 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
-
- ParamExtractorConfigurator() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
-
- ParamInjectionResolver<A extends java.lang.annotation.Annotation> - Class in org.glassfish.jersey.server.internal.inject
-
Abstract base class for resolving JAX-RS @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
-
- 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(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, 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(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, 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(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(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
-
- parse(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
-
- 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(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(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- parse() - Method in class org.glassfish.jersey.uri.internal.UriParser
-
Parses the input string URI.
- parse(CharacterIterator) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
- parseAndValidateMappings(String, Object, UriConnegFilter.TypeParser<T>) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
-
- parseAuthHeaders(List<?>) - Method in class org.glassfish.jersey.client.authentication.DigestAuthenticator
-
Parse digest header.
- parseAuthHeaders(String) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator
-
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
-
- 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 in org.glassfish.jersey.jdk.connector.internal
-
- ParseException(String) - Constructor for exception org.glassfish.jersey.jdk.connector.internal.ParseException
-
- ParseException(String, Throwable) - Constructor for exception 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(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- 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(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Define a new path for the built resource.
- path - Variable in class org.glassfish.jersey.server.model.Resource.Data
-
- path - Variable in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(Class) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(Class, String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path(Method) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- path - Variable in class org.glassfish.jersey.uri.internal.UriParser
-
- path - Variable in class org.glassfish.jersey.uri.UriComponent.PathSegmentImpl
-
- PATH_DECODER - Static variable in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- 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 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
-
- PathPattern(PathTemplate) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
- PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with a right hand path pattern.
- PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with a right hand path pattern.
- PathPattern.RightHandPath - Enum in org.glassfish.jersey.uri
-
The set of right hand path patterns that may be appended to a path
pattern.
- 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.
- PATTERN_RESPONSE_REPRESENTATION - Static variable in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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
-
- 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.
- 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 Replacer
s for performing replacement operations
on matches for plural words.
- poll(long, TimeUnit) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
-
- poll() - 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(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- port - Variable in class org.glassfish.jersey.uri.internal.UriParser
-
- 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<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- post(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- post(Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- 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
-
- 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.
- 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.
- 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 - Static variable in class org.glassfish.jersey.internal.ServiceFinder
-
- 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 - 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
-
- 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.
- print(Tag) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- 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 - Static variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
-
- Priority(int) - Constructor for enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
- 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(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given producer task and gather errors.
- process(Callable<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given callable task and gather messages.
- process(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given task and gather messages.
- process(Producer<T>, boolean) - Static method in class org.glassfish.jersey.internal.Errors
-
- process(Callable<T>, boolean) - Static method in class org.glassfish.jersey.internal.Errors
-
- process(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.DefaultEntityProcessor
-
- process(EntityGraph, String, Type) - Method in class org.glassfish.jersey.message.filtering.DefaultEntityProcessor
-
- process(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringProcessor
-
- 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(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
-
- process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
-
- process(EntityProcessorContext) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessor
-
- 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(ParamConverterFactory, String, Class<?>, Type, Annotation[], String) - Method in class org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorFactory
-
- 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(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(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.Responder
-
Process throwable
by using exception mappers and generating the mapped
response if possible.
- processApplicationStatistics(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
-
- processChildResourceBuilders() - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
- processClassDoc(ClassDoc, ClassDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Use this method to extend the provided
ClassDocType
with the information from
the given
ClassDoc
.
- processClassDoc(ClassDoc, ClassDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- 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 - 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.
- processingProviders - Variable in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
- processingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set request/response processing providers.
- 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
-
- ProcessingProvidersConfigurator - Class in org.glassfish.jersey.server
-
- 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
-
- processMethodDoc(MethodDoc, MethodDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Process the provided methodDoc and add your custom information to the methodDocType.
Use e.g.
- processMethodDoc(MethodDoc, MethodDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- processParamTag(ParamTag, Parameter, ParamDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Use this method to extend the provided
ParamDocType
with the information from the
given
ParamTag
and
Parameter
.
- processParamTag(ParamTag, Parameter, ParamDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- processPendingRequests(HttpConnection) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
-
- processPendingRequests() - 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(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection.ConnectionFilter
-
- processRead(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpFilter
-
- processRead(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
-
- processRead(ByteBuffer) - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter
-
- 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(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
-
Process resourceModel
and return the processed model.
- processResourceModel(Collection<ModelProcessor>, ResourceModel, ResourceConfig) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
-
- 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
-
- processResponseErrors - Variable in class org.glassfish.jersey.server.ServerRuntime
-
- processResponseHeaders(HttpResponse) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
-
- processResponseHeaders(HttpFields, ClientResponse) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnector
-
- 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(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given producer task and gather messages.
- processWithException(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given task and gather messages.
- 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(MediaType...) - 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.
- 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
-
- 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 - Interface in org.glassfish.jersey.internal
-
TODO: javadoc.
- 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
-
- 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 - Annotation Type in org.glassfish.jersey.internal.util
-
Marker annotation for static fields that represent property names.
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- 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_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}]
- 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() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the modelled entity provider instance.
- provider - Variable in class org.glassfish.jersey.model.internal.RankedProvider
-
- provider - Static variable in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
-
- 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 extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
-
- ProviderBase(MAPPER_CONFIG) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
- ProviderBase() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Deprecated.
- 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 - 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 - 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.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 in org.glassfish.jersey.jdk.connector.internal
-
- ProxyAuthenticationException(String) - Constructor for exception 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(Map<String, Object>) - Constructor for class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration.ProxyConfiguration
-
- proxyConfiguration - 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 - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
-
- 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(ChainableStage<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(ChainableStage<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 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
-
- pushMatchedLocator(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- PushMatchedMethodRouter - Class in org.glassfish.jersey.server.internal.routing
-
- 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
-
- pushMatchedRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- PushMatchedRuntimeResourceRouter - Class in org.glassfish.jersey.server.internal.routing
-
- 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
-
- PushMatchedTemplateRouter(UriTemplate, UriTemplate) - Constructor for class org.glassfish.jersey.server.internal.routing.PushMatchedTemplateRouter
-
Create a new instance of the push matched template router.
- PushMatchedTemplateRouter(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(Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- put(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- put(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- put(Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.AsyncInvoker
-
- put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- put(ForeignDescriptor, T) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Store a new inhabitant for the given descriptor.
- 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(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, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- put(K, V) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Associates the specified value with the specified key in this map.
- put(E) - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- 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 List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Copies all of the mappings from the specified map to this map
These mappings will replace any mappings that
this map had for any of the keys currently in the specified map.
- 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
- 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(int) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Sets the binding's rank.
- ranked - Variable in class org.glassfish.jersey.internal.inject.Binding
-
- 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(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
- read() - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
-
- read(byte[], int, int) - Method in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
-
- read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
-
- read(byte[]) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
-
- 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
-
- 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(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(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(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(Class<T>) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
-
- readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
-
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
-
- readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
-
- readEntity(Class<T>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- 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.server.ContainerRequest
-
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.
- READER - Static variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.TreeBin
-
- reader - Variable in class org.glassfish.jersey.message.internal.HttpHeaderListAdapter
-
- reader - Variable in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream
-
- 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
-
MessageBodyReader
s 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<ChunkedInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.client.ChunkedInputReader
-
- 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<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
-
- readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
-
Read JAXB element from an entity stream.
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
-
- readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
-
Unmarshal a JAXB type.
- readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
-
- readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
-
- readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
-
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
-
- readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
-
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.BasicTypesMessageProvider
-
- readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
-
- readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
-
- readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
-
- readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
-
- readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
-
- 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.
- 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(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
- readList(List<T>, 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(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
- readQualifiedList(Comparator<T>, 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
-
- 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 in org.glassfish.jersey.jdk.connector.internal
-
- RedirectException(String) - Constructor for exception org.glassfish.jersey.jdk.connector.internal.RedirectException
-
Constructor.
- RedirectException(String, Throwable) - Constructor for exception 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() - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
-
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 - Variable in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
- referenceFactory() - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Get a reference factory providing an empty reference.
- referenceFactory(T) - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Get a reference factory providing an initialized reference.
- 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 & 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
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Object) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig.State
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Binding) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Binder) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Binding) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Binder) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Object) - 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(Iterable<Binding>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers a collection of beans represented using fields in the provided descriptors.
- register(Binder) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers beans which are included in
Binder
.
- register(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers a provider.
- register(Bundle) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag.ImmutableComponentBag
-
- register(Class<?>, int, 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.ImmutableComponentBag
-
- register(Class<?>, Map<Class<?>, Integer>, 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.ImmutableComponentBag
-
- register(Object, int, 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.ImmutableComponentBag
-
- register(Object, Map<Class<?>, Integer>, 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(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider with an explicitly specified binding priority.
- register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component using a given registration strategy.
- register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider with an explicitly specified binding priority.
- register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- 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(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig.ImmutableState
-
- register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object) - Method in class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
-
Register new callback instance.
- register(Class<?>) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- register(Object) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- register(Object, Object...) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- registerBinding - Variable in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
- 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
.
- 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
.
- 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
-
- registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
- registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
-
- 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
-
- 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(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
.
- 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
.
- 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
-
- 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(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new programmatic resource models in the ResourceConfig
.
- 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
-
- 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.
- 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(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Releases the provided
RequestContext
to thread-local variable belonging to current request scope.
- release() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponderHolder
-
- 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
-
- remainingCapacity() - Method in class org.glassfish.jersey.internal.util.collection.LinkedTransferQueue
-
Always returns Integer.MAX_VALUE
because a
LinkedTransferQueue
is not capacity constrained.
- 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() - Method in class org.glassfish.jersey.internal.ServiceFinder.AbstractLazyIterator
-
- remove(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Remove item from the cache.
- remove() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.BaseIterator
-
- 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, Object) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
- 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() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.HashIterator
-
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Removes the mapping for this key from this map if present.
- 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(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(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(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
- 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
-
This operation is not supported by
ResourceFinder
& throws
UnsupportedOperationException
when invoked.
- 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, V) - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
- replace(K, 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 - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Representation() - Constructor for class com.sun.research.ws.wadl.Representation
-
- 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
-
- 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 - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Request() - Constructor for class com.sun.research.ws.wadl.Request
-
- 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(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- 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 - 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.server.internal.process.RequestProcessingContext
-
Get the processed container 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_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 in org.glassfish.jersey.client.authentication
-
Exception thrown by security request authentication.
- RequestAuthenticationException(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception cause.
- RequestAuthenticationException(String) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message.
- RequestAuthenticationException(String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message and 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 - 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(RequestScope) - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext
-
- RequestContext - Interface in org.glassfish.jersey.process.internal
-
Wrapper for externally provided request context data.
- 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() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
-
Get the routed request context.
- 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.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
-
- 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
-
- RequestEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
-
- 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
-
- RequestEventListener - Interface in org.glassfish.jersey.server.monitoring
-
- 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
-
- 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 - 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.
- requestProcessingContext - Variable in class org.glassfish.jersey.server.internal.routing.Router.Continuation
-
- RequestProcessingContextReference - Class in org.glassfish.jersey.server.internal.process
-
- 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
-
- 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 - 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 - Variable in class org.glassfish.jersey.server.ChunkedOutput
-
- requestScope - Variable in class org.glassfish.jersey.server.ServerRuntime
-
- RequestScope.RequestScopeConfigurator - Class in org.glassfish.jersey.process.internal
-
- 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(MonitoringEventListener.TimeStats, MonitoringEventListener.MethodStats, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.RequestStats
-
- requestStats - Variable in 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(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
-
- reset() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory.WrappingSAXParser
-
- reset(boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.HttpParser
-
- 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
-
- resetFinders - Variable in class org.glassfish.jersey.server.ResourceConfig
-
- resetRegistrations() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- 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.
- resize() - Method in class org.glassfish.jersey.jdk.connector.internal.SslFilter.LazyBuffer
-
- 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, ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
-
- resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
-
- resolve(Injectee) - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method will return the object that should be injected into the given injection point.
- resolve(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(Injectee) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
-
- resolve(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
- 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 interface org.glassfish.jersey.spi.ContextResolvers
-
Get ContextResolver<T>
instance for a given type
and media type.
- 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.
- 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, 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
-
- 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, boolean) - 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.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>, boolean) - 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.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 - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resource() - Constructor for class com.sun.research.ws.wadl.Resource
-
- 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 org.glassfish.jersey.server.model
-
Model of a single resource component.
- Resource(Resource, Resource.Data) - Constructor for class org.glassfish.jersey.server.model.Resource
-
- 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.
- 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_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.
- 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 - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
-
- ResourceBag.Builder - Class in org.glassfish.jersey.server
-
Resource bag builder.
- ResourceBagConfigurator - Class in org.glassfish.jersey.server
-
- 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(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(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(JerseyResourceContext) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set resource context.
- 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
-
- 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
-
- ResourceDoclet - Class in org.glassfish.jersey.wadl.doclet
-
Creates a resourcedoc XML file.
- ResourceDoclet() - Constructor for class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- ResourceDoclet.Loader - Class in org.glassfish.jersey.wadl.doclet
-
- 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 in org.glassfish.jersey.server.internal.scanning
-
An runtime exception that may be thrown when scanning.
- ResourceFinderException() - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied message
- ResourceFinderException(String) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied message
- ResourceFinderException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied message and cause
- ResourceFinderException(Throwable) - Constructor for exception 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 - 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 - Variable in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- 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
-
- 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
-
- 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.
- resourceMethodExecutionStatistics - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl
-
- resourceMethodExecutionStatisticsBuilder - Variable in class org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
-
- ResourceMethodInvocationHandlerFactory - Class in org.glassfish.jersey.server.model.internal
-
- ResourceMethodInvocationHandlerFactory(InjectionManager) - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
-
- 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.
- ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
-
- 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(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set builder of ResourceMethodInvoker.
- resourceMethodInvokerBuilder - Variable in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
-
- resourceMethodInvokerBuilder - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
-
- ResourceMethodInvokerConfigurator - Class in org.glassfish.jersey.server.model.internal
-
- 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
-
- 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 - 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 - Variable in class org.glassfish.jersey.server.ServerBootstrapBag
-
- ResourceModel.Builder - Class in org.glassfish.jersey.server.model
-
- 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
-
- 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
-
- 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
-
- resourcePropertyName - Variable in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
-
- resources - Variable in class com.sun.research.ws.wadl.Application
-
- Resources - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resources() - Constructor for class com.sun.research.ws.wadl.Resources
-
- 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
-
- 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
-
- 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 - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Response() - Constructor for class com.sun.research.ws.wadl.Response
-
- response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
-
Invoked when a response for the asynchronously invoked request is available.
- response - Variable in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool.RequestRecord
-
- response - Variable in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
-
- RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Response is closed.
- 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_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 in org.glassfish.jersey.client.authentication
-
Exception thrown by security response authentication.
- ResponseAuthenticationException(Response, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception cause.
- ResponseAuthenticationException(Response, String) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message.
- ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message and 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
-
- 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() - Constructor for enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
-
- result - Variable in class org.glassfish.jersey.process.internal.Stage.Continuation
-
- result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Get the data processing result.
- result - Variable in class org.glassfish.jersey.uri.PatternWithGroups.GroupIndexMatchResult
-
- 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(Object) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- resume(Throwable) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- resume(Runnable) - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- 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
-
- 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
- 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(String...) - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
-
Create RolesAllowed
annotation implementation for given set of roles.
- rolesAllowed - Variable in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature.RolesAllowedRequestFilter
-
- 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
-
- 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(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the request scope initialized from the
scope context
.
- runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the task
in the new request scope.
- runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the request scope initialized from the
scope context
.
- runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the task
in the new request scope.
- runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope.
- runInScopeIfPossible(Producer<T>) - Method in class org.glassfish.jersey.client.InboundJaxrsResponse
-
- 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(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
-
- RuntimeConfig(Application) - Constructor for class org.glassfish.jersey.server.ResourceConfig.RuntimeConfig
-
- RuntimeConfigConfigurator(ClientConfig.State) - Constructor for class org.glassfish.jersey.client.ClientConfig.RuntimeConfigConfigurator
-
- RuntimeConfigConfigurator() - Constructor for class org.glassfish.jersey.server.ApplicationHandler.RuntimeConfigConfigurator
-
- RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
-
Default implementation of JAX-RS RuntimeDelegate
.
- RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
-
- RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
-
Server-side implementation of JAX-RS RuntimeDelegate
.
- 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 - 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(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(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(Callable<T>, long, TimeUnit) - Method in class org.glassfish.jersey.client.ClientRuntime
-
- schedule(Runnable, 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
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client scheduler.
- scheduledExecutorService - Variable in class org.glassfish.jersey.client.ClientConfig.State
-
- scheduledExecutorService(ScheduledExecutorService) - Method 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.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
-
- 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(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- scheme - Variable in class org.glassfish.jersey.uri.internal.UriParser
-
- 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(UriParser) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
Set scheme specific part from the URI parser.
- schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- 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(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Change contract provider scope.
- scope - Variable in class org.glassfish.jersey.model.ContractProvider
-
- 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
-
- 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(float) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Segment
-
- segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- 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(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select the representation variant that best matches the request.
- selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- 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(HttpRequest, CompletionHandler<HttpResponse>) - Method in class org.glassfish.jersey.jdk.connector.internal.DestinationConnectionPool
-
- 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.HttpConnectionPool
-
- send(ClientRequest, HttpRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
-
- 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.
- 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 org.glassfish.jersey.internal.inject.ExtractorException
-
- serialVersionUID - Static variable in error 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 org.glassfish.jersey.jdk.connector.internal.ParseException
-
- serialVersionUID - Static variable in exception 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 org.glassfish.jersey.message.internal.HeaderValueException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ContainerException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.internal.process.MappableException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.model.ModelValidationException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException.CookieParamException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException.FormParamException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException.HeaderParamException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException.MatrixParamException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException.PathParamException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException.QueryParamException
-
- serialVersionUID - Static variable in exception org.glassfish.jersey.server.ParamException
-
- serialVersionUID - Static variable in exception 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.
- 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
-
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
- 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
-
- ServerExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.server.ServerExecutorProvidersConfigurator
-
- ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider - Class in org.glassfish.jersey.server
-
- ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider - Class in org.glassfish.jersey.server
-
- 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
-
- ServerScopeProvider(Configuration, InjectionManager) - Constructor for class org.glassfish.jersey.message.filtering.ServerScopeProvider
-
- 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(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new class-based service binding.
- service(GenericType<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- service(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new instance-based service binding.
- service - 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
-
- serviceAsContract(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new class-based service binding.
- serviceAsContract(GenericType<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- serviceAsContract(Type) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- serviceAsContract(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new instance-based service binding.
- serviceClass - Variable in class org.glassfish.jersey.internal.ServiceFinder
-
- ServiceConfigurationError - Error in org.glassfish.jersey.internal
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceFinder<T> - Class in org.glassfish.jersey.internal
-
A simple service-provider lookup mechanism.
- ServiceFinder(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, Set<Type>) - Constructor for class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
Creates a new instance of the service holder which keeps the concrete instance and its additional information.
- ServiceHolderImpl(T, Class<T>, Set<Type>, int) - Constructor for class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
Creates a new instance of the service holder which keeps the concrete instance and its additional information.
- ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
- 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(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(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_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
-
- 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(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set custom chunk data media type.
- setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set custom chunk data media type from a string value.
- 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
-
- 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
-
- 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, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, GenericType<?>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- 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.server.ContainerResponse
-
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, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- 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(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- 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
-
- 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
-
- 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
-
- 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(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.
- setMediaType(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
-
- setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- 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
-
- 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(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
-
- 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.
- 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
-
- 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
-
- 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(QName) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the type property.
- setType(Class) - Method in class org.glassfish.jersey.message.internal.InterceptorExecutor
-
- 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(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
-
- setValue(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
-
- 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
-
- 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
-
- 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, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a single typed header value.
- singleHeader(String, Class<T>, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
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 Replacer
s 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() - 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 - 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.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(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
-
- 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
-
- 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
-
- 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, 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.
- 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.
- 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(Collection<AggregatedValueObject>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.AggregatedSlidingWindowTimeReservoir
-
- snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoImpl
-
- snapshot(Collection<V>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
-
- 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(Collection<Long>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoir
-
- 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
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
- 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
-
- source - Variable in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
- Source(int) - Constructor for enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
- source - Variable in class org.glassfish.jersey.server.model.Parameter
-
- Source() - Constructor for enum org.glassfish.jersey.server.model.Parameter.Source
-
- source - Variable in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- 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() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the SSE flag on the method model to true
.
- sse - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
-
- 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
-
- 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(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- sslContext - Variable in class org.glassfish.jersey.jdk.connector.internal.ConnectorConfiguration
-
- 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(int) - Method in class org.glassfish.jersey.server.internal.routing.SingleMatchResult
-
- start() - Method in class org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
-
- start(int) - 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.uri.PatternWithGroups.GroupIndexMatchResult
-
- start(RootDoc) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Start the doclet.
- startMonitoringWorker() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor
-
- 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(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 - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpConnection
-
- State() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.HttpConnection.State
-
- state - Variable in class org.glassfish.jersey.jdk.connector.internal.HttpParserUtils.HeaderParsingState
-
- state - Variable in class org.glassfish.jersey.jdk.connector.internal.ProxyFilter
-
- State() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.ProxyFilter.State
-
- state - Variable in class org.glassfish.jersey.jdk.connector.internal.SslFilter
-
- State() - Constructor for enum org.glassfish.jersey.jdk.connector.internal.SslFilter.State
-
- State() - Constructor for enum org.glassfish.jersey.server.AsyncContext.State
-
- state - Variable in class org.glassfish.jersey.server.ResourceConfig
-
- State() - Constructor for class org.glassfish.jersey.server.ResourceConfig.State
-
- State(ResourceConfig.State) - Constructor for class org.glassfish.jersey.server.ResourceConfig.State
-
- state - Variable in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- 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(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- status(int, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- 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
-
- 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 method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider is not defined.
- STREAM_PROVIDER_NULL - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- 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
- 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<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(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the given Executor for
async delivery to subscribers, with the given maximum buffer size
for each subscriber, and, if non-null, the given handler invoked
when any Subscriber throws an exception in method
onNext
.
- SubmissionPublisher(Executor, int) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the given Executor for
async delivery to subscribers, with the given maximum buffer size
for each subscriber, and no handler for Subscriber exceptions in
method
onNext
.
- SubmissionPublisher() - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the
ForkJoinPool.commonPool()
for async delivery to subscribers
(unless it does not support a parallelism level of at least two,
in which case, a new Thread is created to run each task), with
maximum buffer capacity of
Flow.defaultBufferSize()
, and no
handler for Subscriber exceptions in method
onNext
.
- submissionPublisher - Variable in class org.glassfish.jersey.internal.util.JerseyPublisher
-
- 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(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(Runnable) - 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 interface org.glassfish.jersey.client.ClientExecutor
-
Submits a Runnable
task for execution and returns a Future
representing that task.
- submit(Callable<T>) - Method in class org.glassfish.jersey.client.ClientRuntime
-
- submit(Runnable) - Method in class org.glassfish.jersey.client.ClientRuntime
-
- submit(Runnable, T) - Method in class org.glassfish.jersey.client.ClientRuntime
-
- submit(ExecutorService, Runnable) - Method in class org.glassfish.jersey.client.ClientRuntime
-
- submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(InvocationCallback<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_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 - Static variable in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher.BufferedSubscription
-
- 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
-
- 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
-
- sumCount() - Method in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
-
- SUMMARY_HEADERS - Static variable in class org.glassfish.jersey.server.TracingUtils
-
- supplier - Variable in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
-
- supplier(Class<? extends Supplier<T>>, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier class-based service binding.
- supplier(Class<? extends Supplier<T>>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier class-based service binding.
- supplier(Supplier<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier instance-based service binding.
- supplier - Variable in class org.glassfish.jersey.internal.inject.SupplierInstanceBinding
-
- 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(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Executes the action when the request scope comes into suspended state.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.ApplicationHandler.FutureResponseWriter
-
- suspend() - Method in interface org.glassfish.jersey.server.AsyncContext
-
Suspend the current asynchronous processing context.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Suspend the request/response processing.
- suspend() - Method in class org.glassfish.jersey.server.ServerRuntime.AsyncResponder
-
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Suspend the request/response processing.
- 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
-
- suspended - Variable in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
- suspended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
- suspended(long, TimeUnit) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Mark the component for suspending.
- suspended - Variable in class org.glassfish.jersey.server.model.ResourceMethod.Data
-
- 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."
- synchronousStream - Variable in class org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStream
-
- syncInvoker - Variable in class org.glassfish.jersey.client.AbstractRxInvoker
-
- 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(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.
- 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.
- 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
-
- validator - Variable in class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
-
- validators - Variable in class org.glassfish.jersey.server.model.ComponentModelValidator
-
- validOption(String, String, String[][], DocErrorReporter) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- validOptions(String[][], DocErrorReporter) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Validate options.
- value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
-
- value - Variable in class com.sun.research.ws.wadl.Option
-
- value - Variable in enum com.sun.research.ws.wadl.ParamStyle
-
- value() - Method 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<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A generic value provider.
- 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() - Method in class org.glassfish.jersey.internal.util.LazyUid
-
Return UUID value.
- value() - Method in class org.glassfish.jersey.message.filtering.SecurityAnnotations.RolesAllowedImpl
-
- 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
-
- valueFor(String, String) - Method in interface org.glassfish.jersey.uri.UriTemplate.TemplateValueStrategy
-
Get a value for a given template variable.
- ValueIterator(ConcurrentHashMapV8.Node<K, V>[], int, int, int, ConcurrentHashMapV8<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.ValueIterator
-
- ValueIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap.ValueIterator
-
- ValueIterator() - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap.ValueIterator
-
- 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(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance from the supplied
media type
.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.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(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MatchingEntityTag
-
Create new matching entity tag out of provided header reader.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
Create a new MediaType
instance from a header reader.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.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 - Variable in class org.glassfish.jersey.server.internal.inject.PrimitiveValueOfExtractor
-
- 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.
- 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
-
- 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() - 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 - Variable in class org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8
-
- 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 - Class in org.glassfish.jersey.internal.util.collection
-
- Values() - Constructor for class org.glassfish.jersey.internal.util.collection.Values
-
- 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 - 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 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.EagerValue<T> - Class in org.glassfish.jersey.internal.util.collection
-
- Values.ExceptionValue<T,E extends java.lang.Throwable> - Class in org.glassfish.jersey.internal.util.collection
-
- Values.InstanceUnsafeValue<T,E extends java.lang.Throwable> - Class in org.glassfish.jersey.internal.util.collection
-
- Values.InstanceValue<T> - Class in org.glassfish.jersey.internal.util.collection
-
- Values.LazyUnsafeValueImpl<T,E extends java.lang.Throwable> - 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
-
- VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
-
- variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- variants - Variable in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- 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(MediaType, MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- vary(Locale, Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- vary(String, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- varyValue - Variable in class org.glassfish.jersey.server.ContainerRequest
-
- verbosity - Variable in class org.glassfish.jersey.logging.LoggingFeature
-
- Verbosity() - Constructor for enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
- verbosity - Variable in class org.glassfish.jersey.logging.LoggingInterceptor
-
- 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 - 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.internal.Version
-
- 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 - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
-
- version() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
-
- version - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableCookie
-
- version - Variable in class org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
-
- 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(Type) - Method in class org.glassfish.jersey.internal.util.TypeVisitor
-
Visit the type and a given parameter.
- visit(int, int, String, String, String, String[]) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.AnnotatedClassVisitor
-
- 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
-