Index

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

A

AALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
AASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
 
abortWith(Response) - Method in class org.glassfish.jersey.server.ContainerRequest
 
ABSOLUTE - Enum constant in enum class org.glassfish.jersey.linking.InjectLink.Style
An absolute URI.
ABSOLUTE_PATH - Enum constant in enum class org.glassfish.jersey.linking.InjectLink.Style
An absolute path.
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
 
AbstractCdiBeanSupplier<T> - Class in org.glassfish.jersey.ext.cdi1x.internal
Abstract supplier to provide CDI components obtained from CDI bean manager.
AbstractCdiBeanSupplier(Class<T>, InjectionManager, BeanManager, boolean) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier
Create new factory instance for given type and bean manager.
AbstractChainableStage<DATA> - Class in org.glassfish.jersey.process.internal
Abstract chainable linear acceptor.
AbstractChainableStage() - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
Create a new chainable acceptor with no next stage set.
AbstractChainableStage(Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
Create a new chainable acceptor with an initialized default next stage value.
AbstractCollectionJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
An abstract provider for T[], Collection&lt;T&gt;, and its subtypes as long as they have the public default constructor or are interfaces implemented by one the following classes: ArrayList LinkedList HashSet TreeSet Stack T must be a JAXB type annotated with XmlRootElement.
AbstractCollectionJaxbProvider(Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
AbstractCollectionJaxbProvider(Providers, MediaType, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
 
AbstractCollectionJaxbProvider.JaxbTypeChecker - Interface in org.glassfish.jersey.jaxb.internal
This is to allow customized JAXB collections checking.
AbstractContainerLifecycleListener - Class in org.glassfish.jersey.server.spi
Convenience class to allow implementing only a subset of container liefecycle listener callback method(s).
AbstractContainerLifecycleListener() - Constructor for class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
AbstractEntityProviderModel<T> - Class in org.glassfish.jersey.message
Abstract entity provider model.
AbstractExecutorProvidersConfigurator - Class in org.glassfish.jersey.process.internal
Abstract Configurator which initializes and register ExecutorServiceProvider and ScheduledExecutorServiceProvider.
AbstractExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
 
AbstractFeatureConfigurator<T> - Class in org.glassfish.jersey
 
AbstractFeatureConfigurator(Class, RuntimeType) - Constructor for class org.glassfish.jersey.AbstractFeatureConfigurator
Create a new configurator.
AbstractFormProvider<T> - Class in org.glassfish.jersey.message.internal
Abstract base class for form entity types marshalling & un-marshalling support.
AbstractFormProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractFormProvider
 
AbstractFuture<V> - Class in org.glassfish.jersey.internal.guava
An abstract implementation of the ListenableFuture interface.
AbstractIterator<T> - Class in org.glassfish.jersey.internal.guava
This class provides a skeletal implementation of the Iterator interface, to make this interface easier to implement for certain types of data sources.
AbstractJaxbElementProvider - Class in org.glassfish.jersey.jaxb.internal
An abstract provider for JAXBElement.
AbstractJaxbElementProvider(Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
Inheritance constructor.
AbstractJaxbElementProvider(Providers, MediaType, Configuration) - 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, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Inheritance constructor.
AbstractJaxbProvider(Providers, MediaType, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
Inheritance constructor.
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
 
AbstractResourceFinderAdapter - Class in org.glassfish.jersey.server.internal
This class provides partial default implementation of ResourceFinder.
AbstractResourceFinderAdapter() - Constructor for class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
 
AbstractResourceModelVisitor - Class in org.glassfish.jersey.server.model
Abstract implementation of resource model visitor containing empty implementations of interface methods.
AbstractResourceModelVisitor() - Constructor for class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
AbstractRootElementJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
An abstract provider for JAXB types that are annotated with XmlRootElement or XmlType.
AbstractRootElementJaxbProvider(Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
Inheritance constructor.
AbstractRootElementJaxbProvider(Providers, MediaType, Configuration) - 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.
AbstractThreadPoolProvider<E extends ThreadPoolExecutor> - Class in org.glassfish.jersey.spi
Abstract thread pool executor provider.
AbstractThreadPoolProvider(String) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Inheritance constructor.
AbstractThreadPoolProvider(String, Configuration) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Inheritance constructor.
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.
ACC_ABSTRACT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_DEPRECATED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_ENUM - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_FINAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_MANDATED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_MODULE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_NATIVE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_OPEN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_RECORD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_STATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_STATIC_PHASE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_STRICT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_SUPER - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_TRANSIENT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_TRANSITIVE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_VARARGS - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(MediaType...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accept(MediaType...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add the accepted response media types.
accept(String) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
accept(String) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Accept a scanned resource.
accept(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accept(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add the accepted response media types.
accept(ClassVisitor, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(ClassVisitor, Attribute[], int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
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
 
ACCEPT_PATCH - Static variable in interface org.glassfish.jersey.http.HttpHeaders
See {@link <a href="https://www.ietf.org/rfc/rfc5789.txt">PATCH Method for HTTP}
ACCEPT_RANGES - Static variable in interface org.glassfish.jersey.http.HttpHeaders
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-accept-ranges">HTTP Semantics documentation}
AcceptableLanguageTag - Class in org.glassfish.jersey.message.internal
An acceptable language tag.
AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableLanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableLanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableMediaType - Class in org.glassfish.jersey.message.internal
An acceptable media type.
AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance with a default quality factor value.
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance.
AcceptableToken - Class in org.glassfish.jersey.message.internal
An acceptable token.
AcceptableToken(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
 
AcceptableToken(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
 
ACCEPTED_202 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
202 Accepted.
acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptEncoding(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add acceptable encodings.
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add acceptable languages.
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(Locale...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add acceptable languages.
ACONST_NULL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
activate(RequestContext, RequestContext) - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
 
activate(RequestContext, RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Stores the provided RequestContext to thread-local variable belonging to current request scope.
add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
add(E) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
 
add(E) - Method in class org.glassfish.jersey.internal.guava.UnmodifiableListIterator
Deprecated.
Unsupported operation.
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(Annotation[], boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
 
add(Object...) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
add(String, int) - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, long) - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, Object) - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, V) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
add(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
add(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Register BroadcasterListener for Broadcaster events listening.
add(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Register ChunkedOutput to this Broadcaster instance.
ADD_NO_SNIFF_HEADER - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Feature that can be enabled to make provider automatically add "nosniff" (see this entry for details
addAlias(Class<?>) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's alias.
addAll(String, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
addAll(String, V...) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
addAll(Collection<? extends E>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
 
addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
Adds all elements in iterator to collection.
addAll(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
addAll(K, V...) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
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
 
addBoundary(MediaType) - Static method in class org.glassfish.jersey.media.multipart.Boundary
Transforms a media type and add a boundary parameter with a unique value if one is not already present.
addChild(Object) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
addChildResource(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new child resource to the resource.
addChildResource(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add an existing Resource as a child resource of current resource.
addContract(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contract.
addContract(Class<?>, int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contract with priority.
addContracts(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contracts.
addContracts(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contracts.
addDateParameter(StringBuilder, String, Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addError(Throwable) - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
Adds an error to an existing exception.
addFirst(String, V) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
addFirst(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
addFirstNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
addFirstNull(List<V>) - Method in class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
 
addHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
addHeaderValue(String, String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Adds a header with the given name and value.
addHK2DepenendencyCheck(Predicate<Class<?>>) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
Add a predicate to test HK2 dependency to create a CDI bridge bean to HK2 for it.
addListener(Runnable, Executor) - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
Registers a listener to be run on the given executor.
addListener(Runnable, Executor) - Method in interface org.glassfish.jersey.internal.guava.ListenableFuture
Registers a listener to be run on the given executor.
addLongParameter(StringBuilder, String, Long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addMethod() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new arbitrary method model to the resource.
addMethod(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model to the resource for processing requests of the specified HTTP method.
addMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model that is a copy of the given resourceMethod.
addMultiException(MultiException) - Method in class org.glassfish.jersey.inject.cdi.se.injector.Collector
Merges MultiException with all throwables registered in it.
addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new contract provider name binding.
addNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
addNull(List<V>) - Method in class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
 
addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Add properties to ResourceConfig.
addProperties(Map<String, Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add properties to ResourceConfig.
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.
addStringParameter(StringBuilder, String, String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addThrowable(Throwable) - Method in class org.glassfish.jersey.inject.cdi.se.injector.Collector
Adds a throwable to the list of throwables in this collector.
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).
afterRequest(ClientRequestContext, ClientResponseContext) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
The method is invoked after a request when no Throwable is thrown, or the Throwables are resolved by previous PostInvocationInterceptor.
AGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9111#field.age">HTTP Caching}
AggregatedProvider(InjectionManager, Configuration) - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters.AggregatedProvider
Create new aggregated param converter provider.
AliasBinding - Class in org.glassfish.jersey.internal.inject
Injection binding description used to describe the aliases to main Binding.
all(Iterator<T>, Predicate<? super T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
Returns true if every element returned by iterator satisfies the given predicate.
ALL - Enum constant in enum class org.glassfish.jersey.server.TracingConfig
Tracing support is enabled for every request.
allow(String...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
allow(Set<String>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
ALLOW_EMPTY_INPUT - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Feature related to Issue #49: whether empty input is considered legal or not.
ALLOW_SYSTEM_PROPERTIES_PROVIDER - Static variable in class org.glassfish.jersey.CommonProperties
Property which allows (if true) default System properties configuration provider.
allowDoctypeDeclFeature() - Static method in interface org.glassfish.jersey.jaxb.FeatureSupplier
Supply a feature that disables disallow-doctype-decl feature and allows the ENTITY in the xml DOCTYPE.
allowPrivilegedPorts() - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
Defines if the WebServer should start on a privileged port when port is not set.
ALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ALREADY_REPORTED_208 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
208 Already Reported.
alwaysTrue() - Static method in class org.glassfish.jersey.internal.guava.Predicates
Returns a predicate that always evaluates to true.
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}.
analyzeWith(String) - Method in class org.glassfish.jersey.internal.inject.Binding
Adds service's analyzer.
anchor() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
Specifies the anchor
anchor() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
Specifies the anchor
ANEWARRAY - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
AnnotatedMethod - Class in org.glassfish.jersey.model
Annotated method representation.
AnnotatedMethod - Class in org.glassfish.jersey.server.model
Annotated method representation.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.model.AnnotatedMethod
Create annotated method instance from the Java method.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.server.model.AnnotatedMethod
 
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.
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
 
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
 
AnnotationFinder - Interface in org.glassfish.jersey.micrometer.server
 
AnnotationLiteral<T extends Annotation> - Class in org.glassfish.jersey.internal.inject
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
annotations() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
Annotations - Enum Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Enumeration that defines standard annotation sets available for configuring data binding aspects.
annotationType() - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
Method returns the type of the annotation literal.
AnnotationVisitor - Class in jersey.repackaged.org.objectweb.asm
A visitor to visit a Java annotation.
AnnotationVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
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.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: *.
Apache5ClientProperties - Class in org.glassfish.jersey.apache5.connector
Configuration options specific to the Client API that utilizes Apache5ConnectorProvider.
Apache5ConnectionClosingStrategy - Interface in org.glassfish.jersey.apache5.connector
Strategy that defines the way the Apache client releases resources.
Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy - Class in org.glassfish.jersey.apache5.connector
Strategy that aborts Apache HttpRequests for the case of Chunked Stream, closes the stream, and response next.
Apache5ConnectorProvider - Class in org.glassfish.jersey.apache5.connector
Connector provider for Jersey connectors that utilize Apache HTTP Client to send and receive HTTP request and responses.
Apache5ConnectorProvider() - Constructor for class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
 
Apache5GracefulClosingStrategy() - Constructor for class org.glassfish.jersey.apache5.connector.Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy
 
Apache5HttpClientBuilderConfigurator - Interface in org.glassfish.jersey.apache5.connector
A callback interface used to configure HttpClientBuilder.
ApacheClientProperties - Class in org.glassfish.jersey.apache.connector
Configuration options specific to the Client API that utilizes ApacheConnectorProvider.
ApacheConnectionClosingStrategy - Interface in org.glassfish.jersey.apache.connector
/** Strategy that defines the way the Apache client releases resources.
ApacheConnectionClosingStrategy.GracefulClosingStrategy - Class in org.glassfish.jersey.apache.connector
Strategy that aborts Apache HttpRequests for the case of Chunked Stream, closes the stream, and response next.
ApacheConnectionClosingStrategy.ImmediateClosingStrategy - Class in org.glassfish.jersey.apache.connector
Strategy that closes the response and content stream next.
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
 
ApacheHttpClientBuilderConfigurator - Interface in org.glassfish.jersey.apache.connector
A callback interface used to configure HttpClientBuilder.
api - Variable in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - Variable in class jersey.repackaged.org.objectweb.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - Variable in class jersey.repackaged.org.objectweb.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - Variable in class jersey.repackaged.org.objectweb.asm.MethodVisitor
The ASM API version implemented by this visitor.
api - Variable in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
The ASM API version implemented by this visitor.
api - Variable in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
The ASM API version implemented by this visitor.
App() - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonArrayProvider.App
 
App() - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider.App
 
App(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.App
 
App(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.App
 
App(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.App
 
App(Provider<XMLInputFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.App
 
App(Providers, Configuration) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider.App
 
App(Providers, Configuration) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider.App
 
App(Providers, Configuration) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider.App
 
appendEscapingQuotes(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendQuoted(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new quoted value to the string builder.
appendQuotedIfNonToken(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendQuotedIfWhitespace(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendTo(A, Iterator<? extends Map.Entry<?, ?>>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(StringBuilder, Iterable<? extends Map.Entry<?, ?>>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
appendTo(StringBuilder, Iterator<? extends Map.Entry<?, ?>>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
appendTo(StringBuilder, Map<?, ?>) - Method in class org.glassfish.jersey.internal.guava.Joiner.MapJoiner
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to builder.
Application - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class com.sun.research.ws.wadl.Application
 
APPLICATION_NAME - Static variable in class org.glassfish.jersey.server.ServerProperties
String property that defines the application name.
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.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 Class in org.glassfish.jersey.server.monitoring
The type of the event that identifies on which lifecycle change the event is triggered.
ApplicationEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
Implementation of application event.
ApplicationEventImpl(ApplicationEvent.Type, ResourceConfig, Set<Class<?>>, Set<Class<?>>, Set<Object>, ResourceModel) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
Create a new application event.
ApplicationEventListener - Interface in org.glassfish.jersey.server.monitoring
Jersey specific provider that listens to application events.
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(Application) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a JAX-RS Application sub-class.
ApplicationHandler(Application, Binder) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig and a custom Binder.
ApplicationHandler(Application, Binder, Object) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig, custom Binder and a parent used by InjectionManager.
ApplicationHandler(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(Class<? extends Application>, Binder) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by a JAX-RS Application (sub-)class.
ApplicationInfo - Interface in org.glassfish.jersey.server.monitoring
Monitoring configuration of an application.
ApplicationInfoListener - Class in org.glassfish.jersey.server.internal.monitoring
Application event listener that listens to application events and just prepare ApplicationInfo instance to be injectable.
ApplicationInfoListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
 
ApplicationMXBean - Interface in org.glassfish.jersey.server.monitoring
Application MX Bean.
ApplicationMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing ApplicationMXBean MXBean interface.
ApplicationMXBeanImpl(ApplicationInfo, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
Create a new application MXBean and register it to the mbean server using mBeanExposer.
apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
Transform data of a given type into a result of the different type.
apply(DATA) - Method in interface org.glassfish.jersey.process.internal.Stage
Performs a data processing task and returns the processed data together with a processing continuation.
apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.LinkedStage
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
apply(K) - Method in interface org.glassfish.jersey.internal.guava.LoadingCache
Deprecated.
Provided to satisfy the Function interface; use LoadingCache.get(K) or #getUnchecked instead.
apply(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
 
apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
apply(ClientRequest) - Method in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
apply(ClientRequest) - Method in interface org.glassfish.jersey.client.spi.Connector
Synchronously process client request into a response.
apply(ClientRequest) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
apply(ClientRequest) - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
Asynchronously process client request into a response.
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
 
apply(ContainerRequest, OutputStream) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.process.ReferencesInitializer
Initialize the request references using the incoming request processing context.
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
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.
ARETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
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.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(Object[]) - Static method in class org.glassfish.jersey.internal.util.Pretty
Returns a pretty string for the given array.
ARRAY - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The sort of array reference types.
ARRAY_ELEMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypePath
A type path step that steps into the element type of an array type.
ARRAY_PAIRS - Enum constant in enum class org.glassfish.jersey.uri.JerseyQueryParamStyle
Multiple parameter instances with square brackets for each parameter, e.g.: foo[]=v1&foo[]=v2&foo[]=v3
ARRAYLENGTH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
as(String, Class<T>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
 
as(String, Class<T>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
 
as(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
Get value of a property as a definite type property shall exist in order for this method to be used.
ASCENDING - Enum constant in enum class org.glassfish.jersey.model.internal.RankedComparator.Order
Ascending order.
asClosed(PathPattern) - Static method in class org.glassfish.jersey.uri.PathPattern
Return a new path pattern with a same path template but a closed right hand path.
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 ',').
ASM10_EXPERIMENTAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
Deprecated.
This API is experimental.
ASM4 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ASM5 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ASM6 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ASM7 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ASM8 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
ASM9 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
asMap() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface org.glassfish.jersey.internal.guava.Multimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asMap() - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asStage(Inflector<DATA, RESULT>) - Static method in class org.glassfish.jersey.process.internal.Stages
Creates a terminal Stage that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.
asString(Object) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Deprecated.
asString(Object, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Convert a message header value, represented as a general object, to it's string representation.
asString(Object, 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
Deprecated.
asStringHeaders(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of passed headers.
asStringHeaders(MultivaluedMap<String, Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of passed headers.
asStringHeadersSingleValue(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Deprecated.
asStringHeadersSingleValue(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Transforms multi value map of headers to single String value map.
asStringList(List<Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Deprecated.
asStringList(List<Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of list of header values.
asStringList(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of list of header values.
ASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
async() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
ASYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Operation not supported in synchronous mode."
ASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
Asynchronous processing not supported on Servlet 2.x container.
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() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get the asynchronous context associated with this request processing context.
AsyncContext - Interface in org.glassfish.jersey.server
Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.
AsyncContext.State - Enum Class in org.glassfish.jersey.server
Asynchronous processing context state.
AsyncContextDelegate - Interface in org.glassfish.jersey.servlet.spi
Utilized by the Servlet container response writer to deal with the container async features.
AsyncContextDelegateProvider - Interface in org.glassfish.jersey.servlet.spi
Factory to create AsyncContextDelegate to deal with asynchronous features added in Servlet version 3.0.
AsyncContextDelegateProviderImpl - Class in org.glassfish.jersey.servlet.async
Servlet 3.x container response writer async extension and related extension factory implementation.
AsyncContextDelegateProviderImpl() - Constructor for class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
asyncContextProvider(Provider<AsyncContext>) - Method in class org.glassfish.jersey.server.ChunkedOutput.Builder
Set the async context provider.
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.
ATHROW - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
attach(SelectableChannel) - Method in class org.glassfish.jersey.simple.SimpleTraceAnalyzer
 
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
 
Attribute - Class in jersey.repackaged.org.objectweb.asm
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS).
Attribute(String) - Constructor for class jersey.repackaged.org.objectweb.asm.Attribute
Constructs a new empty attribute.
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_NOT_PROVIDED_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
No credentials are provided for basic authentication.
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unsupported password type class.
AUTHORITY - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
The URI authority component type.
AUTHORIZATION_HEADER - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of HTTP authorization header.
AutoDiscoverable - Interface in org.glassfish.jersey.internal.spi
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in runtime configurations.
AUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Configuration of {0} auto-discoverable failed.
AutoDiscoverableConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register AutoDiscoverable instances into InjectionManager and BootstrapBag.
AutoDiscoverableConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
Create a new configurator.
AUTOSIZE_BUFFER - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
Whether ReaderWriter.BUFFER_SIZE is to be ignored in favor of JRE's own decision.
autoStart() - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
Defines if the WebServer should automatically start.
autoStart(Boolean) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration.Builder
Define if the WebServer should auto-start at bootstrap.
av - Variable in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.
available() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
available() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
available() - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
 
AVI - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
 
awaitFirstContact() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor
Await the initial contact with the SSE endpoint.
awaitNext() - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
 

B

b - Variable in class jersey.repackaged.org.objectweb.asm.ClassReader
Deprecated.
Use ClassReader.readByte(int) and the other read methods instead. This field will eventually be deleted.
BACKGROUND_SCHEDULER_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Scheduler thread pool size.
BackgroundScheduler - Annotation Interface in org.glassfish.jersey.server
Injection qualifier that can be used to inject a ScheduledExecutorService instance used by Jersey to execute background timed/scheduled tasks.
BackgroundSchedulerLiteral - Class in org.glassfish.jersey.server
BackgroundScheduler annotation literal.
BAD_GATEWAY_502 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
502 Bad Gateway.
BAD_REQUEST_400 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
400 Bad Request.
badgerFish() - Static method in class org.glassfish.jersey.jettison.JettisonConfig
A static method for obtaining a builder of JettisonConfig instance, which will use JettisonConfig.Notation.BADGERFISH JSON notation.
BADGERFISH - Enum constant in enum class org.glassfish.jersey.jettison.JettisonConfig.Notation
The mapped Badgerfish JSON notation.
BALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
base - Variable in class com.sun.research.ws.wadl.Resources
 
Base64 - Class in org.glassfish.jersey.oauth1.signature
Base64 encoding util class.
Base64() - Constructor for class org.glassfish.jersey.oauth1.signature.Base64
 
BaseJsonMarshaller - Class in org.glassfish.jersey.jettison.internal
Base JSON marshaller implementation class.
BaseJsonMarshaller(JAXBContext, JettisonConfig) - Constructor for class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
 
BaseJsonMarshaller(Marshaller, JettisonConfig) - Constructor for class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
 
BaseJsonUnmarshaller - Class in org.glassfish.jersey.jettison.internal
Base JSON marshaller implementation class.
BaseJsonUnmarshaller(JAXBContext, JettisonConfig) - Constructor for class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
 
BaseJsonUnmarshaller(Unmarshaller, JettisonConfig) - Constructor for class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
 
baseUri() - Element in annotation interface org.glassfish.jersey.server.ClientBinding
Define a custom base URI for managed WebTarget instances injected using @Uri annotation with a relative web target URI value.
baseUri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
baseUri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
basic() - Static method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
Creates Expect100Continue Feature with default threshold size
basic(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
basic(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
BASIC_ANNOTATIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.
basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder of the http authentication feature working in basic authentication mode.
BASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
BEAN_PARAM - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
Bean param parameter injection source.
BeanHelper - Class in org.glassfish.jersey.inject.cdi.se.bean
Helper class to register a Bean into CDI BeanManager.
BeanManagerProvider - Interface in org.glassfish.jersey.ext.cdi1x.internal.spi
Provider SPI for CDI BeanManager for the current context.
beforeRequest(ClientRequestContext) - Method in interface org.glassfish.jersey.client.spi.PreInvocationInterceptor
The method invoked before the request starts.
BEST_EFFORT - Enum constant in enum class org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
Best effort publisher strategy - tries to deliver to all subscribers if possible without blocking the processing.
Beta - Annotation Interface in org.glassfish.jersey
Marker of a public Jersey API that is still in "beta" non-final version.
bind(Class<?>, Set<Class<?>>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
 
bind(Class<?>, Set<Class<?>>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
 
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.spi.ComponentProvider
Jersey will invoke this method before binding of each component class internally during initialization of it's injection manager.
bind(Class<?>, ContractProvider) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
 
bind(Class<?>, ContractProvider) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
 
bind(Class<?>, ContractProvider) - Method in interface org.glassfish.jersey.spi.ComponentProvider
Jersey will invoke this method before binding of each component class internally during initialization of it's injection manager.
bind(Class<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new class-based service binding.
bind(Binding) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Binds the provided binding and return the same instance.
bind(T) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new instance-based service binding.
bindAsContract(GenericType<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new generic type-based service binding.
bindAsContract(Class<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new class-based service binding.
bindAsContract(Type) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new generic type-based service binding.
bindClasses(Class<?>...) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Iterable<Class<?>>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Collection<Class<?>>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Collection<Class<?>>, boolean) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes that may also be resources.
Binder - Interface in org.glassfish.jersey.internal.inject
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
 
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
 
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext.Binder
 
Binder() - Constructor for class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
 
Binder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
 
Binder(Supplier<BeanManager>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl.Binder
 
Binder(ServiceLocator) - Constructor for class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
Constructor for JerseyClassAnalyzer.
BINDERS_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain Binder provider contract.
bindFactory(Class<? extends Supplier<T>>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new supplier class-based service binding.
bindFactory(Class<? extends Supplier<T>>, Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new supplier class-based service binding.
bindFactory(Supplier<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Start building a new supplier instance-based service binding.
Binding<T,D extends Binding> - Class in org.glassfish.jersey.internal.inject
Abstract injection binding description of a bean.
Binding - Annotation Interface in org.glassfish.jersey.linking
Specifies the binding between a URI template parameter and a bean property.
Binding() - Constructor for class org.glassfish.jersey.internal.inject.Binding
 
bindings() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
Specifies the bindings for embedded URI template parameters.
bindings() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
Specifies the bindings for embedded URI template parameters.
Bindings - Class in org.glassfish.jersey.internal.inject
Utility class to create a new injection binding descriptions for arbitrary Java beans.
bindInstances(Iterable<Object>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider instances.
bindInstances(Collection<Object>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider instances.
bindProvider(Class<T>, ContractProvider, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind contract provider model to a provider class using the supplied injection manager.
bindProvider(Object, ContractProvider, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind contract provider model to a provider instance using the supplied injection manager.
bindProviders(ComponentBag, RuntimeType, Set<Class<?>>, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Deprecated.
bindProviders(ComponentBag, RuntimeType, Set<Class<?>>, InjectionManager, Collection<ComponentProvider>) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using injection manager.
bindProviders(ComponentBag, InjectionManager) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using injection manager.
bindResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Binds resourceClass into HK2 context as singleton.
bindResourceIfSingleton(T) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Binds resourceClass into HK2 context as singleton.
bindsServletRequestResponse() - Method in interface org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
Used by Jersey runtime to tell if the extension covers HTTP Servlet request response handling with respect to underlying injection manager.
bindsServletRequestResponse() - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
BIPUSH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
BLOCKING - Enum constant in enum class org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
Blocking publisher strategy - tries to deliver to all subscribers regardless the cost.
BMP - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
 
bodyPart(Object, MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to add a newly configured BodyPart to this MultiPart.
bodyPart(BodyPart) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to add the specified BodyPart to this MultiPart.
BodyPart - Class in org.glassfish.jersey.media.multipart
A mutable model representing a body part nested inside a MIME MultiPart entity.
BodyPart() - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with a mediaType of text/plain.
BodyPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with the specified characteristics.
BodyPart(Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with the specified characteristics.
BodyPartEntity - Class in org.glassfish.jersey.media.multipart
Proxy class representing the entity of a BodyPart when a MultiPart entity is received and parsed.
BodyPartEntity(MIMEPart) - Constructor for class org.glassfish.jersey.media.multipart.BodyPartEntity
Constructs a new BodyPartEntity with a MIMEPart.
BOOLEAN - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The boolean type.
bootstrap(Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
bootstrap(Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
BootstrapBag - Class in org.glassfish.jersey.internal
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.
BootstrapBag() - Constructor for class org.glassfish.jersey.internal.BootstrapBag
 
BootstrapConfigurator - Interface in org.glassfish.jersey.internal
Configurator which contains two methods, BootstrapConfigurator.init(InjectionManager, BootstrapBag) contains InjectionManager into which only registering services make sense because injection manager has not been completed yet and BootstrapConfigurator.postInit(InjectionManager, BootstrapBag) in which InjectionManager has been already completed and is able to create and provide services.
Boundary - Class in org.glassfish.jersey.media.multipart
Utility for creating boundary parameters.
Boundary() - Constructor for class org.glassfish.jersey.media.multipart.Boundary
 
BOUNDARY_PARAMETER - Static variable in class org.glassfish.jersey.media.multipart.Boundary
 
boundListeners(Map<String, List<EventListener>>) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
Unbounded listeners will get notified about incoming events with particular name.
broadcast(T) - Method in class org.glassfish.jersey.server.Broadcaster
Broadcast a chunk to all registered ChunkedOutput instances.
Broadcaster<T> - Class in org.glassfish.jersey.server
Used for broadcasting response chunks to multiple ChunkedOutput instances.
Broadcaster() - Constructor for class org.glassfish.jersey.server.Broadcaster
Creates a new instance.
Broadcaster(Class<? extends Broadcaster>) - Constructor for class org.glassfish.jersey.server.Broadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners.
BROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
{0} thrown from BroadcasterListener.
BroadcasterListener<T> - Interface in org.glassfish.jersey.server
Listener interface that can be implemented to listen to events fired by Broadcaster object.
BUFFER_INCORRECT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Buffer passed for encoding is neither a multiple of chunkSize nor smaller than chunkSize."
BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The buffer size for arrays of byte and character.
BUFFER_THRESHOLD - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of the resource property for the threshold size (in bytes) above which a body part entity will be buffered to disk instead of being held in memory.
BUFFER_THRESHOLD_MEMORY_ONLY - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
The MultiPartProperties.BUFFER_THRESHOLD property value to keep a body part entity in memory only.
BUFFERED - Enum constant in enum class org.glassfish.jersey.client.RequestEntityProcessing
Request entity will be buffered in the memory in order to determine content length that will be send as a Content-Length header in the request.
bufferEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Buffer the entity stream (if not empty).
bufferEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
bufferThreshold(int) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Set the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
build() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Build the feature.
build() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
build() - Method in class org.glassfish.jersey.client.SslContextClientBuilder
Build SSLContext from the Builder.
build() - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
Builds a cache which does not automatically load values when keys are requested.
build() - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
Returns a new thread factory using the options supplied during the building process.
build() - Method in class org.glassfish.jersey.jettison.JettisonConfig.Builder
Constructs a new immutable JettisonConfig object based on options set on this Builder
build() - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
build() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Build the content disposition.
build() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition.FormDataContentDispositionBuilder
 
build() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
build() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
Build the EventProcessor.
build() - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
 
build() - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
build() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
build() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Build a new contract provider model.
build() - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Build a stage chain.
build() - Method in class org.glassfish.jersey.server.ChunkedOutput.Builder
Build the ChunkedOutput based on the given configuration.
build() - Method in class org.glassfish.jersey.server.ChunkedOutput.TypedBuilder
Build the ChunkedOutput based on the given configuration.
build() - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration.Builder
 
build() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Build a new resource model.
build() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Build the resource method model and register it with the parent Resource.Builder.
build() - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Build the resource model.
build() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
build(Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
build(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
build(Object[], boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
build(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(CacheLoader<? super K1, V1>) - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
Builds a cache, which either returns an already-loaded value for a given key or atomically computes or retrieves it using the supplied CacheLoader.
build(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a terminal stage to the stage chain and build the chain.
build(ResourceMethod, ProcessingProviders) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Build a new resource method invoker instance.
build(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
build(RequestEvent.Type) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Build the instance of request event.
build(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
buildContentDisposition() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Builds the body part content-disposition header which the specified filename (or the default one if unspecified).
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
builder() - Static method in class org.glassfish.jersey.logging.LoggingFeature
builder method to create LoggingFeature with required settings
builder() - Static method in class org.glassfish.jersey.server.ChunkedOutput
Returns a builder to create a ChunkedOutput with custom configuration.
builder() - Static method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
Return a Jersey instance of SeBootstrap.Configuration.Builder with prefilled values.
builder() - Static method in class org.glassfish.jersey.server.model.Resource
Get a new unbound resource model builder.
builder(WebTarget, AtomicReference<EventProcessor.State>, ClientExecutor, EventListener, EventProcessor.ShutdownHandler) - Static method in class org.glassfish.jersey.media.sse.internal.EventProcessor
Create new Event processor builder.
builder(Class<?>) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder.
builder(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Type) - Static method in class org.glassfish.jersey.server.ChunkedOutput
Returns a builder to create a ChunkedOutput with custom configuration.
builder(String) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder for a resource bound to a given path.
builder(List<Resource>) - Static method in class org.glassfish.jersey.server.model.Resource
Creates a resource builder instance from the list of resource which can be merged into a single resource.
builder(ContractProvider) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder from an existing one.
builder(Resource) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder initialized from a given resource model.
Builder() - Constructor for class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
 
Builder() - Constructor for class org.glassfish.jersey.media.sse.OutboundEvent.Builder
 
Builder() - Constructor for class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
Builder() - Constructor for class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
Builder(boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder with empty resources.
Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
Create new Jersey-specific client invocation builder.
Builder(List<Resource>, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resource.
Builder(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Create new outbound JAX-RS response builder.
Builder(ResourceModel, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resourceModel.
buildFromEncoded(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromEncodedMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildLinkFromUri(URI, InjectLink) - Static method in class org.glassfish.jersey.linking.InjectLink.Util
 
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildRelativized(URI, Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
buildStage() - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Build routing stage.
bundleChanged(BundleEvent) - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
bundleEntryPathToClassName(String, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
Translates bundle entry path as returned from Bundle.findEntries(String, String, boolean) to fully qualified class name that resides in given package path (directly or indirectly in its subpackages).
BV_DISABLE_VALIDATE_ON_EXECUTABLE_OVERRIDE_CHECK - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.
BV_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable Bean Validation support.
BV_SEND_ERROR_IN_RESPONSE - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.
BYTE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The byte type.
ByteArrayDataSource(InputStream, String) - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
ByteArrayProvider - Class in org.glassfish.jersey.message.internal
Default Jersey byte array entity provider (reader and writer).
ByteArrayProvider() - Constructor for class org.glassfish.jersey.message.internal.ByteArrayProvider
 
ByteBufferInputStream - Class in org.glassfish.jersey.internal.util.collection
An InputStream backed by a queue of byte buffers to be read.
ByteBufferInputStream() - Constructor for class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Create a new input stream that is backed by a a queue of byte buffers to be read.
ByteVector - Class in jersey.repackaged.org.objectweb.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class jersey.repackaged.org.objectweb.asm.ByteVector
Constructs a new ByteVector with a default initial capacity.
ByteVector(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ByteVector
Constructs a new ByteVector with the given initial capacity.

C

Cache<K,V> - Class in org.glassfish.jersey.internal.util.collection
Cache implementation that relies on FutureTask.
Cache<K,V> - Interface in org.glassfish.jersey.internal.guava
A semi-persistent mapping from keys to values.
Cache(Function<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.Cache
Create new cache with given computable to compute values.
Cache(Function<K, V>, Cache.CycleHandler<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.Cache
Create new cache with given computable and cycle handler.
CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cache control is null.
CACHE_ENDPOINT_READERS - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
[jaxrs-providers#86]: Feature that determines whether provider will cache endpoint definitions for reading or not (including caching of actual ObjectReader to use).
CACHE_ENDPOINT_WRITERS - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
[jaxrs-providers#86]: Feature that determines whether provider will cache endpoint definitions for writing or not (including caching of actual ObjectWriter to use).
Cache.CycleHandler<K> - Interface in org.glassfish.jersey.internal.util.collection
Should a cycle be detected during computation of a value for given key, this interface allows client code to register a callback that would get invoked in such a case.
CacheBuilder<K,V> - Class in org.glassfish.jersey.internal.guava
A builder of LoadingCache and Cache instances having any combination of the following features:
cacheControl(CacheControl) - Method in class org.glassfish.jersey.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 interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Set the cache control data of the message.
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
 
CachedConstructorAnalyzer<T> - Class in org.glassfish.jersey.inject.cdi.se.injector
Processes a provided class and selects the valid constructor with the largest number of parameters.
CachedConstructorAnalyzer(Class<T>, Collection<Class<? extends Annotation>>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer
Creates a new constructor analyzer which accepts the class that is analyzed.
CacheLoader<K,V> - Class in org.glassfish.jersey.internal.guava
Computes or retrieves values, based on a key, for use in populating a LoadingCache.
CacheLoader() - Constructor for class org.glassfish.jersey.internal.guava.CacheLoader
Constructor for use by subclasses.
CacheLoader.InvalidCacheLoadException - Exception in org.glassfish.jersey.internal.guava
Thrown to indicate that an invalid response was returned from a call to CacheLoader.
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.
call() - Method in interface org.glassfish.jersey.internal.util.Producer
 
callback() - Element in annotation interface org.glassfish.jersey.server.JSONP
Name of the JavaScript callback function to which the JSON result should be wrapped into.
callback(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting callback URL.
CALLBACK - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the callback URL.
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.
CALLBACK_CONFIRMED - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the token secret.
CALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
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.microprofile.restclient.SseEventSubscription
Request the SseEventPublisher to stop sending data and clean up resources.
cancel(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
Cancels this ClientRequest.
cancel(boolean) - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
 
CANNOT_INJECT_FILE() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Cannot provide file for an entity body part.
CANNOT_SET_FEATURE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Cannot set feature "{0}"="{1}" on instance of {2}, {3}.
CANNOT_SET_PROPERTY(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
Cannot set property "{0}"="{1}" on instance of {2}, {3}.
canReturnNull - Variable in class org.glassfish.jersey.internal.inject.ParamConverters.OptionalCustomProvider
 
capturingZeroOrMoreSegments - Enum constant in enum class org.glassfish.jersey.uri.PathPattern.RightHandPath
A capturing group that matches zero or more path segments and keeps the matching path template open.
capturingZeroSegments - Enum constant in enum class org.glassfish.jersey.uri.PathPattern.RightHandPath
A capturing group that matches zero segments and effectively closes the matching path template.
CAST - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target the type declared in an explicit or implicit cast instruction.
CASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
category() - Method in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
 
category() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Category of event, more events share same category.
category() - Method in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
 
CDI_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.cdi.se.LocalizationMessages
Provider registered to CdiInjectionManager cannot be process because of incompatible type: {0}.
CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Failed to obtain BeanManager from JNDI lookup.
CDI_CLASS_ANALYZER - Static variable in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
Name to be used when binding CDI injectee skipping class analyzer to HK2 service injection manager.
CDI_CLASS_ANALYZER_MISUSED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans.
CDI_CLASS_BEING_CHECKED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Class, {0}, is being checked with Jersey CDI component provider.
CDI_CLASS_BOUND_WITH_CDI(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Class, {0}, has been bound by Jersey CDI component provider.
CDI_FAILED_LOADING(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
CDI failed instantiating the class {0} with {1}, falling back to HK2.
CDI_HK_2_BEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
CDI beans backed by HK2 have been registered for the following types: {0}
CDI_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Error when lookup instance of class, {0}, in CDI.
CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Trying to register multiple service locators into single service locator application.
CDI_NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Component of class {0} cannot be instantiated and will be ignored.
CDI_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Jersey CDI component provider initialized.
CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
The following CDI types were recognized as request scoped components in Jersey: {0}.
CDI_TYPE_VETOED(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
The following types have been vetoed by Jersey as per {0} configuration: {1}
CdiComponentProvider - Class in org.glassfish.jersey.ext.cdi1x.internal
Jersey CDI integration implementation.
CdiComponentProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
 
CdiComponentProvider.CdiDefaultAnnotation - Class in org.glassfish.jersey.ext.cdi1x.internal
Auxiliary annotation for mocked beans used to cover Jersey/HK2 injected injection points.
CdiDefaultAnnotation() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation
 
CdiRequestContext - Class in org.glassfish.jersey.inject.cdi.se
Implementation of the request context.
CdiRequestScope - Class in org.glassfish.jersey.inject.cdi.se
CDI Request scope implementation using Weld-specific BoundRequestContext which allows pass on storage for request-scoped objects.
CdiRequestScope() - Constructor for class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
 
CdiSeInjectionManager - Class in org.glassfish.jersey.inject.cdi.se
Implementation of InjectionManager that starts CDI SE container, scans all users bean according to beans.xml file and register Jersey's internal beans using SeBeanRegisterExtension extension.
CdiSeInjectionManager() - Constructor for class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
 
CdiSeInjectionManagerFactory - Class in org.glassfish.jersey.inject.cdi.se
SPI implementation of InjectionManagerFactory which provides a new instance of CDI InjectionManager.
CdiSeInjectionManagerFactory() - Constructor for class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManagerFactory
 
CdiServerComponentProvider - Class in org.glassfish.jersey.ext.cdi1x.internal
Implementation of ComponentProvider for Jersey Server
CdiServerComponentProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
 
CdiUtil - Class in org.glassfish.jersey.ext.cdi1x.internal
Common CDI utility methods.
cellSet() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
Returns a set of all row key / column key / value triplets.
cellSet() - Method in interface org.glassfish.jersey.internal.guava.Table
Returns a set of all row key / column key / value triplets.
chain(Function<DATA, DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a stage chain.
chain(ChainableStage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a stage chain.
ChainableStage<DATA> - Interface in org.glassfish.jersey.process.internal
Linear acceptor that can be composed into a chain.
channelRead(ChannelHandlerContext, Object) - Method in class org.glassfish.jersey.netty.connector.JerseyExpectContinueHandler
 
CHAR - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The sort of the char type.
CHAR_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The char type.
checkArgument(boolean) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkCanDeserialize(boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for defining whether actual detection for existence of a deserializer for type should be done when ProviderBase.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) is called.
checkCanSerialize(boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Method for defining whether actual detection for existence of a serializer for type should be done when ProviderBase.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) is called.
CHECKCAST - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
checkDelegateInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
 
checkElementIndex(int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Deprecated.
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference.
checkNotNull(T) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkProviderRuntime(Class<?>, ContractProvider, RuntimeType, boolean, boolean) - Static method in class org.glassfish.jersey.internal.inject.Providers
Check the component whether it is appropriate correctly configured for client or server runtime.
checkState(boolean) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
chunkDelimiter(byte[]) - Method in class org.glassfish.jersey.server.ChunkedOutput.Builder
Set the chunk delimiter, in bytes.
CHUNKED - Enum constant in enum class org.glassfish.jersey.client.RequestEntityProcessing
Entity will be send as chunked encoded (no Content-length is specified, entity is streamed).
CHUNKED - Enum constant in enum class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
 
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.
ChunkedInput<T> - Class in org.glassfish.jersey.client
Response entity type used for receiving messages in "typed" chunks.
ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
Package-private constructor used by the ChunkedInputReader.
ChunkedOutput<T> - Class in org.glassfish.jersey.server
Used for sending messages in "typed" chunks.
ChunkedOutput() - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput.
ChunkedOutput(byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(byte[], Provider<AsyncContext>) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(Type) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create ChunkedOutput with specified type.
ChunkedOutput(Type, byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(Type, String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(ChunkedOutput.Builder<T>) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput based on builder.
ChunkedOutput.Builder<Y> - Class in org.glassfish.jersey.server
Builder that allows to create a new ChunkedOutput based on the given configuration options.
ChunkedOutput.TypedBuilder<Y> - Class in org.glassfish.jersey.server
Builder that allows to create a new ChunkedOutput based on the given configuration options.
ChunkedResponseWriter - Class in org.glassfish.jersey.server
Used for writing ChunkedOutput.
ChunkedResponseWriter() - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
 
ChunkParser - Interface in org.glassfish.jersey.client
Chunk data parser.
chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Set chunk size for requests transferred using a HTTP chunked transfer coding.
CLASS_EXTENDS - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target the super class of a class or one of the interfaces it implements.
CLASS_NAME_NO_CONTENT_EXCEPTION - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
CLASS_TYPE_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic class.
CLASS_TYPE_PARAMETER_BOUND - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic class.
ClassBinding<T> - Class in org.glassfish.jersey.internal.inject
Injection binding description of a bean bound via its a Java 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
 
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.
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
 
ClassReader - Class in jersey.repackaged.org.objectweb.asm
A parser to make a ClassVisitor visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
ClassReader(byte[]) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassTooLargeException - Exception in jersey.repackaged.org.objectweb.asm
Exception thrown when the constant pool of a class produced by a ClassWriter is too large.
ClassTooLargeException(String, int) - Constructor for exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
Constructs a new ClassTooLargeException.
ClassTypePair - Class in org.glassfish.jersey.internal.util.collection
A pair of raw class and the related type.
ClassVisitor - Class in jersey.repackaged.org.objectweb.asm
A visitor to visit a Java class.
ClassVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassVisitor(int, ClassVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassWriter - Class in jersey.repackaged.org.objectweb.asm
A ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
ClassWriter(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
clazz(Class<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
Makes a nice, pretty class (without the package name).
cleanIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Removes all issues from the current issue list.
cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Perform any necessary cleanup at the end of processing this BodyPart.
cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
Cleans up temporary file(s), if any were utilized.
cleanup() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Performs any necessary cleanup at the end of processing this MultiPart.
cleanup(boolean) - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
 
clear() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
 
clear() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
 
clear() - Method in interface org.glassfish.jersey.internal.guava.Multimap
Removes all key-value pairs from the multimap, leaving it empty.
clear() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
clear() - Method in interface org.glassfish.jersey.internal.guava.Table
Removes all mappings from the table.
clear() - Method in class org.glassfish.jersey.internal.util.collection.Cache
Empty cache.
clear() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
clear() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
clear() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Removes all mappings from this map.
clear() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Removes all the component registrations and resets the component bag instance to a state as if it was create anew.
clear() - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
 
clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Remove the current thread's value for baseUri thread-local variable (set by OutboundJaxrsResponse.Builder.setBaseUri(java.net.URI)).
clearLastTracedInterceptor() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Clear last traced interceptor information.
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_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 Interface in org.glassfish.jersey.client
Injection qualifier that can be used to inject an ExecutorService instance used by Jersey client runtime to execute asynchronous client requests.
ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
ClientAsyncExecutor annotation literal.
ClientBackgroundScheduler - Annotation Interface in org.glassfish.jersey.client
Injection qualifier that can be used to inject an ScheduledExecutorService instance used by Jersey client runtime to schedule background tasks.
ClientBackgroundSchedulerLiteral - Class in org.glassfish.jersey.client
ClientBackgroundScheduler annotation literal.
ClientBinding - Annotation Interface 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.
ClientBootstrapBag - Class in org.glassfish.jersey.client
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.
ClientBootstrapBag() - Constructor for class org.glassfish.jersey.client.ClientBootstrapBag
 
ClientBuilderListener - Interface in org.glassfish.jersey.client.spi
Implementations of this interface will be notified when new ClientBuilder instances are being constructed.
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.
ClientError4xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
 
ClientExecutor - Interface in org.glassfish.jersey.client
Executor for client async processing and background task scheduling.
ClientLifecycleListener - Interface in org.glassfish.jersey.client
Jersey client lifecycle listener contract.
ClientProperties - Class in org.glassfish.jersey.client
Jersey client implementation configuration properties.
ClientRequest - Class in org.glassfish.jersey.client
Jersey client request context.
ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
Create new Jersey client request context.
ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
Copy constructor.
ClientResponse - Class in org.glassfish.jersey.client
Jersey client response context.
ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
ClientResponse(Response.StatusType, ClientRequest, URI) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create new Jersey client response context initialized from a JAX-RS response.
ClientResponseMediaTypeDeterminer - Class in org.glassfish.jersey.client.internal.routing
Client side Response utility class determining the media type.
ClientResponseMediaTypeDeterminer(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.client.internal.routing.ClientResponseMediaTypeDeterminer
Constructor providing the MessageBodyWorkers that specify the media types.
ClientResponseProcessingException - Exception in org.glassfish.jersey.client.internal
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
ClientResponseProcessingException(ClientResponse, Throwable) - Constructor for exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
An instance of ClientResponseProcessingException containing ClientResponse and cause Throwable.
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.oauth1.signature.OAuth1Parameters
 
clone() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
 
clone() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
close() - Method in class org.glassfish.jersey.client.ChunkedInput
 
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 interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
Unless already closed, issues onComplete signals to current subscribers, and disallows subsequent attempts to publish.
close() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
close() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Unless already closed, issues onComplete() signals to current subscribers, and disallows subsequent attempts to publish.
close() - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
 
close() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
 
close() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
close() - Method in class org.glassfish.jersey.media.multipart.MultiPart
 
close() - Method in class org.glassfish.jersey.media.sse.EventSource
Close this event source.
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.OutboundJaxrsResponse
 
close() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Closes the context.
close() - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
 
close() - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
 
close() - Method in class org.glassfish.jersey.server.ChunkedOutput
Close this response - it will be finalized and underlying connections will be closed or made available for another response.
close() - Method in interface org.glassfish.jersey.server.CloseableService
Invokes Closeable#close() method on all instances of Closeable added by the #add(Closeable) method.
close() - Method in class org.glassfish.jersey.server.ContainerResponse
Closes the response.
close() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
Default implementation of #close() which does nothing.
close() - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Cancel the suspended task.
close() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
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.PackageNamesScanner
 
close() - Method in interface org.glassfish.jersey.server.ResourceFinder
close() - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Finish the actual request.
close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close this thread pool executor provider.
close(boolean) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Same as JerseyPublisher.close() but with control as to whether registered subscribers should be closed or not.
close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
 
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in class org.glassfish.jersey.apache5.connector.Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy
 
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in interface org.glassfish.jersey.apache5.connector.Apache5ConnectionClosingStrategy
Method to close the connection.
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in interface org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy
Method to close the connection.
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.GracefulClosingStrategy
 
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.ImmediateClosingStrategy
 
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.
closeableService() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
Get closeable service associated with the request.
CloseableService - Interface in org.glassfish.jersey.server
A closeable service to add instances of Closeable that are required to be closed.
closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
Close all registered ChunkedOutput instances.
CLOSED - Enum constant in enum class org.glassfish.jersey.media.sse.internal.EventProcessor.State
Closed, won't receive any events.
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.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.jdk.connector.internal.LocalizationMessages
"Connection closed by the client while sending request."
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.jdk.connector.internal.LocalizationMessages
"Connection closed by the server while receiving response."
CLOSED_WHILE_SENDING_REQUEST() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the server while sending request".
closeExceptionally(Throwable) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Unless already closed, issues onError signals to current subscribers with the given error, and disallows subsequent attempts to publish.
closeExceptionally(Throwable) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
Unless already closed, issues onError signals to current subscribers with the given error, and disallows subsequent attempts to publish.
closeExceptionally(Throwable) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Issues onError signals to current subscribers with the given error, and disallows subsequent attempts to publish.
closeQueue() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Closes the byte buffer sink of this input stream to indicate that writing to the stream has been finished.
closeQueue(Throwable) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Closes the byte buffer sink of this input stream to indicate that writing to the stream has been finished due to a throwable.
Closing - Class in org.glassfish.jersey.internal.util
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.
collectClientRegistrations(ProcessAnnotatedType<?>) - Method in class org.glassfish.jersey.microprofile.restclient.RestClientExtension
Filters out all interfaces annotated with RegisterRestClient annotation and adds them to the collection for further processing.
collectDefaults() - Static method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
COLLECTED - Enum constant in enum class org.glassfish.jersey.internal.guava.RemovalCause
The entry was removed automatically because its key or value was garbage-collected.
collection(Collection<?>) - Static method in class org.glassfish.jersey.internal.util.Pretty
Returns a pretty string representing the collection.
COLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unsupported collection type.
COLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unsupported collection type.
Collector - Class in org.glassfish.jersey.inject.cdi.se.injector
This class collects errors, and can then also produce a MultiException from those errors if necessary.
Collector() - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.Collector
 
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.
COLLISION_BUFFER_POWER_JVM_ARG - Static variable in class org.glassfish.jersey.server.ServerProperties
JVM argument to define the value of ReservoirConstants.COLLISION_BUFFER_POWER.
column(C) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
Returns a view of all mappings that have the given column key.
column(C) - Method in interface org.glassfish.jersey.internal.guava.Table
Returns a view of all mappings that have the given column key.
columnKeySet() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
Returns a set of column keys that have one or more values in the table.
columnKeySet() - Method in interface org.glassfish.jersey.internal.guava.Table
Returns a set of column keys that have one or more values in the table.
columnMap() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
columnMap() - Method in interface org.glassfish.jersey.internal.guava.Table
Returns a view that associates each column key with the corresponding map from row keys to values.
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
CombinedMediaType - Class in org.glassfish.jersey.internal.routing
Represents function S as defined in the Request Matching part of the spec.
CombinedMediaType.EffectiveMediaType - Class in org.glassfish.jersey.internal.routing
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.
COMMA_SEPARATED - Enum constant in enum class org.glassfish.jersey.uri.JerseyQueryParamStyle
A single parameter instance with multiple, comma-separated values, e.g.: foo=v1,v2,v3
comment(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set comment string associated with the event.
Comment - Enum constant in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
commentText - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
commit() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Commit the output stream.
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response & close the container response writer.
commit() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Commits the entity stream if it wasn't already committed.
commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
Commit the entity stream unless already committed.
COMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Stream provider has already been initialized.
COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot setup buffering as bytes have already been written to the output stream.
CommittingOutputStream - Class in org.glassfish.jersey.message.internal
A committing output stream with optional serialized entity buffering functionality which allows measuring of the entity size.
CommittingOutputStream() - Constructor for class org.glassfish.jersey.message.internal.CommittingOutputStream
Creates new committing output stream.
common() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
This method is invoked indirectly from the tests.
COMMON_DELIMITERS - Static variable in class org.glassfish.jersey.internal.util.Tokenizer
Common Jersey delimiters used by various properties.
CommonConfig - Class in org.glassfish.jersey.model.internal
Common immutable Configuration implementation for server and client.
CommonConfig(RuntimeType, Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
Create a new RuntimeConfig instance.
CommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
Copy constructor.
CommonProperties - Class in org.glassfish.jersey
Common (server/client) Jersey configuration properties.
comparator() - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
 
COMPARATOR - Static variable in class org.glassfish.jersey.internal.routing.CombinedMediaType
Comparator used to compare CombinedMediaType.
COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.AcceptableMediaType
Comparator for collections of acceptable media types.
COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Comparator for lists of quality source media types.
COMPARATOR - Static variable in class org.glassfish.jersey.server.model.RuntimeResource
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern comparator that defers to comparing the templates associated with the patterns.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
Order the templates according to JAX-RS specification.
compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
 
compare(T, T) - Method in class org.glassfish.jersey.internal.guava.Ordering
 
compareTo(Object) - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
 
compareTo(String) - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
compareTo(JdkVersion) - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
compareTo(ClassKey) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
 
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() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked upon a response writing completion when the response write is either committed or canceled.
complete(Throwable) - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
 
complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
Complete the reading.
COMPLETED - Enum constant in enum class org.glassfish.jersey.server.AsyncContext.State
Indicates the processing represented by this asynchronous processing context has been completed.
completeRegistration() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
 
completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
 
completeRegistration() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Completes InjectionManager and the underlying DI provider.
COMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Registered component instance cannot be null.
COMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Registered component class cannot be null.
COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Attempt to register component of type {0} to null or empty array of contracts is ignored.
COMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot create new registration for component type {0}: Existing previous registration found for the type.
ComponentBag - Class in org.glassfish.jersey.model.internal
An internal Jersey container for custom component classes and instances.
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.
ComponentProvider - Interface in org.glassfish.jersey.spi
Component provider interface to allow custom management of 3rd party components life-cycle and dependency injection.
compose(Predicate<B>, Function<A, ? extends B>) - Static method in class org.glassfish.jersey.internal.guava.Predicates
Returns the composition of a function and a predicate.
CompositeApplicationEventListener - Class in org.glassfish.jersey.server.internal.monitoring
application event listener that aggregates more event listeners into one.
CompositeApplicationEventListener(Iterable<ApplicationEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
Creates a new instance of composite event listener.
CompositeBinder - Class in org.glassfish.jersey.internal.inject
Utility class which is able to install several binders and register them as a whole.
CompositeRequestEventListener - Class in org.glassfish.jersey.server.internal.monitoring
request event listener that aggregates more request event listener into one.
CompositeRequestEventListener(List<RequestEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
Create a new composite listener.
CompositeResourceFinder - Class in org.glassfish.jersey.server.internal.scanning
Stack of ResourceFinder instances.
CompositeResourceFinder() - Constructor for class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
 
COMPUTE_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassWriter
A flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - Static variable in class jersey.repackaged.org.objectweb.asm.ClassWriter
A flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
computeNext() - Method in class org.glassfish.jersey.internal.guava.AbstractIterator
Returns the next element.
concreteClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Concrete class.
condition() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
Specifies a boolean EL expression whose value determines whether a Ref is set (true) or not (false).
condition() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
Specifies a boolean EL expression whose value determines whether a Ref is set (true) or not (false).
conditionallyReThrow(T, boolean, Logger, String, Level) - Static method in class org.glassfish.jersey.internal.util.ExceptionUtils
Based on the rethrow parameter, either rethrows the supplied exception or logs the provided message at the given level.
config(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
configClass() - Element in annotation interface org.glassfish.jersey.server.ClientBinding
Define a configuration implementation class to be instantiated and used to configure bound web targets.
ConfigurableMoxyJsonProvider - Class in org.glassfish.jersey.moxy.json.internal
Jersey specific MOXyJsonProvider that can be configured via ContextResolver<JsonMoxyConfiguration> instance.
ConfigurableMoxyJsonProvider(Providers, Configuration) - Constructor for class org.glassfish.jersey.moxy.json.internal.ConfigurableMoxyJsonProvider
 
configuration(Configuration) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set runtime configuration.
configuration(Configuration) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set global configuration.
CONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The configuration is not modifiable in this context.
ConfigurationModel<CONFIG extends org.eclipse.microprofile.config.Config> - Class in org.glassfish.jersey.microprofile.config
Generic class which implements default properties provider's logic and wraps not used methods from ExtConfig
ConfigurationModel(CONFIG) - Constructor for class org.glassfish.jersey.microprofile.config.ConfigurationModel
 
ConfigurationProvider - Class in org.glassfish.jersey.microprofile.config
 
ConfigurationProvider() - Constructor for class org.glassfish.jersey.microprofile.config.ConfigurationProvider
 
configurationValidator(Supplier<ConfiguredValidator>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Set global configuration validator.
configure() - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
 
configure() - Method in class org.glassfish.jersey.inject.hk2.RequestContext.Binder
 
configure() - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
Implement to provide binding definitions using the exposed binding methods.
configure() - Method in class org.glassfish.jersey.internal.inject.CompositeBinder
Automatically installed all provided binders.
configure() - Method in class org.glassfish.jersey.internal.ServiceFinderBinder
 
configure() - Method in class org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
 
configure() - Method in class org.glassfish.jersey.jaxb.internal.JaxbParamConverterBinder
 
configure() - Method in class org.glassfish.jersey.media.sse.internal.SseBinder
 
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.internal.MappableExceptionWrapperInterceptor.Binder
 
configure() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
 
configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
configure() - Method in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
 
configure(JsonGenerator.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(JsonGenerator.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(JsonParser.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(JsonParser.Feature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(DeserializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(DeserializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(SerializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(SerializationFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
 
configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
configure(Configurable) - Static method in class org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactory
Input Configurable object shall be provided in order to be filled with all found properties
configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
 
configure(FeatureContext) - Method in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
A call-back method called when an auto-discoverable component is to be configured in a given runtime configuration scope.
configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.internal.JacksonAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.JacksonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jettison.JettisonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jsonb.JsonBindingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jsonp.internal.JsonProcessingAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jsonp.JsonProcessingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.kryo.internal.KryoAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.kryo.KryoFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.linking.DeclarativeLinkingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.multipart.internal.FormDataParamInjectionFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.multipart.MultiPartFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.multipart.MultiPartFeatureAutodiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.SseFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.microprofile.restclient.RequestHeaderAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.internal.MoxyFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.json.internal.MoxyJsonAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.opentracing.OpenTracingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
 
configure(BiConsumer<String, Object>, List<ExternalConfigurationProvider>) - Static method in class org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactory
Key Value pairs gathered by ExternalConfigurationProviders are applied to a given config.
configure(HttpClientBuilder) - Method in interface org.glassfish.jersey.apache5.connector.Apache5HttpClientBuilderConfigurator
A callback method to configure the HttpClientBuilder
configure(HttpClientBuilder) - Method in interface org.glassfish.jersey.apache.connector.ApacheHttpClientBuilderConfigurator
A callback method to configure the HttpClientBuilder
configure(JaxRSFeature, boolean) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
configure(ResourceConfig) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
 
configure(ResourceConfig) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
This method is called for each ServletContainer instance initialization, i.e.
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure auto-discoverables in the injection manager.
configured(Configuration) - Static method in class org.glassfish.jersey.internal.RuntimeDelegateDecorator
The decorated RuntimeDelegate that uses HeaderDelegateProviders based on whether CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE is set or not
ConfiguredValidator - Interface in org.glassfish.jersey.server.internal.inject
Configured validator for Jersey validation purposes.
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure binders in the injection manager and enable JAX-RS features.
CONFLICT_409 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
409 Conflict.
CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Connect timeout interval, in milliseconds.
CONNECTION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-connection">HTTP Semantics documentation}
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_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connection closed by the server."
CONNECTION_CLOSING_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Strategy that closes the Apache Connection.
CONNECTION_CLOSING_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
Strategy that closes the Apache Connection.
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 - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
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_MANAGER_SHARED - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
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.jdk.connector.internal.LocalizationMessages
"Connection timed out."
connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Set a custom HttpURLConnection factory.
Connector - Interface in org.glassfish.jersey.client.spi
Client transport connector extension contract.
CONNECTOR_CONFIGURATION(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
"Connector configuration: {0}."
CONNECTOR_PROVIDER - Static variable in class org.glassfish.jersey.client.ClientProperties
Sets the ConnectorProvider class.
ConnectorExtension<T,E extends Exception> - Interface in org.glassfish.jersey.client.internal
Connector extension interface to extend existing connector's functionality.
connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
Register a custom Jersey client connector provider.
ConnectorProvider - Interface in org.glassfish.jersey.client.spi
Jersey client connector provider contract.
connectTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
ConstantDynamic - Class in jersey.repackaged.org.objectweb.asm
A constant whose value is computed at runtime, with a bootstrap method.
ConstantDynamic(String, String, Handle, Object...) - Constructor for class jersey.repackaged.org.objectweb.asm.ConstantDynamic
Constructs a new ConstantDynamic.
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_INVOCATION_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor call.
CONSTRUCTOR_REFERENCE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target the receiver type of a constructor reference.
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
consume(Consumer<? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Processes all published items using the given Consumer function.
consume(Consumer<? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
Processes all published items using the given Consumer function.
consume(Consumer<? super T>) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Processes all published items using the given Consumer function.
CONSUMER_KEY - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the consumer key.
consumerKey(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting consumer key.
consumerSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
Builder pattern method to return OAuth1Secrets after setting consumer secret.
consumes(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
Consuming - Interface in org.glassfish.jersey.server.model
Model component that is able to consume media types.
container() - Method in interface org.glassfish.jersey.server.spi.WebServer
 
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).
CONTAINER_STARTED() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
JettyHttpContainer.handle(...) started.
ContainerException - Exception in org.glassfish.jersey.server
Exception thrown by the container components in to notify Jersey runtime about any errors.
ContainerException(String) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerException(Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerFactory - Class in org.glassfish.jersey.server
Factory for creating specific HTTP-based containers.
ContainerLifecycleListener - Interface in org.glassfish.jersey.server.spi
Classes implementing this contract receive container life-cycle notification events.
ContainerMessageBodyWorkersInitializer - Class in org.glassfish.jersey.server
Function that can be put to an acceptor chain to properly initialize MessageBodyWorkers instance on a current request and response.
ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
Create new MessageBodyWorkers initialization function for requests and responses.
ContainerProvider - Interface in org.glassfish.jersey.server.spi
Service-provider interface for creating container instances.
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
Deprecated.
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate, Configuration) - Constructor for class org.glassfish.jersey.server.ContainerRequest
Create new Jersey container request context.
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.
ContainerResponseWriter - Interface in org.glassfish.jersey.server.spi
A suspendable, request-scoped I/O container response writer.
ContainerResponseWriter.TimeoutHandler - Interface in org.glassfish.jersey.server.spi
Time-out handler can be registered when the container response writer gets suspended.
ContainerUtils - Class in org.glassfish.jersey.server.internal
Utility methods used by container implementations.
ContainerUtils() - Constructor for class org.glassfish.jersey.server.internal.ContainerUtils
 
contains(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
 
contains(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
contains(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Table
Returns true if the table contains a mapping with the specified row and column keys.
contains(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
 
containsAll(Collection<?>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
 
containsColumn(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
containsColumn(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
Returns true if the table contains a mapping with the specified column.
containsEntry(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
 
containsEntry(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsHeaderString(String, String, Predicate<String>) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
Checks whether a header with a specific name and value (or item of the token-separated value list) exists.
containsHeaderString(String, Predicate<String>) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
Checks whether a header with a specific name and value (or item of the comma-separated value list) exists.
containsKey(Object) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
 
containsKey(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
Returns true if this multimap contains at least one key-value pair with the key key.
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
Returns true if the key has already been cached.
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
containsRow(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
containsRow(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
Returns true if the table contains a mapping with the specified row key.
containsValue(Object) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
 
containsValue(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
containsValue(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
Returns true if this multimap contains at least one key-value pair with the value value.
containsValue(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
Returns true if the table contains a mapping with the specified value.
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
content - Variable in class com.sun.research.ws.wadl.Doc
 
CONTENT_HAS_BEEN_ALREADY_READ() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Content method has already been invoked.
CONTENT_RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-content-range">HTTP Semantics documentation}
contentDisposition - Variable in class org.glassfish.jersey.media.multipart.BodyPart
 
contentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
ContentDisposition - Class in org.glassfish.jersey.media.multipart
A content disposition header.
ContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in org.glassfish.jersey.media.multipart
Builder to build content disposition.
ContentEncoder - Class in org.glassfish.jersey.spi
Standard contract for plugging in content encoding support.
ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
Initializes this encoder implementation with the list of supported content encodings.
contentLocation(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
contentRead - Variable in class org.glassfish.jersey.media.multipart.FormDataBodyPart
 
ContentTypeDeterminer - Class in org.glassfish.jersey.internal.routing
Utility class containing methods used on both client and server side for determining media type of a response based on provided MessageBodyWorkers.
ContentTypeDeterminer(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.internal.routing.ContentTypeDeterminer
 
CONTEXT - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
Context parameter injection source.
ContextInjectionResolver - Interface in org.glassfish.jersey.internal.inject
A marker interface to InjectionResolver&lt;Context&gt;.
ContextInjectionResolverImpl - Class in org.glassfish.jersey.inject.cdi.se.injector
Injection resolver for @Context injection annotation.
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.cdi.se.injector
Context injection resolver binder.
ContextInjectionResolverImpl.Binder - Class in org.glassfish.jersey.inject.hk2
Context injection resolver binder.
ContextResolverFactory - Class in org.glassfish.jersey.internal
A factory implementation for managing ContextResolver instances.
ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register ContextResolvers instance into InjectionManager and 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.
CONTINUE_100 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
100 Continue.
Contract - Annotation Interface 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.
ContractProvider - Class in org.glassfish.jersey.model
Jersey contract provider model.
ContractProvider.Builder - Class in org.glassfish.jersey.model
Contract provider model builder.
Control - Enum constant in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
CONTROL_NAME_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Controls name can not be null.
convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Convert media types into String.
convertValue(Object, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Convert Object value to a value of the specified class type.
cookie(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(Cookie) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add a cookie to be set.
cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
cookie(String, String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
Add a cookie to be set.
COOKIE - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
Cookie parameter injection source.
COOKIE_HANDLER - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
Configuration of the CookieHandler that should be used by the HttpClient.
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.
CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
 
CookieProvider - Class in org.glassfish.jersey.message.internal
Request Cookie header delegate provider.
CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
 
CookiesParser - Class in org.glassfish.jersey.message.internal
Cookies parser.
copy() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Return a copy of this thread pool config.
copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a copy of this component bag.
copy() - Method in class org.glassfish.jersey.SslConfigurator
Create a copy of the current SSL configurator instance.
copyBuilder(JettisonConfig) - Static method in class org.glassfish.jersey.jettison.JettisonConfig
 
COULD_NOT_BIND_TO_ANY_PORT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not bind to any port.
create() - Static method in class org.glassfish.jersey.internal.guava.HashBasedTable
Creates an empty HashBasedTable.
create() - Static method in class org.glassfish.jersey.internal.guava.HashMultimap
Creates a new, empty HashMultimap with the default initial capacities.
create() - Static method in class org.glassfish.jersey.internal.guava.SettableFuture
Creates a new SettableFuture in the default state.
create() - Static method in class org.glassfish.jersey.internal.guava.TreeMultimap
Creates an empty TreeMultimap ordered by the natural ordering of its keys and values.
create() - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
Load a new injection manager without parent and initial binder.
create() - Static method in class org.glassfish.jersey.internal.util.collection.LRU
Create new LRU
create(CreationalContext<Object>) - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
 
create(CreationalContext<CdiRequestScope>) - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
 
create(Configuration, PropertiesDelegate) - Static method in interface org.glassfish.jersey.internal.PropertiesResolver
Return new instance of PropertiesResolver.
create(MediaType, CombinedMediaType.EffectiveMediaType) - Static method in class org.glassfish.jersey.internal.routing.CombinedMediaType
Create combined client/server media type.
create(InputStream) - Static method in class org.glassfish.jersey.message.internal.EntityInputStream
Create an entity input stream instance wrapping the original input stream.
create(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<? extends Inflector>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector class.
create(Class<T>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
 
create(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Creates an object with the given class.
create(Class<U>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.model.Parameter
Create a parameter model.
create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a parameter model.
create(Class, Class, boolean, Class<?>, Type, Annotation[], Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
Create a parameter model.
create(Class, Class, 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.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(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.
create(Object) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManagerFactory
 
create(Object) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
 
create(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
Load a new injection manager with parent object.
create(Object) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(String) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(String, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI, Servlet, Map<String, String>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet instance.
create(URI, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI, SSLContext, SeBootstrap.Configuration.SSLClientAuthentication, SimpleContainer, boolean) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
create(URI, SSLContext, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig, Object, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, SimpleContainer) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
create(URI, SSLContext, SimpleContainer, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
create(URI, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Create new Tracing logger.
create(Inflector<Request, T>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector instance.
create(Invocable) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
Get the invocation handler for the invocable resource method.
create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
 
create(Invocable, InvocationHandler, ConfiguredValidator) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
create(MethodHandler, Method) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, Method, boolean, Type) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
createAlternative() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createAndInitialize(Class<T>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
 
createAndInitialize(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
Creates, injects and post-constructs an object with the given class.
createAndInitialize(Class<U>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createApplicationDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.ObjectFactory
 
createBeanParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
Factory method to instantiate BeanParameter of given properties
createBoundary() - Static method in class org.glassfish.jersey.media.multipart.Boundary
Creates a unique boundary.
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
Iterate over provider classes of a service.
createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createConcurrentMap() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Deprecated.
createConcurrentMap(int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Deprecated.
createConcurrentMap(int, float, int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Deprecated.
createConcurrentMap(Map<? extends K, ? extends V>) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Deprecated.
createConfigurationBuilder() - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
createConfigurationBuilder() - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
 
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
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.
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.simple.SimpleContainerProvider
 
createContext() - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
 
createContext() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope
 
createContext() - Method in class org.glassfish.jersey.process.internal.RequestScope
Creates a new instance of the request scope context.
CREATED_201 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
201 Created.
createDelegate(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
createDelegate(HttpServletRequest, HttpServletResponse) - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
Factory method to create instances of Servlet container response writer extension, AsyncContextDelegate, for response processing.
createDigest() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Doc
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
 
createEnhancedAnnotatedType(BasicInjectionTarget<T>) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
 
createEntityPartBuilder(String) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Creates a new ThreadPoolExecutor with the given initial parameters.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Create a new instance of the thread pool executor that should be provided by the AbstractThreadPoolProvider.getExecutor() method.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Perform any post create functions such as generating grammars.
createForeignDescriptor(Binding) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
 
createForeignDescriptor(Binding) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
 
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.
createFormData() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
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.
createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Grammars
createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createHttpServer(URI) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, GrizzlyHttpContainer, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create and start the JDK HttpServer with the Jersey application deployed at the given URI.
createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, Object, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, Object) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, Object, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, Object, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer, eventually HttpServer's subclass HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, SSLContext) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create and start the JDK HttpServer, eventually HttpServer's subclass JDK HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer, eventually HttpServer's subclass JDK HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty inbound message headers container.
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createInjectionManager() - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates an InjectionManager without parent and initial binder.
createInjectionManager(RuntimeType) - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates an InjectionManager without parent and initial binder.
createInjectionManager(Object) - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates an unnamed, parented InjectionManager.
createInjectionManager(Binder) - Static method in class org.glassfish.jersey.internal.inject.Injections
Creates a InjectionManager with initial binder that is immediately registered.
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.
createJSONConfiguration(JettisonConfig) - Static method in class org.glassfish.jersey.jettison.JettisonConfig
A static method for obtaining JettisonConfig instance with humanReadableFormatting set according to formatted parameter.
createJsonMarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Create a JSON marshaller.
createJsonUnmarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Create a JSON unmarshaller.
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
Deprecated.
createList(Class, Class, boolean, Class[], Type[], Annotation[][], Class<?>) - Static method in class org.glassfish.jersey.server.model.Parameter
 
createList(Class, Class, Constructor<?>, boolean, Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
Create a list of parameter models for a given resource method handler injectable constructor.
createList(Class, Class, Method, boolean, Class) - Static method in class org.glassfish.jersey.model.Parameter
Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.
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.
createMarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Overrides underlaying createMarshaller method and returns a marshaller which is capable of JSON serialization.
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createMixed() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
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.
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty outbound message headers container.
createParallel() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
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
 
createParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
Factory method to instantiate Parameter of given properties
createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary sequence of bytes.
createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary string.
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.
createReader(Reader, JettisonConfig) - Static method in class org.glassfish.jersey.jettison.internal.Stax2JettisonFactory
 
createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Representation
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resource
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceDocType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ObjectFactory
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResources() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of ResourceType
createRespondingRoot() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
 
createRespondingRoot() - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
(Optionally) create a responder chain from all transformations previously pushed into the context.
createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Response
createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
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
 
createServer(Class<T>, Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProvider
 
createServer(Class<T>, Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpServerProvider
 
createServer(Class<T>, Application, SeBootstrap.Configuration) - Method in interface org.glassfish.jersey.server.spi.WebServerProvider
Creates a server of a given type which runs the given application using the given bootstrap configuration.
createServer(Class<T>, Application, SeBootstrap.Configuration) - Static method in class org.glassfish.jersey.server.WebServerFactory
Creates a server of a given type which runs the given application using the given bootstrap configuration.
createServer(Class<T>, Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.simple.SimpleHttpServerProvider
 
createServer(Class<T>, Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProvider
 
createServer(Class<T>, Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpServerProvider
 
createServer(Class<T>, Class<? extends Application>, SeBootstrap.Configuration) - Method in interface org.glassfish.jersey.server.spi.WebServerProvider
Creates a server of a given type which runs the given application using the given bootstrap configuration.
createServer(Class<T>, Class<? extends Application>, SeBootstrap.Configuration) - Static method in class org.glassfish.jersey.server.WebServerFactory
Creates a server of a given type which runs the given application using the given bootstrap configuration.
createServer(Class<T>, Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.simple.SimpleHttpServerProvider
 
createService(Function<Class<?>, ?>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set model processors.
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
Create new SSL context instance using the current SSL context configuration.
createSubmissionPublisher() - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
Creates a new SubmittableFlowPublisher using the ForkJoinPool.commonPool() for async delivery to subscribers (unless it does not support a parallelism level of at least two, in which case, a new Thread is created to run each task), with maximum buffer capacity of Flow.defaultBufferSize(), and no handler for Subscriber exceptions in method onNext.
createSubmissionPublisher(Executor, int) - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
Creates a new Jdk9SubmissionPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber, and no handler for Subscriber exceptions in method onNext.
createSubmissionPublisher(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Static method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
Creates a new SubmittableFlowPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber, and, if non-null, the given handler invoked when any Subscriber throws an exception in method onNext.
createTempFile() - Static method in class org.glassfish.jersey.message.internal.Utils
Create an empty file in the default temporary-file directory.
createUnmarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Overrides underlying createUnmarshaller method and returns an unmarshaller which is capable of JSON deserialization.
createUnstarted() - Static method in class org.glassfish.jersey.internal.guava.Stopwatch
Creates (but does not start) a new stopwatch using System.nanoTime() as its time source.
createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
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, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createValueProvider(Parameter) - Method in class org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider
 
createValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
Create a value provider for the parameter.
createValueProviders(Collection<ValueParamProvider>, Parameterized) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Create list of parameter value providers for the given parameterized resource model component.
createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createWadlGenerator(InjectionManager) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Create a new instance of WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
createWriter(Writer, JettisonConfig) - Static method in class org.glassfish.jersey.jettison.internal.Stax2JettisonFactory
 
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
 
creationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
creationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "creation-date" parameter.
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_PROVIDER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
The credential provider that should be used to retrieve credentials from a user.
CREDENTIALS_PROVIDER - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
The credential provider that should be used to retrieve credentials from a user.
credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for basic authentication only.
credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for basic 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.
credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for digest authentication only.
CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e.
CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Creates a new instance of the filter with X-Requested-By header value set to empty string.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Initialized the filter with a desired value of the X-Requested-By header.
current() - Method in class org.glassfish.jersey.process.internal.RequestScope
Returns the current RequestContext which has to be active on the given thread.
Custom - Annotation Interface in org.glassfish.jersey.internal.inject
Qualifier annotation used to annotate HK2 injections and bindings for user custom providers.
CustomAnnotationLiteral - Class in org.glassfish.jersey.internal.inject
Custom annotation literal.
customize(Client, Configuration, AsyncHttpClientConfig.Builder) - Method in interface org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider.AsyncClientCustomizer
Customize the underlying asynchronous client configuration builder.
customize(ClientRequest, RequestBuilder) - Method in interface org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider.RequestCustomizer
Customize the underlying Async HTTP Client request builder associated with a specific Jersey client request.
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.
cv - Variable in class jersey.repackaged.org.objectweb.asm.ClassVisitor
The class visitor to which this visitor must delegate method calls.

D

D2F - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
D2I - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
D2L - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DADD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
data(GenericType, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and a generic java type of event data.
data(Class, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and java type of event data.
data(Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and java type of event data.
DataSourceProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a DataSource instance.
DataSourceProvider() - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider
 
DataSourceProvider.ByteArrayDataSource - Class in org.glassfish.jersey.message.internal
Modified from javax.mail.util.ByteArrayDataSource A DataSource backed by a byte array.
DataStructures - Class in org.glassfish.jersey.internal.util.collection
Utility class, which tries to pickup the best collection implementation depending on running environment.
DataStructures() - Constructor for class org.glassfish.jersey.internal.util.collection.DataStructures
 
DATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Date is null.
DateProvider - Class in org.glassfish.jersey.message.internal
DateProvider() - Constructor for class org.glassfish.jersey.message.internal.DateProvider
 
DCMPG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DCMPL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DCONST_0 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DCONST_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DDIV - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
debugLog(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Log a debug message using the configured debug level.
debugLog(String, Object...) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Log a debug message using the configured debug level.
DeclarativeLinkingFeature - Class in org.glassfish.jersey.linking
A feature to enable the declarative linking functionality.
DeclarativeLinkingFeature() - Constructor for class org.glassfish.jersey.linking.DeclarativeLinkingFeature
 
declaredTypes() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get types declared as supported (via @Produces or @Consumes) on the entity provider.
declaringClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Declaring class.
decode(String) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts a Base64 encoded string to a byte array.
decode(String, int, int) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts an embedded Base64 encoded string to a byte array.
decode(String, InputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the encoded stream, wrap it and return a stream that can be used to read the decoded entity.
decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path segment and add it to the list of path segments.
decodeQuery(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
Def(String) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
Def(JSONP) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
 
DEFAULT - Enum constant in enum class org.glassfish.jersey.micrometer.server.JerseyObservationDocumentation
Default observation for Jersey.
DEFAULT - Static variable in class org.glassfish.jersey.jettison.JettisonConfig
The default JettisonConfig uses JettisonConfig.Notation.MAPPED_JETTISON notation with root unwrapping option set to true.
DEFAULT - Static variable in class org.glassfish.jersey.message.internal.Quality
Default quality value.
DEFAULT - Static variable in interface org.glassfish.jersey.micrometer.server.AnnotationFinder
 
DEFAULT_ANNOTATIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.
DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
Default size of the buffer which will be used if no user defined size is specified.
DEFAULT_BUFFER_THRESHOLD - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Default threshold size for buffer.
DEFAULT_CALLBACK - Static variable in annotation interface org.glassfish.jersey.server.JSONP
Default JavaScript callback function name.
DEFAULT_CHILD_SPAN_NAME - Static variable in class org.glassfish.jersey.opentracing.OpenTracingFeature
Default child span name.
DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Default chunk size in HTTP chunk-encoded messages.
DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
Default chunk size for Netty Connector.
DEFAULT_CONCURENCY_LEVEL - Static variable in class org.glassfish.jersey.internal.util.collection.DataStructures
Default concurrency level calculated based on the number of available CPUs.
DEFAULT_CONNECTION_CLOSE_WAIT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.CONTAINER_IDLE_TIMEOUT property.
DEFAULT_CONNECTION_IDLE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.CONNECTION_IDLE_TIMEOUT property.
DEFAULT_COOKIE_POLICY - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.COOKIE_POLICY property.
DEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Default value, {0} could not be processed by method {1}.
DEFAULT_EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Default threshold size (64kb) after which Expect:100-Continue header would be applied before the main request.
DEFAULT_EXPECT_100_CONTINUE_TIMEOUT_VALUE - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
The default value of EXPECT_100_CONTINUE_TIMEOUT.
DEFAULT_HEADER_SIZE - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
Default header size for Netty Connector.
DEFAULT_HTTP_CHUNK_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the ClientProperties.CHUNKED_ENCODING_SIZE property.
DEFAULT_HTTP_PORT - Static variable in interface org.glassfish.jersey.server.spi.Container
Default container port number for HTTP protocol.
DEFAULT_HTTPS_PORT - Static variable in interface org.glassfish.jersey.server.spi.Container
Default container port number for HTTPS protocol.
DEFAULT_INITIAL_LINE_LENGTH - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
Default initial line length for Netty Connector.
DEFAULT_LEVEL - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Default event level.
DEFAULT_LOGGER_LEVEL - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default logger level which will be used for logging request and response messages.
DEFAULT_LOGGER_NAME - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default logger name to log request and response messages.
DEFAULT_MAX_CONNECTIONS_PER_DESTINATION - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
DEFAULT_MAX_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default maximum entity bytes to be logged.
DEFAULT_MAX_HEADER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.MAX_HEADER_SIZE property.
DEFAULT_MAX_REDIRECTS - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
Default value for the JdkConnectorProperties.MAX_REDIRECTS property.
DEFAULT_PRIORITY - Static variable in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
Default common priority of Jersey build-in auto-discoverables.
DEFAULT_QUERY - Static variable in annotation interface org.glassfish.jersey.server.JSONP
Default query parameter name to obtain the JavaScript callback function name from.
DEFAULT_REDACT_HEADERS - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default headers to be redacted.
DEFAULT_REQUEST_SPAN_NAME - Static variable in class org.glassfish.jersey.opentracing.OpenTracingFeature
Default request "root" span name.
DEFAULT_RESOURCE_SPAN_NAME - Static variable in class org.glassfish.jersey.opentracing.OpenTracingFeature
Default resource span name.
DEFAULT_SEPARATOR - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default separator for entity logging.
DEFAULT_TERMINATION_TIMEOUT - Static variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Default thread pool executor termination timeout in milliseconds.
DEFAULT_UNREADABLES - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
These are classes that we never use for reading (never try to deserialize instances of these types).
DEFAULT_UNTOUCHABLES - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
Looks like we need to worry about accidental data binding for types we shouldn't be handling.
DEFAULT_UNWRITABLES - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
These are classes that we never use for writing (never try to serialize instances of these types).
DEFAULT_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default verbosity for entity logging.
defaultBufferSize() - Static method in class org.glassfish.jersey.internal.jsr166.Flow
Returns a default value for Publisher or Subscriber buffering, that may be used in the absence of other constraints.
defaultConfig() - Static method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
Create new client thread pool configuration instance.
DefaultJacksonJaxbJsonProvider - Class in org.glassfish.jersey.jackson.internal
Entity Data provider based on Jackson JSON provider.
DefaultJacksonJaxbJsonProvider() - Constructor for class org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider
 
DefaultJacksonJaxbJsonProvider(Providers, Configuration) - Constructor for class org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider
 
DefaultJacksonJaxbJsonProvider(Providers, Configuration, Annotations...) - Constructor for class org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider
 
DefaultJerseyObservationConvention - Class in org.glassfish.jersey.micrometer.server
Default implementation for JerseyObservationConvention.
DefaultJerseyObservationConvention(String) - Constructor for class org.glassfish.jersey.micrometer.server.DefaultJerseyObservationConvention
 
DefaultJerseyTagsProvider - Class in org.glassfish.jersey.micrometer.server
Default implementation for JerseyTagsProvider.
DefaultJerseyTagsProvider() - Constructor for class org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProvider
 
DefaultMediaTypePredictor - Class in org.glassfish.jersey.media.multipart.file
DefaultMediaTypePredictor() - Constructor for class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
DefaultMediaTypePredictor.CommonMediaTypes - Enum Class in org.glassfish.jersey.media.multipart.file
This enum represents file extension and MIME types of commonly used file.
defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Set the contract default provider priority.
DefaultServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
defaultSslContextProvider(DefaultSslContextProvider) - Method in class org.glassfish.jersey.client.SslContextClientBuilder
Set the default SSL context provider.
DefaultSslContextProvider - Interface in org.glassfish.jersey.client.spi
Default SSLContext provider.
DEFLATE_WITHOUT_ZLIB - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, DeflateEncoder deflate encoding interceptor will use non-standard version of the deflate content encoding, skipping the zlib wrapper.
DeflateEncoder - Class in org.glassfish.jersey.message
Deflate encoding support.
DeflateEncoder(Configuration) - Constructor for class org.glassfish.jersey.message.DeflateEncoder
Initialize DeflateEncoder.
DELAYED - Enum constant in enum class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
 
DelayedEntityWriter(Channel, NettyEntityWriter.Type) - Constructor for class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
 
DelayedHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
Implementation of InjectionManager that is able to delay service's registration and injection to DelayedHk2InjectionManager.completeRegistration() phase.
delegate - Variable in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
The record visitor to which this visitor must delegate method calls.
delegate() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
 
delegate() - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
 
delegate() - Method in class org.glassfish.jersey.internal.guava.ForwardingSet
 
delegate() - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
 
delete() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(InvocationCallback<R>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
 
delete(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
 
delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
DELETE - Enum constant in enum class com.sun.research.ws.wadl.HTTPMethods
 
DEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A class {0} for a default provider {1} was not found.
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
{0}.
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A dependent class, {0}, of the class {1} implementing the provider {2} is not found.
DESCENDING - Enum constant in enum class org.glassfish.jersey.model.internal.RankedComparator.Order
Ascending order.
descriptions() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
deserializationDisable() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
Deserialization features to disable.
deserializationEnable() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
Deserialization features to enable.
destroy() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
destroy() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
destroy(Object, CreationalContext<Object>) - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
 
destroy(CdiRequestScope, CreationalContext<CdiRequestScope>) - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
 
destroy(T, CreationalContext<T>) - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
 
DESTROY_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Application has been destroyed (stopped).
DestroyListener - Interface in org.glassfish.jersey.server.monitoring
A listener contract that allows any registered implementation class to receive application destroy events.
destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
 
DETAILED_WADL_QUERY_PARAM - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Name of the query parameter that allows generation of full WADL including extended resource.
determineResponseMediaType(Class<?>, Type, RequestSpecificConsumesProducesAcceptor<?>, List<AcceptableMediaType>, List<MediaType>, Annotation[]) - Method in class org.glassfish.jersey.internal.routing.ContentTypeDeterminer
Determine the MediaType of the Response based on writers suitable for the given entity class, pre-selected method and acceptable media types.
digest() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized without default credentials.
digest(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized with credentials.
digest(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized with credentials.
DIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter.
DIGESTAUTH_URI_CACHE_SIZELIMIT - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines the size of digest cache in the HttpAuthenticationFeature.digest() digest filter}.
DirectEntityWriter(Channel, NettyEntityWriter.Type) - Constructor for class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
 
directExecutor() - Static method in class org.glassfish.jersey.internal.guava.MoreExecutors
Returns an Executor that runs each task in the thread that invokes execute, as in ThreadPoolExecutor.CallerRunsPolicy.
disable(JsonGenerator.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(JsonParser.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(DeserializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(SerializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(JaxRSFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
disable(JaxRSFeature, JaxRSFeature...) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
DISABLE_COOKIES - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.
DISABLE_COOKIES - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.
DISABLE_COOKIES - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.
DISABLE_SSE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
If true then SSE Feature automatic registration is suppressed.
DISABLE_SSE_CLIENT - Static variable in class org.glassfish.jersey.media.sse.SseFeature
Client-side variant of SseFeature.DISABLE_SSE property.
DISABLE_SSE_SERVER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
Server-side variant of SseFeature.DISABLE_SSE property.
disableKeepAlive() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
Disables keepalive.
dispatch(Object, ContainerRequest) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
Reflectively dispatch a request to the underlying invocable resource method via the configured invocation handler using the provided resource class instance.
DISPATCH_RESPONSE - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
Resource method invocation results to JAX-RS Response.
DisposableSupplier<T> - Interface in org.glassfish.jersey.internal.inject
Supplier extension which is able to call Supplier.get() method to create a new object and also call DisposableSupplier.dispose(Object) to make some cleaning code regarding the instance and the specific Supplier instance.
dispose(Object) - Method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
Disposes this instance.
dispose(Object) - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
dispose(ExecutorService) - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
Invoked when Jersey runtime no longer requires use of the provided executor service.
dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
 
dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
dispose(T) - Method in class org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier
 
dispose(T) - Method in class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
 
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
 
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
 
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
 
dispose(T) - Method in interface org.glassfish.jersey.internal.inject.DisposableSupplier
This method will dispose the provided object created by this Supplier.
DLOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DMUL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DNEG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
doAsSubject(PrivilegedAction) - Method in interface org.glassfish.jersey.server.SubjectSecurityContext
Jersey wraps calls to resource methods and sub-resource locators in PrivilegedAction instance and passes it to this method when dispatching a request.
doc - Variable in class com.sun.research.ws.wadl.Application
 
doc - Variable in class com.sun.research.ws.wadl.Grammars
 
doc - Variable in class com.sun.research.ws.wadl.Include
 
doc - Variable in class com.sun.research.ws.wadl.Link
 
doc - Variable in class com.sun.research.ws.wadl.Method
 
doc - Variable in class com.sun.research.ws.wadl.Option
 
doc - Variable in class com.sun.research.ws.wadl.Param
 
doc - Variable in class com.sun.research.ws.wadl.Representation
 
doc - Variable in class com.sun.research.ws.wadl.Request
 
doc - Variable in class com.sun.research.ws.wadl.Resource
 
doc - Variable in class com.sun.research.ws.wadl.Resources
 
doc - Variable in class com.sun.research.ws.wadl.ResourceType
 
doc - Variable in class com.sun.research.ws.wadl.Response
 
Doc - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class com.sun.research.ws.wadl.Doc
 
docs - Variable in class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
DocumentBuilderFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
Thread-scoped injection provider of document builder factories.
DocumentBuilderFactoryInjectionProvider(InjectionManager, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.DocumentBuilderFactoryInjectionProvider
Create new document builder factory provider.
DocumentProvider - Class in org.glassfish.jersey.jaxb.internal
Provider for marshalling/un-marshalling XML document instances.
DocumentProvider(Provider<DocumentBuilderFactory>, Provider<TransformerFactory>) - Constructor for class org.glassfish.jersey.jaxb.internal.DocumentProvider
 
doEquivalent(T, T) - Method in class org.glassfish.jersey.internal.guava.Equivalence
Returns true if a and b are considered equivalent.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doHash(T) - Method in class org.glassfish.jersey.internal.guava.Equivalence
Returns a hash code for non-null object t.
DomSourceReader(Provider<DocumentBuilderFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
done() - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
 
done() - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
 
done() - Method in interface org.glassfish.jersey.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.
DOUBLE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DOUBLE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The sort of the double type.
DOUBLE_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
The double type.
DREM - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DRETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DSTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DSUB - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DUP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DUP_X1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DUP_X2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DUP2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DUP2_X1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DUP2_X2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
DYNAMIC_OBJECT_MAPPER_LOOKUP - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Feature that may be enabled to force dynamic lookup of ObjectMapper via JAX-RS Provider interface, regardless of whether MapperConfigurator has explicitly configured mapper or not; if disabled, static configuration will take precedence.
DynamicFeatureConfigurator - Class in org.glassfish.jersey.internal
Registers JAX-RS DynamicFeature which are listed as SPIs for registration.
DynamicFeatureConfigurator() - Constructor for class org.glassfish.jersey.internal.DynamicFeatureConfigurator
Create a new configurator.

E

e2e() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
This method is executed from a unit test by maven surefire plugin from a dependant module.
e2e() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
This method is executed from a unit test by maven surefire plugin from a dependant module.
eager(Value<T>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new eagerly initialized value provider.
EARLY_HINTS_103 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
103 Early Hints.
EffectiveMediaType(MediaType) - Constructor for class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
Creates new instance with mediaType which was obtained from user annotations Consumes or Produces.
EffectiveMediaType(MediaType, boolean) - Constructor for class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
Creates new instance with mediaType and flag indicating the origin of the mediaType.
EffectiveMediaType(String) - Constructor for class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
Creates new instance with mediaType which was obtained from user annotations Consumes or Produces.
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
 
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
 
elementsEqual(Iterator<?>, Iterator<?>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
Determines whether two iterators contain equal elements in the same order.
empty() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
Returns an empty immutable map.
empty() - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get an empty value provider whose get() method always returns null.
empty() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Get immutable empty message headers container.
empty() - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Get an empty (no-op) tracing logger instance.
EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
The empty pattern that matches the null or empty string.
EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
The empty URI template that matches the null or empty URI path.
EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Empty path pattern matching only empty string.
EMPTY_REQUEST_MEDIA_TYPE_MATCHES_ANY_CONSUMES - Static variable in class org.glassfish.jersey.server.ServerProperties
Jakarta RESTful WebServices provides @Consumes annotation to accept only HTTP requests with compatible Content-Type header.
emptyIterator() - Static method in class org.glassfish.jersey.internal.guava.Iterators
Deprecated.
Use ImmutableSet.<T>of().iterator() instead; or for Java 7 or later, Collections.emptyIterator(). This method is scheduled for removal in May 2016.
emptyRef() - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Construct a new empty mutable Ref instance.
EmptyRequestEventBuilder - Class in org.glassfish.jersey.server.internal.monitoring
Empty mock implementation of RequestEventBuilder.
EmptyRequestEventBuilder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
emptyUnsafe() - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get an empty value provider whose get() method always returns null.
enable(JsonGenerator.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(JsonParser.Feature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(DeserializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(SerializationFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(JaxRSFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
enable(JaxRSFeature, JaxRSFeature...) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
 
ENABLE_SSL_HOSTNAME_VERIFICATION - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
Sets the endpoint identification algorithm to HTTPS.
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(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.
enabledByDefault() - Method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
enabledIn(int) - Method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
 
enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
Enables this filter along with the provided encoders for the supplied ResourceConfig.
enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Registers this filter into the passed ResourceConfig instance and configures it.
enableResponseBuffering() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Return true if the entity buffering should be enabled in Jersey.
enableResponseBuffering() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
encode(byte[]) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts a byte array into a Base64 encoded string.
encode(byte[], int, int) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts a byte array into a Base64 encoded string.
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded using the specified encoding.
encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodeAsciiFileName(String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
If set to true, the parameter values will not be automatically decoded.
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Encode literal characters of a template.
encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encodeUnsafeCharacters(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
Encodes (predefined subset of) unsafe/unwise URI characters with the percent-encoding.
encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message encoding.
encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
EncodingFeature - Class in org.glassfish.jersey.client.filter
Feature that configures support for content encodings on the client side.
EncodingFeature(Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature.
EncodingFeature(String, Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property.
EncodingFilter - Class in org.glassfish.jersey.client.filter
Client filter adding support for content encoding.
EncodingFilter - Class in org.glassfish.jersey.server.filter
Container filter that supports encoding-based content negotiation.
EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
 
EncodingFilter(InjectionManager) - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
 
encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the end of a URI path.
Endpoint - Interface in org.glassfish.jersey.server.internal.process
Server-side REST-ful endpoint.
ENDPOINT_NAME - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointAsBeanProperty - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
BeanProperty implementation used for passing annotations from JAX-RS endpoint into Jackson.
EndpointAsBeanProperty(PropertyName, JavaType, Annotation[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointAsBeanProperty(EndpointAsBeanProperty, JavaType) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
 
EndpointConfigBase<THIS 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
 
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
Check if the URI template ends in a slash ('/').
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.
ensureContract(Class<?>, Class<?>...) - Static method in class org.glassfish.jersey.internal.inject.Providers
Ensure the supplied implementation classes implement the expected contract.
ensureNotClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
Check that the entity input stream has not been closed yet.
entering(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
entering(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
entering(String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
entity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
entity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Override the entity set operation on a MultiPart to throw IllegalArgumentException.
entity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
entity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
ENTITY - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
Entity parameter injection source.
ENTITY_CONTENT_NOT_SET() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
EntityPart content is not set.
ENTITY_HAS_WRONG_TYPE() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Entity instance does not contain the unconverted content.
ENTITY_IS_EMPTY() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Entity is empty.
ENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Entity tag is null.
EntityInputStream - Class in org.glassfish.jersey.message.internal
Entity input stream customized for entity message processing: contains EntityInputStream.isEmpty() method. EntityInputStream.close() method throws Jersey-specific runtime exception in case of an IO error.
EntityInputStream(InputStream) - Constructor for class org.glassfish.jersey.message.internal.EntityInputStream
Extension constructor.
EntityPartReader - Class in org.glassfish.jersey.media.multipart.internal
Reader supporting List<EntityPart> Make sure GenericEntity class is used when reading the EntityParts.
EntityPartReader(Providers) - Constructor for class org.glassfish.jersey.media.multipart.internal.EntityPartReader
 
EntityPartWriter - Class in org.glassfish.jersey.media.multipart.internal
Writer supporting List<EntityPart> Make sure GenericEntity class is used when sending the EntityParts.
EntityPartWriter(Providers) - Constructor for class org.glassfish.jersey.media.multipart.internal.EntityPartWriter
 
entityProviders(MessageBodyWorkers) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
Set entity providers.
EntityTagProvider - Class in org.glassfish.jersey.message.internal
EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
 
entries() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entries() - Method in interface org.glassfish.jersey.internal.guava.Multimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entries() - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entrySet() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
entrySet() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
entrySet() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns a collection view of the mappings contained in this map.
equals() - Static method in class org.glassfish.jersey.internal.guava.Equivalence
Returns an equivalence that delegates to Object.equals(java.lang.Object) and Object.hashCode().
equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
 
equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.Handle
 
equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.Type
Tests if the given object is equal to this type.
equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
equals(Object) - Method in class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
 
equals(Object) - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
equals(Object) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
Compares the specified object to this multimap for equality.
equals(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
 
equals(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingSet
 
equals(Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
 
equals(Object) - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
Compares the specified object to this multimap for equality.
equals(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
Compares the specified object with this multimap for equality.
equals(Object) - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
Compares the specified object to this multimap for equality.
equals(Object) - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
Compares the specified object with this cell for equality.
equals(Object) - Method in interface org.glassfish.jersey.internal.guava.Table
Compares the specified object with this table for equality.
equals(Object) - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
 
equals(Object) - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
 
equals(Object) - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
equals(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.ThreadPoolConfig
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
equals(Object) - Method in class org.glassfish.jersey.model.Parameter
 
equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
 
equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
 
equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
equals(String, String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
equals(K, K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
Compare two keys for equality.
equalsIgnoreValueOrder(MultivaluedMap<String, V>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
equalTo(T) - Static method in class org.glassfish.jersey.internal.guava.Predicates
Returns a predicate that evaluates to true if the object being tested equals() the given target or both are null.
Equivalence<T> - Class in org.glassfish.jersey.internal.guava
A strategy for determining whether two instances are considered equivalent.
Equivalence() - Constructor for class org.glassfish.jersey.internal.guava.Equivalence
 
equivalent(T, T) - Method in class org.glassfish.jersey.internal.guava.Equivalence
Returns true if the given objects are considered equivalent.
erasure(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class representation of the given type.
ERR_INVALID_PROXY_PORT(Object) - Static method in class org.glassfish.jersey.microprofile.restclient.internal.LocalizationMessages
Invalid proxy port: {0}.
ERR_INVALID_PROXY_URI(Object) - Static method in class org.glassfish.jersey.microprofile.restclient.internal.LocalizationMessages
Invalid proxy URI: {0}.
error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
Add an error to the list of messages.
error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
Add an error to the list of messages.
ERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Callback {0} invocation failed.
ERROR_BASE_64_INVALID_CHARACTER() - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
Invalid character in Base64 string.
ERROR_BASE_64_LENGTH() - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
Base64 string length is not multiple of 4.
ERROR_BODY_PUBLISHER() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
Could not determine BodyPublisher for entity.
ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Error buffering the entity.
ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
Error buffering the entity.
ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
Error buffering the entity.
ERROR_CANNOT_OBTAIN_PUBLIC_KEY() - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
Couldn''t obtain public key from consumer secret.
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error caught while loading SPI providers.
ERROR_CHARSET_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
{0} charset is not supported.
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_CONTAINER_EXCEPTION_IO() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
IOException thrown when creating the JDK HttpServer.
ERROR_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Attempt to start a HTTPS server with no SSL context defined.
ERROR_CONTAINER_URI_NULL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI must not be null.
ERROR_CONTAINER_URI_PATH_EMPTY(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI path, of the URI {0} must be present (not an empty string).
ERROR_CONTAINER_URI_PATH_NULL(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI path, of the URI {0} must be non-null.
ERROR_CONTAINER_URI_PATH_START(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI path, of the URI {0} must start with a '/'.
ERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.
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_EXTERNAL_REGISTERABLES_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error reading external registrable contracts: {0}.
ERROR_FILENAME_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Unsupported filename parameter {0}.
ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Could not find exception type for given ExceptionMapper class: {0}.
ERROR_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_INVALID_CLASS(Object, Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
{0} is not an instance of {1}.
ERROR_INVALID_CONSUMER_SECRET(Object) - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
Invalid consumer secret: {0}
ERROR_INVALID_ENTITY() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
Could not serialize entity.
ERROR_JACKSON_STREAMREADCONSTRAINTS(Object) - Static method in class org.glassfish.jersey.jackson.LocalizationMessages
Error setting StreamReadConstraints: {0}.
ERROR_JSONB_DESERIALIZATION() - Static method in class org.glassfish.jersey.jsonb.LocalizationMessages
Error deserializing object from entity stream.
ERROR_JSONB_EMPTYSTREAM() - Static method in class org.glassfish.jersey.jsonb.LocalizationMessages
JSON-B cannot parse empty input stream.
ERROR_JSONB_SERIALIZATION() - Static method in class org.glassfish.jersey.jsonb.LocalizationMessages
Error writing JSON-B serialized object.
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_MODULES_NOT_LOADED(Object) - Static method in class org.glassfish.jersey.jackson.LocalizationMessages
Jackson modules could not be loaded: {0}
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.internal.LocalizationMessages
Value "{0}" is not a character.
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.client.internal.LocalizationMessages
Could not process parameter type {0}.
ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not process parameter type {0}.
ERROR_PARSING_CONTENT_DISPOSITION(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Error parsing content disposition: {0}
ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error parsing entity tag: {0}
ERROR_PARSING_JSON_ARRAY() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
Error parsing JSON array.
ERROR_PARSING_JSON_OBJECT() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
Error parsing JSON object.
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(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Error reading entity as {0}.
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_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Error reading InputStream from HttpEntity: "{0}"
ERROR_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
Error reading InputStream from HttpEntity: "{0}"
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 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 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_RESPONSE_ALREADY_COMMITED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The response entity was already committed.
ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
ResponseWriter was not commited yet.
ERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Unable to send a failure response.
ERROR_RESPONSEWRITER_WRITING_HEADERS() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Error writing out the response headers.
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_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_WHEN_CREATING_SERVER() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
Exception thrown when trying to create jetty server.
ERROR_WHEN_CREATING_SERVER() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
IOException thrown when trying to create simple server.
ERROR_WRITING_JSON_ARRAY() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
Error writing JSON array.
ERROR_WRITING_JSON_OBJECT() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
Error writing JSON object.
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.
Errors - Class in org.glassfish.jersey.internal
Errors utility used to file processing messages (e.g.
ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Following issues have been detected: {0}
Errors.ErrorMessage - Class in org.glassfish.jersey.internal
Generic error message.
Errors.ErrorMessagesException - Exception in org.glassfish.jersey.internal
Error message exception.
estimateMaximumLag() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns an estimate of the maximum number of items produced but not yet consumed among all current subscribers.
estimateMaximumLag() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
Returns an estimate of the maximum number of items produced but not yet consumed among all current subscribers.
estimateMaximumLag() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Returns an estimate of the maximum number of items produced but not yet consumed among all current subscribers.
estimateMinimumDemand() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
Returns an estimate of the minimum number of items requested (via request) but not yet produced, among all current subscribers.
estimateMinimumDemand() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
Returns an estimate of the minimum number of items requested (via request) but not yet produced, among all current subscribers.
estimateMinimumDemand() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
Returns an estimate of the minimum number of items requested but not yet produced, among all current subscribers.
evaluatePreconditions() - 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
 
EVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Message body reader not found for the SSE event data.
EVENT_SINK_CLOSE_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Closing EventSink failed.
EVENT_SINK_NEXT_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Processing onNext signal failed.
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.
EVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
This event source has already been closed.
EVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
This event source is already open.
EVENT_SOURCE_DEFAULT_ONERROR() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Subscriber.onError() called on subscriber with no registered error handler.
EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Waiting for opening the event source connection has been interrupted.
EVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Waiting for the event source executor for [{0}] to shutdown has been interrupted.
EVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Attempt to shutdown the event source executor for [{0}] has timed out.
EventInput - Class in org.glassfish.jersey.media.sse
Inbound Server-Sent Events channel.
EventInput(InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.media.sse.EventInput
Package-private constructor used by the ChunkedInputReader.
EventListener - Interface in org.glassfish.jersey.media.sse
EventSource listener that can be registered to listen for newly received InboundEvent notifications.
EventOutput - Class in org.glassfish.jersey.media.sse
Outbound Server-Sent Events channel.
EventOutput() - Constructor for class org.glassfish.jersey.media.sse.EventOutput
Create new outbound Server-Sent Events channel.
EventProcessor - Class in org.glassfish.jersey.media.sse.internal
Private event processor task responsible for connecting to the SSE stream and processing incoming SSE events as well as handling any connection issues.
EventProcessor.Builder - Class in org.glassfish.jersey.media.sse.internal
EventProcessor.ShutdownHandler - Interface in org.glassfish.jersey.media.sse.internal
Used to signal that the EventProcessor reached terminal stage.
EventProcessor.State - Enum Class in org.glassfish.jersey.media.sse.internal
Event processor state, which is shared with the owner (to be able to control bootstrap and shutdown).
EventSource - Class in org.glassfish.jersey.media.sse
Client for reading and processing incoming Server-Sent Events.
EventSource(WebTarget) - Constructor for class org.glassfish.jersey.media.sse.EventSource
Create new SSE event source and open a connection it to the supplied SSE streaming web target.
EventSource(WebTarget, boolean) - Constructor for class org.glassfish.jersey.media.sse.EventSource
Create new SSE event source pointing at a SSE streaming web target.
EventSource.Builder - Class in org.glassfish.jersey.media.sse
Jersey EventSource builder class.
exception(String, Object, Exception) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
 
exception(RequestEvent) - Static method in class org.glassfish.jersey.micrometer.server.JerseyTags
Creates an exception tag based on the simple name of the class of the given exception.
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Exception caught while loading SPI providers.
EXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception was not mapped due to exception mapper failure.
EXCEPTION_MAPPER_FOUND - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
An ExceptionMapper is successfully found and it is going to be executed.
EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
EXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception has been thrown from an exception mapper {0}.
EXCEPTION_MAPPING - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
EXCEPTION_MAPPING_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
Exception mapping is finished.
EXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Starting mapping of the exception.
EXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WebApplicationException (WAE) with non-null entity thrown.
EXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WebApplicationException (WAE) with no entity thrown and no ExceptionMappers have been found for this WAE.
EXCEPTION_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
The sort of type references that target the type of the exception of a 'catch' clause in a method.
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.internal.LocalizationMessages
I/O exception occurred while sending "{0}/{1}" error response.
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
I/O exception occurred while sending "{0}/{1}" error response.
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
I/O exception occurred while sending "{0}/{1}" error response.
EXCEPTION_SUPPRESSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Exceptions were thrown.
ExceptionMapperFactory - Class in org.glassfish.jersey.internal
Exception mappers implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.
ExceptionMapperFactory(InjectionManager) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
Create new exception mapper factory initialized with injection manager instance that will be used to look up all providers implementing ExceptionMapper interface.
ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register ExceptionMappers instance into InjectionManager and BootstrapBag.
ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of the exception mapper statistics.
ExceptionMapperMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing a ExceptionMapperMXBean mxbean interface.
ExceptionMapperMXBeanImpl(ExceptionMapperStatistics, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
Create a new MXBean and register it into mbean server using mBeanExposer.
ExceptionMappers - 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 - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of exception mapper executions.
exceptionStackTraceAsString(Throwable) - Static method in class org.glassfish.jersey.internal.util.ExceptionUtils
Gets the stack trace of the provided throwable as a string.
ExceptionUtils - Class in org.glassfish.jersey.internal.util
The Exception Utils class provide utility method for exception handling.
EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that excludes models with no recognized contracts.
excludeMetaProviders(InjectionManager) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
A method creates the Predicate which is able to filter all Jersey meta-providers along with the components which is able to register the current used InjectionManager.
ExecutionError - Error in org.glassfish.jersey.internal.guava
ExecutionError(Error) - Constructor for error org.glassfish.jersey.internal.guava.ExecutionError
Creates a new instance with the given cause.
ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of one target.
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.
EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain ExecutorServiceProvider provider contract.
ExecutorProviders - Class in org.glassfish.jersey.process.internal
A utility class with a methods for handling executor injection registration and proper disposal.
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
Register custom Jersey client async executor.
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.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.
exiting(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
exiting(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
EXPAND_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
A flag to expand the stack map frames.
EXPECT - Static variable in interface org.glassfish.jersey.http.HttpHeaders
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-expect">HTTP Semantics documentation}
EXPECT_100_CONTINUE - Static variable in class org.glassfish.jersey.client.ClientProperties
Allows for HTTP Expect:100-Continue being handled by the HttpUrlConnector (default Jersey connector).
EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Property for threshold size for content length after which Expect:100-Continue header would be applied before the main request.
EXPECT_100_CONTINUE_TIMEOUT - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
This timeout is used for waiting for 100-Continue response when 100-Continue is sent by the client.
Expect100ContinueFeature - Class in org.glassfish.jersey.client.http
 
Expect100ContinueFeature() - Constructor for class org.glassfish.jersey.client.http.Expect100ContinueFeature
 
EXPECTATION_FAILED_417 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
417 Expectation Failed.
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.apache5.connector.LocalizationMessages
The supplied component is not configured to use a ApacheConnectorProvider.
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
The supplied component is not configured to use a GrizzlyConnectorProvider.
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
The supplied component is not configured to use a JavaConnectorProvider.
expireAfterAccess(long, TimeUnit) - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last access.
EXPIRED - Enum constant in enum class org.glassfish.jersey.internal.guava.RemovalCause
The entry's expiration timestamp has passed.
expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
EXPLICIT - Enum constant in enum class org.glassfish.jersey.internal.guava.RemovalCause
The entry was manually removed by the user.
extended(boolean) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
extended(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
ExtendedConfig - Interface in org.glassfish.jersey
Extended common runtime configuration.
ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
ExtendedLogger - Class in org.glassfish.jersey.internal.util
Logger extension with additional logging utility & convenience methods.
ExtendedLogger(Logger, Level) - Constructor for class org.glassfish.jersey.internal.util.ExtendedLogger
Create new logger extension.
ExtendedResource - Annotation Interface 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.
ExtendedServletContainerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
Implementations could provide their own HttpServletRequest and HttpServletResponse binding implementation in HK2 locator and also an implementation of RequestScopedInitializer that is used to set actual request/response references in injection manager within each request.
ExtendedUriInfo - Interface in org.glassfish.jersey.server
Extensions to UriInfo.
extensions() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
Specifies extension parameters as name-value pairs.
extensions() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
Specifies extension parameters as name-value pairs.
EXTERNAL_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain contract registrable by InjectionManager.
ExternalConfigurationModel<CONFIG> - Interface in org.glassfish.jersey.spi
Model of configuration for external properties.
ExternalConfigurationProvider - Interface in org.glassfish.jersey.spi
Provider interface for external (SPI) providers to provide their configuration properties implementations Priority of providers can be adjusted by Priority annotation or just alphabetically (if no Provider annotation is found)
ExternalConfigurationProviderImpl - Class in org.glassfish.jersey.internal.config
 
ExternalConfigurationProviderImpl(ExternalConfigurationModel<?>) - Constructor for class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
 
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
 
ExternalProperties - Class in org.glassfish.jersey
 
ExternalPropertiesConfigurationFactory - Class in org.glassfish.jersey.internal.config
Factory for external properties providers Offers methods to work with properties loaded from providers or just configure Jersey's Configurables with loaded properties from providers
ExternalPropertiesConfigurationFactory() - Constructor for class org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactory
 
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<T> - Interface in org.glassfish.jersey.server.spi
This is to allow integration with other DI providers that define their own request scope.
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.
extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
(Optionally) extracts an inflector from a processing stage, provided the stage implements Inflecting interface.
ExtractorException - Exception in org.glassfish.jersey.internal.inject
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.
ExtractorException(String) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
Create new parameter extractor exception.
ExtractorException(String, Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
Create new parameter extractor exception.
ExtractorException(Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.ExtractorException
Create new parameter extractor exception.

F

F_APPEND - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
A compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
F_CHOP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
A compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
F_FULL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
A compressed frame with complete frame data.
F_NEW - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
An expanded frame.
F_SAME - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
A compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
F2D - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
F2I - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
F2L - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
FADD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
FAILED_DEPENDENCY_424 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
424 Failed Dependency.
FAILED_TO_START_SERVER(Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.internal.LocalizationMessages
Failed to start Grizzly HTTP server: {0}
FAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Failed to stop the client.
FAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
Failed to stop the client.
failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked in case the asynchronous request invocation failed.
failure(Throwable) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Propagate an unhandled error to the I/O container.
failure(Throwable) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
FALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
FASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
 
fatal(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a fatal error to the list of messages.