Index
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<T>
, and its subtypes as long as they have the public default constructor or are interfaces implemented by one the following classes:ArrayList
LinkedList
HashSet
TreeSet
Stack
T
must be a JAXB type annotated withXmlRootElement
. - 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
andScheduledExecutorServiceProvider
. - 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
orXmlType
. - 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 lastN
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 suppliedmultivalued 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
forBroadcaster
events listening. - add(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
Register
ChunkedOutput
to thisBroadcaster
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
tocollection
. - 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 allthrowables
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 theThrowables
areresolved
by previousPostInvocationInterceptor
. - 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 byiterator
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: *
orIf-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, toappendable
. - 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, tobuilder
. - 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, tobuilder
. - 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, tobuilder
. - 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 customBinder
. - 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
, customBinder
and a parent used byInjectionManager
. - 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 toapplication
events and just prepareApplicationInfo
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.
- 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 implementsInflecting
interface and returns the providedInflector
instance when theInflecting.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 intoInjectionManager
andBootstrapBag
. - 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 useJettisonConfig.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
- 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 CDIBeanManager
. - 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
- bodyPart(BodyPart) - Method in class org.glassfish.jersey.media.multipart.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 amediaType
oftext/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
- BodyPartEntity(MIMEPart) - Constructor for class org.glassfish.jersey.media.multipart.BodyPartEntity
-
Constructs a new
BodyPartEntity
with aMIMEPart
. - 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)
containsInjectionManager
into which only registering services make sense because injection manager has not been completed yet andBootstrapConfigurator.postInit(InjectionManager, BootstrapBag)
in whichInjectionManager
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
OutboundEvent
. - 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 ofresource
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 ofbyte 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
andCache
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
-
Cache-Control
header delegate provider
. - 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 usingSeBeanRegisterExtension
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 CDIInjectionManager
. - 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 sizesize
. - 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 logsWARNING
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 sizesize
. - checkPositionIndexes(int, int, int) - Static method in class org.glassfish.jersey.internal.guava.Preconditions
-
Ensures that
start
andend
specify a valid positions in an array, list or string of sizesize
, 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 serverruntime
. - 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 executeasynchronous
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
- 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
- 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
-
Defers to
BodyPartEntity.cleanup()
. - 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
- 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 annotationsConsumes
orProduces
or has no annotation and therefore was derived fromMessageBodyWorkers
. - 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
ofResourceFinder
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 viaContextResolver<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
ExternalConfigurationProvider
s are applied to a givenconfig
. - 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 usesHeaderDelegateProviders
based on whetherCommonProperties.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 JerseyClientRuntime
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 JerseyClientRuntime
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 keykey
and the valuevalue
. - 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 keykey
. - 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 valuevalue
. - 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<Context>
. - 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 intoInjectionManager
andBootstrapBag
. - 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 theHttpClient
. - 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 theServletContainer
. - 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 theServletContainer
. - create(URI) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
Create a
HttpServer
that registers theServletContainer
. - 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 theServletContainer
. - create(URI, SSLContext, SeBootstrap.Configuration.SSLClientAuthentication, SimpleContainer, boolean) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers anContainer
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 anContainer
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 anContainer
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 anContainer
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 anContainer
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 anContainer
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 anContainer
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 anContainer
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 a
resource method dispatcher
for a giveninvocable resource method
. - 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 givenURI
. - 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 givenURI
. - 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 givenURI
. - 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
, eventuallyHttpServer
's subclassHttpsServer
with the JAX-RS / Jersey application deployed on the givenURI
. - createHttpServer(URI, ResourceConfig, SSLContext) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create and start the
JDK HttpServer
, eventuallyHttpServer
's subclassJDK HttpsServer
with the JAX-RS / Jersey application deployed on the givenURI
. - createHttpServer(URI, ResourceConfig, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create (and possibly start) the
JDK HttpServer
, eventuallyHttpServer
's subclassJDK HttpsServer
with the JAX-RS / Jersey application deployed on the givenURI
. - createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Create
HttpUrlConnector
. - 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 inInjectionManager
. - 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 ofFlow.defaultBufferSize()
, and no handler for Subscriber exceptions in methodonNext
. - 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 theWadlGeneratorDescription
s provided byWadlGeneratorConfig.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 aDataSource
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
-
Date
header delegate provider
. - 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
usesJettisonConfig.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 value for the
JdkConnectorProperties.MAX_CONNECTIONS_PER_DESTINATION
property. - 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
-
Default implementation of
MediaTypePredictor
that usesDefaultMediaTypePredictor.CommonMediaTypes
. - 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 toDelayedHk2InjectionManager.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
- 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 invokesexecute
, as inThreadPoolExecutor.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
thenSSE 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 configuredinvocation 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 callDisposableSupplier.dispose(Object)
to make some cleaning code regarding the instance and the specificSupplier
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
ifa
andb
are considered equivalent. - doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Dispatches client requests to the
ServletContainer.service(URI, URI, HttpServletRequest, HttpServletResponse)
method. - 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 whetherMapperConfigurator
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
- 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
- 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
- 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 compatibleContent-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
- 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 suppliedResourceConfig
. - 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 throwIllegalArgumentException
. - 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 theEntityPart
s. - 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 theEntityPart
s. - 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
-
ETag
header delegate provider
. - 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)
andObject.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 testedequals()
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 receivedInboundEvent
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
builder. - 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
- 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
-
ExceptionMapper
invoked. - 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 implementingExceptionMapper
interface. - ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
-
Configurator which initializes and register
ExceptionMappers
instance intoInjectionManager
andBootstrapBag
. - 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 usedInjectionManager
. - ExecutionError - Error in org.glassfish.jersey.internal.guava
-
Error
variant ofExecutionException
. - 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
-
Extension of a
exception mapper interface
. - ExtendedLogger - Class in org.glassfish.jersey.internal.util
-
Logger extension with additional logging utility & convenience methods.
- ExtendedLogger(Logger, Level) - Constructor for class org.glassfish.jersey.internal.util.ExtendedLogger
-
Create new logger extension.
- ExtendedResource - Annotation 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
andHttpServletResponse
binding implementation in HK2 locator and also an implementation ofRequestScopedInitializer
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 configureddefault value
) from the suppliedmultivalued map
. - extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
-
(Optionally) extracts an
inflector
from a processing stage, provided the stage implementsInflecting
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.
- FATAL - Enum constant in enum class org.glassfish.jersey.Severity
-
Fatal.
- fatalIssuesFound() - Static method in class org.glassfish.jersey.internal.Errors
-
Check whether a fatal error is present in the list of all messages.
- fatalIssuesFound() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
Convenience method to see if there were fatal issues found.
- FCMPG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FCMPL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FCONST_0 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FCONST_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FCONST_2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FDIV - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable auto-discovery on the client. - FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
If
true
then disable feature auto discovery globally on client/server. - FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then disable auto discovery on server. - FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
. - FEATURE_AUTO_DISCOVERY_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
. - FEATURE_CONSTRAINED_TO_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Feature {0} registered in {2} runtime is constrained to {1} runtime and is ignored.
- FEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Feature [{0}] has already been processed.
- FeatureConfigurator - Class in org.glassfish.jersey.internal
-
Registers JAX-RS
Feature
which are listed as SPIs for registration. - FeatureConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.FeatureConfigurator
- FeatureContextWrapper - Class in org.glassfish.jersey.model.internal
-
Wrapper of
FeatureContext
that can supply instance ofinjection manager
. - FeatureContextWrapper(FeatureContext, InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
Create a new instance of wrapper.
- FeatureSupplier - Interface in org.glassfish.jersey.jaxb
-
This supplier is used to set the features on the instances of the supported classes:
- field(Field) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Returns a pretty string representing a Field.
- field(String, Object, MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Builder pattern method to add a named field with an arbitrary media type and entity, and return this instance.
- field(String, String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Builder pattern method to add a named field with a text value, and return this instance.
- FIELD - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a field.
- FieldVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Constructs a new
FieldVisitor
. - FieldVisitor(int, FieldVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Constructs a new
FieldVisitor
. - FileDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
-
An extension of
FormDataBodyPart
for associatingFile
File as a body part entity. - FileDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
A no-args constructor which expects its client to set the values individually, the attributes to be set are fileEntity and name; the media type will be predicted from the fileEntity if not set explicitly.
- FileDataBodyPart(String, File) - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Constructs the body part with the provided name and file, it predicts the
MediaType
of the file provided. - FileDataBodyPart(String, File, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Constructs the body part with all the attributes set for its proper function.
- fileName - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
- fileName(String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "file-name" parameter.
- FileProvider - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling of
application/octet-stream
entity type to/from aFile
instance. - FileProvider() - Constructor for class org.glassfish.jersey.message.internal.FileProvider
- files(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Adds array of file and directory names to scan for components.
- files(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Adds array of file and directory names to scan for components.
- FilesScanner - Class in org.glassfish.jersey.server.internal.scanning
-
A scanner that recursively scans directories and jar files.
- FilesScanner(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.FilesScanner
-
Scan from a set of packages.
- filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
- filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.opentracing.OpenTracingClientResponseFilter
- filter(ContainerRequestContext) - Method in class org.glassfish.jersey.microprofile.restclient.HeadersRequestFilter
- filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
- filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
- filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.UriConnegFilter
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.microprofile.restclient.HeadersRequestFilter
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.server.filter.EncodingFilter
- filter(MethodList.Filter) - Method in class org.glassfish.jersey.server.model.MethodList
-
Created a new method list containing only the methods supported by the
method list filter
. - FILTER_CONTEXT_PATH - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
If set, indicates the URL pattern of the Jersey servlet filter context path.
- FILTER_CONTEXT_PATH_MISSING() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
The root of the app was not properly defined.
- FILTER_FORWARD_ON_404 - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
If set to
true
and a 404 response with no entity body is returned from either the runtime or the application then the runtime forwards the request to the next filter in the filter chain. - FILTER_HEADERS_FOR_PROXY - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
Filter the HTTP headers for requests (CONNECT) towards the proxy except for PROXY-prefixed and HOST headers when
true
. - FILTER_STATIC_CONTENT_REGEX - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
If set the regular expression is used to match an incoming servlet path URI to some web page content such as static resources or JSPs to be handled by the underlying servlet engine.
- FilterConfig - Enum constant in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
-
A configuration type of filter configuration.
- FilteringJacksonJaxbJsonProvider - Class in org.glassfish.jersey.jackson.internal
-
Entity Data Filtering provider based on Jackson JSON provider.
- FilteringJacksonJaxbJsonProvider(Provider<ObjectProvider<FilterProvider>>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
- FilteringMoxyJsonProvider - Class in org.glassfish.jersey.moxy.json.internal
-
Entity Data Filtering provider based on MOXy JSON provider.
- FilteringMoxyJsonProvider(Provider<ObjectProvider<ObjectGraph>>, Providers, Configuration) - Constructor for class org.glassfish.jersey.moxy.json.internal.FilteringMoxyJsonProvider
- FilterUrlMappingsProvider - Interface in org.glassfish.jersey.servlet.spi
-
Provides an access to context path from the filter configuration.
- FilterUrlMappingsProviderImpl - Class in org.glassfish.jersey.servlet.init
-
Provide all configured context paths (url mappings) of the application deployed using filter.
- FilterUrlMappingsProviderImpl() - Constructor for class org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
- find(Class<T>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
- find(Class<T>) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Locates and incrementally instantiates the available providers of a given service using the context class loader.
- find(Class<T>) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
-
Get an exception mapping provider for a particular class of exception.
- find(Class<T>, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Locates and incrementally instantiates the available providers of a given service using the context class loader.
- find(Class<T>, ClassLoader) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Locates and incrementally instantiates the available providers of a given service using the given class loader.
- find(Class<T>, ClassLoader, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Locates and incrementally instantiates the available providers of a given service using the given class loader.
- find(String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
- findAnnotation(AnnotatedElement, Class<A>) - Method in interface org.glassfish.jersey.micrometer.server.AnnotationFinder
-
The default implementation performs a simple search for a declared annotation matching the search type.
- findEncoding(MediaType, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Helper method to use for determining desired output encoding.
- findMapping(T) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
- findMapping(T) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
-
Get an exception mapping provider for a particular exception instance.
- findMethodOnClassPA(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to find a method on a class given an existing method.
- findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
- findOverridingMethodOnClass(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
- findSuperTypes(Class<?>, Class<?>) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- findSuperTypes(Class<?>, Class<?>, List<Class<?>>) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- fine(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- finer(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- finest(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- FINISHED - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Request processing finished.
- FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
The request and response processing has finished.
- first() - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
- fixed - Variable in class com.sun.research.ws.wadl.Param
- FLOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FLOAT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FLOAT - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the
float
type. - FLOAT_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The
float
type. - Flow - Class in org.glassfish.jersey.internal.jsr166
-
Interrelated interfaces and static methods for establishing flow-controlled components in which
Publishers
produce items consumed by one or moreSubscribers
, each managed by aSubscription
. - Flow.Processor<T,
R> - Interface in org.glassfish.jersey.internal.jsr166 -
A component that acts as both a Subscriber and Publisher.
- Flow.Publisher<T> - Interface in org.glassfish.jersey.internal.jsr166
-
A producer of items (and related control messages) received by Subscribers.
- Flow.Subscriber<T> - Interface in org.glassfish.jersey.internal.jsr166
-
A receiver of messages.
- Flow.Subscription - Interface in org.glassfish.jersey.internal.jsr166
-
Message control linking a
Flow.Publisher
andFlow.Subscriber
. - flush() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
- flush() - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- flush() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- flush() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- flush() - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Flushes the writen objects.
- flush(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
Stores collected tracing messages to response HTTP header.
- flushQueue() - Method in class org.glassfish.jersey.server.ChunkedOutput
- FMUL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FNEG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Automatic redirection.
- forApplication(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
-
Returns a
ResourceConfig
instance for the supplied application. - forApplicationClass(Class<? extends Application>) - Static method in class org.glassfish.jersey.server.ResourceConfig
-
Returns a
ResourceConfig
instance wrapping the application of the supplied class. - forApplicationClass(Class<? extends Application>, Set<Class<?>>) - Static method in class org.glassfish.jersey.server.ResourceConfig
-
Returns a
ResourceConfig
instance wrapping the application of the supplied class. - forArray(T...) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns an iterator containing the elements of
array
in order. - FORBIDDEN_403 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
403 Forbidden.
- ForcedAutoDiscoverable - Interface in org.glassfish.jersey.internal.spi
-
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations
. - ForeignDescriptor - Interface in org.glassfish.jersey.internal.inject
-
The descriptor holder for an externally provided DI providers.
- ForeignDescriptorImpl - Class in org.glassfish.jersey.internal.inject
-
The descriptor holder for an externally provided DI providers.
- ForeignDescriptorImpl(Object) - Constructor for class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
-
Constructor accepts a descriptor of the DI provider and to be able to provide it in further processing.
- ForeignDescriptorImpl(Object, Consumer<Object>) - Constructor for class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
-
Constructor accepts a descriptor of the DI provider and to be able to provide it in further processing along with dispose mechanism to destroy the objects corresponding the given
foreign key
. - ForeignRequestScopeBridge - Interface in org.glassfish.jersey.internal.inject
-
Internal service to help determine which HK2 factory provided components should be treated as request scoped.
- FORM - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Form parameter injection source.
- FORM_DATA_MULTIPART_CANNOT_CHANGE_MEDIATYPE() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Cannot change media type of a FormDataMultiPart instance.
- FORM_DECODED_PROPERTY - Static variable in class org.glassfish.jersey.server.internal.InternalServerProperties
-
Used internally for storing
Form
instance with url-decoded values inContainerRequest
properties. - FORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
A servlet request to the URI {0} contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters.
- FORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded
- FORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The "@FormParam" is utilized when the request method is GET
- FORM_PROPERTY - Static variable in class org.glassfish.jersey.server.internal.InternalServerProperties
-
Used internally for storing
Form
instance with original (not url-decoded) values inContainerRequest
properties. - format(LocalDateTime) - Method in interface org.glassfish.jersey.message.internal.HttpDateFormat.HttpDateFormatter
-
Formats a
LocalDateTime
into a date-time string. - format(Date) - Method in interface org.glassfish.jersey.message.internal.HttpDateFormat.HttpDateFormatter
-
Formats a
Date
into a date-time string. - FORMATTED - Static variable in interface org.glassfish.jersey.jettison.JettisonMarshaller
- FormDataBodyPart - Class in org.glassfish.jersey.media.multipart
-
Subclass of
BodyPart
with specialized support for media typemultipart/form-data
. - FormDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
- FormDataBodyPart(boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates an unnamed new
FormDataBodyPart
withmediaType
oftext/plain
and setting the flag for applying the fix for erroneous file name value if content disposition header of messages coming from MS Internet Explorer (see JERSEY-759). - FormDataBodyPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates an unnamed
FormDataBodyPart
with the specified characteristics. - FormDataBodyPart(Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates an unnamed
FormDataBodyPart
with the specified characteristics. - FormDataBodyPart(String, Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates a named
FormDataBodyPart
with the specified characteristics. - FormDataBodyPart(String, String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates a named
FormDataBodyPart
with a media type oftext/plain
and String value. - FormDataBodyPart(FormDataContentDisposition, Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates a named
FormDataBodyPart
with the specified characteristics. - FormDataBodyPart(FormDataContentDisposition, String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Instantiates a named
FormDataBodyPart
with the specified characteristics. - FormDataContentDisposition - Class in org.glassfish.jersey.media.multipart
-
A form-data content disposition header.
- FormDataContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
- FormDataContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
- FormDataContentDisposition(String, String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
-
Constructor for the builder.
- FormDataContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
- FormDataContentDisposition.FormDataContentDispositionBuilder - Class in org.glassfish.jersey.media.multipart
-
Builder to build form data content disposition.
- FormDataMultiPart - Class in org.glassfish.jersey.media.multipart
-
Subclass of
MultiPart
with specialized support for media typemultipart/form-data
. - FormDataMultiPart() - Constructor for class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Instantiates a new
FormDataMultiPart
instance with default characteristics. - FormDataParam - Annotation Interface in org.glassfish.jersey.media.multipart
-
Binds the named body part(s) of a "multipart/form-data" request entity body to a resource method parameter.
- FormDataParamException - Exception in org.glassfish.jersey.media.multipart
-
A parameter-based exception for errors with
FormDataParam
. - FormDataParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.media.multipart.FormDataParamException
-
Create new
FormDataParam
exception. - FormDataParamInjectionFeature - Class in org.glassfish.jersey.media.multipart.internal
-
Feature providing support for
FormDataParam
parameter injection. - FormDataParamInjectionFeature() - Constructor for class org.glassfish.jersey.media.multipart.internal.FormDataParamInjectionFeature
- FormMultivaluedMapProvider - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling of
application/x-www-form-urlencoded
entity type to/frommulti-valued map
instance. - FormMultivaluedMapProvider() - Constructor for class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
- forModel(RuntimeResourceModel) - Static method in class org.glassfish.jersey.server.internal.routing.Routing
-
Create a routing stage builder for a given runtime resource model.
- FormParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.FormParamException
- FormProvider - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling of
application/x-www-form-urlencoded
entity type to/fromJAX-RS Form
instance. - FormProvider() - Constructor for class org.glassfish.jersey.message.internal.FormProvider
- forReading(ObjectReader, Annotation[]) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
- FORWARDED - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc7239.html">Forwarded HTTP Extension}
- ForwardingCollection<E> - Class in org.glassfish.jersey.internal.guava
-
A collection which forwards all its method calls to another collection.
- ForwardingMapEntry<K,
V> - Class in org.glassfish.jersey.internal.guava -
A map entry which forwards all its method calls to another map entry.
- ForwardingSet<E> - Class in org.glassfish.jersey.internal.guava
-
A set which forwards all its method calls to another set.
- ForwardingSortedSet<E> - Class in org.glassfish.jersey.internal.guava
-
A sorted set which forwards all its method calls to another sorted set.
- forWriting(ObjectWriter, Annotation[], String) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
- FOUND_302 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
302 Found.
- fragment(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- FRAGMENT - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI fragment component type.
- FREM - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FRETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- from(int) - Static method in class org.glassfish.jersey.message.internal.Statuses
-
Create a new status type instance.
- from(int, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
-
Create a new status type instance with a custom reason phrase.
- from(Response) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Deprecated.
- from(Response.StatusType, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
-
Create a new status type instance with a custom reason phrase.
- from(Response, Configuration) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Get an OutboundJaxrsResponse instance for a given JAX-RS response.
- from(SeBootstrap.Configuration) - Static method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
-
Factory method creating
JerseySeBootstrapConfiguration
wrapper aroundSeBootstrap.Configuration
. - from(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
-
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
- from(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
-
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
- from(Object) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration.Builder
- from(Comparator<T>) - Static method in class org.glassfish.jersey.internal.guava.Ordering
-
Returns an ordering based on an existing comparator instance.
- from(BiFunction<String, Class<T>, Optional<T>>) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration.Builder
- FROM - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-from">HTTP Semantics documentation}
- fromString(String) - Static method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString()
, into a TypePath object. - fromString(String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.CookieProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.DateProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.LinkProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
- fromString(String) - Method in class org.glassfish.jersey.message.internal.UriProvider
- fromValue(String) - Static method in enum class com.sun.research.ws.wadl.HTTPMethods
- fromValue(String) - Static method in enum class com.sun.research.ws.wadl.ParamStyle
- FSTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- FSUB - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- fullRelativeUri(URI) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Return the
Request-Uri
representation as defined by HTTP spec. - Futures - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to the
Future
interface. - fv - Variable in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
G
- GATEWAY_TIMEOUT_504 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
504 Gateway Timeout.
- General() - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonArrayProvider.General
- General() - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider.General
- General(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.General
- General(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.General
- General(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.General
- General(Provider<XMLInputFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.General
- General(Providers, Configuration) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider.General
- General(Providers, Configuration) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider.General
- General(Providers, Configuration) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider.General
- generate(List<Resource>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
-
Generate WADL for a set of resources.
- generate(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Generates and returns an OAuth signature for the given request, parameters and secrets.
- generate(ApplicationDescription, Resource) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
-
Generate WADL for a resource.
- generator(Class<? extends WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
Start to build an instance of
WadlGeneratorConfig
: - generator(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
- GenericArrayTypeImpl - Class in org.glassfish.jersey.inject.cdi.se
-
An implementation of GenericArrayType for those times we need to create this on the fly.
- GenericArrayTypeImpl(Type) - Constructor for class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
-
Creates the GenericArrayType with the given array type
- GenericCdiBeanSupplier - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Supplier to provide CDI managed components where there is no clear mapping between the CDI and scopes.
- GenericCdiBeanSupplier(Class, InjectionManager, BeanManager, boolean) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier
- GenericInjectionManagerStore - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Generic
injection manager store
that allows multiple injection managers to run in parallel. - GenericInjectionManagerStore() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
- genericInterface - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
-
Generic interface type.
- genericTypeFor(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Create a
generic type
information for a given Javainstance
. - get() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- get() - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Supply SSLContext from this builder.
- get() - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier
- get() - Method in class org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier
- get() - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
- get() - Method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
-
Returns an object that can be cast on the side of DI provider to his descriptor.
- get() - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
- get() - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory
- get() - Method in interface org.glassfish.jersey.internal.util.collection.UnsafeValue
-
Get the stored value.
- get() - Method in interface org.glassfish.jersey.internal.util.collection.Value
-
Get the stored value.
- get() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
- get() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
- get() - Method in class org.glassfish.jersey.jaxb.internal.DocumentBuilderFactoryInjectionProvider
- get() - Method in class org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProvider
- get() - Method in class org.glassfish.jersey.jaxb.internal.TransformerFactoryInjectionProvider
- get() - Method in class org.glassfish.jersey.jaxb.internal.XmlInputFactoryInjectionProvider
- get() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
- get() - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
- get(long, TimeUnit) - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
- get(InvocationCallback<R>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- get(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- get(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
- get(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key. - get(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- get(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns the value corresponding to the given row and column keys, or
null
if no such mapping exists. - get(K) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface org.glassfish.jersey.internal.guava.LoadingCache
-
Returns the value associated with
key
in this cache, first loading that value if necessary. - get(K) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Returns a view collection of the values associated with
key
in this multimap, if any. - get(K) - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Returns a collection view of all values associated with a key.
- get(K) - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
- get(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Get an inhabitant stored in the scope instance that matches the active descriptor .
- get(Parameter) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdaterProvider
-
Get the updater configured to update value of given
parameter
. - get(Parameter) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider
-
Get the extractor configured to extract value of given
parameter
. - get(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
-
Get a parameter extractor.
- get(RequestContextProvider) - Method in interface org.glassfish.jersey.servlet.internal.spi.RequestScopedInitializerProvider
-
Give me a request scope initializer that could be utilized to set the actual Servlet request data in injection manager.
- GET - Enum constant in enum class com.sun.research.ws.wadl.HTTPMethods
- GET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, should not consume any entity.
- GET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, should not consume any form parameter.
- GET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, returns a void type.
- getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the request filter chain aborting response if set, or
null
otherwise. - getAbortResponse() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the request filter chain aborting response if set, or
null
otherwise. - getAbsolutePath() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the absolute path of the request.
- getAbsolutePath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getAbsolutePathBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a list of languages that are acceptable for the message.
- getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
- getAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a list of media types that are acceptable for the message.
- getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
- getAccepted() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the accepted response media types.
- getAcceptedLanguages() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get acceptable languages.
- getAccess() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
). - getActiveView() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- getActualTypeArguments() - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
- getAdapter(Class<A>) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getAdapter(Class<A>) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getAliases() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's aliases.
- getAllFieldsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain fields on given class, recursively through inheritance hierarchy.
- getAllInstances(Type) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getAllInstances(Type) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getAllInstances(Type) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets all services from this injection manager that implement this contract or have this implementation.
- getAllMethods() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides resource methods and resource locator are available on the resource.
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
- getAllowedMethods(RuntimeResource) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Return allowed methods for the given
resource
. - getAllProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying
injection manager
container. - getAllProviders(InjectionManager, Class<T>, Comparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying
injection manager
container ordered based on the givencomparator
. - getAllProviders(InjectionManager, Class<T>, RankedComparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the sorted iterable of all
providers
(custom and default) registered for the given service provider contract in the underlyinginjection manager
container. - getAllRankedProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all
providers
(custom and default) registered for the given service provider contract in the underlyinginjection manager
container. - getAllRankedSortedProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying
injection manager
container and automatically sorted usingranked comparator
. - getAllServiceHolders(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getAllServiceHolders(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getAllServiceHolders(Class<T>, Annotation...) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets all services from this injection manager that implements this contract or has this implementation along with information about the service which can be kept by
ServiceHolder
. - getAllServiceHolders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get collection of all
ServiceHolder
s bound for providers (custom and default) registered for the given service provider contract in the underlyinginjection manager
container. - getAllServletContainerProviders() - Static method in class org.glassfish.jersey.servlet.internal.ServletContainerProviderFactory
-
Returns array of all "registered" implementations of
ServletContainerProvider
. - getAnalyzer() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's analyzer.
- getAndClear() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
- getAndClear() - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
- getAnnotatedClasses() - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
-
Get the set of annotated classes.
- getAnnotatedResourceClass(Class<?>) - Static method in class org.glassfish.jersey.server.model.internal.ModelHelper
-
Get the class in the provided resource class ancestor hierarchy that is actually annotated with the
@Path
annotation. - getAnnotation() - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl
- getAnnotation() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
- getAnnotation() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method returns the annotation for what the injection resolver is implemented.
- getAnnotation() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
- getAnnotation(Class<A>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
- getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
- getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.Parameter
- getAnnotationDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- getAnnotations() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
- getAnnotations() - Method in class org.glassfish.jersey.model.Parameter
- getAnnotationTypeName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
- getAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns collection of all annotation types attached to a given annotated element that have the provided meta annotation attached.
- getAny() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the any property.
- getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
- getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- getAppHandler() - Method in class org.glassfish.jersey.servlet.WebComponent
-
Get
ApplicationHandler
used by this web component. - getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Returns JAX-RS application corresponding with this ResourceConfig.
- getApplication() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getApplication() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
- getApplication(UriInfo, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- getApplication(UriInfo, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of a
ApplicationDescription
corresponding to all the root resource classes, and configure the base URI. - getApplication(UriInfo, Resource, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- getApplication(UriInfo, Resource, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of
Application
for a particular resource. - getApplicationClass() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the
application class
used for configuration of Jersey application. - getApplicationHandler() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
- getApplicationHandler() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
- getApplicationHandler() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getApplicationHandler() - Method in interface org.glassfish.jersey.server.spi.Container
-
Get the Jersey server-side application handler associated with the container.
- getApplicationHandler() - Method in class org.glassfish.jersey.servlet.ServletContainer
- getApplicationHandler() - Method in class org.glassfish.jersey.simple.SimpleContainer
- getApplicationName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getApplicationName() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the application name.
- getApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Get the name of the Jersey application.
- getApplicationPath() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Returns encoded value of
ApplicationPath
annotation of the Application corresponding with this ResourceConfig ornull
when the annotation is not present. - getArgs() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide method parameters for which validation will be done.
- getArgumentCount() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of arguments of this method type.
- getArgumentCount(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of arguments in the given method descriptor.
- getArguments() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Returns the arguments for message formatting.
- getArguments() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
- getArgumentsAndReturnSizes() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the size of the arguments and of the return value of methods of this type.
- getArgumentsAndReturnSizes(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
values corresponding to the argument types of the given method. - getArgumentTypes(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
values corresponding to the argument types of the given method descriptor. - getArrayComponentType(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Gets the component type of the array.
- getArrayElements() - Method in class org.glassfish.jersey.jettison.JettisonConfig
-
Returns a list of elements to be treated as arrays.
- getArrayForComponentType(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get Array class of component type.
- getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
- getAttachmentMarshaller() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getAttachmentUnmarshaller() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getAttribute(String) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
- getAttributeDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
- getAttributePrefix() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- getAttributes(String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
- getAutoDiscoverables() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets a list of
AutoDiscoverable
. - getAverageDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the average duration (processing time) in milliseconds of the request processing measured in the time window.
- getBackingThreadFactory() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get a backing thread factory that should be used as a delegate for creating the new threads for the provisioned executor service.
- getBase() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the base property.
- getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get base request URI.
- getBaseUri() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getBaseUriBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getBean() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
- getBean() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getBeanClass() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getBeanClass() - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
- getBeanClass() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getBeanManager() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
-
Get me current bean manager.
- getBeanManager() - Method in interface org.glassfish.jersey.ext.cdi1x.internal.spi.BeanManagerProvider
-
Get the CDI
bean manager
for the current context. - getBeanManager() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getBeanScope(Class<?>, BeanManager) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
-
Get me scope of a bean corresponding to given class.
- getBinding(String) - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the binding as an EL expression for a particular URI template parameter
- getBindings() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getBindings() - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
- getBindings() - Method in interface org.glassfish.jersey.internal.inject.Binder
-
Gets a collection of descriptors registered in this jersey binder.
- getBindings(InjectionManager, Binder) - Static method in class org.glassfish.jersey.internal.inject.Bindings
- getBodyParts() - Method in class org.glassfish.jersey.media.multipart.MultiPart
- getBootstrapMethod() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the bootstrap method used to compute the value of this constant.
- getBootstrapMethodArgument(int) - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns an argument passed to the bootstrap method, in order to compute the value of this constant.
- getBootstrapMethodArgumentCount() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the number of arguments passed to the bootstrap method, in order to compute the value of this constant.
- getBufferThreshold() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Get the size (in bytes) of the entity of an incoming
BodyPart
before it will be buffered to disk. - getBuildId() - Static method in class org.glassfish.jersey.internal.Version
-
Get build id.
- getCacheControls() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the cache control data of the message.
- getCallback() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the callback URL.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated.use
ReaderWriter.getCharset(m)
instead - getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Get the character set from a media type.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
-
Get the character set from a media type.
- getChildNodes() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
- getChildResources() - Method in class org.glassfish.jersey.server.model.Resource
-
Returns the list of child resources available on this resource.
- getChildRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get child runtime resources of this resource.
- getChunkedInput() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- getChunkedInput() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- getChunkedInput() - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Get the netty Chunked Input to be written.
- getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Get chunk data media type.
- getClass(Class<?>, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Find the declaring class that implements or extends an interface.
- getClassDoc(Class<?>) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
- getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
- getClasses() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getClasses() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getClasses() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getClasses() - Method in class org.glassfish.jersey.model.internal.ComponentBag
- getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
- getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component classes using the
filter
predicate to determine for each component class based on it's contract provider class model whether it should be kept or filtered out. - getClassloader() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
- getClassLoader() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Returns the
ClassLoader
to be used by the default implementation ofClassWriter.getCommonSuperClass(String, String)
, that of thisClassWriter
's runtime type by default. - getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Get resource and provider class loader.
- getClassLoaderPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain class loader for given class.
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the internal name of the class (see
Type.getInternalName()
). - getClassName() - Method in exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
Returns the internal name of the class (see
Type.getInternalName()
). - getClassName() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClassName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
- getClient() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the parent Jersey client this configuration is bound to.
- getClient() - Method in class org.glassfish.jersey.client.ClientRequest
- getClientExecutor() - Method in class org.glassfish.jersey.client.ClientConfig
- getClientResponse() - Method in exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
- getClosedException() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Returns the exception associated with
closeExceptionally
, or null if not closed or if closed normally. - getClosedException() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Returns the exception associated with
closeExceptionally
, or null if not closed or if closed normally. - getClosedException() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Returns the exception associated with
JerseyPublisher.closeExceptionally(java.lang.Throwable)
, or null if not closed or if closed normally. - getCodeSize() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getColumnKey() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the column key of this cell.
- getCombinedType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType
-
Get combined client/server
MediaType
, stripped of q and qs parameters. - getComment() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get a comment string that accompanies the event.
- getComment() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get a comment string that accompanies the event.
- getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
- getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
-
Gets the value of the commentText property.
- getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- getCommonSuperClass(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Returns the common super type of the two given types.
- getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Returns a
ComponentBag
instance associated with the configuration. - getComponentProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getComponents() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
- getComponents() - Method in class org.glassfish.jersey.server.model.Invocable
- getComponents() - Method in class org.glassfish.jersey.server.model.MethodHandler
- getComponents() - Method in class org.glassfish.jersey.server.model.Resource
- getComponents() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- getComponents() - Method in class org.glassfish.jersey.server.model.ResourceModel
- getComponents() - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
-
Should return all existing resource model sub-components.
- getComponents() - Method in class org.glassfish.jersey.server.model.RuntimeResource
- getCondition() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the condition.
- getConfig() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getConfig() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getConfig() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Obtain config object
- getConfigType() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the configuration type of this config.
- getConfigType() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getConfigType() - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
- getConfiguration() - Method in interface org.glassfish.jersey.client.Initializable
-
Get a live view of an internal client configuration state of this initializable instance.
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- getConfiguration() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get runtime configuration.
- getConfiguration() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
- getConfiguration() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
Configuration
. - getConfiguration() - Method in class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
- getConfiguration() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
- getConfiguration() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
The related client/server side
Configuration
. - getConfiguration() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
The related client/server side
Configuration
. - getConfiguration() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getConfiguration() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Get the application configuration.
- getConfiguration() - Method in class org.glassfish.jersey.server.ResourceConfig
- getConfiguration() - Method in interface org.glassfish.jersey.server.spi.Container
-
Return an immutable representation of the current
configuration
. - getConfiguration() - Method in class org.glassfish.jersey.servlet.ServletContainer
- getConfiguration() - Method in class org.glassfish.jersey.simple.SimpleContainer
- getConfiguration() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
obrain model object which has direct access to external configuration
- getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
Return
WadlGeneratorConfig
that was used to produce current description instance. - getConfiguredMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
Method that locates, configures and returns
ObjectMapper
to use - getConfiguredMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
-
Method that locates, configures and returns
ObjectMapper
to use - getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
Get a
HttpURLConnection
for a given URL. - getConnection(URL, Proxy) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
Get a
HttpURLConnection
for a given URL. - getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector.
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.spi.CachingConnectorProvider
- getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
-
Get a Jersey client connector instance for a given
client
instance and Jersey client runtimeconfiguration
. - getConnector(Client, Configuration) - Method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jdk.connector.JdkConnectorProvider
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnectorProvider
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.netty.connector.NettyConnectorProvider
- getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector provider.
- getConstantPoolCount() - Method in exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructor() - Method in class org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer
- getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
Get the underlying java constructor.
- getConstructor(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
- getConstructor(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
- getConstructorDescriptor(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the resource method handler constructors.
- getConsumedTypes() - Method in interface org.glassfish.jersey.server.model.Consuming
-
Get the consumed media types supported by the component.
- getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- getConsumerKey() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the consumer key.
- getConsumerSecret() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Returns the consumer secret.
- getConsumes() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Get request content type
- getConsumesMediaType() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
- getConsumesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the string with media types consumed by this method, enclosed in double quotas and separated by a comma (e.g.
- getContainer() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getContainerRequest() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container request.
- getContainerRequestFilters() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get
container request filters
used during the request filtering phase. - getContainerResponse() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container response.
- getContainerResponseFilters() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get
container response filters
used during the response filtering phase. - getContent() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the content property.
- getContent() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
- getContent() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
- getContent(GenericType<T>) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
- getContent(Class<T>) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
- getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Gets the content disposition.
- getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Overrides the behaviour on
BodyPart
to ensure that only instances ofFormDataContentDisposition
can be obtained. - getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
- getContext() - Method in exception org.glassfish.jersey.message.internal.HeaderValueException
-
Get the exception context.
- getContext() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Get the underlying outbound message context.
- getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Get me current external context data.
- getContext(Class<?>) - Method in class org.glassfish.jersey.kryo.internal.RegistrationNotRequiredKryoContextResolver
- getContextClassLoaderPA() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain context class loader.
- getContextParams(ServletContext) - Static method in class org.glassfish.jersey.servlet.internal.Utils
-
Extract context params from
ServletContext
. - getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
- getContextResolvers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
ContextResolvers
. - getContextualName(JerseyContext) - Method in class org.glassfish.jersey.micrometer.server.DefaultJerseyObservationConvention
- getContract() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Mainly aimed to provide contract class to abstract classes which extends this finder
- getContract() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's contract.
- getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the map of contracts and their priorities.
- getContracts() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's contracts.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the map of contracts for the built contract provider model.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get provided contracts recognized by Jersey.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
- getContracts(Class<?>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getContracts(Class<?>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getContracts(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
- getContractTypes() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
Gets all contracts which represents the kept instance.
- getContractTypes() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
- getContractTypes() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
Get me set of implemented contracts.
- getContributorsFor(Class<?>) - Method in class org.glassfish.jersey.linking.contributing.NaiveResourceLinkContributionContext
- getContributorsFor(Class<?>) - Method in interface org.glassfish.jersey.linking.contributing.ResourceLinkContributionContext
-
Returns all link contributions for an entity class.
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverterFactory
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.AggregatedProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.CharacterProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.DateProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.InputStreamProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.OptionalCustomProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.OptionalProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.StringConstructor
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.TypeFromString
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.TypeFromStringEnum
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.internal.inject.ParamConverters.TypeValueOf
- getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider.RootElementProvider
- getCookieHandler() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
- getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
- getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
- getCookies() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
- getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
- getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
Retrieve the underlying Apache
CookieStore
instance fromJerseyClient
orJerseyWebTarget
configured to useApacheConnectorProvider
. - getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
-
Retrieve the underlying Apache
CookieStore
instance fromJerseyClient
orJerseyWebTarget
configured to useApacheConnectorProvider
. - getCorePoolSize() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get the core thread pool size - the size of the thread pool will never bee smaller than this.
- getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the number of the core threads of the the provisioned thread pool executor.
- getCreationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the creation-date parameter.
- getCustomProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the set of all custom providers registered for the given service provider contract in the underlying
injection manager
container. - getData() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get event data.
- getDate() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get message date.
- getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
- getDebugLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
Get the configured debug level.
- getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
- getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.Parameter
- getDeclaredConstructorPA(Class<?>, Class<?>...) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain declared constructor of given class with given parameters.
- getDeclaredConstructorsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain declared constructors of given class.
- getDeclaredFieldsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain fields declared on given class.
- getDeclaredMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get the underlying declared Java method.
- getDeclaredMethodsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain methods declared on given class.
- getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the declaring class of an accessible object.
- getDeclaringClassName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
- getDeclaringClassName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the full class name of the class that declares the handling method.
- getDefault() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the default property.
- getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext
configured using default configuration settings. - getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext
configured using default configuration settings. - getDefaultMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
- getDefaultMapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
- getDefaultMediaType() - Static method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Gets the default
MediaType
to be used if the user didn't specify any. - getDefaultNext() - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
-
Get the default next stage currently configured on the acceptor.
- getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the default priority of the built contract provider model.
- getDefaultSslContext() - Method in interface org.glassfish.jersey.client.spi.DefaultSslContextProvider
-
Get default
SSLContext
. - getDefaultStringValue() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the default String value.
- getDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
-
Get the default parameter value.
- getDefaultValueString() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Default value (string) that will be used in case input value is not available.
- getDefaultValueString() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
-
Default entry value (string) that will be used in case the entry is not present in the supplied
multivalued map
. - getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method that should be executed.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
The record visitor to which this visitor must delegate method calls.
- getDesc() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDimensions() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getDoc() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the doc property.
- getDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- getDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- getDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
- getDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
- getDynamicFeatures() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get dynamic features.
- getEffectiveInjectionManager() - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
-
Gets you effective injection manager.
- getEffectiveInjectionManager() - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
- getEffectiveInjectionManager() - Method in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore
-
Obtain the effective
injection manager
. - getElement() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the element property.
- getElement() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- getElementClass(Class<?>, Type) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
- getElementName(Class<?>) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
Get the element name for a given Java type.
- getElementType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- getEncodings() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get acceptable encodings.
- getEndpoint() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Get the matched server-side endpoint if present, or
null
otherwise. - getEndpoint() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getEnhancedAnnotatedType() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
- getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the message entity Java instance.
- getEntity() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the entity object to be unmarshalled from a request, or to be marshalled on a response.
- getEntity() - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
Disables access to the entity for a
MultiPart
. - getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the message entity Java instance.
- getEntity() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
- getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
- getEntityAnnotations() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the annotations attached to the entity.
- getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
- getEntityAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the entity after appropriate conversion to the requested type.
- getEntityClass() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the raw message entity type information.
- getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
- getEntityStream() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the entity input stream.
- getEntityStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the entity output stream.
- getEntityStream() - Method in class org.glassfish.jersey.server.ContainerResponse
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the entity tag.
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getEntityTag() - Method in class org.glassfish.jersey.server.ContainerResponse
- getEntityType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the message entity type information.
- getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
- getErrorMessages() - Static method in class org.glassfish.jersey.internal.Errors
-
Get the list of all error messages.
- getErrorMessages(boolean) - Static method in class org.glassfish.jersey.internal.Errors
-
Get the list of error messages.
- getErrors() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Gets all the errors associated with this MultiException.
- getErrorsAsResourceModelIssues() - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
Get all filed error messages as
ResourceModelIssue
s. - getErrorsAsResourceModelIssues(boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
Get error messages filed after
Errors.mark()
flag was set asResourceModelIssue
s. - getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME remove.
- getEventHandler() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getEventHandler() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getExample() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- getException() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getException() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the latest exception, if any, thrown by the request and response processing.
- getExceptionCause() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getExceptionCause() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the
exception cause
. - getExceptionIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced by this type reference.
- getExceptionMapper() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getExceptionMapper() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the
ExceptionMapper
that was found and used during the exception mapping phase. - getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
- getExceptionMapperCount() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
- getExceptionMapperCount() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get the statistics of execution of exception mappers.
- getExceptionMapperExecutions() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get the count of exception mapper executions.
- getExceptionMappers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
ExceptionMappers
. - getExceptionMapperStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get statistics about registered
exception mappers
. - getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the thread pool executor.
- getExecutorService() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
Return executorService service this reactive invoker was initialized with.
- getExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get custom client executor service.
- getExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
-
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
-
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of specific tasks.
- getExecutorService() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
- getExecutorService() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
- getExtension() - Method in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Gets the file extension.
- getExternalGrammar(UriInfo, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
- getExternalGrammar(String) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
- getExternalMetadataKeys() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
- getFeature(String) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- getFeatures() - Method in interface org.glassfish.jersey.jaxb.FeatureSupplier
-
The feature set to be applied.
- getField(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Gets a form data body part given a control name.
- GETFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- getFields() - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Gets a map of form data body parts where the key is the control name and the value is a list of one or more form data body parts.
- getFields(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
- getFields(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
- getFields(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Gets a list of one or more form data body parts given a control name.
- getFileEntity() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Gets the file for this body part.
- getFilename() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Gets the filename value which is to be used in the content-disposition header of this body part entity.
- getFileName() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the filename parameter.
- getFileName() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
- getFileName() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
- getFileName(boolean) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the filename parameter.
- getFilter() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getFilterConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the corresponding FilterConfig if this WebConfig represents a
FilterConfig
- getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getFilterUrlMappings(FilterConfig) - Method in class org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
- getFilterUrlMappings(FilterConfig) - Method in interface org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
-
Return configured context path from the filter configuration.
- getFinalMatchingGroup() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Get the final matching group of the last successful request URI routing pattern
match result
. - getFinalMatchingGroup() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getFirst(String) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- getFirst(String, A) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- getFirst(String, Class<A>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- getFirst(K) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- getFixed() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the fixed property.
- getFlag() - Method in enum class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns the numeric value of the bit corresponding to this flag.
- getFormalParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by this type reference.
- getFormDataContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the form data content disposition.
- getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
If
T
object is registered inComponentBag
using theBinder
,T
is not visible using the methods for getting classes and instancesComponentBag.getClasses(Predicate)
andComponentBag.getInstances(Predicate)
. - getFromStringStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to get the static fromString(String ) method.
- getFullPathRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get full regular expression of this runtime resource prefixed by regular expression of parent if present.
- getGeneratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
- getGenericComponentType() - Method in class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
- getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get generic method parameter types.
- getGenericType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get generic data type.
- getGenericType() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getGenericTypeArgumentClasses(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the list of classes that represent the type arguments of a
parameterized
input type. - getGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global reader interceptors.
- getGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global request filters.
- getGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global response filters.
- getGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global writer interceptors.
- getGrammars() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the grammars property.
- getGroup() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Return the matching group of the template represented by this
UriPart
- getGroupCounts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the capturing group counts for each template variable.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the group indexes to capturing groups.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the group indexes to capturing groups.
- getGuards() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
Get all the guarded keys
- getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the model of the resource method handler that will be used to invoke the
handling resource method
on. - getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the resource method handler class.
- getHandlerClasses() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the method handler classes for the resource methods registered on the resource.
- getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the raw handler instance that is backing this method handler.
- getHandlerInstances() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the method handler (singleton) instances for the resource methods registered on the resource.
- getHandlerPath(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Splits URI address from query params and returns it.
- getHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method
- getHeader(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the values of a HTTP request header.
- getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
-
Returns all
HeaderDelegateProvider
register internally by Jersey. - getHeaders() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns a mutable map of HTTP header value(s) for this
BodyPart
, keyed by the header name. - getHeaders() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getHeaders() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
- getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
- getHeaderValueExceptionContext() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
- getHeaderValueExceptionContext() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Return
HeaderValueException.Context
type of the message context. - getHeaderValueExceptionContext() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
- getHeaderValues(String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns the value(s) of the specified request header.
- getHk2Types() - Method in interface org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider
-
Provide a set of types that should became accessible by CDI container in a form of CDI beans backed by HK2.
- getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
- getHref() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the href property.
- getHttpClient() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
-
Returns the underlying
HttpClient
instance used by this connector. - getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
Retrieve the underlying Apache
HttpClient
instance fromJerseyClient
orJerseyWebTarget
configured to useApacheConnectorProvider
. - getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache5.connector.Apache5ConnectorProvider
-
Retrieve the underlying Apache
HttpClient
instance fromJerseyClient
orJerseyWebTarget
configured to useApacheConnectorProvider
. - getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Retrieve the underlying Grizzly
AsyncHttpClient
instance fromJerseyClient
orJerseyWebTarget
configured to useGrizzlyConnectorProvider
. - getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnectorProvider
-
Retrieve the Java
HttpClient
used by the providedJavaNetHttpConnector
. - getHttpMethod() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
- getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the associated HTTP method.
- getHttpMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the HTTP method of the method.
- getHttpServletRequest() - Method in interface org.glassfish.jersey.servlet.internal.spi.RequestContextProvider
-
Get me the actual HTTP Servlet request.
- getHttpServletResponse() - Method in interface org.glassfish.jersey.servlet.internal.spi.RequestContextProvider
-
Get me the actual HTTP Servlet response.
- getId() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the id property.
- getId() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getId() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get event identifier.
- getId() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get event identifier.
- getIfMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get If-Match header.
- getIfNoneMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get If-None-Match header.
- getIfPresent(Object) - Method in interface org.glassfish.jersey.internal.guava.Cache
-
Returns the value associated with
key
in this cache, ornull
if there is no cached value forkey
. - getIfPresent(Object) - Method in class org.glassfish.jersey.internal.util.collection.LRU
-
Returns the value associated with
key
in this cache, ornull
if there is no cached value forkey
. - getImplementationClass() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
Gets an implementation class of the instance which is kept in this service holder.
- getImplementationClass() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
- getImplementationClass() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the implementation class which the contracts belong to.
- getImplementationType() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's type.
- getInclude() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the include property.
- getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getInflector() - Method in class org.glassfish.jersey.server.model.Inflecting
-
Get the inflector.
- getInitialClassLoader() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get the class loader (if any) to be initially exposed by threads from this pool.
- getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
- getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
- getInitParameter(String) - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get an initialization parameter.
- getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getInitParameterNames() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the enumeration of initialization parameter names.
- getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getInjectAnnotations(Collection<InjectionResolver>) - Static method in class org.glassfish.jersey.inject.cdi.se.injector.InjectionUtils
-
Returns all annotations that can be managed using registered and provided
injection resolvers
. - getInjecteeClass() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
Returns the parent class for this injectee.
- getInjecteeClass() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getInjecteeDescriptor() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns foreign descriptor of the current injectee that means that the DI provider is able to store its specific descriptor and that use it in the descriptor processing.
- getInjecteeDescriptor() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getInjectionManager() - Method in class org.glassfish.jersey.client.ClientRequest
- getInjectionManager() - Method in class org.glassfish.jersey.client.ClientResponse
- getInjectionManager() - Method in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
-
Get injection manager.
- getInjectionManager() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getInjectionManager() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
- getInjectionManager() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- getInjectionManager() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Returns
InjectionManager
relevant to current application. - getInjectionManager(ClientRequestContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
Extract and return injection manager from
clientRequestContext
. - getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
Extract and return injection manager from
clientResponseContext
. - getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from
featureContext
. - getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from
readerInterceptorContext
. - getInjectionManager(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from
writerInterceptorContext
. - getInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
- getInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getInputStream() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
-
Gets the input stream of the raw bytes of this body part entity.
- getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
- getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getInstance() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
An instance of the service got from
InjectionManager
. - getInstance() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
- getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Returns an
OsgiRegistry
instance. - getInstance() - Static method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
-
Gets the singleton instance of this class.
- getInstance(Class<T>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getInstance(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getInstance(Class<T>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getInstance(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getInstance(Class<T>, Annotation...) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Class<T>, String) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getInstance(Class<T>, String) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getInstance(Class<T>, String) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(Type) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getInstance(Type) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getInstance(Type) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the best service from this injection manager that implements this contract or has this implementation.
- getInstance(ClientRequest, Channel) - Static method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
- getInstance(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- getInstance(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getInstance(ForeignDescriptor) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Gets the service instance according to
ForeignDescriptor
which is specific to the underlying DI provider. - getInstance(InjectionManager) - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the injected resource method handler instance.
- getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Returns instance of
TracingLogger
associated with current request processing (propertiesDelegate
). - getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
- getInstances() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getInstances() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getInstances() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getInstances() - Method in class org.glassfish.jersey.model.internal.ComponentBag
- getInstances() - Method in class org.glassfish.jersey.server.ResourceConfig
- getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component instances using the
filter
predicate to determine for each component instance based on it's contract provider class model whether it should be kept or filtered out. - getInterfaces() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the internal names of the implemented interfaces (see
Type.getInternalName()
). - getInternalName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the given class.
- getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the invocable method model.
- getInvocable() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide invocable for which validation will been done.
- getIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
Returns a list of issues found after
ComponentModelValidator.validate(org.glassfish.jersey.server.model.ResourceModelComponent)
method has been invoked. - getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
-
Get validation issues.
- getItem(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the start offset in this
ClassReader
of a JVMS 'cp_info' structure (i.e. - getItemCount() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getJAXBContext() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context associated with the
WadlGenerator
for the Web application. - getJAXBContextFromWadlGenerator(WadlGenerator) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- getJdkVersion() - Static method in class org.glassfish.jersey.internal.util.JdkVersion
- getJSONConfiguration() - Method in class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
- getJSONConfiguration() - Method in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- getJSONConfiguration() - Method in interface org.glassfish.jersey.jettison.JettisonConfigured
-
Provides information on current JSON configuration options for this object.
- getJSONConfiguration() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Get the JSON configuration.
- getJSONMarshaller(Marshaller) - Static method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Get a
JettisonMarshaller
from aMarshaller
. - getJSONUnmarshaller(Unmarshaller) - Static method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Get a
JettisonUnmarshaller
from aUnmarshaller
. - getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the thread keep-alive time (in seconds).
- getKeepAliveTime(TimeUnit) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get the max period of time a thread will wait for a new task to process.
- getKey() - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
- getKey() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Gets the key in the resource bundle.
- getKey() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
- getLabels() - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLang() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the lang property.
- getLanguage() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the language of the entity.
- getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLanguage() - Method in class org.glassfish.jersey.server.ContainerResponse
- getLastModified() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the last modified date.
- getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLastModified() - Method in class org.glassfish.jersey.server.ContainerResponse
- getLastResponseCode() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
- getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
-
Returns the response code of a last response written by the application.
- getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
Returns the response code of a last response written by the application.
- getLastStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Return time when target was executed last time.
- getLength() - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the length of this path, i.e.
- getLength() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get Content-Length value.
- getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLength() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- getLength() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- getLength() - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Get the length of the entity written to the
OutputStream
- getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
- getLengthLong() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get Content-Length value.
- getLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getLink() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the link property.
- getLink(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the link for the relation.
- getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
- getLink(URI) - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Builds a link from a
URI
. - getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLinkBuilder(String) - Method in class org.glassfish.jersey.server.ContainerResponse
- getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
- getLinks() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
- getLinkStyle() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the style
- getLinkTemplate(ResourceMappingContext) - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the link template, either directly from the value() or from the
@Path
of the class referenced in resource() - getListener() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getListener() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getLocale() - Method in class org.glassfish.jersey.internal.l10n.Localizer
- getLocation() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get the location.
- getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getLocation() - Method in class org.glassfish.jersey.server.ContainerResponse
- getLocatorSubResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the list of sub resources returned from resource locators during matching.
- getLocatorSubResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getLowCardinalityKeyValues(JerseyContext) - Method in class org.glassfish.jersey.micrometer.server.DefaultJerseyObservationConvention
- getMaintenance() - Method in class org.glassfish.jersey.internal.util.JdkVersion
- getMajor() - Method in class org.glassfish.jersey.internal.util.JdkVersion
- getManagedObjectsFinalizer() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
ManagedObjectsFinalizer
. - getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the throwable that was mapped to a response.
- getMappedThrowable() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMapping(Class<?>) - Method in class org.glassfish.jersey.linking.mapping.NaiveResourceMappingContext
- getMapping(Class<?>) - Method in interface org.glassfish.jersey.linking.mapping.ResourceMappingContext
- getMarshaller(Class, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Get the JAXB marshaller for the given class and media type.
- getMarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Get marshaller properties.
- getMask() - Method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
- getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get matched
model resource
from whichthe matched
resource method was invoked. - getMatchedModelResource() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedResourceLocators() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get resource locators matched since beginning of a matching.
- getMatchedResourceLocators() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedResourceMethod() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get matched
resource method
that is invoked. - getMatchedResourceMethod() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedResults() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get a read-only list of
MatchResult
for matched resources. - getMatchedResults() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedRuntimeResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Return all matched
runtime resources
including runtime resources based on child resources. - getMatchedRuntimeResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedTemplates() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get a read-only list of
UriTemplate
for matched resources. - getMatchedTemplates() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedURIs() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMatchedURIs(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getMax() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
- getMax() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Returns the highest value in the snapshot.
- getMaxBufferCapacity() - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Returns the maximum per-subscriber buffer capacity.
- getMaxBufferCapacity() - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Returns the maximum per-subscriber buffer capacity.
- getMaxBufferCapacity() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Returns the maximum per-subscriber buffer capacity.
- getMaximumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the maximum duration (processing time) in milliseconds of the request processing measured in the time window.
- getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the maximum number of threads to allow in the thread pool.
- getMaxParts() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Return maximum number of entity parts allowed.
- getMaxPoolSize() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get max thread pool size.
- getMaxStringLength() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns a conservative estimate of the maximum length of the strings contained in the class's constant pool table.
- getMBeanInfo() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
- getMean() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
- getMean() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Returns the arithmetic mean of the values in the snapshot.
- getMediaType() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the mediaType property.
- getMediaType() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the mediaType property.
- getMediaType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Returns
MediaType
. - getMediaType() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the
MediaType
for thisBodyPart
. - getMediaType() - Method in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Gets the media type.
- getMediaType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get
media type
of the event data. - getMediaType() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the media type of the entity.
- getMediaType() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the media type of the entity.
- getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
- getMediaType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- getMediaTypeFromFile(File) - Static method in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
A utility method for predicting media type from a file name.
- getMediaTypeFromFile(File) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
- getMediaTypeFromFile(File) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
-
Get the media type from a file name.
- getMediaTypeFromFileName(String) - Static method in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
A utility method for predicting media type from a file name.
- getMediaTypeFromFileName(String) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
- getMediaTypeFromFileName(String) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
-
Get the media type from a file name.
- getMember() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getMessage() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Gets the message associated with this exception.
- getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
Human-readable description of the issue.
- getMessage() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
- getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
Human-readable description of the issue.
- getMessage(String, Object...) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of
MessageBodyReader
s that are suitable for the giventype
. - getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
MessageBodyWorkers
. - getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of
MessageBodyWriter
s that are suitable for the giventype
. - getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
-
Get encountered error messages.
- getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get all instances of the specified meta-annotation type found on the method annotations.
- getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
- getMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get the underlying Java method.
- getMethod() - Method in class org.glassfish.jersey.server.ContainerRequest
- getMethodDescriptor(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodDescriptor(Type, Type...) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodDoc(Class<?>, Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
- getMethodDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
- getMethodName() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the name of the method.
- getMethodName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
- getMethodName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the name of the Java method.
- getMethodName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
-
Get the method name.
- getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the methodOrResource property.
- getMethodOrResource() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the methodOrResource property.
- getMethodRouting() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Get specified method routing
- getMethodSignature() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
-
Get the method signature, or
null
if no method signature has been set for the method. - getMethodsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to return an array containing
Method
objects reflecting all the public member methods of the supplied class or interface object, including those declared by the class or interface and those inherited from superclasses and superinterfaces. - getMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Get
execution statistics
that contain measurements of times only for execution of resource method. - getMethodType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given method descriptor. - getMethodType(Type, Type...) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the method
Type
corresponding to the given argument and return types. - getMethodUniqueId(ResourceMethod) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
-
Get the method unique string ID.
- getMin() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
- getMin() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Returns the lowest value in the snapshot.
- getMinimumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the minimum duration (processing time) in milliseconds of the request processing measured in the time window.
- getMinor() - Method in class org.glassfish.jersey.internal.util.JdkVersion
- getModCount() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Get the number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
- getModel(Class<?>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a model for a given component class, or
null
if no such component is registered in the component bag. - getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
An extension point that provides a way how to define a custom enhancement/update operation of a contract provider model registration being produced for a given component class.
- getModelProcessors() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getModificationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the modification-date parameter.
- getMultivaluedParameterExtractorProvider() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getName() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the name property.
- getName() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the name property.
- getName() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the name of this constant.
- getName() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Name of the parameter to be udpated
- getName() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
- getName() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Get name of current connector.
- getName() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getName() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getName() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's name.
- getName() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getName() - Method in class org.glassfish.jersey.jdk.connector.internal.JdkConnector
- getName() - Method in class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
- getName() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the control name.
- getName() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
-
Get the name parameter.
- getName() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get event name.
- getName() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get event name.
- getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
- getName() - Method in class org.glassfish.jersey.micrometer.server.DefaultJerseyObservationConvention
- getName() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
-
Name of the parameter (map key) to be extracted from the supplied
multivalued map
. - getName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
- getName() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the resource name.
- getName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMXBean
-
Get the name of the resource.
- getName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
- getName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- getName() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the name of the Web component.
- getName() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getName() - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get name bindings of the built contract provider model.
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
- getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
-
Get the collection of name bindings attached to this component.
- getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- getNameBoundReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound reader interceptor map.
- getNameBoundReaderInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound reader interceptor inverse map.
- getNameBoundRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound request filters.
- getNameBoundRequestFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound request filter inverse map.
- getNameBoundResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound response filters.
- getNameBoundResponseFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound response filter inverse map.
- getNameBoundWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound writer interceptor map.
- getNameBoundWriterInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound writer interceptor inverse map.
- getNames() - Method in class org.glassfish.jersey.server.model.Resource
-
Return a list of resource names.
- getNames() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the list of template names.
- getNamespacePrefixMapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- getNamespaceSeparator() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- getNamespaceURI(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
- getNameToPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the map of template names to patterns.
- getNext(Iterator<? extends T>, T) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns the next element in
iterator
ordefaultValue
if the iterator is empty. - getNode(Object) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getNonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the nonce, a value that should be unique for a given timestamp.
- getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the normalized template.
- getNotation() - Method in class org.glassfish.jersey.jettison.JettisonConfig
-
Returns JSON notation selected for this configuration
- getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of characters in the regular expression not resulting from conversion of template variables.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of explicit regular expressions.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of explicit regular expressions declared in the template variables.
- getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of literal characters.
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of regular expression groups
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of regular expression groups
- getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of template variables.
- getObjectType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given internal name. - getOffset() - Method in class jersey.repackaged.org.objectweb.asm.Label
-
Returns the bytecode offset corresponding to this label.
- getOpcode(int) - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns a JVM instruction opcode adapted to this
Type
. - getOption() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the option property.
- getOptionalProperty(String, Class<T>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getOptionalProperty(String, Class<T>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getOptionalProperty(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Get value of a property as a definite type property may not exist, an empty Optional object is returned in case of an empty property
- getOrCreate(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Injections
-
Get the class by contract or create and inject a new instance.
- getOsgiRegistryInstance() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns an
OsgiRegistry
instance. - getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Representation
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
- getOutputStream() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- getOutputStream() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- getOutputStream() - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Get the
OutputStream
used to write an entity - getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
-
Get the output stream.
- getOwner() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the internal name of the class that owns the field or method designated by this handle.
- getOwnerType() - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
- getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Get URLs of resources from a given package.
- getParam() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the param property.
- getParamDoc(Class<?>, Method, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
- getParamDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- getParameterAnnotationHelperMap() - Method in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
-
A map of supported Parameter Annotations.
- getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
- getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.server.model.Parameter.ServerParameterService
- getParameterAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method parameter annotations.
- getParameterCreationFactory() - Method in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
-
Get a factory to be used to instantiate the
Parameter
- getParameterCreationFactory() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
- getParameterCreationFactory() - Method in class org.glassfish.jersey.server.model.Parameter.ServerParameterService
- getParameterInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the parameterized class arguments for a declaring class that declares a generic interface type.
- getParameterizedHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns an immutable map of parameterized HTTP header value(s) for this
BodyPart
, keyed by header name. - getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the parameterized type arguments for a declaring class that declares a generic interface type.
- getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the parameter name.
- getParameterNames() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
- getParameters() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the parameters.
- getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the parameters.
- getParameters() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
- getParameters() - Method in class org.glassfish.jersey.server.model.Invocable
- getParameters() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the parameters associated directly with the resource method handler, if any (e.g.
- getParameters() - Method in class org.glassfish.jersey.server.model.Parameter.BeanParameter
- getParameters() - Method in interface org.glassfish.jersey.server.model.Parameterized
-
Provides access to all parameters associated with given Parameterized instance.
- getParameterType() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the type of the parameter annotation.
- getParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method parameter types.
- getParameterUpdaterProvider() - Method in class org.glassfish.jersey.client.ClientBootstrapBag
- getParameterValues(String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
- getParameterValues(List<ParamValueFactoryWithSource<?>>, ContainerRequest) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
-
Get the array of parameter values.
- getParameterValues(BeanManagerImpl, CreationalContext<?>, CreationalContext<?>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
-
Helper method for getting the current parameter values from a list of annotated parameters.
- getParamName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getParent() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
If this Injectee is in a constructor this will return the constructor being injected into.
- getParent() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getParent() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getParent() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the parent
MultiPart
(if any) for thisBodyPart
. - getParent() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the parent resource for this resource model or
null
in case this resource is a top-level resource and does not have a parent. - getParent() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the parent resource for this resource method model.
- getParent() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get parent of this runtime resource.
- getParentAnnotation() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
- getParentClassScope() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns scope in which the parent class is registered.
- getParentClassScope() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getParentResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
- getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Get the underlying chunk parser.
- getPart() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Return the string value representing this UriPart.
- getPath() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the path property.
- getPath() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the path property.
- getPath() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
- getPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPath() - Method in class org.glassfish.jersey.server.model.Resource
- getPath() - Method in interface org.glassfish.jersey.server.model.Routed
-
Get the path direct assigned to the component.
- getPath() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the sub resource method path of the method.
- getPath(boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the path of the current request relative to the application root (base) URI as a string.
- getPath(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPath(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
-
Get the resource class
@Path
annotation. - getPathParameters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPathParameters(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPathPattern() - Method in class org.glassfish.jersey.server.model.Resource
- getPathPattern() - Method in interface org.glassfish.jersey.server.model.Routed
-
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.
- getPathPattern() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get path pattern for matching purposes.
- getPathSegments() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPathSegments(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPathSegments(String) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the path segments that contain a template variable.
- getPathSegments(String) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the path segments that contain a template variable.
- getPathSegments(String, boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the pattern.
- getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI pattern.
- getPoolName() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Return thread pool name.
- getPort() - Method in interface org.glassfish.jersey.simple.SimpleServer
-
The port the server is listening to for incomming HTTP connections.
- getPosition() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
If this Injectee is a constructor or method parameter, this will return the index of the parameter.
- getPosition() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
- getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
- getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
- getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
- getPredictor() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Gets the media type predictor.
- getPreferredCookie(NewCookie, NewCookie) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Compare two NewCookies having the same name.
- getPreferredDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Deprecated, for removal: This API element is subject to removal in a future version.Use getPreferredDateFormatter instead
- getPreferredDateFormatter() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Get the preferred HTTP specified date format (RFC 1123).
- getPrefix(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
- getPrefixes(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
- getPreMatchFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get
pre-matching
request filters. - getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
- getPriority() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get priority of the threads in thread pool.
- getPriority() - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
- getPriority() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Gets the priority of this provider.
- getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the provider contract priority, if set, default component provider, if not set.
- getPriority(RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
- getPriorityValue(Class<?>, int) - Static method in class org.glassfish.jersey.JerseyPriorities
-
Return the value of priority annotation on a given class, if exists.
- getProcessingProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getProducedTypes() - Method in interface org.glassfish.jersey.server.model.Producing
-
Get the produced media types supported by the component.
- getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- getProduces() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Get Accept header media type
- getProducesMediaType() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
- getProducesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the string with media types produced by this method, enclosed in double quotas and separated by a comma (e.g.
- getProfile() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the profile property.
- getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
- getProperties() - Method in class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
- getProperties() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getProperties() - Method in interface org.glassfish.jersey.jaxb.PropertySupplier
-
The properties to be applied.
- getProperties() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getProperties() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getProperties() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getProperties() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the map of configuration properties converted to strings.
- getProperties() - Method in class org.glassfish.jersey.server.ResourceConfig
- getProperties() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
- getProperties() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
Map of properties from the model (external config file)
- getPropertiesDelegate() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the underlying properties delegate.
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
- getProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
- getProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getProperty(String) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getProperty(String) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
- getProperty(String) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
- getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
- getPropertyClassNames() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getPropertyName(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine property (field) name from given getter/setter method.
- getPropertyNameForRuntime(String, RuntimeType) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns specific property value for given
RuntimeType
. - getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
- getPropertyNames() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getPropertyNames() - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
- getPropertyNames() - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getPropertyNames() - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
- getPropertyNames() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
- getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
- getProvideLink() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
- getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
- getProviderClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get classes of registered providers.
- getProviderContracts(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Returns provider contracts recognized by Jersey that are implemented by the
clazz
. - getProviders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the configured
Providers
for thisBodyPart
. - getProviders() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
- getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get registered providers available in the runtime.
- getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get registered providers available in the runtime.
- getProviders(InjectionManager, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Get the set of default providers registered for the given service provider contract in the underlying
injection manager
container. - getQualifiedAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a list of languages that are acceptable for the message.
- getQualifiedAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a list of media types that are acceptable for a request.
- getQualifiedAcceptCharset() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getQualifiedAcceptEncoding() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getQualifier(Class<A>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getQualifiers() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getQualifiers() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getQualifiers() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's qualifiers.
- getQualifiers() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's qualifiers.
- getQualifiers() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getQualifiers(Annotation[]) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
-
Get me list of qualifiers included in given annotation list.
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableToken
- getQuality() - Method in interface org.glassfish.jersey.message.internal.Qualified
-
Get quality factor value (in [ppt]).
- getQuality() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Get quality source factor value (in [ppt]).
- getQuality(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Reads quality factor from given media type.
- getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Extract quality source information from the supplied
MediaType
value. - getQueryParameters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getQueryParameters(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getQueryType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the queryType property.
- getQueue() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Return a queue that will be used to temporarily store tasks when all threads in the thread pool are busy.
- getQueueLimit() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Get the limit of the queue, where tasks are temporarily stored when all threads are busy.
- getRank() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getRank() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's optional rank.
- getRank() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets rank of the service.
- getRank() - Method in interface org.glassfish.jersey.internal.inject.ServiceHolder
-
Gets ranking of the kept instance.
- getRank() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
- getRank() - Method in class org.glassfish.jersey.model.internal.RankedProvider
- getRate(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
- getRate(TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
-
The rate of values in this snapshot for one given time unit.
- getRawClass(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Given the type parameter gets the raw type represented by the type, or null if this has no associated raw class.
- getRawData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get the raw event data bytes.
- getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the resource method raw response type.
- getRawRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the response
Class
of theInvocable.handlingMethod
that will be used during the routing for the purpose of selection of the resource method. - getRawType() - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
- getRawType() - Method in class org.glassfish.jersey.model.Parameter
-
Get raw type information for the parameter.
- getReadDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the read-date parameter.
- getReader() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get reader interceptors of this request.
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
- getReaderInterceptors() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get reader interceptors bound to this context.
- getReaderInterceptors() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get all reader interceptors applicable to this request.
- getReaderInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all writer interceptors applicable to the
resource method
wrapped by this invoker. - getReaderModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getReaderModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of
MessageBodyReader
models that are suitable for the giventype
. - getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with a media type.
- getRealm() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the protection realm for the request.
- getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
- getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE source is lost.
- getReference() - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestContext
-
Get a "new" reference of the scope instance.
- getReference() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Get a "new" reference of the scope instance.
- getReference() - Method in interface org.glassfish.jersey.process.internal.RequestContext
-
Get a "new" reference of the scope instance.
- getRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get regular expression of path pattern of this runtime resource.
- getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the regular expression.
- getRegisteredClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
- getRegisteredClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource classes registered by the user in the current application.
- getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get resource classes registered by the user in the current application.
- getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get a set of string names of resource classes registered by the user.
- getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
- getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource instances registered by the user in the current application.
- getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get resource instances registered by the user in the current application.
- getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get a set of string names of classes of user registered instances.
- getRegistrations() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get an unmodifiable view of all component classes, for which a registration exists (either class or instance based) in the component bag.
- getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
- getRel() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rel property.
- getRel() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getRels() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getReportToErrorService() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Returns true if this exception should be reported to the error service when thrown during a creation or deletion of a service.
- getRepresentation() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the representation property.
- getRepresentation() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the representation property.
- getRepresentationDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
- getRepresentations() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- getRequest() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the request property.
- getRequest() - Method in class org.glassfish.jersey.server.ContainerRequest
- getRequestChildSpan(ContainerRequestContext) - Static method in class org.glassfish.jersey.opentracing.OpenTracingUtils
-
Create and start ad-hoc custom span with the default name as a child span of the request span (if available).
- getRequestChildSpan(ContainerRequestContext, String) - Static method in class org.glassfish.jersey.opentracing.OpenTracingUtils
-
Create and start ad-hoc custom span with a custom name as a child span of the request span (if available).
- getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the associated client request context paired with this response context.
- getRequestContext() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Get the associated container request context paired with this response context.
- getRequestCookies() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get any cookies that accompanied the message.
- getRequestCount() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the count of requests received measured in the time window.
- getRequestDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- getRequestEvent() - Method in class org.glassfish.jersey.micrometer.server.JerseyContext
- getRequestExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Get
execution statistics
that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container. - getRequestFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all bound request filters applicable to the
resource method
wrapped by this invoker. - getRequestHeader(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the values of an HTTP request header if the header exists on the current request.
- getRequestHeader(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the values of an HTTP request header if the header exists on the current request.
- getRequestHeaders() - Method in class org.glassfish.jersey.client.ClientRequest
- getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the values of HTTP request headers.
- getRequestMethod() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getRequestRepresentation(Class<?>, Method, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
- getRequestScope() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
RequestScope
. - getRequestScopedComponents() - Method in interface org.glassfish.jersey.internal.inject.ForeignRequestScopeBridge
-
Get me a set of classes that are managed outside of HK2 and should be treated as if HK2 request scoped.
- getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get a custom container extensions initializer for the current request.
- getRequestScopedInitializerProvider() - Method in interface org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
-
Give me a
RequestScopedInitializerProvider
instance, that will be utilized at runtime to set the actual HTTP Servlet request and response. - getRequestScopedInitializerProvider() - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- getRequestSpan(ContainerRequestContext) - Static method in class org.glassfish.jersey.opentracing.OpenTracingUtils
-
Resolve resource-level span.
- getRequestsPerSecond() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns average value of how many requests per second were received by application in the time window.
- getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the global application statistics of request execution.
- getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Get
execution statistics
that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container. - getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get request URI.
- getRequestUri() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getRequestUriBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getRequestURL() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns the URL of the request, including protocol, server name, optional port number, and server path.
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
- getRequiredJaxbContextPath() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
The jaxb context path that is used when the generated wadl application is marshalled to a file.
- getRequiredQualifiers() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This is the set of required qualifiers for this injectee.
- getRequiredQualifiers() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getRequiredType() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This is the required type of the injectee.
- getRequiredType() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the absolute URI of the ultimate request made to receive this response.
- getResolver() - Method in class org.glassfish.jersey.internal.inject.InjectionResolverBinding
-
Gets the injection resolver handled by this descriptor.
- getResource() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the resource property.
- getResource() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
- getResource() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide actual resource instance that will get validated.
- getResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
- getResourceAsStream(ClassLoader, Class<?>, String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Lookup resource by given name.
- getResourceBag() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getResourceBundle() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Tries to load resource bundle via OSGi means.
- getResourceBundle(Locale) - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Get the resource bundle of the given localization.
- getResourceBundle(Locale) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
- getResourceBundle(Locale) - Method in interface org.glassfish.jersey.internal.l10n.LocalizableMessageFactory.ResourceBundleSupplier
-
Gets the ResourceBundle.
- getResourceBundleName() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
-
Get the name of the localization messages resource bundle.
- getResourceBundleName() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
- getResourceBundleName() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getResourceClass() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getResourceClass() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
- getResourceClassStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the statistics for each resource
Class
that is deployed in the application. - getResourceConfig() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
- getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource config associated with the application.
- getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the resource config.
- getResourceContext() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getResourceLocator() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides a resource locator available on the resource.
- getResourceLocator() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Return the resource locator of this resource.
- getResourceLocators() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resource locators of all
resources
of this runtime resource. - getResourceMethod() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- getResourceMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
- getResourceMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Get a
resource method
for which thisResourceMethodStatistics
are calculated. - getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Get
execution statistics
that contain measurements of times only for execution of resource methods. - getResourceMethodInvokerBuilder() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides a non-null list of resource methods available on the resource.
- getResourceMethods() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resource methods (excluding resource locators) of all
resources
of this runtime resource. - getResourceMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Return the statistics for resource method.
- getResourceModel() - Method in interface org.glassfish.jersey.server.ExtendedResourceContext
-
Return
resource model
from which the current jersey application is built. - getResourceModel() - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
- getResourceModel() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
- getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get the resource model of the application.
- getResourceModel() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getResources() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resources property.
- getResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
Return all resources from this resource model.
- getResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resources creating this runtime resource.
- getResources() - Method in class org.glassfish.jersey.server.ResourceConfig
- getResources() - Method in interface org.glassfish.jersey.server.ServerConfig
-
Get programmatically modeled resources.
- getResources(String, ClassLoader) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
-
Find all resources with the given name using a class loader.
- getResourceType() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the resourceType property.
- getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resourceTypeOrMethodOrRepresentation property.
- getResponse() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the response property.
- getResponse(Class<?>, Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
- getResponseCodes() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
Returns statistics of response codes produces by the application.
- getResponseCodesToCountMap() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
- getResponseCodesToCountMap() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
-
Returns statistics of response codes produces by the application.
- getResponseContext() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
If the
ClientResponseContext
has been available at the time of theThrowable
occurrence, such as when thePostInvocationInterceptor
is processed, it will be available. - getResponseContext() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
- getResponseCookies() - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get any new cookies set on the message.
- getResponseDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- getResponseFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all bound response filters applicable to the
resource method
wrapped by this invoker. - getResponseStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get global application response statistics.
- getResponseStatus() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
Provides response status captured when
ResponseWriter.writeResponseStatusAndHeaders(long, org.glassfish.jersey.server.ContainerResponse)
has been invoked. - getResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the resource method generic response type information.
- getResponseWriter() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the container response writer for the current request.
- getReturnDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- getReturnDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- getReturnType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the return type of methods of this type.
- getReturnType(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the return type of the given method. - getReturnType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the return type of the given method descriptor. - getReturnTypeExample() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- getRev() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rev property.
- getRootElementName(Class<?>) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
Construct the name of the root element from it's Java type name.
- getRootName() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- getRootResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
Return root resources from this resource model.
- getRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the response type of the
Invocable.handlingMethod
that will be used during the routing for the purpose of selection of the resource method. - getRowKey() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the row key of this cell.
- getRuntimeConfig() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getRuntimeResourceModel() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
Return
runtime resource model
based on this this resource model. - getRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
-
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).
- getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
- getRuntimeType() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Mainly aimed to provide runtime type to abstract classes which extends this finder
- getRuntimeType() - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- getRuntimeType() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- getRuntimeType() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
- getSAXSource(SAXParserFactory, InputStream) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Create new
SAXSource
for a given entity input stream. - getScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get custom client scheduled executor service.
- getScheduledExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
- getSchema() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- getSchema() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- getSchema() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getScope() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getScope() - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
- getScope() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getScope() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
- getScope() - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Gets binding's optional scope.
- getScope() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets service's scope.
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the scope of the built contract provider model.
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider
- getScope() - Method in interface org.glassfish.jersey.model.Scoped
-
Get model component scope.
- getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
- getService() - Method in class org.glassfish.jersey.internal.inject.ClassBinding
-
Gets service' class.
- getService() - Method in class org.glassfish.jersey.internal.inject.InstanceBinding
-
Gets service' class.
- getServiceLocator() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- getServletConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the corresponding ServletConfig if this WebConfig represents a
ServletConfig
- getServletConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getServletConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getServletContext() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Get the servlet context for the servlet or filter, depending on how this class is registered.
- getServletContext() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the
ServletContext
. - getServletContext() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
- getServletContext() - Method in class org.glassfish.jersey.servlet.WebServletConfig
- getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
Get
Severity
. - getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
Get
Severity
. - getSignature() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the signature for the request.
- getSignatureMethod() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the signature method used to sign the request.
- getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
- getSize() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the size of this constant.
- getSize() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the size of values of this type.
- getSize() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the size parameter.
- getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
- getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
- getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
- getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method that JAX-RS container calls to try to figure out serialized length of given value.
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.kryo.internal.KryoMessageBodyProvider
- getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
- getSize(MultiPart, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartWriter
- getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
- getSnapshot(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
- getSnapshot(long, TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
-
Returns a snapshot of the reservoir's values at given time or newer.
- getSnapshot(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
- getSort() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the sort of this type.
- getSort() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the sort of this type reference.
- getSortedGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global reader interceptors sorted by priority.
- getSortedGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global request filters sorted by priority.
- getSortedGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global response filters sorted by priority.
- getSortedGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global writer interceptors sorted by priority.
- getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
The issue source.
- getSource() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter value source type.
- getSource() - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
- getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
The issue source.
- getSource() - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
Returns
Parameter.Source
which closely determines a function of the current supplier. - getSourceAnnotation() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter source annotation.
- getSourceName() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter source name, i.e.
- getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
- getStartTime() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
- getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the start time of the application.
- getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the start time of the application (when application was initialized).
- GETSTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- getStaticContentPattern() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Get the static content path pattern.
- getStatus() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the status property.
- getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
- getStatus() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
- getStatus() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
- getStatusInfo() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
- getStep(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getStereotypes() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getStereotypes() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Retrieve cached JAXB context capable of handling the given Java type.
- getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
- getStoredJAXBContext(Class) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
-
Get the stored JAXB context supporting the Java type.
- getStreamEntity() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Gets the underlying stream entity which will form the body part entity.
- getStringConstructorPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain constructor that has a single parameter of String.
- getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a multi-valued map representing outbound message headers with their values converted to strings.
- getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
- getStyle() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the style property.
- getStyle() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- getSubscription() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
-
Get reference to subscriber's
Flow.Subscription
. - getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
- getSuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
- getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of all successful exception mappings.
- getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of all successful exception mappings.
- getSuperName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the internal name of the super class (see
Type.getInternalName()
). - getSuperTypeIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by this type reference.
- getSupplier() - Method in class org.glassfish.jersey.internal.inject.SupplierInstanceBinding
-
Gets supplier's instance.
- getSupplierClass() - Method in class org.glassfish.jersey.internal.inject.SupplierClassBinding
-
Gets supplier's class.
- getSupplierScope() - Method in class org.glassfish.jersey.internal.inject.SupplierClassBinding
-
Gets supplier's scope.
- getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Returns values of Content-Encoding header supported by this encoder.
- getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- getSuspendTimeout() - Method in interface org.glassfish.jersey.server.model.Suspendable
-
Get the suspend timeout value in the given
time unit
. - getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- getSuspendTimeoutUnit() - Method in interface org.glassfish.jersey.server.model.Suspendable
-
Get the suspend
timeout value
time unit. - getSyncInvoker() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
Return invocation builder this reactive invoker was initialized with.
- getSystemProperties() - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get system properties.
- getSystemProperty(String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get system property.
- getSystemProperty(String, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get system property.
- getTag() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
- getTempDir() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Get the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
- getTemplate() - Method in interface org.glassfish.jersey.linking.mapping.ResourceMappingContext.Mapping
- getTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the template.
- getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
- getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI template as a String.
- getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the list of template variables for the template.
- getTerminationTimeout() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the provisioned thread pool executor termination time out (in milliseconds).
- getThreadFactory() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Return
ThreadFactory
that will be used to create thread pool threads. - getThrowables() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Get the mutable
Deque
of unhandledThrowables
occurred during the request (including previousPostInvocationInterceptor
processing). - getTimeInterval(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractTimeSnapshot
- getTimeInterval(TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
-
The time interval for which this snapshot was created.
- getTimestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the timestamp, a value expected to be a positive integer, typically containing the number of seconds since January 1, 1970 00:00:00 GMT (epoch).
- getTimeWindow() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the size of time window in milliseconds.
- getTimeWindowStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Returns time window statistics for available time window sizes.
- getTitle() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the title property.
- getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getToken() - Method in class org.glassfish.jersey.message.internal.Token
- getToken() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the request or access token.
- getTokenSecret() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Returns request or access token.
- getTotalMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
- getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of exception mappings that were performed on exceptions.
- getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of exception mappings that were performed on exceptions.
- getTracingLogger() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
Get tracing logger instance configured in via properties.
- getTryCatchBlockIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are visited with visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
- getType() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the type property.
- getType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the type property.
- getType() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the type.
- getType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get data type.
- getType() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- getType() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getType() - Method in class org.glassfish.jersey.model.Parameter
-
Get generic type information for the parameter.
- getType() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- getType() - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- getType() - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Return Type of
- getType() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
- getType() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the JAX-RS method type.
- getType() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Return the type of the event.
- getType() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Returns the
type
of this event. - getType() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
- getType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- getType() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- getType(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given class. - getType(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the method
Type
corresponding to the given constructor. - getType(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the method
Type
corresponding to the given method. - getType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given type descriptor. - getTypeArgument(Type, int) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get a type argument at particular index for a parameterized type.
- getTypeArgumentAndClass(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the list of class-type pairs that represent the type arguments of a
parameterized
input type. - getTypeArgumentIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeArguments(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get the type arguments for a parameterized type.
- getTypeParameterBoundIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type parameter bound, within the type parameter
TypeReference.getTypeParameterIndex()
, referenced by this type reference. - getTypeParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- getTypeParameters() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method type parameters.
- getTypes() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- getTypes() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Returns MediaType with wildcard in subtype.
- getUnmarshaller(Class) - Method in class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
-
Get JAXB unmarshaller for the type.
- getUnmarshaller(Class, MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Get the JAXB unmarshaller for the given class and media type.
- getUnmarshallerHandler() - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- getUnmarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Get unmarshaller properties.
- getUnsuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
- getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of all unsuccessful exception mappings.
- getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of all unsuccessful exception mappings.
- getUpdate() - Method in class org.glassfish.jersey.internal.util.JdkVersion
- getUri() - Method in class org.glassfish.jersey.client.ClientRequest
- getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- getUri() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the request URI.
- getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- getUriInfo() - Method in class org.glassfish.jersey.server.ContainerRequest
- getUriInfo() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- getUriInfo() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the
extended uri info
associated with this request. - getUriParts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get a collection of uri parts (static strings and dynamic arguments) as parsed by the parser.
- getUriStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the statistics for each URI that is exposed in the application.
- getUseParentHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- getValue() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the value property.
- getValue() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in visit methods related to type annotations, like visitTypeAnnotation.
- getValue() - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
- getValue() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the value of this cell.
- getValue() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the field value for this body part.
- getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the value.
- getValue() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
- getValue(double) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Returns the value at the given quantile.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Return value of a specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Returns value of a specified property.
- getValue(Map<String, ?>, String, T, Map<String, String>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Return value of a specified property.
- getValueAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the field value after appropriate conversion to the requested type.
- getValueFromConfig(String) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
Allows ancestors to work with native configuration providers
- getValueOf(T) - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
- getValueOfStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to obtain the static valueOf(String ) method.
- getValueParamProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- getValueProvider(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
-
Get an injected value provider for the parameter.
- getValueProvider(Parameter) - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Get an injected value provider for the parameter.
- getValues() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Returns the entire set of values in the snapshot.
- getValueWrapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- getVaryValue() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the value of HTTP Vary response header to be set in the response, or
null
if no value is to be set. - getVerifier() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the verifier code.
- getVersion() - Static method in class org.glassfish.jersey.internal.Version
-
Get Jersey version.
- getVersion() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the protocol version.
- getWadl(UriInfo) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
- getWadlParams() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- getWaitingConsumerCount() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.Returns an estimate of the number of consumers waiting to dequeue elements via
take
orpoll
. - getWebComponent() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Get
WebComponent
used by this servlet container. - getWeight() - Method in enum class org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
- getWeight() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider.PriorityType
-
Returns the weight of this priority.
- getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the message body workers associated with the request.
- getWorkers() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get context message body workers.
- getWorkQueue() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the work queue for the provisioned thread pool executor.
- getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Get the wrapped response message context.
- getWrappedStream() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Get the wrapped input stream instance.
- getWrappedSubscriber() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
- getWriter() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get writer interceptors of this request.
- getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all reader interceptors applicable to the
resource method
wrapped by this invoker. - getWriters(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with a media type.
- getWritersModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getWritersModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of
MessageBodyWriter
models that are suitable for the giventype
. - getXml2JsonNs() - Method in class org.glassfish.jersey.jettison.JettisonConfig
-
Returns a map for XML to JSON namespace mapping This property is valid for the
JettisonConfig.Notation.MAPPED_JETTISON
notation only. - getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
Get the
XMLStreamReader
for unmarshalling. - getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
- getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider
- GIF - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- GONE_410 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
410 Gone.
- GOTO - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- GracefulClosingStrategy() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.GracefulClosingStrategy
- grammars - Variable in class com.sun.research.ws.wadl.Application
- Grammars - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
- GrizzlyConnectorProvider - Class in org.glassfish.jersey.grizzly.connector
-
Connector provider for Jersey
connectors
that utilize Grizzly Asynchronous HTTP Client to send and receive HTTP request and responses. - GrizzlyConnectorProvider() - Constructor for class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Create new Grizzly Async HTTP Client connector provider.
- GrizzlyConnectorProvider(GrizzlyConnectorProvider.AsyncClientCustomizer) - Constructor for class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Create new Grizzly Async HTTP Client connector provider with a custom client configuration customizer.
- GrizzlyConnectorProvider.AsyncClientCustomizer - Interface in org.glassfish.jersey.grizzly.connector
-
A customization SPI for the async client instance underlying Grizzly connectors.
- GrizzlyConnectorProvider.RequestCustomizer - Interface in org.glassfish.jersey.grizzly.connector
-
A customization SPI for the async client request instances.
- GrizzlyHttpContainer - Class in org.glassfish.jersey.grizzly2.httpserver
-
Jersey
Container
implementation based on GrizzlyHttpHandler
. - GrizzlyHttpContainerProvider - Class in org.glassfish.jersey.grizzly2.httpserver
-
Container provider for containers based on Grizzly
HttpHandler
. - GrizzlyHttpContainerProvider() - Constructor for class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
- GrizzlyHttpServerFactory - Class in org.glassfish.jersey.grizzly2.httpserver
-
Factory for creating Grizzly Http Server.
- GrizzlyHttpServerProvider - Class in org.glassfish.jersey.grizzly2.httpserver
-
Server provider for servers based on Grizzly
HttpServer
. - GrizzlyHttpServerProvider() - Constructor for class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProvider
- GrizzlyWebContainerFactory - Class in org.glassfish.jersey.grizzly2.servlet
-
Factory for creating and starting Grizzly 2
HttpServer
instances for deploying aServlet
. - GuardianStringKeyMultivaluedMap<V> - Class in org.glassfish.jersey.internal.util.collection
-
The
MultivaluedMap
wrapper that is able to set guards observing changes of values represented by a key. - GuardianStringKeyMultivaluedMap(MultivaluedMap<String, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- GZ - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- GZipEncoder - Class in org.glassfish.jersey.message
-
GZIP encoding support.
- GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
-
Initialize GZipEncoder.
H
- H_GETFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_GETSTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_INVOKEINTERFACE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_INVOKESPECIAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_INVOKESTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_INVOKEVIRTUAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_NEWINVOKESPECIAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_PUTFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- H_PUTSTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- handle(HttpExchange) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
- handle(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
The main request/response processing entry point for Jersey container implementations.
- handle(Request, Response) - Method in class org.glassfish.jersey.simple.SimpleContainer
- Handle - Class in jersey.repackaged.org.objectweb.asm
-
A reference to a field or a method.
- Handle(int, String, String, String) - Constructor for class jersey.repackaged.org.objectweb.asm.Handle
-
Deprecated.this constructor has been superseded by
Handle(int, String, String, String, boolean)
. - Handle(int, String, String, String, boolean) - Constructor for class jersey.repackaged.org.objectweb.asm.Handle
-
Constructs a new field or method handle.
- handleCycle(K) - Method in interface org.glassfish.jersey.internal.util.collection.Cache.CycleHandler
-
Handle cycle that was detected while computing a cache value for given key.
- handledBy(Class<?>, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define a resource method handler binding.
- handledBy(Class<? extends Inflector>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define an inflector-based resource method handler binding.
- handledBy(Object, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define a resource method handler binding.
- handledBy(Inflector<ContainerRequestContext, ?>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define an inflector-based resource method handler binding.
- handleException(ClientRequest, T, E) - Method in interface org.glassfish.jersey.client.internal.ConnectorExtension
-
Exception handling method
- HandlerConstructor - Class in org.glassfish.jersey.server.model
-
Abstraction for a resource handler class constructor.
- handlerParameters(Collection<Parameter>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Parameters defined on the handler (i.e.
- handlingMethod(Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define a specific method of the handling class that will be executed.
- hasAttributeDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
- hasCompatibleConstructor() - Method in class org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer
- hasDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
-
Check if the parameter has a default value set.
- hasEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Check if there is a non-empty entity input stream is available in the message.
- hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Check if there is an entity available in the message.
- hasEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
- hasErrors() - Method in class org.glassfish.jersey.inject.cdi.se.injector.Collector
-
Returns true if this collector has errors.
- hasFlags(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Returns true if all the given flags were passed to the constructor.
- hash(String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
- hash(K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
-
Get the hash code of a key.
- hash(T) - Method in class org.glassfish.jersey.internal.guava.Equivalence
-
Returns a hash code for
t
. - HashBasedTable<R,
C, V> - Class in org.glassfish.jersey.internal.guava -
Implementation of
Table
using hash tables. - hashCode() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
- hashCode() - Method in class jersey.repackaged.org.objectweb.asm.Handle
- hashCode() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns a hash code value for this type.
- hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
- hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
- hashCode() - Method in class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
- hashCode() - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
- hashCode() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
- hashCode() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Returns the hash code for this multimap.
- hashCode() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- hashCode() - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
- hashCode() - Method in class org.glassfish.jersey.internal.guava.ForwardingSet
- hashCode() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns the hash code for this multimap.
- hashCode() - Method in interface org.glassfish.jersey.internal.guava.Table.Cell
-
Returns the hash code of this cell.
- hashCode() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns the hash code for this table.
- hashCode() - Method in class org.glassfish.jersey.internal.inject.AnnotationLiteral
- hashCode() - Method in class org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
- hashCode() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- hashCode() - Method in class org.glassfish.jersey.internal.inject.ServiceHolderImpl
- hashCode() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
- hashCode() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- hashCode() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- hashCode() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- hashCode() - Method in class org.glassfish.jersey.internal.util.LazyUid
- hashCode() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
- hashCode() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
- hashCode() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
- hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
- hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
- hashCode() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- hashCode() - Method in class org.glassfish.jersey.message.internal.LanguageTag
- hashCode() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
- hashCode() - Method in class org.glassfish.jersey.model.internal.CommonConfig
- hashCode() - Method in class org.glassfish.jersey.model.Parameter
- hashCode() - Method in class org.glassfish.jersey.server.ChunkedOutput
- hashCode() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
- hashCode() - Method in class org.glassfish.jersey.SslConfigurator
- hashCode() - Method in class org.glassfish.jersey.uri.PatternWithGroups
- hashCode() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Hash code is calculated from String of the regular expression generated from the template.
- HashMultimap<K,
V> - Class in org.glassfish.jersey.internal.guava -
Implementation of
Multimap
using hash tables. - hasLink(String) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Check if link for relation exists.
- hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- hasLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
- hasMatchingMediaType(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Helper method used to check whether given media type is supported by this provider.
- hasMatchingMediaType(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
-
Helper method used to check whether given media type is supported by this provider.
- hasMatchingMediaTypeForReading(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Helper method used to check whether given media type is supported by this provider for read operations (when binding input data such as POST body).
- hasMatchingMediaTypeForWriting(MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Helper method used to check whether given media type is supported by this provider for writing operations, such as when converting response object to response body of request (like GET or POST).
- hasNext() - Method in class org.glassfish.jersey.internal.guava.AbstractIterator
- hasNext() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- hasNext() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Check if there is a next stage present in the continuation.
- hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
- hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
- hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
- hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
- hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- hasNumParams(int) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list that have the specific number of parameters.
- hasProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
- hasProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
- hasProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns
true
if the property with the given name registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- hasProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
- hasProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
- hasProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
- hasRepresentations() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- hasReturnType(Class<?>) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list that declare the specified return type.
- hasTransientReferenceParameter - Variable in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- hasWaitingConsumer() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.Returns
true
if there is at least one consumer waiting to dequeue an element viatake
orpoll
. - head() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- head(InvocationCallback<Response>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- HEAD - Enum constant in enum class com.sun.research.ws.wadl.HTTPMethods
- header - Variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
The offset in bytes of the ClassFile's access_flags field.
- header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- header(String, Object) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add an arbitrary header.
- header(String, Object) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Add a new header value.
- header(String, Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- HEADER - Enum constant in enum class com.sun.research.ws.wadl.ParamStyle
- HEADER - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Header parameter injection source.
- HEADER - Enum constant in enum class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
If present in the filter configuration, causes the filter to look for a method override in the X-HTTP-Method-Override header.
- HEADER_ACCEPT - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
-
Request header name to switch on request tracing.
- HEADER_CONTENT_TYPE_OPTIONS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
This header is useful on Windows, trying to deal with potential XSS attacks.
- HEADER_LOGGER - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
-
Request header name to set JDK logger name suffix to identify a request logs.
- HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
-
Name of the header this filter will attach to the request.
- HEADER_NAME - Static variable in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
-
Name of the header this filter will attach to the request.
- HEADER_THRESHOLD - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
-
Request header name to change application default tracing level.
- HEADER_VALUE_READ_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Attempt to read the header value failed.
- HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
-
A provider that supports the conversion of an HTTP header, of type T, to and from a
String
. - HeaderDelegateProviders() - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
- HeaderParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.HeaderParamException
- headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- headers(MultivaluedMap<String, Object>) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Replaces all existing headers with the newly supplied headers.
- headers(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Add new headers.
- headers(String, Iterable<?>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Add new header values.
- headers(String, Object...) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Add new header values.
- headers(Map<String, List<String>>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Add new headers.
- HEADERS_ONLY - Enum constant in enum class org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Only content of HTTP headers is logged.
- HeadersRequestFilter - Class in org.glassfish.jersey.microprofile.restclient
-
Server side request filter used for propagation of request headers to server client request.
- HeadersRequestFilter() - Constructor for class org.glassfish.jersey.microprofile.restclient.HeadersRequestFilter
- HeaderUtils - Class in org.glassfish.jersey.message.internal
-
Utility class supporting the processing of message headers.
- HeaderValueException - Exception in org.glassfish.jersey.message.internal
-
Processing exception
indicating that an attempt to read a value of a header failed. - HeaderValueException(String, Throwable, HeaderValueException.Context) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
-
Create a new header value exception from message, cause and context.
- HeaderValueException(String, HeaderValueException.Context) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
-
Create a new header value exception from message and context.
- HeaderValueException.Context - Enum Class in org.glassfish.jersey.message.internal
-
Context that contains header problems causing this exception (e.g.
- headSet(E) - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
- HIGH - Enum constant in enum class org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
High priority.
- hint(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
-
Add a hint to the list of messages.
- HINT - Enum constant in enum class org.glassfish.jersey.Severity
-
Hint.
- HINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
HINT: {0}
- HINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The following hints have been detected: {0}
- HK_2_CLEARING_CACHE(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
Clearing Jersey HK2 caches.
- HK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
- HK_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
Provider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}.
- HK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
HK2 service reification failed for [{0}] with an exception: {1}
- HK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
Unknown HK2 failure detected: {0}
- HK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
-
Unknown parent of InjectionManager, ServiceLocator should be used instead of: {0}.
- HK2_INJECTION_MANAGER_STRATEGY - Static variable in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
-
Hk2 Injection manager strategy.
- Hk2BootstrapBinder - Class in org.glassfish.jersey.inject.hk2
-
AbstractBinder
that registers all components needed for a proper bootstrap of Jersey based on HK2 framework. - Hk2CustomBoundTypesProvider - Interface in org.glassfish.jersey.ext.cdi1x.spi
-
Helper SPI to help specify Jersey HK2 custom bound types that should be HK2-injectable into CDI components.
- Hk2InjectionManagerFactory - Class in org.glassfish.jersey.inject.hk2
-
Factory which is able to create
InjectionManager
instance using service loading and automatically initialize injection manager usingparent
or immediately registers binder. - Hk2InjectionManagerFactory() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
- Hk2ReferencingFactory<T> - Class in org.glassfish.jersey.inject.hk2
-
Factory that provides injection of the referenced instance.
- Hk2ReferencingFactory(Provider<Ref<T>>) - Constructor for class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
-
Create new referencing injection factory.
- Hk2Registrables - Class in org.glassfish.jersey.inject.hk2
- Hk2Registrables() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2Registrables
- Hk2RequestScope - Class in org.glassfish.jersey.inject.hk2
- Hk2RequestScope() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2RequestScope
- Hk2RequestScope.Instance - Class in org.glassfish.jersey.inject.hk2
-
Implementation of the request scope instance.
- HmaSha1Method - Class in org.glassfish.jersey.oauth1.signature
-
An OAuth signature method that implements HMAC-SHA1.
- HmaSha1Method() - Constructor for class org.glassfish.jersey.oauth1.signature.HmaSha1Method
- host(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- HOST - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI host component type.
- hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- href - Variable in class com.sun.research.ws.wadl.Include
- href - Variable in class com.sun.research.ws.wadl.Method
- href - Variable in class com.sun.research.ws.wadl.Param
- href - Variable in class com.sun.research.ws.wadl.Representation
- hreflang() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies the lang of the referenced resource
- hreflang() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Specifies the lang of the referenced resource
- HTM - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- HTML - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- HTTP_AUTHENTICATION_BASIC_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the
client request
usingClientRequestContext.setProperty(String, Object)
in order to override the password for http basic authentication feature for the request. - HTTP_AUTHENTICATION_BASIC_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the
client request
usingClientRequestContext.setProperty(String, Object)
in order to override the username for http basic authentication feature for the request. - HTTP_AUTHENTICATION_DIGEST_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the
client request
usingClientRequestContext.setProperty(String, Object)
in order to override the password for http digest authentication feature for the request. - HTTP_AUTHENTICATION_DIGEST_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the
client request
usingClientRequestContext.setProperty(String, Object)
in order to override the username for http digest authentication feature for the request. - HTTP_AUTHENTICATION_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the
client request
usingClientRequestContext.setProperty(String, Object)
in order to override the password for http authentication feature for the request. - HTTP_AUTHENTICATION_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Key of the property that can be set into the
client request
usingClientRequestContext.setProperty(String, Object)
in order to override the username for http authentication feature for the request. - HTTP_BODY_SIZE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Body size exceeds declared size"
- HTTP_CHUNK_ENCODING_PREFIX_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"The chunked encoding length prefix is too large."
- HTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Cannot try to establish connection if the connection is in other than CREATED state.
- HTTP_CONNECTION_INVALID_HANDSHAKE_STATUS(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Trying to handshake, but SSL engine not in HANDSHAKING state.
- HTTP_CONNECTION_NOT_IDLE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Http request cannot be sent over a connection that is in other state than IDLE.
- HTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Comments are not allowed.
- HTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
End of header.
- HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
No characters between the separators "{0}" and "{1}".
- HTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
No end separator "{0}".
- HTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unbalanced comments.
- HTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unbalanced quoted string.
- HTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
White space not allowed.
- HTTP_INITIAL_LINE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"HTTP packet initial line is too large."
- HTTP_INVALID_CHUNK_SIZE_HEX_VALUE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Invalid byte representing a hex value within a chunk length encountered : {0}"
- HTTP_INVALID_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Invalid format of content length code."
- HTTP_METHOD_OVERRIDE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines configuration of HTTP method overriding.
- HTTP_NEGATIVE_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Content length cannot be less than 0."
- HTTP_NON_PROXY_HOSTS - Static variable in class org.glassfish.jersey.ExternalProperties
-
Property used to indicate the hosts that should be accessed without going through the proxy.
- HTTP_PACKET_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"HTTP packet header is too large."
- HTTP_PROXY_HOST - Static variable in class org.glassfish.jersey.ExternalProperties
-
Property used to specify the hostname, or address, of the proxy server.
- HTTP_PROXY_PASSWORD - Static variable in class org.glassfish.jersey.ExternalProperties
-
Property used to specify the password to authenticate with the proxy.
- HTTP_PROXY_PORT - Static variable in class org.glassfish.jersey.ExternalProperties
-
Property used to specify the port number of the proxy server.
- HTTP_PROXY_USER - Static variable in class org.glassfish.jersey.ExternalProperties
-
Property used to specify the user name to authenticate with the proxy.
- HTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Body size is not available in chunked body mode."
- HTTP_REQUEST_NO_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"This HTTP request does not have a body."
- HTTP_REQUEST_NO_BUFFERED_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Buffered body is available only in buffered body mode."
- HTTP_SERVLET_REQUEST_TYPE - Variable in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- HTTP_SERVLET_RESPONSE_TYPE - Variable in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- HTTP_TRAILER_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"The chunked encoding trailer header is too large."
- HTTP_UNEXPECTED_CHUNK_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Unexpected HTTP chunk header."
- HTTP_VERSION - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
HTTP version - if null or instance of HttpClient.Version.HTTP_1_1 the version will be set to HTTP_1_1 if version is HttpClient.Version.HTTP_2 the client will attempt to perform each request using HTTP_2 protocol but if not supported by server, the protocol will be still HTTP_1_1
- HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
505 HTTP Version Not Supported.
- HttpAuthenticationFeature - Class in org.glassfish.jersey.client.authentication
-
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
- HttpAuthenticationFeature.BasicBuilder - Interface in org.glassfish.jersey.client.authentication
-
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication. - HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
-
Builder that creates instances of
HttpAuthenticationFeature
. - HttpAuthenticationFeature.UniversalBuilder - Interface in org.glassfish.jersey.client.authentication
-
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports basic and digest authentication. - HttpDateFormat - Class in org.glassfish.jersey.message.internal
-
Helper class for HTTP specified date formats.
- HTTPDATEFORMAT - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
- HttpDateFormat.HttpDateFormatter - Interface in org.glassfish.jersey.message.internal
- HttpHeaderReader - Class in org.glassfish.jersey.message.internal
-
An abstract pull-based reader of HTTP headers.
- HttpHeaderReader() - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReader
- HttpHeaderReader.Event - Enum Class in org.glassfish.jersey.message.internal
-
TODO javadoc.
- HttpHeaders - Interface in org.glassfish.jersey.http
-
Additional HTTP headers that are not listed in Jakarta REST
HttpHeaders
. - httpLongRequestTags(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProvider
- httpLongRequestTags(RequestEvent) - Method in interface org.glassfish.jersey.micrometer.server.JerseyTagsProvider
-
Provides tags to be associated with the
LongTaskTimer
which instruments the given long-runningevent
. - httpMethod(String) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the associated HTTP method name.
- HttpMethodOverrideFilter - Class in org.glassfish.jersey.server.filter
-
A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
- HttpMethodOverrideFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
-
Create a filter that reads the configuration (
ServerProperties.HTTP_METHOD_OVERRIDE
) from the providedResourceConfig
instance. - HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source...) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
-
Initializes this filter setting the sources of information the filter should look for.
- HttpMethodOverrideFilter.Source - Enum Class in org.glassfish.jersey.server.filter
-
Enumeration representing possible sources of information about the method overriding the filter should look for.
- HTTPMethods - Enum Class in com.sun.research.ws.wadl
-
Java class for HTTPMethods.
- httpRequestTags(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProvider
- httpRequestTags(RequestEvent) - Method in interface org.glassfish.jersey.micrometer.server.JerseyTagsProvider
-
Provides tags to be associated with metrics for the given
event
. - HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Detected non-empty entity on a HTTP GET request.
- HttpUrlConnector - Class in org.glassfish.jersey.client.internal
-
Default client transport connector using
HttpURLConnection
. - HttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Constructor for class org.glassfish.jersey.client.internal.HttpUrlConnector
-
Create new
HttpUrlConnector
instance. - HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
-
Default Jersey client
connector
provider that provides connector instances which delegate HTTP requests toHttpURLConnection
for processing. - HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Create new
HttpURLConnection
-based Jersey client connector provider. - HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
-
A factory for
HttpURLConnection
instances.
I
- I_AM_A_TEAPOT_418 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
418 I'm a teapot.
- I2B - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- I2C - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- I2D - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- I2F - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- I2L - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- I2S - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IADD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IAND - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_0 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_3 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_4 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_5 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ICONST_M1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- id - Variable in class com.sun.research.ws.wadl.Method
- id - Variable in class com.sun.research.ws.wadl.Param
- id - Variable in class com.sun.research.ws.wadl.Representation
- id - Variable in class com.sun.research.ws.wadl.Resource
- id - Variable in class com.sun.research.ws.wadl.ResourceType
- id(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
-
Set event id.
- identity() - Static method in class org.glassfish.jersey.internal.guava.Equivalence
-
Returns an equivalence that uses
==
to compare values andSystem.identityHashCode(Object)
to compute the hash code. - identity() - Static method in class org.glassfish.jersey.process.internal.Stages
-
Get a chainable "identity" stage.
- IDIV - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IDLE_CONNECTION_PRUNE_TIMEOUT - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
This property determines the number of seconds the idle connections are kept in the pool before pruned.
- IF_ACMPEQ - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ACMPNE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ICMPEQ - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ICMPGE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ICMPGT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ICMPLE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ICMPLT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_ICMPNE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IF_RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-if-range">HTTP Semantics documentation}
- IFEQ - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFGE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFGT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFLE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFLT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFNE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFNONNULL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IFNULL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IGNORE_EXCEPTION_RESPONSE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Ignore a response in an exception thrown by the client API by not forwarding it to this service's client.
- IGNORE_SEBOOTSTRAP_CONFIGURATION_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
"SeBootstrap.Configuration property {0} is not of expected type {1} and it is ignored.
- IGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
- IGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}].
- IGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}].
- ignoreUserAgent() - Method in class org.glassfish.jersey.client.ClientRequest
-
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
- ignoreUserAgent(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
-
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
- IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
-
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
- IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
-
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
- IINC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
"{0}" property value ({1}) does not represent a valid client configuration class.
- ILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal configuration-file syntax.
- ILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal initial capacity: {0}.
- ILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal load factor: {0}.
- ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal provider-class name: {0}.
- ILOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IM_USED_226 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
226 IM used.
- ImmediateClosingStrategy() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectionClosingStrategy.ImmediateClosingStrategy
- immediateFailedFuture(Throwable) - Static method in class org.glassfish.jersey.internal.guava.Futures
-
Returns a
ListenableFuture
which has an exception set immediately upon construction. - immediateFuture(V) - Static method in class org.glassfish.jersey.internal.guava.Futures
-
Creates a
ListenableFuture
which has its value set immediately upon construction. - ImmediateHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
-
Implementation of
InjectionManager
that is able to register and inject services. - immutableCell(R, C, V) - Static method in class org.glassfish.jersey.internal.guava.Tables
-
Returns an immutable cell with the specified row key, column key, and value.
- ImmutableCollectors - Class in org.glassfish.jersey.internal.util.collection
-
Set of convenient function regarding a collection immutability.
- ImmutableCollectors() - Constructor for class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
- ImmutableCommonConfig - Class in org.glassfish.jersey.model.internal
-
Immutable runtime configuration.
- ImmutableCommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Create new immutable copy of the original runtime configuration.
- ImmutableCommonConfig(CommonConfig, String) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Create new immutable copy of the original runtime configuration with a custom modification error message.
- immutableCopy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get immutable copy of a component bag.
- immutableEntry(K, V) - Static method in class org.glassfish.jersey.internal.guava.Maps
-
Returns an immutable map entry with the specified key and value.
- immutableKey() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
-
Method called to create a safe immutable copy of the key; used when adding entry with this key -- lookups are ok without calling the method.
- ImmutableMultivaluedMap<K,
V> - Class in org.glassfish.jersey.internal.util.collection -
An immutable view of a
MultivaluedMap
. - ImmutableMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
-
Creates a new ImmutableMultivaluedMap.
- immutableRef(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new immutable
Ref
instance referencing the given input value. - IMUL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- in(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's scope.
- in(String) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Sets the binding's scope.
- in(Collection<? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Predicates
-
Returns a predicate that evaluates to
true
if the object reference being tested is a member of the given collection. - IN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.
- IN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Unable to parse inbound event retry value [{0}] as decimal number.
- INBOUND - Enum constant in enum class org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Inbound context.
- InboundEvent - Class in org.glassfish.jersey.media.sse
-
Inbound event.
- inboundHeaders() - Method in interface org.glassfish.jersey.microprofile.restclient.InboundHeadersProvider
-
Return inbound request headers.
- InboundHeadersProvider - Interface in org.glassfish.jersey.microprofile.restclient
-
This provider is executed if no headers found for propagation from inbound request via normal propagation mechanism.
- InboundMessageContext - Class in org.glassfish.jersey.message.internal
-
Base inbound message context implementation.
- InboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Deprecated.
- InboundMessageContext(boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Deprecated.
- InboundMessageContext(Configuration) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Create new inbound message context.
- InboundMessageContext(Configuration, boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
-
Create new inbound message context.
- include - Variable in class com.sun.research.ws.wadl.Grammars
- Include - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Include() - Constructor for class com.sun.research.ws.wadl.Include
- INCLUDE_ALL - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that accepts any contract provider model.
- INEG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- InetAddresses - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to
InetAddress
instances. - Inflecting<T> - Class in org.glassfish.jersey.server.model
-
Inflector provider resource model component.
- Inflecting<DATA,
RESULT> - Interface in org.glassfish.jersey.process.internal -
Interface that is used to indicate that the instance provides an
Inflector
. - Inflecting() - Constructor for class org.glassfish.jersey.server.model.Inflecting
- inflector() - Method in interface org.glassfish.jersey.process.internal.Inflecting
-
Get the inflector capable of transforming supplied data into a result.
- Inflector<DATA,
RESULT> - Interface in org.glassfish.jersey.process -
A generic interface for transforming data into a result.
- info - Variable in class jersey.repackaged.org.objectweb.asm.Label
-
A user managed state associated with this label.
- info(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- INFO - Enum constant in enum class org.glassfish.jersey.opentracing.OpenTracingFeature.Verbosity
-
Only logs basic Jersey processing related events.
- INFO_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
-
HTTPS server will be created with no SSL context defined.
- Info1xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Info1xx
- inheritServerProviders() - Element in annotation interface org.glassfish.jersey.server.ClientBinding
-
Determine whether providers present in the server-side configuration should be inherited by the bound client configuration (
true
) or not (false
). - init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
- init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
- init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
- init() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
- init() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Invoked before all methods related to wadl-building are invoked.
- init() - Method in class org.glassfish.jersey.servlet.ServletContainer
- init(FilterConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.client.internal.inject.ParameterUpdaterConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
- init(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
-
Pre-initialization method should only register services into
InjectionManager
and populateBootstrapBag
. - init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.DynamicFeatureConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.FeatureConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.inject.ParamConverterConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.ResourceModelConfigurator
- init(ApplicationEventListener, ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
-
Initializes the instance with listener that must be called and initialization event.
- init(WebConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Initiate the Web component.
- INIT_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Initiating Jersey application, version {0}...
- INIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
The syntax is invalid for the regular expression "{0}" associated with the initialization parameter "{1}".
- initAsyncContext(Value<AsyncContext>) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Lazily initialize
AsyncContext
for this request processing context. - Initializable<T extends Initializable<T>> - Interface in org.glassfish.jersey.client
-
Initializable Jersey client-side component.
- INITIALIZATION_APP_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Initialization of
jersey application
is finished but the server might not be started and ready yet to serve requests (this will be indicated by theApplicationEvent.Type.INITIALIZATION_FINISHED
event). - INITIALIZATION_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Initialization of the application has finished, server is started and application is ready to handle requests now.
- INITIALIZATION_START - Enum constant in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Initialization of the application has started.
- initialize(InjectionManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
- initialize(InjectionManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
- initialize(InjectionManager) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Must be initialize at the time of completed populated
InjectionManager
. - initialize(InjectionManager) - Method in interface org.glassfish.jersey.server.spi.RequestScopedInitializer
-
Perform request-scoped initialization.
- initialize(InjectionManager) - Method in interface org.glassfish.jersey.spi.ComponentProvider
-
Initializes the component provider with a reference to a injection manager instance, which will get used in the application to manage individual components.
- initializeAfterBeanDiscovery(EnhancedAnnotatedType<T>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
Copied method from the parent class because of a custom type of
Instantiator
is used in this implementation. - initReader(ObjectReader) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- initResource(T) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
- initTracingSupport(TracingConfig, TracingLogger.Level, ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
-
According to configuration/request header it initialize
TracingLogger
and put it to the request properties. - initWriter(ObjectWriter) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- inject(Object) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- inject(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- inject(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Analyzes the given object and inject into its fields and methods.
- inject(Object, String) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- inject(Object, String) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- inject(Object, String) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
This will analyze the given object and inject into its fields and methods.
- inject(T, CreationalContext<T>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
- inject(T, CreationalContext<T>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
- INJECTED_WEBTARGET_URI_INVALID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
"@Uri" annotation value is not a valid URI template: "{0}"
- Injectee - Interface in org.glassfish.jersey.internal.inject
-
An Injectee represents the point of injection.
- InjecteeImpl - Class in org.glassfish.jersey.internal.inject
-
An Injectee represents the point of injection.
- InjecteeImpl() - Constructor for class org.glassfish.jersey.internal.inject.InjecteeImpl
- InjecteeSkippingAnalyzer - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Class analyzer that ignores given injection points.
- InjecteeSkippingAnalyzer(ClassAnalyzer, Map<Class<?>, Set<Method>>, Map<Class<?>, Set<Field>>, BeanManager) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
- INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot instantiate {0} class.
- INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot instantiate {0} class.
- INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not find a suitable constructor in {0} class.
- INJECTION_MANAGER_FACTORY_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
InjectionManagerFactory not found.
- INJECTION_MANAGER_NOT_PROVIDED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
InjectionManager is not provided.
- INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
InjectionManagerStrategy is not supported: {0}.
- injectionManager() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Get injection manager.
- injectionManager(InjectionManager) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set runtime DI injection manager.
- InjectionManager - Interface in org.glassfish.jersey.internal.inject
-
Interface provides the communication API between Jersey and Dependency Injection provider.
- InjectionManagerClientProvider - Class in org.glassfish.jersey.client
-
Extension of
InjectionManagerProvider
which contains helper static methods that extractInjectionManager
from client specific JAX-RS components. - InjectionManagerClientProvider() - Constructor for class org.glassfish.jersey.client.InjectionManagerClientProvider
- InjectionManagerFactory - Interface in org.glassfish.jersey.internal.inject
-
Factory which is able to create
InjectionManager
. - InjectionManagerInjectedTarget - Interface in org.glassfish.jersey.ext.cdi1x.internal.spi
-
CDI
injection target
that is co-injected by injection manager. - InjectionManagerProvider - Class in org.glassfish.jersey
-
Utility class with static methods that extract
injection manager
from various JAX-RS components. - InjectionManagerProvider() - Constructor for class org.glassfish.jersey.InjectionManagerProvider
- InjectionManagerStore - Interface in org.glassfish.jersey.ext.cdi1x.internal.spi
-
injection manager
designed for JerseyCDI extension
. - InjectionManagerSupplier - Interface in org.glassfish.jersey.internal.inject
-
Implementation of this interface is capable of returning
InjectionManager
. - injectionResolver(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new injection resolver binding.
- InjectionResolver<T extends Annotation> - Interface in org.glassfish.jersey.internal.inject
-
This class allows users to provide a custom injection target for any annotation (including
@Inject
). - InjectionResolverBinding<T extends InjectionResolver> - Class in org.glassfish.jersey.internal.inject
-
Class which has the fields containing the instance of
InjectionResolver
and its a concrete type. - InjectionResolverWrapper<T extends Annotation> - Class in org.glassfish.jersey.inject.hk2
-
This class wraps the jersey class
InjectionResolver
to make HK2 version of this provided functionality. - Injections - Class in org.glassfish.jersey.internal.inject
-
Injection binding utility methods.
- Injections() - Constructor for class org.glassfish.jersey.internal.inject.Injections
- InjectionTargetListener - Interface in org.glassfish.jersey.ext.cdi1x.internal.spi
-
An extension interface for implementations of
InjectionManagerStore
. - InjectionUtils - Class in org.glassfish.jersey.inject.cdi.se.injector
-
Utility class for processing of an injection.
- InjectLink - Annotation Interface in org.glassfish.jersey.linking
-
Specifies a link injection target in a returned representation bean.
- InjectLink.Extension - Annotation Interface in org.glassfish.jersey.linking
- InjectLink.Style - Enum Class in org.glassfish.jersey.linking
-
Styles of URI supported
- InjectLink.Util - Class in org.glassfish.jersey.linking
- InjectLinkNoFollow - Annotation Interface in org.glassfish.jersey.linking
-
Specifies on a field that should be ignored by Link recursive introspection.
- InjectLinks - Annotation Interface in org.glassfish.jersey.linking
-
Used to request the addition of a set of links, can be used for both link headers on a Class or injection into a List or Link[] property.
- INNER_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- INPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Input stream has been closed.
- InputStreamProvider - Class in org.glassfish.jersey.message.internal
- InputStreamProvider() - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters.InputStreamProvider
- InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
- inResponseProcessing() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Notify this request that the response created from this request is already being processed.
- install(AbstractBinder...) - Method in class org.glassfish.jersey.internal.inject.AbstractBinder
-
Adds all binding definitions from the binders to the binding configuration.
- INSTANCE - Static variable in class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
-
An
ClientAsyncExecutor
annotation instance. - INSTANCE - Static variable in class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
-
An
ClientBackgroundScheduler
annotation instance. - INSTANCE - Static variable in class org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
-
Custom
annotation instance to use for injection bindings and related queries. - INSTANCE - Static variable in class org.glassfish.jersey.server.BackgroundSchedulerLiteral
-
BackgroundScheduler
annotation instance. - INSTANCE - Static variable in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
-
Instance of empty request event builder.
- INSTANCE - Static variable in class org.glassfish.jersey.server.ManagedAsyncExecutorLiteral
-
ManagedAsyncExecutor
annotation instance. - InstanceBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound directly as a specific instance.
- INSTANCEOF - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- INSTANCEOF - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type declared in an 'instanceof' instruction.
- InstanceSupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
-
This class is used as a bridge between
HK2 Factory
and JDKSupplier
. - INSUFFICIENT_STORAGE_507 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
507 Insufficient Storage.
- INT - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the
int
type. - INT_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The
int
type. - INTEGER - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- integrationServerJvm() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
This method is executed from a server (Jetty for instance) during the integration test phase.
- integrationServerJvm() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
-
This method is executed from a server (Jetty for instance) during the integration test phase.
- integrationTestJvm() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.
- integrationTestJvm() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
-
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.
- INTERNAL_SERVER_ERROR_500 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
500 Internal Server Error.
- InternalProperties - Class in org.glassfish.jersey.internal
-
Internal common (server/client) Jersey configuration properties.
- InternalServerProperties - Class in org.glassfish.jersey.server.internal
-
Jersey internal server-side configuration properties.
- intersect(List<? extends MediaType>, List<? extends MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Determine if the two list of media types share a common
type-equal
sub-list. - interval(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
- interval(TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
-
The time interval this reservoir stores data of.
- interval(TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
- INVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Invalid value for {0} configuration property: {1}
- INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
-
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
- INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
-
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
- INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
-
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
- INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
-
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
- INVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid host name.
- INVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Provided {0} property value "{1}" is invalid.
- INVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The key in {0} mappings record "{1}" is empty.
- INVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Provided {0} property value type is invalid.
- INVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The value in {0} mappings record "{1}" is empty.
- INVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid port value.
- INVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
- invalidateUriComponentViews() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
Invalidate internal URI component cache views.
- InvalidCacheLoadException(String) - Constructor for exception org.glassfish.jersey.internal.guava.CacheLoader.InvalidCacheLoadException
- InvalidSecretException - Exception in org.glassfish.jersey.oauth1.signature
-
Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
- InvalidSecretException() - Constructor for exception org.glassfish.jersey.oauth1.signature.InvalidSecretException
-
Constructs an invalid OAuth secret exception with no detail message.
- InvalidSecretException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.InvalidSecretException
-
Constructs an invalid OAuth secret exception with the specified detail message.
- Invocable - Class in org.glassfish.jersey.server.model
-
A common interface for invocable resource components.
- invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
- InvocationBuilderListener - Interface in org.glassfish.jersey.client.spi
-
Implementations of this interface will be notified when a new Invocation.Builder is created.
- InvocationBuilderListener.InvocationBuilderContext - Interface in org.glassfish.jersey.client.spi
-
An
Invocation.Builder
subset of setter methods. - invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
- invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
- invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalNamedInvoker
- invoke(String, Object[], String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
- invoke(ClientRequest, T) - Method in interface org.glassfish.jersey.client.internal.ConnectorExtension
-
Main function which allows extension of connector's functionality
- invoke(Closure<InputStream>) - Method in class org.glassfish.jersey.internal.util.Closing
- invoke(T) - Method in interface org.glassfish.jersey.internal.util.Closure
-
Invoke the closure on the data.
- INVOKEDYNAMIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- INVOKEINTERFACE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- invokeManaged(Producer<Response>) - Method in interface org.glassfish.jersey.server.AsyncContext
-
Invoke the provided response producer in a Jersey-managed asynchronous thread.
- INVOKESPECIAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- INVOKESTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- INVOKEVIRTUAL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IO_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
-
Value of the property indicates the buffer size to be used for I/O operations on byte and character streams.
- IO_DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
-
The default buffer size (8192) for I/O operations on byte and character streams.
- IOR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IREM - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IRETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- isAbsolute() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
Check whether or not the URI represented by this
UriBuilder
is absolute. - isAcceptable(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
-
Check if the class is acceptable as a JAX-RS provider or resource.
- isActive() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
- isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
- isActive() - Method in class org.glassfish.jersey.simple.SimpleTraceAnalyzer
- isAlternative() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- isAlternative() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.Parameter
- isArray(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Checks if the type is an array type.
- isArrayOfType(Type, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Checks if the type is an array of a given component type.
- isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
-
Returns true if the request is called asynchronously using
AsyncInvoker
- isCancelled() - Method in class org.glassfish.jersey.client.ClientRequest
-
Returns
true
if thisClientRequest
was cancelled before it completed normally. - isCancelled() - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
- isChunked() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Returns
true
if the response entity is aChunkedOutput
instance. - isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Return whether the method handler
creates instances
based onclasses
. - isClosed() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Check if the chunked input has been closed.
- isClosed() - Method in class org.glassfish.jersey.client.JerseyClient
-
Check client state.
- isClosed() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Check if the committing output stream has been closed already.
- isClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Get the closed status of this input stream.
- isClosed() - Method in class org.glassfish.jersey.server.ChunkedOutput
-
Get state information.
- isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Check if this thread pool executor provider has been
closed
. - isCodeAttribute() - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Returns true if this type of attribute is a Code attribute.
- isCommitted() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Determine whether the stream was already committed or not.
- isCommitted() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Returns
true
if the entity stream has been committed. - isCommitted() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Returns
true
if the entity stream has been committed. - isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
- isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
- isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl
- isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
- isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
- isConstructorParameterIndicator() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method should return true if the annotation that indicates that this is an injection point can appear in the parameter list of a constructor.
- isConstructorParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
- isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the
custom
flag value. - isDaemon() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Return
true
if thread pool threads are daemons. - isDebug() - Method in interface org.glassfish.jersey.simple.SimpleServer
-
If this is true then very low level I/O operations are logged.
- isDebugLoggable() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
-
Check if the debug level is loggable.
- isDefaultSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
-
Get information about used
SSLContext
. - isDefaultSslContext() - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Get information about used
SSLContext
. - isDelegate() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- isDerived() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Return flag value whether the
MediaType
was not defined by annotation and therefore was derived from Message Body Providers. - isDetailedWadlRequested(UriInfo) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlUtils
-
Return
true
if generation of full WADL withextended resources
is requested. - isDone() - Method in class org.glassfish.jersey.internal.guava.AbstractFuture
- isEmpty() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Check if the event is empty (i.e.
- isEmpty() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Check if the underlying entity stream is empty.
- isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
- isEnabled(Feature) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- isEnabled(Feature) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- isEnabled(Feature) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- isEnabled(Feature) - Method in class org.glassfish.jersey.server.ResourceConfig
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.server.ResourceConfig
- isEnabled(JaxRSFeature) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- isEncoded() - Method in class org.glassfish.jersey.model.Parameter
-
If
true
, the injected parameter value should remain encoded. - isEndOfInput() - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- isExtended() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the flag indicating whether the resource is extended.
- isExtended() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
- isFactory() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns
true
if the injectee value is provided usingSupplier
. - isFactory() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- isFor(Class<?>) - Method in interface org.glassfish.jersey.jaxb.FeatureSupplier
-
Define whether the feature set is for the instances of the given class.
- isFor(Class<?>) - Method in interface org.glassfish.jersey.jaxb.PropertySupplier
-
Define whether the property set is for the instances of the given class.
- isFor(Class<?>) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Determine whether the Factory is for the given class to be instantiated.
- isFormattedOutput() - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
- isFormattedOutput() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- isGetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine whether a given method is
getter
. - isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Checks whether the character
c
is hexadecimal character. - ISHL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- ISHR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- isHttps() - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
-
If the protocol schema is
HTTPS
, returntrue
. - isImmediateStrategy() - Static method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
-
Check HK2 Strategy property
Hk2InjectionManagerFactory.HK2_INJECTION_MANAGER_STRATEGY
and returnstrue
if the current HK2 Strategy is "immediate". - isIncludeRoot() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
-
Check if the invocable represents an
inflector processing method
. - isInitialized() - Method in interface org.glassfish.jersey.internal.util.collection.LazyUnsafeValue
-
Check if the lazy value has been initialized already (i.e.
- isInitialized() - Method in interface org.glassfish.jersey.internal.util.collection.LazyValue
-
Check if the lazy value has been initialized already (i.e.
- isInterface() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns true if the owner of the field or method designated by this handle is an interface.
- isJaxbAvailable() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns true iff JAX-B API is available on classpath.
- isJaxbImplAvailable() - Static method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- isJaxbType(Class<?>) - Method in interface org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider.JaxbTypeChecker
- isJaxRsProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Returns
true
if given component class is a JAX-RS provider. - isJaxRsServiceLoadingEnabled(Map<String, Object>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Check whether loading of JAX-RS services is allowed or not.
- isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
Test if a tracing support is enabled (according to
propertiesDelegate
setting) and ifevent
can be logged (according toevent.level
and threshold level set). - isLoggable(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- isManagedAsyncDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- isManagedAsyncDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
-
Check if the component is marked to be executed asynchronously by using an internal Jersey
executor service
. - isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
-
Determine whether this provider is able to process a supplied exception instance.
- isMappedFromException() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Returns true if the response is result of the exception (for example created during
exception mapping
). - isMappedIPv4Address(String) - Static method in class org.glassfish.jersey.internal.guava.InetAddresses
-
Evaluates whether the argument is an "IPv4 mapped" IPv6 address.
- isMarshalEmptyCollections() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- isMetaInfServicesEnabled(Map<String, Object>, RuntimeType) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Determine whether
CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE
does not globally disable META-INF/services lookup on client/server. - isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl
- isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
- isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
- isMethodParameterIndicator() - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method should return true if the annotation that indicates that this is an injection point can appear in the parameter list of a method.
- isMethodParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
- isNameBound() - Method in class org.glassfish.jersey.model.ContractProvider
- isNameBound() - Method in interface org.glassfish.jersey.model.NameBound
-
Check if the component is bound or not.
- isNameBound() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- isNamespaceAware() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- isNotPublic() - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list that are not public.
- isNullable() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
- isNullable() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
- isObservedAndReset(String) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
Return true when the value represented by the key has changed.
- isOpen() - Method in class org.glassfish.jersey.media.sse.EventSource
-
Check if this event source instance has already been
opened
. - isOpen() - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
- isOptional() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns
true
if this injection point is annotated with VOptional. - isOptional() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- isPackageLevelEntry(String, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Returns whether the given entry path is located directly in the provided package path.
- isPresentIn(int) - Method in enum class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns
true
if the bit corresponding to this flag is set in a given integer value. - isPrimitive(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Check if the given type is a primitive type.
- isPrixiable(Class<? extends Annotation>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolver
-
Returns
true
if one of the proxiable annotations is present on the clazz. - isPrixiable(Injectee) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolver
-
Returns
true
if one of the proxiable annotations is present on the clazz into which values are injected. - isProperty(Object) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get the value of the property converted to
boolean
. - isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
- isProperty(String) - Method in interface org.glassfish.jersey.ExtendedConfig
-
Get the value of the property with a given name converted to
boolean
. - isProperty(String) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- isProperty(String) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- isProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
- isProperty(Map<String, Object>, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
-
Get the value of the property with a given name converted to
boolean
. - isProvider() - Method in interface org.glassfish.jersey.internal.inject.Injectee
-
This method returns
true
if the injectee value is provided usingProvider
. - isProvider() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- isProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Returns
true
if the given component class is a provider (implements specific interfaces). - isProvider(Type) - Static method in class org.glassfish.jersey.inject.cdi.se.injector.InjectionUtils
- isProxiable() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets information whether the service is proxiable.
- isProxiedForSameScope() - Method in class org.glassfish.jersey.internal.inject.Binding
-
Gets information whether the service creates the proxy for the same scope.
- isPublic(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Return
true
iff the method is public. - isPublic(Executable) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Return
true
iff the executable is public. - isQualified() - Method in class org.glassfish.jersey.model.Parameter
-
Check if the parameter is qualified.
- isQualified() - Method in class org.glassfish.jersey.server.model.Parameter
-
Check if the parameter is
qualified
. - isReadable(MessageBodyReader<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Safely invokes
isReadable
method on the supplied provider. - isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonLowLevelProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jsonb.internal.JsonBindingProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.kryo.internal.KryoMessageBodyProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.EntityPartReader
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.SingleEntityPartReader
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.PathProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
-
Safely invokes
isReadable
method on the underlying provider. - isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.microprofile.restclient.SseMessageBodyReader
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.moxy.json.internal.ConfigurableMoxyJsonProvider
- isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Check if the connection retry time has been set in the event.
- isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Check if the connection retry time has been set in the event.
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- isRegistered(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
- isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
- isRegistered(Object) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- isRegistered(Object) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- isRegistered(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- isRegistered(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
- isRegistrable(Class<?>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- isRegistrable(Class<?>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- isRegistrable(Class<?>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Tests whether the provided
clazz
can be registered by the implementation of theInjectionManager
. - isRepeating() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the repeating property.
- isRequired() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the required property.
- isResponseSuccessfullyMapped() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- isResponseSuccessfullyMapped() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Returns
true
if the response was successfully mapped from an exception byexception mappers
. - isResponseWritten() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- isResponseWritten() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Returns
true
if the response has been successfully written. - isSetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine whether a given method is
setter
. - isShutdown() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- isShutdown() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- isShutdown() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
- isSimple() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
- isSse() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Check whether the resource method will be producing Server-sent event stream.
- isSseSinkParam(Class<?>) - Static method in class org.glassfish.jersey.server.model.internal.SseTypeResolver
- isSubClassOf(Type, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Check if
subType
is a sub-type ofsuperType
. - isSuccess() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
- isSuccess() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Return
true
if the request and response has been successfully processed. - isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Check if the given media type is supported by this JAXB entity provider.
- isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonArrayProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonLowLevelProvider
- isSupported(MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider.General
- isSupported(MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider.General
- isSupportedContract(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Check if the given Java type is a Jersey-supported contract.
- isSupportedWebServer(Class<? extends WebServer>, Class<T>, SeBootstrap.Configuration) - Static method in interface org.glassfish.jersey.server.spi.WebServerProvider
-
Utility function that matches
WebServerProvider
supported type with the user type passed either asServerProperties.WEBSERVER_CLASS
property (higher priority) or by theuserType
argument (lower priority). - isSuspendDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- isSuspendDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
-
Check if the component is marked for suspending.
- isTemplate() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Returns true when this
UriPart
is a template with a variable - isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Ascertain if a template variable is a member of this template.
- ISTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- isTransient() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- ISUB - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- isUnknown() - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isUnsafeSupported() - Method in class org.glassfish.jersey.internal.util.JdkVersion
-
Returns true if
sun.misc.Unsafe
is present in the current JDK version, or false otherwise. - isUriInetAddress(String) - Static method in class org.glassfish.jersey.internal.guava.InetAddresses
-
Returns
true
if the supplied string is a valid URI IP string literal,false
otherwise. - isValidating() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- isWadlGenerationEnabled() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- isWadlGenerationEnabled() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get WADL generation status.
- isWildcard(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Check if the given media type is a wildcard type.
- isWildcardSubType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Returns True if SubType of
MediaType
was originally defined as wildcard. - isWildcardType() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
-
Returns true if Type of
MediaType
was originally defined as wildcard. - isWriteable(MessageBodyWriter<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Safely invokes
isWriteable
method on the supplied provider. - isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonLowLevelProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.jsonb.internal.JsonBindingProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.kryo.internal.KryoMessageBodyProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.EntityPartWriter
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartWriter
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.multipart.internal.SingleEntityPartWriter
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.PathProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
-
Safely invokes
isWriteable
method on the underlying provider. - isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.moxy.json.internal.ConfigurableMoxyJsonProvider
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
- isXdkDocumentBuilderFactory(DocumentBuilderFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
-
Determines whether the given
builderFactory
is from XDK package or not. - isXdkParserFactory(SAXParserFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
-
Determines whether the given SAX
parserFactory
is from XDK package or not. - isXIncludeAware() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- isXmlRootElementProcessing() - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
- isXmlTransformAvailable() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Returns true iff javax.xml.transform package is available on classpath.
- iterator() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- iterator() - Method in class org.glassfish.jersey.internal.ServiceFinder
-
Returns discovered objects incrementally.
- iterator() - Method in class org.glassfish.jersey.server.model.MethodList
-
Iterator over the list of
annotated methods
contained in this method list. - Iterators - Class in org.glassfish.jersey.internal.guava
-
This class contains static utility methods that operate on or return objects of type
Iterator
. - IUSHR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- IXOR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
J
- JACKSON - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
-
Standard Jackson annotations, defined in Jackson core and databind packages
- JacksonAutoDiscoverable - Class in org.glassfish.jersey.jackson.internal
-
AutoDiscoverable
registeringJacksonFeature
if the feature is not already registered. - JacksonAutoDiscoverable() - Constructor for class org.glassfish.jersey.jackson.internal.JacksonAutoDiscoverable
- JacksonFeature - Class in org.glassfish.jersey.jackson
-
Feature used to register Jackson JSON providers.
- JacksonFeature() - Constructor for class org.glassfish.jersey.jackson.JacksonFeature
-
Default constructor enables registering Jackson's exception mappers
- JacksonFeatures - Annotation Interface in org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation
-
Annotation that can be used enable and/or disable various features for
ObjectReader
s andObjectWriter
s. - JacksonFilteringFeature - Class in org.glassfish.jersey.jackson.internal
-
Feature
adding support for Entity Data Filtering into Jackson media module. - JacksonFilteringFeature() - Constructor for class org.glassfish.jersey.jackson.internal.JacksonFilteringFeature
- JacksonJaxbJsonProvider - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
-
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
- JacksonJaxbJsonProvider() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
-
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
- JacksonJaxbJsonProvider(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
-
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
- JacksonJaxbJsonProvider(Annotations...) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
- JacksonJaxbJsonProvider(JsonMapperConfigurator) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJaxbJsonProvider
- JacksonJsonProvider - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
-
Basic implementation of JAX-RS abstractions (
MessageBodyReader
,MessageBodyWriter
) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s). - JacksonJsonProvider() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
-
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
- JacksonJsonProvider(ObjectMapper) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- JacksonJsonProvider(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
-
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
- JacksonJsonProvider(Annotations...) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- JacksonJsonProvider(JsonMapperConfigurator) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- JacksonMapperConfigurator - Class in org.glassfish.jersey.jackson.internal
- JacksonMapperConfigurator(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.JacksonMapperConfigurator
- JAR_SCANNER_UNABLE_TO_CLOSE_FILE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unable to close Jar file.
- JAR_SCANNER_UNABLE_TO_READ_ENTRY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unable to read the next Jar entry.
- JarFileScanner - Class in org.glassfish.jersey.server.internal.scanning
-
A utility class that scans entries in jar files.
- JarFileScanner(InputStream, String, boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.JarFileScanner
-
Create new JAR file scanner.
- JavaNetHttpClientProperties - Class in org.glassfish.jersey.jnh.connector
-
Provides configuration properties for a
JavaNetHttpConnector
. - JavaNetHttpConnector - Class in org.glassfish.jersey.jnh.connector
-
Provides a Jersey client
Connector
, which internally uses Java'sHttpClient
. - JavaNetHttpConnector(Client, Configuration) - Constructor for class org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
-
Constructs a new
Connector
for a Jersey client instance using Java'sHttpClient
. - JavaNetHttpConnectorProvider - Class in org.glassfish.jersey.jnh.connector
-
A provider class for a Jersey client
Connector
using Java'sHttpClient
. - JavaNetHttpConnectorProvider() - Constructor for class org.glassfish.jersey.jnh.connector.JavaNetHttpConnectorProvider
- JAXB - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
-
Standard JAXB annotations, used in a way that approximates expected definitions (since JAXB defines XML aspects, not all features map well to JSON handling)
- JAXB_PROCESS_XML_ROOT_ELEMENT - Static variable in class org.glassfish.jersey.message.MessageProperties
-
If set to
true
then XML root element tag name for collections will be derived from@XmlRootElement
annotation value and won't be de-capitalized. - JaxbAutoDiscoverable - Class in org.glassfish.jersey.jaxb.internal
-
JAXB
ForcedAutoDiscoverable
that registers all necessary JAXB features into the injection manager directly. - JaxbAutoDiscoverable() - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
- jaxbMarshaller - Variable in class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
- JaxbMessagingBinder - Class in org.glassfish.jersey.jaxb.internal
-
Binder for JAX-B message body workers.
- JaxbMessagingBinder() - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
- JaxbParamConverterBinder - Class in org.glassfish.jersey.jaxb.internal
-
Binder for JAXB parameter converter.
- JaxbParamConverterBinder() - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbParamConverterBinder
- JaxbStringReaderProvider - Class in org.glassfish.jersey.jaxb.internal
-
String reader provider producing
param converter provider
that support conversion of a string value into a JAXB instance. - JaxbStringReaderProvider(Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider
-
Create JAXB string reader provider.
- JaxbStringReaderProvider.RootElementProvider - Class in org.glassfish.jersey.jaxb.internal
-
Root element JAXB
param converter
. - jaxbUnmarshaller - Variable in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- JAXRS_APPLICATION_CLASS - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
Application configuration initialization property whose value is a fully qualified class name of a class that implements
Application
. - JAXRS_FEATURE_DEFAULTS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- JAXRS_SERVICE_LOADING_ENABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
Allows API services loading.
- JaxRSFeature - Enum Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
-
Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.
- JaxrsProviders - Class in org.glassfish.jersey.internal
-
Jersey implementation of JAX-RS
Providers
contract. - JaxrsProviders(Provider<MessageBodyWorkers>, Provider<ContextResolvers>, Provider<ExceptionMappers>) - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
- JaxrsProviders.ProvidersConfigurator - Class in org.glassfish.jersey.internal
-
Configurator which initializes and registers
Providers
instance intoInjectionManager
andBootstrapBag
. - JdkConnector - Class in org.glassfish.jersey.jdk.connector.internal
- JdkConnector(Client, Configuration) - Constructor for class org.glassfish.jersey.jdk.connector.internal.JdkConnector
- JdkConnectorProperties - Class in org.glassfish.jersey.jdk.connector
-
Configuration options specific to
JdkConnector
. - JdkConnectorProvider - Class in org.glassfish.jersey.jdk.connector
- JdkConnectorProvider() - Constructor for class org.glassfish.jersey.jdk.connector.JdkConnectorProvider
- JdkHttpHandlerContainer - Class in org.glassfish.jersey.jdkhttp
-
Jersey
Container
implementation based on Java SEHttpServer
. - JdkHttpHandlerContainerProvider - Class in org.glassfish.jersey.jdkhttp
-
Container provider for containers based on lightweight Java SE HTTP Server's
HttpHandler
. - JdkHttpHandlerContainerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
- JdkHttpServerFactory - Class in org.glassfish.jersey.jdkhttp
-
Factory for creating
JDK HttpServer
instances to run Jersey applications. - JdkHttpServerProvider - Class in org.glassfish.jersey.jdkhttp
-
Server provider for servers based on JDK
HttpServer
. - JdkHttpServerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpServerProvider
- JdkVersion - Class in org.glassfish.jersey.internal.util
-
JDK Version related utilities.
- JERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Mapping conflict.
- JERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
The Jersey servlet application, named {0}, has no servlet mapping.
- JERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.
- JERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Registering the Jersey servlet application, named {0}, with the Application class of the same name.
- JERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}
- JERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.
- jersey.repackaged.org.objectweb.asm - package jersey.repackaged.org.objectweb.asm
- JerseyBean<T> - Class in org.glassfish.jersey.inject.cdi.se.bean
-
Jersey-specific abstract class which implements
Bean
interface. - JerseyChunkedInput - Class in org.glassfish.jersey.netty.connector.internal
-
Netty
ChunkedInput
implementation which also serves as an output stream to JerseyContainerResponseContext
. - JerseyChunkedInput(Channel) - Constructor for class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- JerseyClassAnalyzer - Class in org.glassfish.jersey.inject.hk2
-
Implementation of the
ClassAnalyzer
that supports selection of the constructor with largest number of parameters as defined in and required by JAX-RS specification. - JerseyClassAnalyzer.Binder - Class in org.glassfish.jersey.inject.hk2
-
Binder for the JAX-RS compliant class analyzer implementation.
- JerseyClient - Class in org.glassfish.jersey.client
-
Jersey implementation of
JAX-RS Client
contract. - JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance using a default configuration.
- JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClient(Configuration, SSLContext, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
-
Create a new Jersey client instance.
- JerseyClientBuilder - Class in org.glassfish.jersey.client
-
Jersey provider of
JAX-RS client builder
. - JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
-
Create new Jersey client builder instance.
- JerseyCompletionStageRxInvoker - Class in org.glassfish.jersey.client
-
Implementation of Reactive Invoker for
CompletionStage
. - JerseyConstructorInjectionPoint<T> - Class in org.glassfish.jersey.inject.cdi.se.injector
-
Class that creates a new instance using the provided constructor, selects and injects the values.
- JerseyConstructorInjectionPoint(EnhancedAnnotatedConstructor<T>, Bean<T>, BeanManagerImpl, Collection<InjectionResolver>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
-
Creates a new constructor injection point suitable for Jersey components.
- JerseyContext - Class in org.glassfish.jersey.micrometer.server
-
A
ReceiverContext
for Jersey. - JerseyContext(RequestEvent) - Constructor for class org.glassfish.jersey.micrometer.server.JerseyContext
- JerseyEntityPartBuilderProvider - Class in org.glassfish.jersey.media.multipart
-
Jersey implementation of
EntityPart.Builder
. - JerseyEntityPartBuilderProvider() - Constructor for class org.glassfish.jersey.media.multipart.JerseyEntityPartBuilderProvider
- JerseyErrorService - Class in org.glassfish.jersey.inject.hk2
-
Jersey implementation of HK2 Error Service to provide improved reporting of HK2 issues, that may be otherwise hidden (ignored).
- JerseyErrorService() - Constructor for class org.glassfish.jersey.inject.hk2.JerseyErrorService
- JerseyErrorService.Binder - Class in org.glassfish.jersey.inject.hk2
-
Binder for the Jersey implementation of HK2
ErrorService
contract. - JerseyExpectContinueHandler - Class in org.glassfish.jersey.netty.connector
- JerseyExpectContinueHandler() - Constructor for class org.glassfish.jersey.netty.connector.JerseyExpectContinueHandler
- JerseyFlowSubscriber<T> - Interface in org.glassfish.jersey.internal.jsr166
- JerseyInjectionTarget<T> - Class in org.glassfish.jersey.inject.cdi.se.injector
-
Wrapper for
InjectionTarget
that implements the functionality of injecting using JAX-RS annotations into provided instances. - JerseyInjectionTarget(EnhancedAnnotatedType<T>, BasicInjectionTarget<T>, Bean<T>, Class<T>, Collection<InjectionResolver>, Instantiator<T>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
Creates a new injection target which is able to delegate an injection to
delegate injection target
and inject the fields that are Jersey-specific. - JerseyInjectionTarget(BasicInjectionTarget<T>, Bean<T>, Class<T>, Collection<InjectionResolver>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
Creates a new injection target which is able to delegate an injection to
delegate injection target
and inject the fields that are Jersey-specific. - JerseyInjectionTarget(BasicInjectionTarget<T>, Class<T>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
Creates a new injection target which is able to delegate an injection to
delegate injection target
and inject the fields that are Jersey-specific. - JerseyInvocation - Class in org.glassfish.jersey.client
-
Jersey implementation of
JAX-RS client-side request invocation
contract. - JerseyInvocation.Builder - Class in org.glassfish.jersey.client
-
Jersey-specific
client invocation builder
. - JerseyLink - Class in org.glassfish.jersey.message.internal
-
Jersey implementation of
JAX-RS Link
contract. - JerseyLink.Builder - Class in org.glassfish.jersey.message.internal
-
Jersey implementation of
JAX-RS Link.Builder
contract. - JerseyObservationConvention - Interface in org.glassfish.jersey.micrometer.server
-
Provides names and
KeyValues
for Jersey request observations. - JerseyObservationDocumentation - Enum Class in org.glassfish.jersey.micrometer.server
-
An
ObservationDocumentation
for Jersey. - JerseyPriorities - Class in org.glassfish.jersey
-
Built-in Jersey-specific priority constants to be used along with
Priorities
where finer-grained categorization is required. - JerseyProcessingUncaughtExceptionHandler - Class in org.glassfish.jersey.process
-
Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
- JerseyProcessingUncaughtExceptionHandler() - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
-
Create new Jersey processing uncaught exception handler.
- JerseyProcessingUncaughtExceptionHandler(Level) - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
-
Create new Jersey processing uncaught exception handler.
- JerseyProxyResolver - Class in org.glassfish.jersey.inject.cdi.se.injector
-
Class working with JAX-RS/Jersey types injected using
Context
annotation and all other types which can be injected using using other*Param
annotations. - JerseyProxyResolver() - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolver
- JerseyPublisher<T> - Class in org.glassfish.jersey.internal.util
-
Implementation of
Flow.Publisher
corresponding to reactive streams specification. - JerseyPublisher() - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
-
Creates a new JerseyPublisher using the
ForkJoinPool.commonPool()
for async delivery to subscribers (unless it does not support a parallelism level of at least two, in which case, a new Thread is created to run each task), with maximum buffer capacity of 256 and defaultJerseyPublisher.PublisherStrategy
, which isJerseyPublisher.PublisherStrategy.BEST_EFFORT
. - JerseyPublisher(int) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
-
Creates a new JerseyPublisher using the
ForkJoinPool.commonPool()
for async delivery to subscribers (unless it does not support a parallelism level of at least two, in which case, a new Thread is created to run each task), with specified maximum buffer capacity and defaultJerseyPublisher.PublisherStrategy
, which isJerseyPublisher.PublisherStrategy.BEST_EFFORT
. - JerseyPublisher(Executor) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
-
Creates a new JerseyPublisher using the given
Executor
for async delivery to subscribers, with the default maximum buffer size of 256 and defaultJerseyPublisher.PublisherStrategy
, which isJerseyPublisher.PublisherStrategy.BEST_EFFORT
. - JerseyPublisher(Executor, int, JerseyPublisher.PublisherStrategy) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
-
Creates a new JerseyPublisher using the given
Executor
for async delivery to subscribers, with the given maximum buffer size for each subscriber and givenJerseyPublisher.PublisherStrategy
. - JerseyPublisher(Executor, JerseyPublisher.PublisherStrategy) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
-
Creates a new JerseyPublisher using the given
Executor
for async delivery to subscribers, with the default maximum buffer size of 256 and givenJerseyPublisher.PublisherStrategy
. - JerseyPublisher(JerseyPublisher.PublisherStrategy) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher
-
Creates a new JerseyPublisher using the
ForkJoinPool.commonPool()
for async delivery to subscribers (unless it does not support a parallelism level of at least two, in which case, a new Thread is created to run each task), with maximum buffer capacity of 256 and givenJerseyPublisher.PublisherStrategy
. - JerseyPublisher.PublisherStrategy - Enum Class in org.glassfish.jersey.internal.util
- JerseyPublisher.SubscriberWrapper<T> - Class in org.glassfish.jersey.internal.util
- JerseyQueryParamStyle - Enum Class in org.glassfish.jersey.uri
-
JerseyQueryParamStyle is used to specify the desired format of query param when multiple values are sent for the same parameter.
- JerseyRequestTimeoutHandler - Class in org.glassfish.jersey.server.internal
-
Common
ContainerResponseWriter.suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler)
andContainerResponseWriter.setSuspendTimeout(long, TimeUnit)
handler that can be used inContainerResponseWriter
implementations instead of the underlying infrastructure. - JerseyRequestTimeoutHandler(ContainerResponseWriter, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Create request timeout handler for the giver
response writer
. - JerseyResourceContext - Class in org.glassfish.jersey.server.internal
-
Jersey implementation of JAX-RS
resource context
. - JerseyResourceContext(Function<Class<?>, ?>, Consumer<Object>, Consumer<Binding>) - Constructor for class org.glassfish.jersey.server.internal.JerseyResourceContext
-
Creates a new JerseyResourceContext.
- JerseyRestClientBuilderResolver - Class in org.glassfish.jersey.microprofile.restclient
- JerseyRestClientBuilderResolver() - Constructor for class org.glassfish.jersey.microprofile.restclient.JerseyRestClientBuilderResolver
- JerseySeBootstrapConfiguration - Class in org.glassfish.jersey.server
-
Jersey implementation of
SeBootstrap.Configuration
implementing arbitrary methods for acquiring the configuration settings. - JerseySeBootstrapConfiguration.Builder - Class in org.glassfish.jersey.server
- JerseyServletContainerInitializer - Class in org.glassfish.jersey.servlet.init
-
ServletContainerInitializer
implementation used for Servlet 3.x deployment. - JerseyServletContainerInitializer() - Constructor for class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
- JerseySseEventSource - Class in org.glassfish.jersey.media.sse.internal
-
SseEventSource
implementation. - JerseySseEventSource.Builder - Class in org.glassfish.jersey.media.sse.internal
-
SseEventSource.Builder
implementation. - JerseySseEventSourceBuilder - Class in org.glassfish.jersey.media.sse
-
Public
SseEventSource.Builder
implementation. - JerseySseEventSourceBuilder() - Constructor for class org.glassfish.jersey.media.sse.JerseySseEventSourceBuilder
- JerseyTags - Class in org.glassfish.jersey.micrometer.server
-
Factory methods for
Tags
associated with a request-response exchange that is handled by Jersey server. - JerseyTagsProvider - Interface in org.glassfish.jersey.micrometer.server
-
Provides
Tags
for Jersey request metrics. - JerseyUriBuilder - Class in org.glassfish.jersey.uri.internal
-
A Jersey implementation of
UriBuilder
. - JerseyUriBuilder() - Constructor for class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
Create new implementation of
UriBuilder
. - JerseyVetoed - Annotation Interface in org.glassfish.jersey.ext.cdi1x.internal
-
Use this to annotate types included in Jersey libraries that are to be CDI managed as defined by the
CdiComponentProvider
- JerseyWebTarget - Class in org.glassfish.jersey.client
-
Jersey implementation of
JAX-RS client target
contract. - JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
-
Create new web target instance.
- JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
-
Create new web target instance.
- JettisonArrayProvider - Class in org.glassfish.jersey.jettison.internal.entity
-
Low-level JSON media type message entity provider (reader & writer) for
JSONArray
. - JettisonArrayProvider.App - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonArrayProvider.General - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonConfig - Class in org.glassfish.jersey.jettison
-
An immutable configuration of JSON notation and options.
- JettisonConfig.Builder - Class in org.glassfish.jersey.jettison
-
Builder class for constructing
JettisonConfig
options - JettisonConfig.MappedJettisonBuilder - Class in org.glassfish.jersey.jettison
-
Builder class for constructing
JettisonConfig
options for theJettisonConfig.Notation.MAPPED_JETTISON
convention. - JettisonConfig.Notation - Enum Class in org.glassfish.jersey.jettison
-
Enumeration of supported JSON notations.
- JettisonConfigured - Interface in org.glassfish.jersey.jettison
-
An interface declaring a JSON configuration is available.
- JettisonFeature - Class in org.glassfish.jersey.jettison
-
Feature used to register Jettison JSON providers.
- JettisonFeature() - Constructor for class org.glassfish.jersey.jettison.JettisonFeature
- JettisonJaxbContext - Class in org.glassfish.jersey.jettison
-
An adaption of
JAXBContext
that supports marshalling and unmarshalling of JAXB beans using the JSON format. - JettisonJaxbContext(Class...) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Constructs a new instance with default
JettisonConfig
. - JettisonJaxbContext(Class[], Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Constructs a new instance with a custom set of properties.
- JettisonJaxbContext(String) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Construct a new instance of using context class loader of the thread with default
JettisonConfig
. - JettisonJaxbContext(String, ClassLoader) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Construct a new instance using a specified class loader with default
JettisonConfig
. - JettisonJaxbContext(String, ClassLoader, Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Construct a new instance using a specified class loader and a custom set of properties.
- JettisonJaxbContext(JettisonConfig, Class...) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Constructs a new instance with given
JettisonConfig
. - JettisonJaxbContext(JettisonConfig, Class[], Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Constructs a new instance with a custom set of properties.
- JettisonJaxbContext(JettisonConfig, String) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Construct a new instance of using context class loader of the thread with given
JettisonConfig
. - JettisonJaxbContext(JettisonConfig, String, ClassLoader, Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Construct a new instance using a specified class loader, set of properties and
JettisonConfig
. - JettisonJaxbElementProvider - Class in org.glassfish.jersey.jettison.internal.entity
-
JSON message entity media type provider (reader & writer) for
JAXBElement
type. - JettisonJaxbElementProvider.App - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonJaxbElementProvider.General - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonJaxbMarshaller - Class in org.glassfish.jersey.jettison.internal
-
JSON JAXB marshaller.
- JettisonJaxbMarshaller(JAXBContext, JettisonConfig) - Constructor for class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- JettisonJaxbUnmarshaller - Class in org.glassfish.jersey.jettison.internal
-
JSON JAXB unmarshaller.
- JettisonJaxbUnmarshaller(JAXBContext, JettisonConfig) - Constructor for class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- JettisonListElementProvider - Class in org.glassfish.jersey.jettison.internal.entity
-
JSON message entity media type provider (reader & writer) for collection types.
- JettisonListElementProvider.App - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonListElementProvider.General - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonLowLevelProvider<T> - Class in org.glassfish.jersey.jettison.internal.entity
-
Abstract, low-level JSON media type message entity provider (reader & writer).
- JettisonLowLevelProvider(Class<T>) - Constructor for class org.glassfish.jersey.jettison.internal.entity.JettisonLowLevelProvider
- JettisonMarshaller - Interface in org.glassfish.jersey.jettison
-
A JSON marshaller responsible for serializing Java content trees, defined by JAXB, to JSON data.
- JettisonObjectProvider - Class in org.glassfish.jersey.jettison.internal.entity
-
Low-level JSON media type message entity provider (reader & writer) for
JSONObject
. - JettisonObjectProvider.App - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonObjectProvider.General - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonRootElementProvider - Class in org.glassfish.jersey.jettison.internal.entity
-
JSON message entity media type provider (reader & writer) for JAXB types that are annotated with
@XmlRootElement
or@XmlType
. - JettisonRootElementProvider.App - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonRootElementProvider.General - Class in org.glassfish.jersey.jettison.internal.entity
- JettisonUnmarshaller - Interface in org.glassfish.jersey.jettison
-
A JSON unmarshaller responsible for deserializing JSON data to a Java content tree, defined by JAXB.
- Joiner - Class in org.glassfish.jersey.internal.guava
- Joiner.MapJoiner - Class in org.glassfish.jersey.internal.guava
-
An object that joins map entries in the same manner as
Joiner
joins iterables and arrays. - JPG - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- JSON - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- JSON_FEATURE - Static variable in class org.glassfish.jersey.internal.InternalProperties
-
This property should be set by configured JSON feature to indicate that other (registered but not configured) JSON features should not be configured.
- JSON_FEATURE_CLIENT - Static variable in class org.glassfish.jersey.internal.InternalProperties
-
Client-specific version of
InternalProperties.JSON_FEATURE
. - JSON_FEATURE_SERVER - Static variable in class org.glassfish.jersey.internal.InternalProperties
-
Server-specific version of
InternalProperties.JSON_FEATURE
. - JSON_JACKSON_DISABLED_MODULES - Static variable in class org.glassfish.jersey.CommonProperties
-
Comma separated list of jackson modules which shall be excluded from json-jackson processing.
- JSON_JACKSON_DISABLED_MODULES_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.JSON_JACKSON_DISABLED_MODULES
. - JSON_JACKSON_DISABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.JSON_JACKSON_DISABLED_MODULES
. - JSON_JACKSON_ENABLED_MODULES - Static variable in class org.glassfish.jersey.CommonProperties
-
Comma separated list of jackson modules which are only enabled (only those modules will be used) for json-jackson processing
- JSON_JACKSON_ENABLED_MODULES_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.JSON_JACKSON_ENABLED_MODULES
. - JSON_JACKSON_ENABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.JSON_JACKSON_ENABLED_MODULES
. - JSON_MAX_STRING_LENGTH - Static variable in class org.glassfish.jersey.message.MessageProperties
-
Integer value used to override maximum number of string length during the JSON processing the JSON provider accepts.
- JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable configuration of Json Processing (JSR-353) feature on client. - JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
If
true
then disable configuration of Json Processing (JSR-353) feature. - JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then disable configuration of Json Processing (JSR-353) feature on server. - JSON_PROCESSING_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.JSON_PROCESSING_FEATURE_DISABLE
. - JSON_PROCESSING_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.JSON_PROCESSING_FEATURE_DISABLE
. - JsonBindingAutoDiscoverable - Class in org.glassfish.jersey.jsonb.internal
-
ForcedAutoDiscoverable
registeringJsonBindingFeature
if the feature is not already registered. - JsonBindingAutoDiscoverable() - Constructor for class org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
- JsonBindingFeature - Class in org.glassfish.jersey.jsonb
-
Feature used to register JSON-B providers.
- JsonBindingFeature() - Constructor for class org.glassfish.jersey.jsonb.JsonBindingFeature
- JsonBindingProvider - Class in org.glassfish.jersey.jsonb.internal
-
Entity provider (reader and writer) for JSONB.
- JsonBindingProvider(Providers) - Constructor for class org.glassfish.jersey.jsonb.internal.JsonBindingProvider
- jsonConfig - Variable in class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
- jsonConfig - Variable in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- JsonEndpointConfig - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
-
Container class for figuring out annotation-based configuration for JAX-RS end points.
- JsonEndpointConfig(MapperConfig<?>) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
- JsonMapperConfigurator - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
-
Helper class used to encapsulate details of configuring an
ObjectMapper
instance to be used for data binding, as well as accessing it. - JsonMapperConfigurator(ObjectMapper, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
- JsonMappingExceptionMapper - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
-
Implementation if
ExceptionMapper
to send down a "400 Bad Request" response in the event that unmappable JSON is received. - JsonMappingExceptionMapper() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonMappingExceptionMapper
- JSONP - Annotation Interface in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
- JSONP - Annotation Interface in org.glassfish.jersey.server
-
Annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptable
media type
of this request. - JSONP.Def - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
-
Helper class for encapsulating information from
JSONP
annotation instance. - JsonParseExceptionMapper - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
-
Implementation of
ExceptionMapper
to send down a "400 Bad Request" in the event unparsable JSON is received. - JsonParseExceptionMapper() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonParseExceptionMapper
- JsonProcessingAutoDiscoverable - Class in org.glassfish.jersey.jsonp.internal
-
AutoDiscoverable
registeringJsonProcessingFeature
if this feature is not already registered. - JsonProcessingAutoDiscoverable() - Constructor for class org.glassfish.jersey.jsonp.internal.JsonProcessingAutoDiscoverable
- JsonProcessingFeature - Class in org.glassfish.jersey.jsonp
-
Feature
used to register JSON-P providers. - JsonProcessingFeature() - Constructor for class org.glassfish.jersey.jsonp.JsonProcessingFeature
- JsonWithPaddingInterceptor - Class in org.glassfish.jersey.server.internal
-
A
WriterInterceptor
implementation for JSONP format. - JsonWithPaddingInterceptor() - Constructor for class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
- jsonXml2JsonNs - Variable in class org.glassfish.jersey.jettison.JettisonConfig.Builder
- JSR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
K
- keep(AnnotatedMethod) - Method in interface org.glassfish.jersey.server.model.MethodList.Filter
-
Decide whether the method should remain in the list or should be filtered out.
- KEEPALIVE_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
ConnectionKeepAliveStrategy for the
HttpClient
. - KEEPALIVE_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
ConnectionKeepAliveStrategy for the
HttpClient
. - KEY_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
-
Key manager factory algorithm name.
- KEY_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
-
Key manager factory provider name.
- KEY_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
-
Key store file name.
- KEY_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
-
Key store file password - the password used to unlock the trust store file.
- KEY_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
-
Key store provider name.
- KEY_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
-
Key store type (see
KeyStore.getType()
for more info). - KeyComparator<K> - Interface in org.glassfish.jersey.internal.util.collection
-
A key comparator.
- KeyComparatorHashMap<K,
V> - Class in org.glassfish.jersey.internal.util.collection -
A implementation similar to
HashMap
but supports the comparison of keys using aKeyComparator
. - KeyComparatorHashMap(int, float, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Constructs an empty HashMap with the specified initial capacity and load factor.
- KeyComparatorHashMap(int, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
- KeyComparatorHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Constructs a new HashMap with the same mappings as the specified Map.
- KeyComparatorHashMap(KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
- KeyComparatorLinkedHashMap<K,
V> - Class in org.glassfish.jersey.internal.util.collection -
A implementation similar to
LinkedHashMap
but supports the comparison of keys using aKeyComparator
. - KeyComparatorLinkedHashMap(int, float, boolean, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
- KeyComparatorLinkedHashMap(int, float, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
- KeyComparatorLinkedHashMap(int, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
- KeyComparatorLinkedHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
- KeyComparatorLinkedHashMap(KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
- keyManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key manager factory algorithm.
- keyManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key manager factory provider.
- keyPassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the password of the key in the key store.
- keyPassword(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the password of the key in the key store.
- keys() - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Get the cache keys
- keySet() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
- keySet() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view collection of all distinct keys contained in this multimap.
- keySet() - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
Returns a view collection of all distinct keys contained in this multimap.
- keySet() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- keySet() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- keyStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key store instance.
- keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Set the client-side key store.
- keyStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key store payload as byte array.
- keyStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key store file name.
- keyStorePassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the password of key store.
- keyStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the password of key store.
- keyStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key store provider name.
- keyStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the type of key store.
- keyStoreUrl(URL) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the key store url.
- KryoAutoDiscoverable - Class in org.glassfish.jersey.kryo.internal
-
AutoDiscoverable
registeringKryoFeature
if the feature is not already registered. - KryoAutoDiscoverable() - Constructor for class org.glassfish.jersey.kryo.internal.KryoAutoDiscoverable
- KryoFeature - Class in org.glassfish.jersey.kryo
-
Feature used to register Kryo providers.
- KryoFeature() - Constructor for class org.glassfish.jersey.kryo.KryoFeature
- KryoMessageBodyProvider - Class in org.glassfish.jersey.kryo.internal
-
The KryoMessageBodyProvider expects a
ContextResolver<Kryo>
registered. - KryoMessageBodyProvider(Providers) - Constructor for class org.glassfish.jersey.kryo.internal.KryoMessageBodyProvider
L
- L2D - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- L2F - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- L2I - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- Label - Class in jersey.repackaged.org.objectweb.asm
-
A position in the bytecode of a method.
- Label() - Constructor for class jersey.repackaged.org.objectweb.asm.Label
-
Constructs a new label.
- LADD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LAND - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- lang - Variable in class com.sun.research.ws.wadl.Doc
- language(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message language.
- language(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- language(Locale) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message language.
- language(Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- LANGUAGE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines mapping of URI extensions to languages.
- languageMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
- languages(Locale...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
- LanguageTag - Class in org.glassfish.jersey.message.internal
-
A language tag.
- LanguageTag() - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
- LanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
- LanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
- LanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
- last() - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
- LAST_EVENT_ID_HEADER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
"Last-Event-ID"
HTTP request header name as defined by SSE specification. - lastModified(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- LASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- lazy(UnsafeValue<T, E>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
Get a new lazily initialized
unsafe value provider
. - lazy(Value<T>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
Get a new lazily initialized
value provider
. - LazyUid - Class in org.glassfish.jersey.internal.util
-
Lazily initialized, thread-safe, random UUID.
- LazyUid() - Constructor for class org.glassfish.jersey.internal.util.LazyUid
- LazyUnsafeValue<T,
E extends Throwable> - Interface in org.glassfish.jersey.internal.util.collection -
Lazily initialized
unsafe value
. - LazyValue<T> - Interface in org.glassfish.jersey.internal.util.collection
-
Lazily initialized
value
. - LCMP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LCONST_0 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LCONST_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LDC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LDIV - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LEGACY_WORKERS_ORDERING - Static variable in class org.glassfish.jersey.message.MessageProperties
-
If set to
true
,MessageBodyReaders
andMessageBodyWriters
will be ordered by rules from JAX-RS 1.x, where custom providers have always precedence; providers are sorted byMediaType
and afterwards by declaration distance - seeorg.glassfish.jersey.message.internal.MessageBodyFactory.DeclarationDistanceComparator<T>
. - length() - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- LENGTH_REQUIRED_411 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
411 Length Required.
- level() - Method in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- level() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
-
Level of event.
- level() - Method in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
- level(Level) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- link - Variable in class com.sun.research.ws.wadl.Param
- link(Link) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- link(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- link(String, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- link(URI, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- Link - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Link() - Constructor for class com.sun.research.ws.wadl.Link
- LINK - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://datatracker.ietf.org/doc/html/rfc8288">Web Linking}
- LINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Link is null.
- LinkedStage(Function<DATA, DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
-
Create a new terminal stage .
- LinkedStage(Function<DATA, DATA>, Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
-
Create a new stage that will return the supplied stage in the continuation.
- LinkProvider - Class in org.glassfish.jersey.message.internal
-
Provider for Link Headers.
- LinkProvider() - Constructor for class org.glassfish.jersey.message.internal.LinkProvider
- links(Link...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- ListenableFuture<V> - Interface in org.glassfish.jersey.internal.guava
-
A
Future
that accepts completion listeners. - ListMultimap<K,
V> - Interface in org.glassfish.jersey.internal.guava -
A
Multimap
that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key. - Lists - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to
List
instances. - listView(List<R>, Function<R, T>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
-
Create a
List
view, which transforms the values of provided original list. - LLOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LMUL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LNEG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- load(K) - Method in class org.glassfish.jersey.internal.guava.CacheLoader
-
Computes or retrieves the value corresponding to
key
. - loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
-
Load the internal configuration state from an externally provided configuration state.
- loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Load the internal configuration state from an externally provided configuration state.
- loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- loadImplementations(Map<String, Object>) - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Load all particular implementations of the type
T
usingServiceFinder
. - loadImplementations(Map<String, Object>, ClassLoader) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
-
Specification specific implementation which allows find classes by specified classloader
- LoadingCache<K,
V> - Interface in org.glassfish.jersey.internal.guava -
A semi-persistent mapping from keys to values.
- loadWadlGeneratorsFromConfig(Map<String, Object>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
-
Load the
WadlGeneratorConfig
from the providedResourceConfig
using the propertyServerProperties.WADL_GENERATOR_CONFIG
. - LOCAL_VARIABLE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a local variable in a method.
- LOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Locale is null.
- LocaleProvider - Class in org.glassfish.jersey.message.internal
-
Locale
header delegate provider
. - LocaleProvider() - Constructor for class org.glassfish.jersey.message.internal.LocaleProvider
- Localizable - Interface in org.glassfish.jersey.internal.l10n
-
Localizable message.
- localizableAMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_NON_ANNOTATED_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_SRLS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableAMBIGUOUS_SRLS_PATH_PATTERN(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableASYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableAUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableBROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableBUFFER_INCORRECT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCANNOT_INJECT_FILE() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableCANNOT_SET_FEATURE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableCANNOT_SET_PROPERTY(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableCDI_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.cdi.se.LocalizationMessages
- localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_CLASS_ANALYZER_MISUSED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_CLASS_BEING_CHECKED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_CLASS_BOUND_WITH_CDI(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_FAILED_LOADING(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_HK_2_BEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCDI_TYPE_VETOED(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
- localizableCHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCHUNKED_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCLOSED_BY_CLIENT_WHILE_RECEIVING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCLOSED_BY_CLIENT_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCLOSED_BY_CLIENT_WHILE_SENDING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCLOSED_WHILE_RECEIVING_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCLOSED_WHILE_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCLOSED_WHILE_SENDING_REQUEST() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCOLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCOLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableCOMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCOMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCOMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCOMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCONNECTION_CHANGING_STATE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCONNECTION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCONNECTION_TIMEOUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCONNECTOR_CONFIGURATION(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableCONTAINER_STARTED() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableCONTENT_HAS_BEEN_ALREADY_READ() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableCONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableCONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCONTROL_NAME_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableCOOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableCOULD_NOT_BIND_TO_ANY_PORT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableDATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableDEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableDEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableENTITY_CONTENT_NOT_SET() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableENTITY_HAS_WRONG_TYPE() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableENTITY_IS_EMPTY() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERR_INVALID_PROXY_PORT(Object) - Static method in class org.glassfish.jersey.microprofile.restclient.internal.LocalizationMessages
- localizableERR_INVALID_PROXY_URI(Object) - Static method in class org.glassfish.jersey.microprofile.restclient.internal.LocalizationMessages
- localizableERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_BASE_64_INVALID_CHARACTER() - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
- localizableERROR_BASE_64_LENGTH() - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
- localizableERROR_BODY_PUBLISHER() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
- localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
- localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
- localizableERROR_CANNOT_OBTAIN_PUBLIC_KEY() - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
- localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_CHARSET_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_CLOSING_FINDER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_CONTAINER_EXCEPTION_IO() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_CONTAINER_URI_NULL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_CONTAINER_URI_PATH_EMPTY(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_CONTAINER_URI_PATH_NULL(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_CONTAINER_URI_PATH_START(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_EXCEPTION_MAPPING_PROCESSED_RESPONSE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_EXTERNAL_REGISTERABLES_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_FILENAME_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_INVALID_CLASS(Object, Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableERROR_INVALID_CONSUMER_SECRET(Object) - Static method in class org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
- localizableERROR_INVALID_ENTITY() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableERROR_JACKSON_STREAMREADCONSTRAINTS(Object) - Static method in class org.glassfish.jersey.jackson.LocalizationMessages
- localizableERROR_JSONB_DESERIALIZATION() - Static method in class org.glassfish.jersey.jsonb.LocalizationMessages
- localizableERROR_JSONB_EMPTYSTREAM() - Static method in class org.glassfish.jersey.jsonb.LocalizationMessages
- localizableERROR_JSONB_SERIALIZATION() - Static method in class org.glassfish.jersey.jsonb.LocalizationMessages
- localizableERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_MODULES_NOT_LOADED(Object) - Static method in class org.glassfish.jersey.jackson.LocalizationMessages
- localizableERROR_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_QUEUE_APP() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_QUEUE_FLOODED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_QUEUE_MAPPER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_QUEUE_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_QUEUE_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MONITORING_STATISTICS_LISTENER_DESTROY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_PARSING_CONTENT_DISPOSITION(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PARSING_JSON_ARRAY() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
- localizableERROR_PARSING_JSON_OBJECT() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
- localizableERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_READING_ENTITY(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableERROR_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
- localizableERROR_READING_HTTPENTITY_STREAM(Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
- localizableERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_RESPONSE_ALREADY_COMMITED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_RESPONSEWRITER_WRITING_HEADERS() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WADL_RESOURCE_MARSHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WHEN_CREATING_SERVER() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableERROR_WHEN_CREATING_SERVER() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
- localizableERROR_WRITING_JSON_ARRAY() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
- localizableERROR_WRITING_JSON_OBJECT() - Static method in class org.glassfish.jersey.jettison.internal.LocalizationMessages
- localizableERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableEVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SINK_CLOSE_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SINK_NEXT_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SINK_RETURNS_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableEVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SOURCE_DEFAULT_ONERROR() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableEXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableEXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableEXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableEXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableEXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.internal.LocalizationMessages
- localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableEXCEPTION_SUPPRESSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
- localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
- localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
- localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableFAILED_TO_START_SERVER(Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.internal.LocalizationMessages
- localizableFAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
- localizableFAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
- localizableFEATURE_CONSTRAINED_TO_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableFILTER_CONTEXT_PATH_MISSING() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableFORM_DATA_MULTIPART_CANNOT_CHANGE_MEDIATYPE() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableFORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableFORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableFORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableGET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableGET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableGET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableHEADER_VALUE_READ_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableHINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHK_2_CLEARING_CACHE(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
- localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
- localizableHK_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
- localizableHK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
- localizableHK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
- localizableHK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
- localizableHTTP_BODY_SIZE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_CHUNK_ENCODING_PREFIX_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_CONNECTION_INVALID_HANDSHAKE_STATUS(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_CONNECTION_NOT_IDLE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableHTTP_INITIAL_LINE_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_INVALID_CHUNK_SIZE_HEX_VALUE(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_INVALID_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_NEGATIVE_CONTENT_LENGTH() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_PACKET_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_REQUEST_NO_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_REQUEST_NO_BUFFERED_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_TRAILER_HEADER_OVERFLOW() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTP_UNEXPECTED_CHUNK_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableIGNORE_SEBOOTSTRAP_CONFIGURATION_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableIGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableIGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableIGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
- localizableIGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
- localizableILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableIN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableIN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableINFO_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableINIT_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableINJECTED_WEBTARGET_URI_INVALID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINJECTION_MANAGER_FACTORY_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINJECTION_MANAGER_NOT_PROVIDED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
- localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache5.connector.LocalizationMessages
- localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
- localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jnh.connector.LocalizationMessages
- localizableINVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableINVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableINVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableJAR_SCANNER_UNABLE_TO_CLOSE_FILE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableJAR_SCANNER_UNABLE_TO_READ_ENTRY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableJERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableJERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableJERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableJERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableJERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableLINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableLOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableLOGGING_APPLICATION_INITIALIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_DYNAMIC_FEATURES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_GLOBAL_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_GLOBAL_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_GLOBAL_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_GLOBAL_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_MESSAGE_BODY_READERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_MESSAGE_BODY_WRITERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_NAME_BOUND_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_NAME_BOUND_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_NAME_BOUND_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_NAME_BOUND_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_PRE_MATCH_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_PROVIDER_BOUND(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableLOGGING_ROOT_RESOURCE_CLASSES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMBR_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMBW_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMEDIA_TYPE_NOT_TEXT_PLAIN() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- LocalizableMessage - Class in org.glassfish.jersey.internal.l10n
- LocalizableMessage(String, String, Object...) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessage
-
Deprecated.
- LocalizableMessage(String, LocalizableMessageFactory.ResourceBundleSupplier, String, Object...) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessage
- localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- LocalizableMessageFactory - Class in org.glassfish.jersey.internal.l10n
- LocalizableMessageFactory(String) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
-
Deprecated.
- LocalizableMessageFactory(String, LocalizableMessageFactory.ResourceBundleSupplier) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
- LocalizableMessageFactory.ResourceBundleSupplier - Interface in org.glassfish.jersey.internal.l10n
- localizableMETHOD_EMPTY_PATH_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMETHOD_INVOCABLE_FROM_PREMATCH_FILTERS_ONLY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMETHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMETHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMETHOD_UNEXPECTED_ANNOTATION(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMISSING_ENTITY_OF_BODY_PART(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableMISSING_MEDIA_TYPE_OF_BODY_PART() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableMULTIPLE_EVENT_SINK_INJECTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableMUST_SPECIFY_BODY_PART() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableNEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableNEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableNO_AVAILABLE_MBR(Object, Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableNO_AVAILABLE_MBW(Object, Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableNO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableNO_ENTITYPART_BUILDER_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableNO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableNO_PARAM_CONSTRUCTOR_MISSING(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableNO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableNON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableNON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableNON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableNON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableNONINJECT_AMBIGUOUS_SERVICES(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNONINJECT_FALLBACK() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNONINJECT_NO_BINDING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNONINJECT_NO_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNONINJECT_REQUESTSCOPE_CREATED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNONINJECT_SHUTDOWN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNONINJECT_UNSATISFIED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNOT_SUPPORTED() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableNULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_INVOCATION_BUILDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableNULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableOPENTRACING_LOG_APPLIED_REQUEST_FILTERS(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_APPLIED_RESPONSE_FILTERS(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_EXCEPTION(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_EXCEPTION_MAPPER_FOUND(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_EXCEPTION_MAPPING_FINISHED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_EXCEPTION_MAPPING_NOEXCEPTION_OR_FAILED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_EXCEPTION_MAPPING_SUCCESS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_LOCATOR_MATCHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_MATCHING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_REQUEST_FILTERING_FINISHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_REQUEST_FILTERING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_REQUEST_MATCHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_REQUEST_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_RESOURCE_METHOD_FINISHED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_RESOURCE_METHOD_STARTED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_RESPONSE_FILTERING_FINISHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_RESPONSE_FILTERING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_LOG_SUBRESOURCE_LOCATED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_SPAN_PREFIX_CLIENT() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TAG_ACCEPTABLE_MEDIA_TYPES() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TAG_HAS_REQUEST_ENTITY() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TAG_HAS_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TAG_REQUEST_HEADERS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TAG_RESPONSE_HEADERS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TAG_RESPONSE_LENGTH() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOPENTRACING_TRACER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
- localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableOUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableOUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableOUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableOUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableOUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableOVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePARAM_CREATION_FACTORY_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizablePARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizablePARAMS_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizablePARSING_ERROR() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizablePERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizablePOSTINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePOSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePOSTINVOCATION_INTERCEPTOR_RESOLVE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREINVOCATION_INTERCEPTOR_ABORT_WITH() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizablePREMATCHING_ALSO_NAME_BOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePROPERTY_VALUE_TOSTRING_THROWS_EXCEPTION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizablePROXY_407_TWICE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_CONNECT_FAIL(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_FAIL_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_MISSING_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_PASSWORD_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_QOP_NO_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_UNSUPPORTED_SCHEME(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizablePROXY_USER_NAME_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableQUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableRC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableREAD_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableREDIRECT_ERROR_DETERMINING_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableREDIRECT_ERROR_DETERMINING_LOCATION(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableREDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableREDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableREDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableREDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableREDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableREDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableRELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableREQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableREQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableRESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableRESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableRESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableSAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableSAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE_ON_READER(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableSAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableSAX_CANNOT_ENABLE_DISALLOW_DOCTYPE_DECLARATION_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableSAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableSAX_XDK_NO_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableSECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSERVLET_ASYNC_CONTEXT_ALREADY_STARTED() - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
- localizableSERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableSERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
- localizableSINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSNI_ON_SSLENGINE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableSNI_ON_SSLSOCKET() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableSNI_UPDATE_SSLPARAMS(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableSNI_URI_REPLACED(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableSOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_SESSION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSTREAM_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableSTREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableSTREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSTRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableSUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUBRES_LOC_CACHE_LOAD_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSUSPEND_SCHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableSYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableSYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableTEMP_FILE_CANNOT_BE_CREATED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableTEMP_FILE_NOT_DELETED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
- localizableTEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableTHREAD_POOL_CORE_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableTHREAD_POOL_MAX_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTIMEOUT_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTIMEOUT_RECEIVING_RESPONSE_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableTRANSPORT_CONNECTION_NOT_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTRANSPORT_EXECUTOR_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTRANSPORT_SET_CLASS_LOADER_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableTYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUNABLE_TO_ACCESS_METHODS_OF_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableUNABLE_TO_CLOSE_RESPONSE() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableUNABLE_TO_INSTANTIATE_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableUNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableUNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUNABLE_TO_SECURE_XML_TRANSFORMER_PROCESSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
- localizableUNEXPECTED_DATA_IN_BUFFER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableUNEXPECTED_VALUE_FOR_EXPECT_100_CONTINUE_STATUSES(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableUNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUNSUPPORTED_URI_INJECTION_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableUNSUPPORTED_WEBTARGET_TYPE(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
- localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableURI_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
- localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableURI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUSE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableUSER_NOT_AUTHORIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableUSING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableUSING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableUSING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableWADL_DOC_EXTENDED_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWADL_DOC_SIMPLE_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWADL_FEATURE_DISABLED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWADL_FEATURE_DISABLED_NOJAXB() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWADL_FEATURE_DISABLED_NOTRANSFORM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWADL_JAXB_CONTEXT_FALLBACK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWADL_RESOURCEDOC_AMBIGUOUS_METHOD_ENTRIES(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWARNING_CONTAINER_URI_SCHEME_SECURED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
- localizableWARNING_MONITORING_FEATURE_DISABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWARNING_MONITORING_FEATURE_ENABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWARNING_MONITORING_MBEANS_BEAN_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWARNING_PROPERTIES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableWARNING_TOO_MANY_EXTERNAL_REQ_SCOPES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- localizableWARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
- localizableWRITE_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableWRITE_WHEN_NOT_READY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableWRITING_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
- localizableWRONG_MAX_POOL_IDLE(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableWRONG_MAX_POOL_SIZE(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableWRONG_MAX_POOL_TOTAL(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
- localizableWRONG_READ_TIMEOUT(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
- localizableWRONG_SCHEME_WHEN_USING_HTTP() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableWRONG_SCHEME_WHEN_USING_HTTP() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
- localizableWRONG_SCHEME_WHEN_USING_HTTPS() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
- localizableWRONG_SCHEME_WHEN_USING_HTTPS() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
- LocalizationMessages - Class in org.glassfish.jersey.apache.connector
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.apache5.connector
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.client.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.grizzly.connector
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.grizzly2.httpserver.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.inject.cdi.se
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.inject.hk2
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jackson
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jaxb.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jdk.connector.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jdkhttp.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jettison.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jetty.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jnh.connector
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.jsonb
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.media.multipart.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.media.sse
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.microprofile.restclient.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.netty.connector
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.oauth1.signature.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.opentracing
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.server.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.servlet.init.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.servlet.internal
-
Defines string formatting method for each constant in the resource file
- LocalizationMessages - Class in org.glassfish.jersey.simple.internal
-
Defines string formatting method for each constant in the resource file
- localize(Localizable) - Method in class org.glassfish.jersey.internal.l10n.Localizer
- Localizer - Class in org.glassfish.jersey.internal.l10n
-
Localizes the
Localizable
into a message by using a configuredLocale
. - Localizer() - Constructor for class org.glassfish.jersey.internal.l10n.Localizer
- Localizer(Locale) - Constructor for class org.glassfish.jersey.internal.l10n.Localizer
- locateMapper(Class<?>, MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method called to locate
ObjectMapper
to use for serialization and deserialization. - location(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- LOCATION_HEADER_RELATIVE_URI_RESOLUTION_DISABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then Jersey will not attempt to resolve relative URIs in theLocation
http header against the request URI. - LOCATION_HEADER_RELATIVE_URI_RESOLUTION_RFC7231 - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then Jersey will resolve relative URIs in theLocation
http header against the request URI according to RFC7231 (new HTTP Specification). - LOCATOR_MATCHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
The sub resource locator method is found and it will be called.
- LOCKED_423 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
423 Locked.
- log(Level, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- log(Level, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- log(Level, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- log(Level, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- log(LogRecord) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- log(TracingLogger.Event, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
Try to log event according to event level and request context threshold level setting.
- logDuration(TracingLogger.Event, long, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
Try to log event according to event level and request context threshold level setting.
- logErrors(boolean) - Static method in class org.glassfish.jersey.internal.Errors
-
Log errors and return a status flag indicating whether a fatal issue has been found in the error collection.
- LOGGING_APPLICATION_INITIALIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Jersey application initialized.
- LOGGING_DYNAMIC_FEATURES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Dynamic Features
- LOGGING_FEATURE_LOGGER_LEVEL - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Common logger level property.
- LOGGING_FEATURE_LOGGER_LEVEL_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Client logger level property.
- LOGGING_FEATURE_LOGGER_LEVEL_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Server logger level property.
- LOGGING_FEATURE_LOGGER_NAME - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Common logger name property.
- LOGGING_FEATURE_LOGGER_NAME_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Client logger name property.
- LOGGING_FEATURE_LOGGER_NAME_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Server logger name property.
- LOGGING_FEATURE_MAX_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Common property for configuring a maximum number of bytes of entity to be logged.
- LOGGING_FEATURE_MAX_ENTITY_SIZE_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Client property for configuring a maximum number of bytes of entity to be logged.
- LOGGING_FEATURE_MAX_ENTITY_SIZE_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Server property for configuring a maximum number of bytes of entity to be logged.
- LOGGING_FEATURE_REDACT_HEADERS - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Common property for configuring headers to be redacted.
- LOGGING_FEATURE_REDACT_HEADERS_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Client property for configuring headers to be redacted.
- LOGGING_FEATURE_REDACT_HEADERS_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Server property for configuring headers to be redacted.
- LOGGING_FEATURE_SEPARATOR - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Common property for configuring logging separator.
- LOGGING_FEATURE_SEPARATOR_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Client property for logging separator.
- LOGGING_FEATURE_SEPARATOR_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Server property for configuring separator.
- LOGGING_FEATURE_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Common property for configuring a verbosity of entity.
- LOGGING_FEATURE_VERBOSITY_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Client property for configuring a verbosity of entity.
- LOGGING_FEATURE_VERBOSITY_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
-
Server property for configuring a verbosity of entity.
- LOGGING_GLOBAL_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Global Reader Interceptors
- LOGGING_GLOBAL_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Global Request Filters
- LOGGING_GLOBAL_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Global Response Filters
- LOGGING_GLOBAL_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Global Writer Interceptors
- LOGGING_MESSAGE_BODY_READERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Message Body Readers
- LOGGING_MESSAGE_BODY_WRITERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Message Body Writers
- LOGGING_NAME_BOUND_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Name-bound Reader Interceptors
- LOGGING_NAME_BOUND_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Name-bound Request Filters
- LOGGING_NAME_BOUND_RESPONSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Name-bound Response Filters
- LOGGING_NAME_BOUND_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Name-bound Writer Interceptors
- LOGGING_PRE_MATCH_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Pre-match Filters
- LOGGING_PROVIDER_BOUND(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
{0} bound to {1}
- LOGGING_ROOT_RESOURCE_CLASSES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Root Resource Classes
- LoggingFeature - Class in org.glassfish.jersey.logging
-
This feature enables logging request and/or response on client-side and/or server-side depending on the context's
RuntimeType
. - LoggingFeature() - Constructor for class org.glassfish.jersey.logging.LoggingFeature
-
Creates the feature with default values.
- LoggingFeature(Logger) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
-
Creates the feature with custom logger.
- LoggingFeature(Logger, Integer) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
-
Creates the feature with custom logger and maximum number of bytes of entity to log.
- LoggingFeature(Logger, Level, LoggingFeature.Verbosity, Integer) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
-
Creates the feature with custom logger, it's level, message verbosity and maximum number of bytes of entity to log.
- LoggingFeature(Logger, LoggingFeature.Verbosity) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
-
Creates the feature with custom logger and verbosity.
- LoggingFeature(LoggingFeature.LoggingFeatureBuilder) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
-
Constructor based on logging feature builder.
- LoggingFeature.LoggingFeatureBuilder - Class in org.glassfish.jersey.logging
-
Builder class for logging feature configuration.
- LoggingFeature.Verbosity - Enum Class in org.glassfish.jersey.logging
-
Verbosity
determines how detailed message will be logged. - LoggingFeatureAutoDiscoverable - Class in org.glassfish.jersey.logging
-
Auto-discoverable class that registers
LoggingFeature
based on configuration properties. - LoggingFeatureAutoDiscoverable() - Constructor for class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
- LoggingFeatureBuilder() - Constructor for class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- logp(Level, String, String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logp(Level, String, String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logp(Level, String, String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logp(Level, String, String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logrb(Level, String, String, String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logrb(Level, String, String, String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logrb(Level, String, String, String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logrb(Level, String, String, String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- logStart(ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
-
Log tracing messages START events.
- LONG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LONG - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the
long
type. - LONG_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The
long
type. - lookupInjectionManager() - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
-
CDI container specific method to obtain the actual injection manager belonging to the Jersey application where the current HTTP requests is being processed.
- LOOKUPSWITCH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LOOP_DETECTED_508 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
508 Loop Detected.
- LOR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LOW - Enum constant in enum class org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Low priority.
- LREM - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LRETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LRU<K,
V> - Class in org.glassfish.jersey.internal.util.collection -
An abstract LRU interface wrapping an actual LRU implementation.
- LRU() - Constructor for class org.glassfish.jersey.internal.util.collection.LRU
- LRUMap<K,
V> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.util -
Deprecated.Since 2.16.1 Use one from
jackson-databind
instead. - LRUMap(int, int) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
-
Deprecated.
- LSHL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LSHR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LSTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LSUB - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LUSHR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- LXOR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
M
- managedAsync() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the managed async required flag on the method model to
true
. - ManagedAsync - Annotation Interface in org.glassfish.jersey.server
-
Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey
executor service
. - ManagedAsyncExecutor - Annotation Interface in org.glassfish.jersey.server
-
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey to executemanaged asynchronous requests
. - ManagedAsyncExecutorLiteral - Class in org.glassfish.jersey.server
-
ManagedAsyncExecutor
annotation literal. - ManagedObjectsFinalizer - Class in org.glassfish.jersey.model.internal
-
Invokes
PreDestroy
methods on all registered objects, when the injection manager is shut down. - ManagedObjectsFinalizer(InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
-
Creates a new instance of
ManagedObjectsFinalizer
. - map - Variable in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
- MapMaker - Class in org.glassfish.jersey.internal.guava
-
A builder of
ConcurrentMap
instances having any combination of the following features: - MapMaker() - Constructor for class org.glassfish.jersey.internal.guava.MapMaker
- MappableException - Exception in org.glassfish.jersey.server.internal.process
-
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a
Response
instance. - MappableException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.process.MappableException
-
Construct a new mappable exception with the supplied message and cause.
- MappableException(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.process.MappableException
-
Construct a mappable container exception.
- MappableExceptionWrapperInterceptor - Class in org.glassfish.jersey.server.internal
-
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception.
- MappableExceptionWrapperInterceptor() - Constructor for class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
- MappableExceptionWrapperInterceptor.Binder - Class in org.glassfish.jersey.server.internal
-
Binder registering the
Exception Wrapper Interceptor
(used on the client side). - MAPPED_JETTISON - Enum constant in enum class org.glassfish.jersey.jettison.JettisonConfig.Notation
-
The mapped Jettison JSON notation.
- MAPPED_RESPONSE - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
An exception was thrown during the processing of response mapped from
exception mappers
. - mappedJettison() - Static method in class org.glassfish.jersey.jettison.JettisonConfig
-
A static method for obtaining a builder of
JettisonConfig
instance, which will useJettisonConfig.Notation.MAPPED_JETTISON
JSON notation. - mapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
- mapper() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
-
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
- MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,
MAPPER>, MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg -
Helper class used to encapsulate details of configuring an
ObjectMapper
instance to be used for data binding, as well as accessing it. - MapperConfiguratorBase(MAPPER, Annotations[]) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
- MapPropertiesDelegate - Class in org.glassfish.jersey.internal
-
Properties delegate backed by a
Map
. - MapPropertiesDelegate() - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
-
Create new map-based properties delegate.
- MapPropertiesDelegate(Map<String, Object>) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
-
Create new map-based properties delegate.
- MapPropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
-
Initialize new map-based properties delegate from another delegate.
- Maps - Class in org.glassfish.jersey.internal.guava
- mapView(Map<K, O>, Function<O, V>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
-
Create a
Map
view, which transforms the values of provided original map. - mark() - Static method in class org.glassfish.jersey.internal.Errors
-
Set a mark at a current position in the errors messages list.
- mark(int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- markSupported() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- marshal(Object, File) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, Writer) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, XMLEventWriter) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, XMLStreamWriter) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, Result) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, Node) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshal(Object, ContentHandler) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- marshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Set the value of the property for used
Marshaller
. - marshallToJSON(Object, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
- marshallToJSON(Object, OutputStream) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
-
Marshall the content tree rooted at
jaxbElement
into an output stream. - marshallToJSON(Object, Writer) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
- marshallToJSON(Object, Writer) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
-
Marshall the content tree rooted at
jaxbElement
into an output stream. - match(CharSequence) - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Match against the pattern.
- match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Match against the pattern.
- match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Match a URI against the template.
- match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Match against the pattern.
- match(CharSequence, Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Match a URI against the template.
- MATCH_LOCATOR - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Matched sub-resource locator method.
- MATCH_NUMBER_OF_MAX_LENGTH_4 - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
- MATCH_PATH_FIND - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Matching path pattern.
- MATCH_PATH_NOT_MATCHED - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Path pattern not matched.
- MATCH_PATH_SELECTED - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Path pattern matched/selected.
- MATCH_PATH_SKIPPED - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Path pattern skipped as higher-priority pattern has been selected already.
- MATCH_RESOURCE - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Matched resource instance.
- MATCH_RESOURCE_METHOD - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Matched resource method.
- MATCH_RUNTIME_RESOURCE - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Matched runtime resource.
- MATCH_SUMMARY - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Matching summary.
- matchedEndpointExtractor() - Static method in class org.glassfish.jersey.server.internal.routing.Routing
-
Create a new request pre-processing stage that extracts a matched endpoint from a routing context, where it was previously stored by the request routing stage and (if available) returns the endpoint wrapped in a next terminal stage.
- MATCHING_START - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
The matching of the resource and resource method has started.
- MatchingEntityTag - Class in org.glassfish.jersey.message.internal
-
A matching entity tag.
- MatchingEntityTag(String) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
-
Create new strongly validating entity tag.
- MatchingEntityTag(String, boolean) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
-
Create new matching entity tag.
- MATRIX - Enum constant in enum class com.sun.research.ws.wadl.ParamStyle
- MATRIX - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Matrix parameter injection source.
- MATRIX_PARAM - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI path component type that is a matrix parameter.
- MATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
One or more of matrix value parameters are null.
- matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- matrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- MatrixParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.MatrixParamException
- MAX_CHUNK_SIZE - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
Parameter which allows extending of the chunk size for the Netty connector
- MAX_CONNECTIONS - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
This property determines the maximum number of idle connections that will be simultaneously kept alive, per destination.
- MAX_CONNECTIONS_PER_DESTINATION - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
A maximum number of open connections per each destination.
- MAX_CONNECTIONS_TOTAL - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
This property determines the maximum number of idle connections that will be simultaneously kept alive in total, rather than per destination.
- MAX_FORWARDS - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-max-forwards">HTTP Semantics documentation}
- MAX_HEADER_SIZE - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
A configurable property of HTTP parser.
- MAX_HEADER_SIZE - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
Parameter which allows extending of the header size for the Netty connector
- MAX_INITIAL_LINE_LENGTH - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
Parameter which allows extending of the initial line length for the Netty connector
- MAX_PARTS - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Limit the maximum number of parts the multipart entity can have.
- MAX_REDIRECTS - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
The maximal number of redirects during single request.
- MAX_REDIRECTS - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
The maximal number of redirects during single request.
- maxEntitySize(Integer) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- MAXIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
-
Maximum quality value.
- maximumSize(long) - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
-
Specifies the maximum number of entries the cache may contain.
- maxParts(int) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Set the maximum number of received parts of a multipart entity.
- maxStringLength(int) - Method in class org.glassfish.jersey.jackson.JacksonFeature
-
Sets the
MessageProperties.JSON_MAX_STRING_LENGTH
property to a provided value. - MBeanExposer - Class in org.glassfish.jersey.server.internal.monitoring.jmx
-
The main exposer class of Jersey JMX MBeans.
- MBeanExposer() - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
- MBR_FIND - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
MessageBodyReader
lookup. - MBR_NOT_READABLE - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- MBR_READ_FROM - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- MBR_SELECTED - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
MessageBodyReader
selected. - MBR_SKIPPED - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
MessageBodyReader
skipped as higher-priority reader has been selected already. - MBR_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Message body reader ({0}) is trying to close the entity input stream.
- MBW_FIND - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
MessageBodyWriter
lookup. - MBW_NOT_WRITEABLE - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- MBW_SELECTED - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- MBW_SKIPPED - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
MessageBodyWriter
skipped as higher-priority writer has been selected already. - MBW_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Message body writer ({0}) is trying to close the entity output stream.
- MBW_WRITE_TO - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- media() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies the media
- media() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Specifies the media
- MEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Media type is null.
- MEDIA_TYPE_KEY_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Media type comparator.
- MEDIA_TYPE_LIST_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
Comparator for lists of media types.
- MEDIA_TYPE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines mapping of URI extensions to media types.
- MEDIA_TYPE_NOT_TEXT_PLAIN() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Media type is not text/plain.
- mediaType - Variable in class com.sun.research.ws.wadl.Option
- mediaType - Variable in class com.sun.research.ws.wadl.Representation
- mediaType(MediaType) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
-
Set the
media type
of the event data. - mediaTypeMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
- MediaTypePredictor - Interface in org.glassfish.jersey.media.multipart.file
-
An interface which allows developers implement their own media type predictor.
- MediaTypeProvider - Class in org.glassfish.jersey.message.internal
-
Header delegate provider for MediaType.
- MediaTypeProvider() - Constructor for class org.glassfish.jersey.message.internal.MediaTypeProvider
- mediaTypes(MediaType...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
- MediaTypes - Class in org.glassfish.jersey.message.internal
-
Common media types and functionality.
- merge(ExternalConfigurationModel) - Method in class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
- merge(ExternalConfigurationModel) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
Merge properties from other provider/model
- mergeAndSortRankedProviders(RankedComparator<T>, Iterable<Iterable<RankedProvider<T>>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Merge and sort given providers with
ranked comparator
. - mergeProperties(Map<String, Object>) - Method in class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
- mergeProperties(Map<String, Object>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
- mergeProperties(Map<String, Object>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Merge properties from other (found) external configuration.
- mergeWith(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Merge methods from a given resource model into this resource model builder.
- mergeWith(Resource.Builder) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Merge methods from a given resource model builder into this resource model builder.
- MESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error resetting the buffered message content input stream.
- MESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Failed to buffer the message content input stream.
- MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error closing message content input stream.
- MessageBodyFactory - Class in org.glassfish.jersey.message.internal
-
A factory for managing
MessageBodyReader
,MessageBodyWriter
instances. - MessageBodyFactory(Configuration) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory
-
Create a new message body factory.
- MessageBodyFactory.MessageBodyWorkersConfigurator - Class in org.glassfish.jersey.message.internal
-
Configurator which initializes and register
MessageBodyWorkers
instance intoInjectionManager
andBootstrapBag
. - MessageBodyProcessingException - Exception in org.glassfish.jersey.message.internal
-
Jersey exception signaling that error occurred during reading or writing message body (entity).
- MessageBodyProcessingException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
Creates new instance initialized with exception message.
- MessageBodyProcessingException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
Creates new instance initialized with exception message and exception cause.
- MessageBodyProcessingException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
-
Creates new instance initialized with exception cause.
- MessageBodyProviderNotFoundException - Exception in org.glassfish.jersey.message.internal
-
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
- MessageBodyProviderNotFoundException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
- MessageBodyProviderNotFoundException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
- MessageBodyProviderNotFoundException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
- MessageBodyProviders(Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
-
Create new message body providers injection binder.
- messageBodyWorkers - Variable in class org.glassfish.jersey.media.multipart.BodyPart
- MessageBodyWorkers - Interface in org.glassfish.jersey.message
-
An injectable interface providing lookup of
MessageBodyReader
andMessageBodyWriter
instances. - MessageBodyWorkersConfigurator() - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
- messageFormat() - Method in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
- messageFormat() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
-
Message format.
- messageFormat() - Method in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
- MessageHeaderMethods - Class in org.glassfish.jersey.message.internal
-
Common header methods for outbound and inbound messages.
- MessageHeaderMethods(Configuration) - Constructor for class org.glassfish.jersey.message.internal.MessageHeaderMethods
- MessageHeaderMethods(MessageHeaderMethods) - Constructor for class org.glassfish.jersey.message.internal.MessageHeaderMethods
- MessageProperties - Class in org.glassfish.jersey.message
-
Jersey configuration properties for message & entity processing.
- MessageUtils - Class in org.glassfish.jersey.message
-
Utility class with message related methods.
- MessagingBinders - Class in org.glassfish.jersey.message.internal
-
Binding definitions for the default set of message related providers (readers, writers, header delegates).
- MessagingBinders.HeaderDelegateProviders - Class in org.glassfish.jersey.message.internal
-
Header delegate provider injection binder.
- MessagingBinders.MessageBodyProviders - Class in org.glassfish.jersey.message.internal
-
Message body providers injection binder.
- METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable META-INF/services lookup on client. - METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
If
true
then disable META-INF/services lookup globally on client/server. - METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then disable META-INF/services lookup on server. - METAINF_SERVICES_LOOKUP_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE
. - METAINF_SERVICES_LOOKUP_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE
. - method - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
- method() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Used in conjunction with
InjectLink.resource()
to specify a subresource locator or method. - method(Method) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Makes a nice pretty string of the method, with the method name and all parameters.
- method(String) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Entity<?>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(String, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- method(ContainerRequest) - Static method in class org.glassfish.jersey.micrometer.server.JerseyTags
- Method - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Method() - Constructor for class com.sun.research.ws.wadl.Method
- Method(String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- Method(String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
-
Create new method instance.
- METHOD - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of method types.
- METHOD_EMPTY_PATH_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The (sub)resource method {0} in {1} contains empty path annotation.
- METHOD_FORMAL_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of a method.
- METHOD_INVOCABLE_FROM_PREMATCH_FILTERS_ONLY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Method can only be invoked from pre-matching request filters.
- METHOD_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 method in a method call.
- METHOD_INVOKE - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Resource method invoked.
- METHOD_NOT_ALLOWED_405 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
405 Method Not Allowed.
- METHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Method is neither getter nor setter.
- METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Method parameter "{0}" cannot be null.
- METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Method parameter "{0}" cannot be null.
- METHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Method parameter "{0}" cannot be null or empty.
- METHOD_RECEIVER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a method reference.
- METHOD_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 method in a method reference.
- METHOD_RETURN - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_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 method.
- METHOD_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 method.
- METHOD_UNEXPECTED_ANNOTATION(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
(Sub)resource method {0} in {1} contains unexpected annotation {2}.
- MethodDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for methods.
Created on: Jun 12, 2008 - MethodDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- MethodHandler - Class in org.glassfish.jersey.server.model
-
Resource method handler model.
- MethodHandler() - Constructor for class org.glassfish.jersey.server.model.MethodHandler
-
Create new instance of a resource method handler model.
- MethodHandler(Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler
-
Create new instance of a resource method handler model.
- methodInstanceToString(Object, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Create a string representation of a method and an instance whose class implements the method.
- MethodList - Class in org.glassfish.jersey.server.model
-
Iterable list of methods on a single class with convenience getters for additional method information.
- MethodList(Class<?>) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list for a class.
- MethodList(Class<?>, boolean) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list for a class.
- MethodList(Method...) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list from the given array of methods.
- MethodList(Collection<Method>) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list from the given collection of methods.
- MethodList(AnnotatedMethod...) - Constructor for class org.glassfish.jersey.server.model.MethodList
-
Create new method list from the given array of
annotated methods
. - MethodList.Filter - Interface in org.glassfish.jersey.server.model
-
Method list filter.
- methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
- methodOrResource - Variable in class com.sun.research.ws.wadl.ResourceType
- methodSignature - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- MethodTooLargeException - Exception in jersey.repackaged.org.objectweb.asm
-
Exception thrown when the Code attribute of a method produced by a
ClassWriter
is too large. - MethodTooLargeException(String, String, String, int) - Constructor for exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Constructs a new
MethodTooLargeException
. - MethodVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a Java method.
- MethodVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Constructs a new
MethodVisitor
. - MethodVisitor(int, MethodVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Constructs a new
MethodVisitor
. - MetricsApplicationEventListener - Class in org.glassfish.jersey.micrometer.server
-
The Micrometer
ApplicationEventListener
which registersRequestEventListener
for instrumenting Jersey server requests. - MetricsApplicationEventListener(MeterRegistry, JerseyTagsProvider, String, boolean) - Constructor for class org.glassfish.jersey.micrometer.server.MetricsApplicationEventListener
- MetricsApplicationEventListener(MeterRegistry, JerseyTagsProvider, String, boolean, AnnotationFinder) - Constructor for class org.glassfish.jersey.micrometer.server.MetricsApplicationEventListener
- MetricsRequestEventListener - Class in org.glassfish.jersey.micrometer.server
-
RequestEventListener
recording timings for Jersey server requests. - MetricsRequestEventListener(MeterRegistry, JerseyTagsProvider, String, boolean, AnnotationFinder) - Constructor for class org.glassfish.jersey.micrometer.server.MetricsRequestEventListener
- MIME_JAVASCRIPT - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- MIME_JAVASCRIPT_MS - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- MIME_VERSION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc2045.txt">(MIME) Part One: Format of Internet Message Bodies}
- MINIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
-
Minimum quality value.
- MISDIRECTED_REQUEST_421 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
421 Misdirected Request.
- MISSING_ENTITY_OF_BODY_PART(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Missing body part entity of type "{0}".
- MISSING_MEDIA_TYPE_OF_BODY_PART() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Missing media type of body part.
- model - Variable in class org.glassfish.jersey.internal.config.ExternalConfigurationProviderImpl
- ModelErrors - Class in org.glassfish.jersey.server.model.internal
-
Utility to transform
error messages
toResourceModelIssue
s. - ModelErrors() - Constructor for class org.glassfish.jersey.server.model.internal.ModelErrors
- modelFor(Class<?>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
Create a contract provider model by introspecting a component class.
- ModelHelper - Class in org.glassfish.jersey.server.model.internal
-
Common model helper methods.
- ModelProcessor - Interface in org.glassfish.jersey.server.model
-
Contract for a model processors that processes
resource models
during application initialization andresource
returned by sub resource locators. - modelProcessors(Iterable<ModelProcessor>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set model processors.
- ModelProcessorUtil - Class in org.glassfish.jersey.server.model.internal
-
Helper class with methods supporting processing resource model by
model processors
. - ModelProcessorUtil.Method - Class in org.glassfish.jersey.server.model.internal
-
Method bean containing basic information about enhancing resource method.
- ModelValidationException - Exception in org.glassfish.jersey.server.model
-
Resource model validation exception.
- ModelValidationException(String, List<ResourceModelIssue>) - Constructor for exception org.glassfish.jersey.server.model.ModelValidationException
-
Creates new resource model validation exception with the list of validation issues and the message.
- modificationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
- modificationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "modification-date" parameter.
- modify(EndpointConfigBase<?>, MultivaluedMap<String, Object>, Object, ObjectWriter, JsonGenerator) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterModifier
-
Method called to let modifier make any changes it wants to to objects used for writing response for specified endpoint.
- modify(EndpointConfigBase<?>, MultivaluedMap<String, String>, JavaType, ObjectReader, JsonParser) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderModifier
-
Method called to let modifier make any changes it wants to to objects used for reading request objects for specified endpoint.
- modifyBeforeWrite(Object) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- modifyBeforeWrite(Object) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
- ModuleVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a Java module.
- ModuleVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Constructs a new
ModuleVisitor
. - ModuleVisitor(int, ModuleVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Constructs a new
ModuleVisitor
. - MONITORENTER - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- MONITOREXIT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- MONITORING_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then application monitoring will be enabled. - MONITORING_STATISTICS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then calculation of monitoring statistics will be enabled. - MONITORING_STATISTICS_MBEANS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then Jersey will expose MBeans with monitoring statistics. - MONITORING_STATISTICS_REFRESH_INTERVAL - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Interval (in
ms
) indicating how often will be monitoring statistics refreshed andonStatistics
method called. - MonitoringAutodiscoverable - Class in org.glassfish.jersey.server.internal.monitoring
-
Autodiscoverable feature that registers
MonitoringFeature
based on configuration properties. - MonitoringAutodiscoverable() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
- MonitoringContainerListener - Class in org.glassfish.jersey.server.internal.monitoring
-
Container listener that listens to container events and trigger the
application events
and call them on suppliedRequestEventListener
. - MonitoringContainerListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
- MonitoringContainerListener.Binder - Class in org.glassfish.jersey.server.internal.monitoring
-
A binder that binds the
MonitoringContainerListener
. - monitoringEventBuilder() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Get request monitoring event builder.
- MonitoringEventListener - Class in org.glassfish.jersey.server.internal.monitoring
-
application event listener
that listens toapplication
andrequest
events and supplies data toMonitoringStatisticsProcessor
which producesmonitoring statistics
. - MonitoringEventListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
- MonitoringFeature - Class in org.glassfish.jersey.server.internal.monitoring
-
Feature that enables calculating of
monitoring statistics
and optionally also enables exposure of monitoring MBeans. - MonitoringFeature() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
- MonitoringStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics return statistic information about application run like number of requests received, duration of request processing, number of successfully processed requests, statistical information about execution of methods and resources, information about matching.
- MonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
-
A Jersey specific provider that listens to monitoring statistics.
- MonitoringUtils - Class in org.glassfish.jersey.server.internal.monitoring
-
Monitoring helper class that contains utility methods used in Monitoring.
- MoreExecutors - Class in org.glassfish.jersey.internal.guava
- MoreObjects - Class in org.glassfish.jersey.internal.guava
-
Helper functions that operate on any
Object
, and are not already provided inObjects
. - MoreObjects.ToStringHelper - Class in org.glassfish.jersey.internal.guava
-
Support class for
MoreObjects.toStringHelper(java.lang.Object)
. - mostSpecific(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Get the most specific media type from a pair of media types.
- MOVED_PERMANENTLY_301 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
301 Moved Permanently.
- moveTo(File) - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
-
Move the contents of the underlying
InputStream
orFile
to the given file. - MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
then disable configuration of MOXy Json feature on client. - MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
If
true
then disable configuration of MOXy Json feature. - MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then disable configuration of MOXy Json feature on server. - MOXY_JSON_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.MOXY_JSON_FEATURE_DISABLE
. - MOXY_JSON_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.MOXY_JSON_FEATURE_DISABLE
. - MoxyFilteringFeature - Class in org.glassfish.jersey.moxy.internal
-
Feature
adding support for Entity Data Filtering into MOXy media module. - MoxyFilteringFeature() - Constructor for class org.glassfish.jersey.moxy.internal.MoxyFilteringFeature
- MoxyJsonAutoDiscoverable - Class in org.glassfish.jersey.moxy.json.internal
-
AutoDiscoverable
registeringMoxyJsonFeature
if this feature is not already registered. - MoxyJsonAutoDiscoverable() - Constructor for class org.glassfish.jersey.moxy.json.internal.MoxyJsonAutoDiscoverable
- MoxyJsonConfig - Class in org.glassfish.jersey.moxy.json
-
Configuration class for MOXy JSON provider.
- MoxyJsonConfig() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Create a new configuration for
MOXyJsonProvider
and initialize default properties. - MoxyJsonConfig(boolean) - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Create a new configuration for
MOXyJsonProvider
. - MoxyJsonFeature - Class in org.glassfish.jersey.moxy.json
-
Feature used to register MOXy JSON providers.
- MoxyJsonFeature() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonFeature
- MoxyXmlFeature - Class in org.glassfish.jersey.moxy.xml
-
Feature used to register MOXy XML providers.
- MoxyXmlFeature() - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
-
Default constructor creates standard
JAXBContext
without any activated features and properties. - MoxyXmlFeature(Class<?>...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
-
Constructor which allows MOXy
JAXBContext
customization. - MoxyXmlFeature(Map<String, Object>, ClassLoader, boolean, Class...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
-
Constructor which allows MOXy
JAXBContext
customization. - MP3 - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- MPEG - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- MsgTraceEvent - Enum Class in org.glassfish.jersey.message.internal
-
Common tracing events.
- MULTI_PAIRS - Enum constant in enum class org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Multiple parameter instances, e.g.:
foo=v1&foo=v2&foo=v3
This is the default query format. - MULTI_PART_CONFIG_RESOURCE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Name of a properties resource that (if found in the classpath for this application) will be used to configure the settings returned by our getter methods.
- MULTI_STATUS_207 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
207 Multi-Status.
- MULTIANEWARRAY - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- MultiException - Exception in org.glassfish.jersey.inject.cdi.se.injector
-
This exception can contain multiple other exceptions.
- MultiException() - Constructor for exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Creates an empty MultiException.
- MultiException(Throwable) - Constructor for exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
This allows for construction of a MultiException with one element in its list.
- MultiException(Throwable, boolean) - Constructor for exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
This allows for construction of a MultiException with one element in its list.
- MultiException(List<Throwable>) - Constructor for exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
This list must have at least one element in it.
- Multimap<K,
V> - Interface in org.glassfish.jersey.internal.guava -
A collection that maps keys to values, similar to
Map
, but in which each key may be associated with multiple values. - Multimaps - Class in org.glassfish.jersey.internal.guava
-
Provides static methods acting on or generating a
Multimap
. - MultiPart - Class in org.glassfish.jersey.media.multipart
-
A mutable model representing a MIME MultiPart entity.
- MultiPart() - Constructor for class org.glassfish.jersey.media.multipart.MultiPart
- MultiPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.MultiPart
-
Instantiates a new
MultiPart
with the specified characteristics. - MULTIPART_ALTERNATIVE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/alternative"
- MULTIPART_ALTERNATIVE_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/alternative"
- MULTIPART_DIGEST - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/digest"
- MULTIPART_DIGEST_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/digest"
- MULTIPART_MIXED - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/mixed"
- MULTIPART_MIXED_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/mixed"
- MULTIPART_PARALLEL - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/parallel"
- MULTIPART_PARELLEL_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
"multipart/parallel"
- MultiPartFeature - Class in org.glassfish.jersey.media.multipart
-
Feature used to register Multipart providers.
- MultiPartFeature() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartFeature
- MultiPartFeatureAutodiscoverable - Class in org.glassfish.jersey.media.multipart
-
Automatic registration of
MultiPartFeature
. - MultiPartFeatureAutodiscoverable() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartFeatureAutodiscoverable
- MultiPartMediaTypes - Class in org.glassfish.jersey.media.multipart
-
Convenience
MediaType
(and associated String) manifest constants. - MultiPartMediaTypes() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
- MultiPartProperties - Class in org.glassfish.jersey.media.multipart
-
Injectable JavaBean containing the configuration parameters for
jersey-multipart
as used in this particular application. - MultiPartProperties() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Load and customize (if necessary) the configuration values for the
jersey-multipart
injection binder. - MultiPartReaderClientSide - Class in org.glassfish.jersey.media.multipart.internal
-
MessageBodyReader
implementation forMultiPart
entities. - MultiPartReaderClientSide(Providers, Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide
-
Accepts constructor injection of the configuration parameters for this application.
- MultiPartReaderServerSide - Class in org.glassfish.jersey.media.multipart.internal
-
MessageBodyReader
implementation forMultiPart
entities. - MultiPartReaderServerSide(Providers, Provider<CloseableService>, Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide
- MultiPartWriter - Class in org.glassfish.jersey.media.multipart.internal
- MultiPartWriter(Providers) - Constructor for class org.glassfish.jersey.media.multipart.internal.MultiPartWriter
- MULTIPLE_CHOICES_300 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
300 Multiple Choices.
- MULTIPLE_EVENT_SINK_INJECTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method {0} defines to SseEventSink parameters to be injected.
- MULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A (sub-)resource method, {0}, should have only one HTTP method designator.
- MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Found {0} constructors with {1} parameters in {2} class.
- MultivaluedParameterExtractor<T> - Interface in org.glassfish.jersey.server.internal.inject
-
Provider that converts the values of an entry of a given
name
from the suppliedmultivalued map
into an object of a custom Java type. - MultivaluedParameterExtractorProvider - Interface in org.glassfish.jersey.server.internal.inject
-
Provider of multivalued parameter extractors.
- MultivaluedStringMap - Class in org.glassfish.jersey.internal.util.collection
-
An implementation of
MultivaluedMap
where keys and values are instances of String. - MultivaluedStringMap() - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- MultivaluedStringMap(int) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- MultivaluedStringMap(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- MultivaluedStringMap(MultivaluedMap<? extends String, ? extends String>) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
- MUST_SPECIFY_BODY_PART() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Must specify at least one body part.
- mv - Variable in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- mv - Variable in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
N
- NaiveResourceLinkContributionContext - Class in org.glassfish.jersey.linking.contributing
-
Simple map based implementation of the ResourceLinkContributionContext.
- NaiveResourceLinkContributionContext(ExtendedResourceContext) - Constructor for class org.glassfish.jersey.linking.contributing.NaiveResourceLinkContributionContext
-
C'tor
- NaiveResourceMappingContext - Class in org.glassfish.jersey.linking.mapping
-
This implementation of the resource mapping context assumed resources are of a simple type with a statically defined structure.
- NaiveResourceMappingContext(ExtendedResourceContext) - Constructor for class org.glassfish.jersey.linking.mapping.NaiveResourceMappingContext
- name - Variable in class com.sun.research.ws.wadl.Method
- name - Variable in class com.sun.research.ws.wadl.Param
- name() - Element in annotation interface org.glassfish.jersey.linking.Binding
-
Specifies the name of the URI template parameter, defaults to "value" for convenience.
- name() - Element in annotation interface org.glassfish.jersey.linking.InjectLink.Extension
-
Specifies the name of the extension parameter
- name() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
-
Name of event, should be unique.
- name() - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
- name() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
-
Returns the name of this signature method, as negotiated through the OAuth protocol.
- name() - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
- name() - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
- name(String) - Static method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
-
Start building a form data content disposition.
- name(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
-
Set event name.
- name(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Define a new name of the built resource.
- NAME - Static variable in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
Name of the analyzer service.
- NAME - Static variable in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
- NAME - Static variable in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
-
Method name.
- NAME - Static variable in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
- nameBindings(Annotation...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Adds name bindings.
- nameBindings(Class<? extends Annotation>...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Adds name bindings.
- nameBindings(Collection<Class<? extends Annotation>>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Adds name bindings.
- NameBound - Interface in org.glassfish.jersey.model
-
Model component that can be name bound.
- named(String) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's name.
- named(String) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
-
Set a custom name for the event source.
- NamedImpl - Class in org.glassfish.jersey.inject.cdi.se.injector
-
This is an implementation of the
Named
annotation. - NamedValueType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for named values.
Created on: Jun 12, 2008 - NamedValueType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
- NamedValueType(String, String) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
- nameStartsWith(String) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list with a specified method name prefix.
- natural() - Static method in class org.glassfish.jersey.internal.guava.Ordering
-
Returns a serializable ordering that uses the natural order of the values.
- NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]
- NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Configured chunk size is negative: {0}, using default value: {1}."
- NEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
"Input parameter {0} must not be negative1."
- NettyClientProperties - Class in org.glassfish.jersey.netty.connector
-
Configuration options specific to the Client API that utilizes
NettyConnectorProvider
. - NettyClientProperties() - Constructor for class org.glassfish.jersey.netty.connector.NettyClientProperties
- NettyConnectorProvider - Class in org.glassfish.jersey.netty.connector
-
Netty provider for Jersey
connectors
. - NettyConnectorProvider() - Constructor for class org.glassfish.jersey.netty.connector.NettyConnectorProvider
- NettyEntityWriter - Interface in org.glassfish.jersey.netty.connector.internal
-
The Entity Writer is used to write entity in Netty.
- NettyEntityWriter.DelayedEntityWriter - Class in org.glassfish.jersey.netty.connector.internal
- NettyEntityWriter.DirectEntityWriter - Class in org.glassfish.jersey.netty.connector.internal
- NettyEntityWriter.Type - Enum Class in org.glassfish.jersey.netty.connector.internal
-
Type of the entity writer.
- NettyInputStream - Class in org.glassfish.jersey.netty.connector.internal
-
Input stream which servers as Request entity input.
- NettyInputStream() - Constructor for class org.glassfish.jersey.netty.connector.internal.NettyInputStream
- NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
511 Network Authentication Required.
- NEW - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- NEW - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of the object created by a 'new' instruction.
- NEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A new abstract resource created by IntrospectionModeler: {0}
- NEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
New cookie is null.
- NEWARRAY - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- newArrayList(Iterable<? extends E>) - Static method in class org.glassfish.jersey.internal.guava.Lists
-
Creates a mutable
ArrayList
instance containing the given elements; a very thin shortcut for creating an empty list then callingIterables#addAll
. - newArrayList(Iterator<? extends E>) - Static method in class org.glassfish.jersey.internal.guava.Lists
-
Creates a mutable
ArrayList
instance containing the given elements; a very thin shortcut for creating an empty list and then callingIterators.addAll(java.util.Collection<T>, java.util.Iterator<? extends T>)
. - newBuilder() - Static method in class org.glassfish.jersey.internal.guava.CacheBuilder
-
Constructs a new
CacheBuilder
instance with default settings, including strong keys, strong values, and no automatic eviction of any kind. - newBuilder() - Method in class org.glassfish.jersey.microprofile.restclient.JerseyRestClientBuilderResolver
- newClass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being build.
- newConstantDynamic(String, String, Handle, Object...) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a dynamic constant reference to the constant pool of the class being build.
- NewCookieProvider - Class in org.glassfish.jersey.message.internal
-
Response
Set-Cookie
header delegate provider
. - NewCookieProvider() - Constructor for class org.glassfish.jersey.message.internal.NewCookieProvider
- newExceptionReference(int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of a method.
- newField(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Deprecated.this method is superseded by
ClassWriter.newHandle(int, String, String, String, boolean)
. - newHandle(int, String, String, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newHashMapWithExpectedSize(int) - Static method in class org.glassfish.jersey.internal.guava.Maps
-
Creates a
HashMap
instance, with a high enough "initial capacity" that it should holdexpectedSize
elements without growth. - newHashSet() - Static method in class org.glassfish.jersey.internal.guava.Sets
-
Creates a mutable, empty
HashSet
instance. - newHashSetWithExpectedSize(int) - Static method in class org.glassfish.jersey.internal.guava.Sets
-
Creates a
HashSet
instance, with a high enough "initial capacity" that it should holdexpectedSize
elements without growth. - newInstance() - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new & initialized SSL configurator instance.
- newInstance(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new SSL configurator instance.
- newInstance(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- newInstance(String, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- newInstance(Predicate<ContractProvider>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
Create new empty component bag.
- newInvokeDynamic(String, String, Handle, Object...) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being build.
- newJaxrsResourceAndProviderListener() - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
- newJaxrsResourceAndProviderListener(ClassLoader) - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
- newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>) - Static method in class org.glassfish.jersey.internal.guava.Multimaps
-
Creates a new
ListMultimap
that uses the provided map and factory. - newMethod(String, String, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being build.
- newModule(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a module reference to the constant pool of the class being build.
- newNameType(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newPackage(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds a package reference to the constant pool of the class being build.
- newSAXParser() - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- newSuperTypeReference(int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to the super class or to an interface of the 'implements' clause of a class.
- newTryCatchReference(int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
- newTypeArgumentReference(int, int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or method call or reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or method.
- newTypeParameterReference(int, int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- next() - Method in class org.glassfish.jersey.internal.guava.AbstractIterator
- next() - Method in interface org.glassfish.jersey.internal.guava.PeekingIterator
- next() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- next() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Get the stage to be invoked next or
null
if no next stage ispresent
. - next() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
- next() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
- next() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
- next() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
- next(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- next(boolean, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- nextQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- nextSeparatedString(char, char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME remove.
- nextSeparator(char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- nextToken() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- nextTokenOrQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- NO_AVAILABLE_MBR(Object, Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
No available MessageBodyReader for class "{0}" and media type "{1}".
- NO_AVAILABLE_MBW(Object, Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
No available MessageBodyWriter for class "{0}" and media type "{1}".
- NO_CALLBACK_URI_VALUE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Default value of the callback URI that should be used during Authorization flow for Request Token request when the client is not capable of handling redirects (e.g.
- NO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
No container available.
- NO_CONTENT_204 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
204 No Content.
- NO_ENTITYPART_BUILDER_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"No EntityPart.Builder implementation found.
- NO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There is no error processing in scope.
- NO_MATCH - Static variable in class org.glassfish.jersey.internal.routing.CombinedMediaType
-
Constant combined type representing no match.
- NO_PARAM_CONSTRUCTOR_MISSING(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
No-param constructor not found in the class [{0}].
- NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
-
"No priority" constant.
- NO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
No thread local value in scope for proxy of {0}.
- noCachedProxy(Injectee, Supplier<Object>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolver
-
Returns a proxy (newly created or cached) which is able to call the given
Supplier
. - NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
203 Non-Authoritative Information.
- NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Component of class {0} cannot be instantiated and will be ignored.
- NON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource method, {0}, MUST be public scoped otherwise the method is ignored
- NON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, MUST be public scoped otherwise the method is ignored
- NON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored
- NonBlockingInputStream - Class in org.glassfish.jersey.internal.util.collection
-
An abstract
InputStream
extension that defines contract for non-blocking streamingread
operations. - NonBlockingInputStream() - Constructor for class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
- nonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting nonce to a randomly-generated UUID. - nonce(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting nonce. - NONCE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the nonce.
- NONINJECT_AMBIGUOUS_SERVICES(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Ambiguous providing services ${0}.
- NONINJECT_FALLBACK() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Jersey-HK2 module is missing.
- NONINJECT_NO_BINDING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
No binding found for ${0}.
- NONINJECT_NO_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
No applicable constructor for ${0} found.
- NONINJECT_REQUESTSCOPE_CREATED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
RequestScope already created.
- NONINJECT_SHUTDOWN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
InjectionManager is already shutdown.
- NONINJECT_UNSATISFIED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Unsatisfied dependency for ${0}.
- nonPreemptive() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
-
Configure the builder to create features in non-preemptive basic authentication mode.
- NoOpServletContainerProvider - Class in org.glassfish.jersey.servlet.internal.spi
-
Basic
ExtendedServletContainerProvider
that provides dummy no-op method implementation. - NoOpServletContainerProvider() - Constructor for class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- NOP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- NORMAL - Enum constant in enum class org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Normal priority.
- normalize(String) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.
- normalize(URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.
- normalizedPackagePath(String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Normalized package returns path that does not start with '/' character and ends with '/' character.
- not(Predicate<T>) - Static method in class org.glassfish.jersey.internal.guava.Predicates
-
Returns a predicate that evaluates to
true
if the given predicate evaluates tofalse
. - NOT_ACCEPTABLE_406 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
406 Not Acceptable.
- NOT_EXTENDED_510 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
510 Not Extended.
- NOT_FOUND_404 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
404 Not Found.
- NOT_IMPLEMENTED_501 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
501 Not Implemented.
- NOT_LOCALIZABLE - Static variable in interface org.glassfish.jersey.internal.l10n.Localizable
-
Special constant that represents a message that is not localizable.
- NOT_MODIFIED_304 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
304 Not Modified.
- NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
-
Jetty container is not supported on JDK version less than 17.
- NOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Method not supported on an outbound message.
- NOTHING - Static variable in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
Constant used as a return value from
NonBlockingInputStream.tryRead()
method, to indicate that nothing has been read. - notify(InjectionManagerInjectedTarget) - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
- notify(InjectionManagerInjectedTarget) - Method in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
-
Notify the HK2 locator manager about new injection target being processed.
- NULL - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- NULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ConnectorProvider must not be set to null.
- NULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ExecutorService must not be set to null.
- NULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Input method parameter {0} must not be null.
- NULL_INVOCATION_BUILDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Invocation builder must not be null.
- NULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom key store, if set, must not be null.
- NULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom key store password must not be null.
- NULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ScheduledExecutorService must not be set to null.
- NULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom client SSL context, if set, must not be null.
- NULL_TICKER - Static variable in class org.glassfish.jersey.internal.guava.CacheBuilder
- NULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Custom trust store, if set, must not be null.
- NullableMultivaluedHashMap<K,
V> - Class in org.glassfish.jersey.internal.util.collection -
An implementation of
MultivaluedMap
where values can benull
. - NullableMultivaluedHashMap() - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
- NullableMultivaluedHashMap(int) - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
- NullableMultivaluedHashMap(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
- NullableMultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class org.glassfish.jersey.internal.util.collection.NullableMultivaluedHashMap
- nullIfEmpty(T[]) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- nullOrThrow() - Method in class org.glassfish.jersey.internal.inject.ParamConverters.OptionalCustomProvider
O
- OAuth1Parameters - Class in org.glassfish.jersey.oauth1.signature
-
A data structure class that represents OAuth protocol parameters.
- OAuth1Parameters() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
- OAuth1Request - Interface in org.glassfish.jersey.oauth1.signature
-
Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.
- OAuth1Secrets - Class in org.glassfish.jersey.oauth1.signature
-
Contains the secrets used to generate and/or verify signatures.
- OAuth1Secrets() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
- OAuth1Signature - Class in org.glassfish.jersey.oauth1.signature
-
Injectable class used for processing an OAuth signature (signing or verifying).
- OAuth1Signature(InjectionManager) - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Create a new instance of the OAuth signature configured with injected
ServiceLocator
. - OAuth1SignatureException - Exception in org.glassfish.jersey.oauth1.signature
-
Thrown to indicate that an OAuth exception occurred.
- OAuth1SignatureException() - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
-
Constructs an OAuth signature exception with no detail message.
- OAuth1SignatureException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
-
Constructs an OAuth signature exception with the specified detail message.
- OAuth1SignatureException(Throwable) - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
-
Constructs an OAuth signature exception with the specified cause.
- OAuth1SignatureFeature - Class in org.glassfish.jersey.oauth1.signature
-
Feature enabling OAuth signature support.
- OAuth1SignatureFeature() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
- OAuth1SignatureMethod - Interface in org.glassfish.jersey.oauth1.signature
-
An interface representing the OAuth signature method.
- OBJECT - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of object reference types.
- ObjectFactory - Class in com.sun.research.ws.wadl
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.research.ws.wadl package.
- ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators
-
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008 - ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008 - ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
-
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008 - ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun .research.ws.wadl
- ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.ObjectFactory
- ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ObjectFactory
- ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
- ObjectReaderInjector - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
-
Based on ideas from [Issue#32], this class allows registering a modifier (
ObjectReaderModifier
) that can be used to reconfigureObjectReader
that JAX-RS Resource will use for reading input into Java Objects. - ObjectReaderModifier - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
- ObjectReaderModifier() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderModifier
- objectToString(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Create a string representation of an object.
- ObjectWriterInjector - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
-
Based on ideas from [Issue#32], this class allows "overriding" of
ObjectWriter
that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter before execution reaches resource. - ObjectWriterModifier - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
- ObjectWriterModifier() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterModifier
- ObservationApplicationEventListener - Class in org.glassfish.jersey.micrometer.server
-
The Micrometer
ApplicationEventListener
which registersRequestEventListener
for instrumenting Jersey server requests with observations. - ObservationApplicationEventListener(ObservationRegistry, String) - Constructor for class org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener
- ObservationApplicationEventListener(ObservationRegistry, String, JerseyObservationConvention) - Constructor for class org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener
- ObservationRequestEventListener - Class in org.glassfish.jersey.micrometer.server
-
RequestEventListener
recording observations for Jersey server requests. - ObservationRequestEventListener(ObservationRegistry, String) - Constructor for class org.glassfish.jersey.micrometer.server.ObservationRequestEventListener
- ObservationRequestEventListener(ObservationRegistry, String, JerseyObservationConvention) - Constructor for class org.glassfish.jersey.micrometer.server.ObservationRequestEventListener
- of(DATA) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Create a terminal continuation from the processed data result.
- of(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Create a continuation from the processed data result and the stage to be invoked next.
- of(Class<?>) - Static method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
-
Create new type-class pair for a non-generic class.
- of(Class<?>, Type) - Static method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
-
Create new type-class pair.
- of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new mutable
Ref
instance referencing the given input value. - of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
Get a new constant
value provider
whoseget()
method always returns the instance supplied to thevalue
parameter. - OFF - Enum constant in enum class org.glassfish.jersey.server.TracingConfig
-
Tracing support is completely disabled.
- offer(T, long, TimeUnit, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its
onNext
method, blocking while resources for any subscription are unavailable, up to the specified timeout or until the caller thread is interrupted, at which point the given handler (if non-null) is invoked, and if it returns true, retried once. - offer(T, long, TimeUnit, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its
onNext
method, blocking while resources for any subscription are unavailable, up to the specified timeout or until the caller thread is interrupted, at which point the given handler (if non-null) is invoked, and if it returns true, retried once. - offer(T, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its
onNext
method. - offer(T, BiPredicate<Flow.Subscriber<? super T>, ? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Publishes the given item, if possible, to each current subscriber by asynchronously invoking its
onNext
method. - OK_200 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
200 OK.
- on() - Static method in class org.glassfish.jersey.internal.guava.Joiner
-
Returns a joiner which automatically places
separator
between consecutive elements. - ON_DEMAND - Enum constant in enum class org.glassfish.jersey.server.TracingConfig
-
Tracing support is in stand-by mode.
- ON_EXCEPTION - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Exception has been thrown during the request/response processing.
- onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when the client instance is closed.
- onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Close event handler, that invoked during the
AbstractThreadPoolProvider.close()
operation. - onClose(Exception) - Method in class org.glassfish.jersey.server.ChunkedOutput
-
Executed only in case of close being triggered by client.
- onClose(ChunkedOutput<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
Called when the chunkedOutput has been closed (either by client closing the connection or by calling
ChunkedOutput.close()
on the server side. - onClose(ChunkedOutput<T>) - Method in interface org.glassfish.jersey.server.BroadcasterListener
-
Called when the chunkedOutput has been closed (either by client closing the connection or by calling
ChunkedOutput.close()
on the server side. - onComplete() - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
-
Method invoked when it is known that no additional Subscriber method invocations will occur for a Subscription that is not already terminated by error, after which no other Subscriber methods are invoked by the Subscription.
- onComplete() - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
- onComplete() - Method in class org.glassfish.jersey.microprofile.restclient.SseEventSuscriber
- onDestroy() - Method in interface org.glassfish.jersey.server.monitoring.DestroyListener
-
The method is called when application is destroyed.
- onError(Throwable) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
-
Method invoked upon an unrecoverable error encountered by a Publisher or Subscription, after which no other Subscriber methods are invoked by the Subscription.
- onError(Throwable) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
- onError(Throwable) - Method in class org.glassfish.jersey.microprofile.restclient.SseEventSuscriber
- onEvent(InboundSseEvent) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
-
On event callback, invoked whenever an event is received.
- onEvent(InboundEvent) - Method in interface org.glassfish.jersey.media.sse.EventListener
-
Invoked when an event is received.
- onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.EventSource
-
Invoked when an event is received.
- onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor
-
Called by the event source when an inbound event is received.
- onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.micrometer.server.MetricsApplicationEventListener
- onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener
- onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
- onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
- onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
- onEvent(ApplicationEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
Process the application
event
. - onEvent(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.MetricsRequestEventListener
- onEvent(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.ObservationRequestEventListener
- onEvent(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
- onEvent(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.RequestEventListener
-
The method is called when new request event occurs.
- onException(ClientRequestContext, PostInvocationInterceptor.ExceptionContext) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
-
The method is invoked after a
Throwable
is caught during the client request chain processing. - onException(ChunkedOutput<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
-
Called when exception was thrown by a given chunked response when trying to write to it or close it.
- onException(ChunkedOutput<T>, Exception) - Method in interface org.glassfish.jersey.server.BroadcasterListener
-
Called when exception was thrown by a given chunked response when trying to write to it or close it.
- onFailure(ErrorInformation) - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService
- onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when a new runtime is initialized for the client instance.
- onNewBuilder(ClientBuilder) - Method in interface org.glassfish.jersey.client.spi.ClientBuilderListener
- onNewBuilder(InvocationBuilderListener.InvocationBuilderContext) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener
-
Whenever an
Invocation.Builder
is created, (i.e. - onNext(T) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
-
Method invoked with a Subscription's next item.
- onNext(T) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
- onNext(T) - Method in class org.glassfish.jersey.microprofile.restclient.SseEventSuscriber
- onRegister(ServletContext, Set<String>) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- onRegister(ServletContext, Set<String>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
-
Notifies the provider about all registered Jersey servlets by its names.
- onReload(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
- onReload(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
- onReload(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
- onReload(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
-
Invoked when the
container
has been reloaded. - onRequest(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.MetricsApplicationEventListener
- onRequest(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener
- onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
- onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
- onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
- onRequest(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
Process a new request and return a
request event listener
if listening torequest events
is required. - onShutdown(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
- onShutdown(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
- onShutdown(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
- onShutdown(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
- onShutdown(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
-
Invoke at the
container
shut-down. - onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
- onStartup(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
- onStartup(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
- onStartup(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
- onStartup(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
-
Invoked at the
container
start-up. - onStatistics(MonitoringStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
- onStatistics(MonitoringStatistics) - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatisticsListener
-
The method is called when new statistics are available and statistics are passed as an argument.
- onSubscribe(Flow.Subscription) - Method in interface org.glassfish.jersey.internal.jsr166.JerseyFlowSubscriber
- onSubscribe(Flow.Subscription) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber
-
Method invoked prior to invoking any other Subscriber methods for the given Subscription.
- onSubscribe(Flow.Subscription) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
- onSubscribe(Flow.Subscription) - Method in class org.glassfish.jersey.microprofile.restclient.SseEventSuscriber
- onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
-
Method is called, when
ContainerResponseWriter.suspend(...)
operation times out. - onValidate(ValidationInterceptorContext) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptor
-
Used to intercept resource method validation processing.
- Opcodes - Interface in jersey.repackaged.org.objectweb.asm
-
The JVM opcodes, access flags and array type codes.
- open() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
-
Build new SSE event source pointing at a SSE streaming
web target
. - open() - Method in class org.glassfish.jersey.media.sse.EventSource
-
Open the connection to the supplied SSE underlying
web target
and start processing incomingevents
. - open() - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
- open() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
- open() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
- open() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
- open() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
- open() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
Open current resource.
- open(InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Invoked when a new request gets started.
- OPEN - Enum constant in enum class org.glassfish.jersey.media.sse.internal.EventProcessor.State
-
Connection established, events can be received.
- OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Path pattern matching the any URI path.
- OPENTRACING_LOG_APPLIED_REQUEST_FILTERS(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Applied request filters: {0}.
- OPENTRACING_LOG_APPLIED_RESPONSE_FILTERS(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Applied reqsponse filters: {0}.
- OPENTRACING_LOG_EXCEPTION(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Exception while processing the request: {0}.
- OPENTRACING_LOG_EXCEPTION_MAPPER_FOUND(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Exception mapper found: {0}.
- OPENTRACING_LOG_EXCEPTION_MAPPING_FINISHED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Exception mapping finished:
- OPENTRACING_LOG_EXCEPTION_MAPPING_NOEXCEPTION_OR_FAILED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
no exception or mapping failed.
- OPENTRACING_LOG_EXCEPTION_MAPPING_SUCCESS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
successfully mapped
- OPENTRACING_LOG_LOCATOR_MATCHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Locator matched.
- OPENTRACING_LOG_MATCHING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Resource matching started.
- OPENTRACING_LOG_REQUEST_FILTERING_FINISHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request filtering finished, {0} filter(s) applied.
- OPENTRACING_LOG_REQUEST_FILTERING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request filtering started.
- OPENTRACING_LOG_REQUEST_MATCHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request matched, method: {0}
- OPENTRACING_LOG_REQUEST_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request started.
- OPENTRACING_LOG_RESOURCE_METHOD_FINISHED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Resource method finished.
- OPENTRACING_LOG_RESOURCE_METHOD_STARTED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Resource method {0} started.
- OPENTRACING_LOG_RESPONSE_FILTERING_FINISHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Response filtering finished, {0} filter(s) applied.
- OPENTRACING_LOG_RESPONSE_FILTERING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Response filtering started.
- OPENTRACING_LOG_SUBRESOURCE_LOCATED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Subresource located: {0}
- OPENTRACING_SPAN_PREFIX_CLIENT() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
jersey-client-
- OPENTRACING_TAG_ACCEPTABLE_MEDIA_TYPES() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
acceptableMediaTypes
- OPENTRACING_TAG_HAS_REQUEST_ENTITY() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
hasRequestEntity
- OPENTRACING_TAG_HAS_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
hasResponseEntity
- OPENTRACING_TAG_REQUEST_HEADERS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
requestHeaders
- OPENTRACING_TAG_RESPONSE_HEADERS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
responseHeaders
- OPENTRACING_TAG_RESPONSE_LENGTH() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
responseLength
- OPENTRACING_TRACER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
OpenTracing feature is enabled, but no Tracer has been registered.
- OpenTracingClientResponseFilter - Class in org.glassfish.jersey.opentracing
-
Retrieves stored span from the
ClientRequestContext
and adds response details to the tracing info. - OpenTracingClientResponseFilter() - Constructor for class org.glassfish.jersey.opentracing.OpenTracingClientResponseFilter
- OpenTracingFeature - Class in org.glassfish.jersey.opentracing
-
A feature that enables OpenTracing support on server and client.
- OpenTracingFeature() - Constructor for class org.glassfish.jersey.opentracing.OpenTracingFeature
-
Creates feature instance with default (
OpenTracingFeature.Verbosity.INFO
verbosity level. - OpenTracingFeature(OpenTracingFeature.Verbosity) - Constructor for class org.glassfish.jersey.opentracing.OpenTracingFeature
-
Creates feature instance with given (
OpenTracingFeature.Verbosity
level. - OpenTracingFeature.Verbosity - Enum Class in org.glassfish.jersey.opentracing
-
OpenTracing Jersey event logging verbosity.
- OpenTracingUtils - Class in org.glassfish.jersey.opentracing
-
Utility methods for Jersey OpenTracing integration.
- operationComplete(ChannelFuture) - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- option - Variable in class com.sun.research.ws.wadl.Param
- Option - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Option() - Constructor for class com.sun.research.ws.wadl.Option
- OptionalCustomProvider(InjectionManager, boolean) - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters.OptionalCustomProvider
- OptionalProvider() - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters.OptionalProvider
- options() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- options(InvocationCallback<R>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- options(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- options(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- OptionsHandler() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
- OptionsMethodProcessor - Class in org.glassfish.jersey.server.wadl.processor
-
Model processor
enhancingresource model
andsub resources
by default OPTIONS methods defined by JAX-RS specification. - OptionsMethodProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
-
Creates new instance.
- Ordering<T> - Class in org.glassfish.jersey.internal.guava
-
A comparator, with additional methods to support common operations.
- org.glassfish.jersey - package org.glassfish.jersey
-
Common Jersey core classes.
- org.glassfish.jersey.apache.connector - package org.glassfish.jersey.apache.connector
-
Jersey client
connector
based on the Apache Http Client. - org.glassfish.jersey.apache5.connector - package org.glassfish.jersey.apache5.connector
-
Jersey client
connector
based on the Apache Http Client. - org.glassfish.jersey.client - package org.glassfish.jersey.client
-
Jersey client-side classes.
- org.glassfish.jersey.client.authentication - package org.glassfish.jersey.client.authentication
-
Provides core client authentication mechanisms.
- org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
-
Provides core client filters.
- org.glassfish.jersey.client.http - package org.glassfish.jersey.client.http
- org.glassfish.jersey.client.inject - package org.glassfish.jersey.client.inject
- org.glassfish.jersey.client.internal - package org.glassfish.jersey.client.internal
-
Jersey client-side internal classes.
- org.glassfish.jersey.client.internal.inject - package org.glassfish.jersey.client.internal.inject
- org.glassfish.jersey.client.internal.routing - package org.glassfish.jersey.client.internal.routing
-
Jersey client-side internal routing API classes.
- org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
-
Jersey client SPI classes/interfaces.
- org.glassfish.jersey.ext.cdi1x.internal - package org.glassfish.jersey.ext.cdi1x.internal
-
Jersey internal package supporting Jersey CDI integration.
- org.glassfish.jersey.ext.cdi1x.internal.spi - package org.glassfish.jersey.ext.cdi1x.internal.spi
-
Jersey internal SPI to support custom defined HK2 injection binding for Jersey/CDI applications.
- org.glassfish.jersey.ext.cdi1x.spi - package org.glassfish.jersey.ext.cdi1x.spi
-
Jersey package to support custom defined HK2 injection binding for Jersey/CDI applications.
- org.glassfish.jersey.grizzly.connector - package org.glassfish.jersey.grizzly.connector
-
Jersey client
connector
based on the Grizzly Async Client. - org.glassfish.jersey.grizzly2.httpserver - package org.glassfish.jersey.grizzly2.httpserver
-
Jersey Grizzly 3.x container classes.
- org.glassfish.jersey.grizzly2.httpserver.internal - package org.glassfish.jersey.grizzly2.httpserver.internal
- org.glassfish.jersey.grizzly2.servlet - package org.glassfish.jersey.grizzly2.servlet
-
Jersey Grizzly 3.x Servlet container classes.
- org.glassfish.jersey.http - package org.glassfish.jersey.http
-
Common Jersey core http classes.
- org.glassfish.jersey.inject.cdi.se - package org.glassfish.jersey.inject.cdi.se
- org.glassfish.jersey.inject.cdi.se.bean - package org.glassfish.jersey.inject.cdi.se.bean
- org.glassfish.jersey.inject.cdi.se.injector - package org.glassfish.jersey.inject.cdi.se.injector
- org.glassfish.jersey.inject.hk2 - package org.glassfish.jersey.inject.hk2
- org.glassfish.jersey.internal - package org.glassfish.jersey.internal
-
Common Jersey internal API classes.
- org.glassfish.jersey.internal.config - package org.glassfish.jersey.internal.config
-
Configuration factory to handle external properties from different config SPI implementations
- org.glassfish.jersey.internal.guava - package org.glassfish.jersey.internal.guava
- org.glassfish.jersey.internal.inject - package org.glassfish.jersey.internal.inject
-
Common Jersey internal injection utility classes.
- org.glassfish.jersey.internal.jsr166 - package org.glassfish.jersey.internal.jsr166
-
Contains a subset of classes repackaged from the jsr166 written by Doug Lea.
- org.glassfish.jersey.internal.l10n - package org.glassfish.jersey.internal.l10n
-
Common Jersey internal localization utility classes.
- org.glassfish.jersey.internal.routing - package org.glassfish.jersey.internal.routing
-
Common Jersey internal routing API classes.
- org.glassfish.jersey.internal.sonar - package org.glassfish.jersey.internal.sonar
- org.glassfish.jersey.internal.spi - package org.glassfish.jersey.internal.spi
-
Common Jersey internal SPI classes/interfaces.
- org.glassfish.jersey.internal.util - package org.glassfish.jersey.internal.util
-
Common Jersey internal miscellaneous utility classes.
- org.glassfish.jersey.internal.util.collection - package org.glassfish.jersey.internal.util.collection
-
Common set of Jersey collection classes.
- org.glassfish.jersey.jackson - package org.glassfish.jersey.jackson
-
Jersey classes supporting JSON media type processing based on Jackson.
- org.glassfish.jersey.jackson.internal - package org.glassfish.jersey.jackson.internal
- org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation
-
Package that contains annotations applicable to all content types.
- org.glassfish.jersey.jackson.internal.jackson.jaxrs.base - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
- org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
- org.glassfish.jersey.jackson.internal.jackson.jaxrs.json - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
-
Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).
- org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation
-
Package that contains annotations specific to JSON dataformat.
- org.glassfish.jersey.jackson.internal.jackson.jaxrs.util - package org.glassfish.jersey.jackson.internal.jackson.jaxrs.util
- org.glassfish.jersey.jaxb - package org.glassfish.jersey.jaxb
- org.glassfish.jersey.jaxb.internal - package org.glassfish.jersey.jaxb.internal
- org.glassfish.jersey.jdk.connector - package org.glassfish.jersey.jdk.connector
-
Jersey client
connector
based on JDK NIO framework. - org.glassfish.jersey.jdk.connector.internal - package org.glassfish.jersey.jdk.connector.internal
-
Jersey Jdk
connector
internal classes. - org.glassfish.jersey.jdkhttp - package org.glassfish.jersey.jdkhttp
-
The container adapter between
JDK HTTP server
and JerseyJersey application handler
classes. - org.glassfish.jersey.jdkhttp.internal - package org.glassfish.jersey.jdkhttp.internal
- org.glassfish.jersey.jettison - package org.glassfish.jersey.jettison
-
Jersey classes supporting JSON media type processing based on Jettison.
- org.glassfish.jersey.jettison.internal - package org.glassfish.jersey.jettison.internal
-
Jersey internal classes supporting JSON processing based on Jettison.
- org.glassfish.jersey.jettison.internal.entity - package org.glassfish.jersey.jettison.internal.entity
-
Jersey JSON Jettison provider internal message entity processing utility classes.
- org.glassfish.jersey.jetty.internal - package org.glassfish.jersey.jetty.internal
- org.glassfish.jersey.jnh.connector - package org.glassfish.jersey.jnh.connector
-
Jersey client
connector
based on Java'sHttpClient
. - org.glassfish.jersey.jsonb - package org.glassfish.jersey.jsonb
-
Jersey classes supporting JSON marshalling and unmarshalling using JSON-B.
- org.glassfish.jersey.jsonb.internal - package org.glassfish.jersey.jsonb.internal
- org.glassfish.jersey.jsonp - package org.glassfish.jersey.jsonp
-
Jersey classes supporting JSON processing (JSON-P) media providers.
- org.glassfish.jersey.jsonp.internal - package org.glassfish.jersey.jsonp.internal
-
Jersey internal classes supporting JSON processing (JSON-P) media providers.
- org.glassfish.jersey.kryo - package org.glassfish.jersey.kryo
- org.glassfish.jersey.kryo.internal - package org.glassfish.jersey.kryo.internal
- org.glassfish.jersey.linking - package org.glassfish.jersey.linking
- org.glassfish.jersey.linking.contributing - package org.glassfish.jersey.linking.contributing
- org.glassfish.jersey.linking.mapping - package org.glassfish.jersey.linking.mapping
- org.glassfish.jersey.logging - package org.glassfish.jersey.logging
-
Logging feature provides the logging of requests and responses on server and client.
- org.glassfish.jersey.media.multipart - package org.glassfish.jersey.media.multipart
-
JAX-RS Integration with MIME MultiPart Message Formats
- org.glassfish.jersey.media.multipart.file - package org.glassfish.jersey.media.multipart.file
-
Provides support for body parts that are file attachments.
- org.glassfish.jersey.media.multipart.internal - package org.glassfish.jersey.media.multipart.internal
-
Jersey multipart media support internal classes.
- org.glassfish.jersey.media.sse - package org.glassfish.jersey.media.sse
-
Support for Server Sent events in Jersey.
- org.glassfish.jersey.media.sse.internal - package org.glassfish.jersey.media.sse.internal
- org.glassfish.jersey.message - package org.glassfish.jersey.message
-
Common Jersey messaging classes.
- org.glassfish.jersey.message.internal - package org.glassfish.jersey.message.internal
-
Common Jersey internal messaging classes.
- org.glassfish.jersey.micrometer.server - package org.glassfish.jersey.micrometer.server
-
Binders for Jersey.
- org.glassfish.jersey.microprofile.config - package org.glassfish.jersey.microprofile.config
-
Support for microprofile external configurations in Jersey Configuration properties for Jersey (client/server/common) could be passed from different sources using this implementation
- org.glassfish.jersey.microprofile.restclient - package org.glassfish.jersey.microprofile.restclient
- org.glassfish.jersey.microprofile.restclient.internal - package org.glassfish.jersey.microprofile.restclient.internal
- org.glassfish.jersey.model - package org.glassfish.jersey.model
-
Common Jersey model related classes and interfaces.
- org.glassfish.jersey.model.internal - package org.glassfish.jersey.model.internal
-
Common Jersey internal model related classes and interfaces.
- org.glassfish.jersey.model.internal.spi - package org.glassfish.jersey.model.internal.spi
- org.glassfish.jersey.moxy.internal - package org.glassfish.jersey.moxy.internal
-
Jersey internal classes supporting JSON and XML media type processing based on Moxy.
- org.glassfish.jersey.moxy.json - package org.glassfish.jersey.moxy.json
-
Jersey classes supporting JSON media type processing based on Moxy.
- org.glassfish.jersey.moxy.json.internal - package org.glassfish.jersey.moxy.json.internal
-
Jersey internal classes supporting JSON media type processing based on Moxy.
- org.glassfish.jersey.moxy.xml - package org.glassfish.jersey.moxy.xml
-
Jersey classes supporting XML media type processing based on Moxy.
- org.glassfish.jersey.netty.connector - package org.glassfish.jersey.netty.connector
- org.glassfish.jersey.netty.connector.internal - package org.glassfish.jersey.netty.connector.internal
- org.glassfish.jersey.oauth1.signature - package org.glassfish.jersey.oauth1.signature
-
Jersey OAuth 1 Signature API and Implementation.
- org.glassfish.jersey.oauth1.signature.internal - package org.glassfish.jersey.oauth1.signature.internal
- org.glassfish.jersey.opentracing - package org.glassfish.jersey.opentracing
- org.glassfish.jersey.process - package org.glassfish.jersey.process
-
Common Jersey processing classes.
- org.glassfish.jersey.process.internal - package org.glassfish.jersey.process.internal
-
Common Jersey internal processing classes.
- org.glassfish.jersey.server - package org.glassfish.jersey.server
-
Jersey server-side classes.
- org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
-
Provides core server filters.
- org.glassfish.jersey.server.filter.internal - package org.glassfish.jersey.server.filter.internal
-
Server filter internal classes.
- org.glassfish.jersey.server.internal - package org.glassfish.jersey.server.internal
-
Jersey server-side internal classes.
- org.glassfish.jersey.server.internal.inject - package org.glassfish.jersey.server.internal.inject
-
Jersey server-side JAX-RS injection support classes.
- org.glassfish.jersey.server.internal.monitoring - package org.glassfish.jersey.server.internal.monitoring
-
Jersey server-side internal monitoring and statistics classes.
- org.glassfish.jersey.server.internal.monitoring.core - package org.glassfish.jersey.server.internal.monitoring.core
- org.glassfish.jersey.server.internal.monitoring.jmx - package org.glassfish.jersey.server.internal.monitoring.jmx
-
Jersey internal server-side monitoring JMX MBeans implementation classes.
- org.glassfish.jersey.server.internal.process - package org.glassfish.jersey.server.internal.process
-
Jersey server-side internal classes related to request and response processing.
- org.glassfish.jersey.server.internal.routing - package org.glassfish.jersey.server.internal.routing
-
Jersey server-side internal resource routing classes.
- org.glassfish.jersey.server.internal.scanning - package org.glassfish.jersey.server.internal.scanning
-
Jersey server-side internal resource scanning classes.
- org.glassfish.jersey.server.internal.sonar - package org.glassfish.jersey.server.internal.sonar
- org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
-
Jersey server-side application & resource modeling classes.
- org.glassfish.jersey.server.model.internal - package org.glassfish.jersey.server.model.internal
-
Jersey server-side internal model related and routing helper classes.
- org.glassfish.jersey.server.monitoring - package org.glassfish.jersey.server.monitoring
-
Jersey server-side monitoring JMX MBeans interfaces.
- org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
-
Jersey server-side service provider contract (SPI) classes.
- org.glassfish.jersey.server.spi.internal - package org.glassfish.jersey.server.spi.internal
-
Jersey server-side internal service provider contract (SPI) classes.
- org.glassfish.jersey.server.wadl - package org.glassfish.jersey.server.wadl
-
Jersey server-side WADL support public classes and interfaces.
- org.glassfish.jersey.server.wadl.config - package org.glassfish.jersey.server.wadl.config
-
Jersey server-side WADL configuration classes.
- org.glassfish.jersey.server.wadl.internal - package org.glassfish.jersey.server.wadl.internal
-
Jersey server-side WADL internal classes.
- org.glassfish.jersey.server.wadl.internal.generators - package org.glassfish.jersey.server.wadl.internal.generators
-
Jersey server-side WADL internal classes supporting
wadl generators
. - org.glassfish.jersey.server.wadl.internal.generators.resourcedoc - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
-
Jersey server-side WADL internal classes supporting generation of resource documentation with
wadl generators
. - org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
Jersey server-side WADL internal JAXB beans used for generation of resource documentation with
wadl generators
. - org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
-
Jersey server-side WADL internal xhtml JAXB beans used for generation of resource documentation with
wadl generators
. - org.glassfish.jersey.server.wadl.processor - package org.glassfish.jersey.server.wadl.processor
-
Jersey server-side WADL
model processor
classes that extends resource model with resources and resource methods that produce WADL content. - org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
-
Jersey generic Servlet container integration classes.
- org.glassfish.jersey.servlet.async - package org.glassfish.jersey.servlet.async
-
Jersey servlet container asynchronous support classes.
- org.glassfish.jersey.servlet.init - package org.glassfish.jersey.servlet.init
-
Jersey servlet container initialization classes.
- org.glassfish.jersey.servlet.init.internal - package org.glassfish.jersey.servlet.init.internal
- org.glassfish.jersey.servlet.internal - package org.glassfish.jersey.servlet.internal
-
Jersey internal Servlet API.
- org.glassfish.jersey.servlet.internal.spi - package org.glassfish.jersey.servlet.internal.spi
-
Jersey internal Servlet SPI.
- org.glassfish.jersey.servlet.spi - package org.glassfish.jersey.servlet.spi
-
SPI for Jersey generic Servlet container support.
- org.glassfish.jersey.simple - package org.glassfish.jersey.simple
-
Jersey Simple 6.x container classes.
- org.glassfish.jersey.simple.internal - package org.glassfish.jersey.simple.internal
- org.glassfish.jersey.spi - package org.glassfish.jersey.spi
-
Common Jersey service provider contract (SPI) classes.
- org.glassfish.jersey.uri - package org.glassfish.jersey.uri
-
Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
- org.glassfish.jersey.uri.internal - package org.glassfish.jersey.uri.internal
-
Common Jersey internal classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
- ORIGIN - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://datatracker.ietf.org/doc/html/rfc6454">The Web Origin Concept}
- ORIGINAL - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
An exception was thrown during the standard request and response processing and was not thrown from processing of mapped response.
- OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to open an input stream for resource {0}.
- OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unexpected error occurred while processing resource stream {0}.
- OsgiRegistry - Class in org.glassfish.jersey.internal
-
Utility class to deal with OSGi runtime specific behavior.
- OUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Outbound event data must not be explicitly set to 'null'.
- OUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Outbound event data type must not be explicitly set to 'null'.
- OUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Outbound event data media type must not be explicitly set to 'null'.
- OUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Cannot build outbound event.
- OUTBOUND - Enum constant in enum class org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Outbound context.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
-
An integer value that defines the buffer size used to buffer client-side request entity in order to determine its size and set the value of HTTP "Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.CommonProperties
-
An integer value that defines the buffer size used to buffer the outbound message entity in order to determine its size and set the value of HTTP "Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the buffer size used to buffer server-side response entity in order to determine its size and set the value of HTTP "Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER
. - OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER
. - OutboundEvent - Class in org.glassfish.jersey.media.sse
-
Representation of a single outbound SSE event.
- OutboundEvent.Builder - Class in org.glassfish.jersey.media.sse
-
Used for creating
OutboundEvent
instances. - OutboundJaxrsResponse - Class in org.glassfish.jersey.message.internal
-
An outbound JAX-RS response message.
- OutboundJaxrsResponse(Response.StatusType, OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Create new outbound JAX-RS response message instance.
- OutboundJaxrsResponse.Builder - Class in org.glassfish.jersey.message.internal
-
Outbound JAX-RS
Response.ResponseBuilder
implementation. - OutboundMessageContext - Class in org.glassfish.jersey.message.internal
-
Base outbound message context implementation.
- OutboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Deprecated.
- OutboundMessageContext(Configuration) - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Create new outbound message context.
- OutboundMessageContext(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Create new outbound message context copying the content of another context.
- OutboundMessageContext.StreamProvider - Interface in org.glassfish.jersey.message.internal
-
The callback interface which is used to get the terminal output stream into which the entity should be written and to inform the implementation about the entity size.
- outcome(ContainerResponse) - Static method in class org.glassfish.jersey.micrometer.server.JerseyTags
-
Creates an
outcome
tag based on the status of the givenresponse
. - OUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The output stream has already been closed.
- overrideSource(Parameter, Parameter.Source) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create new parameter model by overriding
source
of the original parameter model. - OVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Method that overrides {0} cannot be found on class {1}.
P
- PackageNamesScanner - Class in org.glassfish.jersey.server.internal.scanning
-
A scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.
- PackageNamesScanner(ClassLoader, String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
-
Scan a set of packages using the provided
ClassLoader
. - PackageNamesScanner(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
-
Scan a set of packages using a context
ClassLoader
. - PackageNamesScanner.ResourcesProvider - Class in org.glassfish.jersey.server.internal.scanning
-
Find resources with a given name and class loader.
- packages(boolean, ClassLoader, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Adds array of package names which will be used to scan for components.
- packages(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Adds array of package names which will be used to scan for components.
- packages(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Adds array of package names which will be used to scan for components.
- PackageVersion - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
-
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
- PackageVersion() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
- param - Variable in class com.sun.research.ws.wadl.Representation
- param - Variable in class com.sun.research.ws.wadl.Request
- param - Variable in class com.sun.research.ws.wadl.Resource
- param - Variable in class com.sun.research.ws.wadl.ResourceType
- param - Variable in class com.sun.research.ws.wadl.Response
- param(String, String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- Param - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Param() - Constructor for class com.sun.research.ws.wadl.Param
- PARAM_CONVERTERS_THROW_IAE - Static variable in class org.glassfish.jersey.CommonProperties
-
Force the
ParamConverter
to throwIllegalArgumentException
as mandated in javadoc. - PARAM_CREATION_FACTORY_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
No ParamCreationFactory found for Parameter source {0}.
- PARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"{0}" parameter is null.
- PARAM_NULL(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
"{0}" parameter is null.
- PARAM_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
"{0}" parameter is null.
- ParamConverterConfigurator - Class in org.glassfish.jersey.internal.inject
-
Configurator which initializes and register
ParamConverters.AggregatedProvider
instances intoInjectionManager
. - ParamConverterConfigurator() - Constructor for class org.glassfish.jersey.internal.inject.ParamConverterConfigurator
- ParamConverterFactory - Class in org.glassfish.jersey.internal.inject
-
An aggregate
param converter provider
that loads all the registeredParamConverterProvider
implementations. - ParamConverterFactory(Set<ParamConverterProvider>, Set<ParamConverterProvider>) - Constructor for class org.glassfish.jersey.internal.inject.ParamConverterFactory
- ParamConverters - Class in org.glassfish.jersey.internal.inject
-
Container of several different
param converter providers
implementations. - ParamConverters() - Constructor for class org.glassfish.jersey.internal.inject.ParamConverters
- ParamConverters.AggregatedProvider - Class in org.glassfish.jersey.internal.inject
-
Aggregated
param converter provider
. - ParamConverters.CharacterProvider - Class in org.glassfish.jersey.internal.inject
- ParamConverters.DateProvider - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that convert the supplied string into a JavaDate
instance using conversion method from thehttp date formatter
utility class. - ParamConverters.InputStreamProvider - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that convert the supplied string into a JavaInputStream
instance. - ParamConverters.OptionalCustomProvider - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that produce the Optional instance by invokingParamConverterProvider
. - ParamConverters.OptionalProvider - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that produce the OptionalInt, OptionalDouble or OptionalLong instance. - ParamConverters.StringConstructor - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that produce the target Java type instance by invoking a singleString
parameter constructor on the target type. - ParamConverters.TypeFromString - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that produce the target Java type instance by invoking a staticfromString(String)
method on the target type. - ParamConverters.TypeFromStringEnum - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that produce the target Javaenum
type instance by invoking a staticfromString(String)
method on the target enum type. - ParamConverters.TypeValueOf - Class in org.glassfish.jersey.internal.inject
-
Provider of
param converter
that produce the target Java type instance by invoking a staticvalueOf(String)
method on the target type. - paramDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- ParamDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008 - ParamDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- ParamDocType(String, String) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- Parameter - Class in org.glassfish.jersey.model
- Parameter - Class in org.glassfish.jersey.server.model
-
Method parameter model.
- Parameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.model.Parameter
- Parameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.server.model.Parameter
- PARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Parameter {0} of type {1} from {2} is not resolvable to a concrete type.
- Parameter.BeanParameter - Class in org.glassfish.jersey.server.model
-
Bean Parameter class represents a parameter annotated with
BeanParam
which in fact represents additional set of parameters. - Parameter.ParamAnnotationHelper<T extends Annotation> - Interface in org.glassfish.jersey.model
- Parameter.ParamCreationFactory<PARAMETER extends Parameter> - Interface in org.glassfish.jersey.model
-
A factory service to found in a runtime to be used to instantiate the given
Parameter
class. - Parameter.ParameterService - Class in org.glassfish.jersey.model
- Parameter.ServerParameterService - Class in org.glassfish.jersey.server.model
- Parameter.Source - Enum Class in org.glassfish.jersey.model
-
Parameter injection sources type.
- Parameterized - Interface in org.glassfish.jersey.server.model
-
Used in the resource model to capture information on method parameters.
- ParameterizedHeader - Class in org.glassfish.jersey.message.internal
-
A general parameterized header.
- ParameterizedHeader(String) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Create a parameterized header from given string value.
- ParameterizedHeader(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Create a parameterized header from given
http header reader
. - ParameterizedTypeImpl - Class in org.glassfish.jersey.inject.cdi.se
-
Simple implementation of
ParameterizedType
. - ParameterizedTypeImpl(Type, Type...) - Constructor for class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
-
A new parameterized type.
- ParameterService() - Constructor for class org.glassfish.jersey.model.Parameter.ParameterService
- ParameterServiceProvider - Interface in org.glassfish.jersey.model.internal.spi
-
Implementation of this service is used by any Parameter implementation to overcome the inheritance of static methods.
- ParameterUpdater<T,
R> - Interface in org.glassfish.jersey.client.inject -
Provider that converts the an object of a custom Java type values to String / Collection<String>> type
- ParameterUpdaterConfigurator - Class in org.glassfish.jersey.client.internal.inject
-
Configurator which initializes and register
ParameterUpdaterProvider
instance intoInjectionManager
. - ParameterUpdaterConfigurator() - Constructor for class org.glassfish.jersey.client.internal.inject.ParameterUpdaterConfigurator
- ParameterUpdaterProvider - Interface in org.glassfish.jersey.client.inject
-
Provider of parameter updater.
- ParameterValueHelper - Class in org.glassfish.jersey.server.spi.internal
-
Utility methods for retrieving values or value providers for the
parameterized
resource model components. - ParamException - Exception in org.glassfish.jersey.server
-
An abstract extension of
WebApplicationException
for the class of parameter-based exceptions. - ParamException(Throwable, Response.StatusType, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException
- ParamException.CookieParamException - Exception in org.glassfish.jersey.server
-
A parameter exception for errors with
CookieParam
. - ParamException.FormParamException - Exception in org.glassfish.jersey.server
-
A parameter exception for errors with
FormParam
. - ParamException.HeaderParamException - Exception in org.glassfish.jersey.server
-
A parameter exception for errors with
HeaderParam
. - ParamException.MatrixParamException - Exception in org.glassfish.jersey.server
-
A URI-parameter-based exception for errors with
MatrixParam
. - ParamException.PathParamException - Exception in org.glassfish.jersey.server
-
A URI-parameter-based exception for errors with
PathParam
. - ParamException.QueryParamException - Exception in org.glassfish.jersey.server
-
A URI-parameter-based exception for errors with
QueryParam
. - ParamException.UriParamException - Exception in org.glassfish.jersey.server
-
An abstract parameter exception for the class of URI-parameter-based exceptions.
- ParamExtractorConfigurator - Class in org.glassfish.jersey.server.internal.inject
-
Configurator which initializes and register
MultivaluedParameterExtractorProvider
instance intoInjectionManager
. - ParamExtractorConfigurator() - Constructor for class org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
- ParamInjectionResolver<A extends Annotation> - Class in org.glassfish.jersey.server.internal.inject
-
Abstract base class for resolving JAX-RS
@XxxParam
injection. - ParamInjectionResolver(ValueParamProvider, Class<A>, Provider<ContainerRequest>) - Constructor for class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
-
Initialize the base parameter injection resolver.
- ParamQualifier - Annotation Interface in org.glassfish.jersey.server.model
-
A meta-annotation that identifies an annotation as a parameter-based annotation.
- PARAMS_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
One or more of parameters is null.
- ParamStyle - Enum Class in com.sun.research.ws.wadl
-
Java class for ParamStyle.
- ParamValueFactoryWithSource<T> - Class in org.glassfish.jersey.server.spi.internal
-
Extends
Supplier
interface withParameter.Source
information. - ParamValueFactoryWithSource(Function<ContainerRequest, T>, Parameter.Source) - Constructor for class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
Wrap provided param supplier.
- parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
- parseCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
- parseCookies(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
- ParseException - Exception in org.glassfish.jersey.jdk.connector.internal
- parseNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
- parseVersion(String) - Static method in class org.glassfish.jersey.internal.util.JdkVersion
- PARSING_ERROR() - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Exception occurred during parsing MultiPart message.
- PARTIAL_CONTENT_206 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
206 Partial Content.
- PARTIAL_ORDER_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
A comparator for media types, that implements the "partial order" defined in the resource matching algorithm section of the JAX-RS specification, except that this comparator is "inverted" so that it allows for natural sorting in Java collections, where "lower" values are put to the front of a collection.
- path - Variable in class com.sun.research.ws.wadl.Param
- path - Variable in class com.sun.research.ws.wadl.Resource
- path(Class) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- path(Class, String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- path(Method) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- path(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Define a new path for the built resource.
- path(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- PATH - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Path parameter injection source.
- PATH - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI path component type.
- PATH_SEGMENT - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI path component type that is a path segment.
- PathParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.PathParamException
- PathPattern - Class in org.glassfish.jersey.uri
-
A path pattern that is a regular expression generated from a URI path template.
- PathPattern(String) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with
PathPattern.RightHandPath.capturingZeroOrMoreSegments
. - PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with a right hand path pattern.
- PathPattern(PathTemplate) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with
PathPattern.RightHandPath.capturingZeroOrMoreSegments
. - PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
-
Create a path pattern and post fix with a right hand path pattern.
- PathPattern.RightHandPath - Enum Class in org.glassfish.jersey.uri
-
The set of right hand path patterns that may be appended to a path pattern.
- PathProvider - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling of
application/octet-stream
entity type to/from aPath
instance. - PathProvider() - Constructor for class org.glassfish.jersey.message.internal.PathProvider
- PathTemplate - Class in org.glassfish.jersey.uri
-
A URI template for a URI path.
- PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
-
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
- PatternWithGroups - Class in org.glassfish.jersey.uri
-
A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
- PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct an empty pattern.
- PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
-
Construct a new pattern.
- PAYLOAD_ANY - Enum constant in enum class org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Full verbose logging.
- PAYLOAD_TEXT - Enum constant in enum class org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Content of HTTP headers as well as entity content of textual media types is logged.
- PAYMENT_REQUIRED_402 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
402 Payment Required.
- PDF - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- peek() - Method in interface org.glassfish.jersey.internal.guava.PeekingIterator
-
Returns the next element in the iteration, without advancing the iteration.
- peekingIterator(Iterator<? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns a
PeekingIterator
backed by the given iterator. - PeekingIterator<E> - Interface in org.glassfish.jersey.internal.guava
-
An iterator that supports a one-element lookahead while iterating.
- peekMatchedResource() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Peek the last resource object that successfully matched the request URI.
- peekMatchedResource() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- percentEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.internal.UriPart
-
Percent encode the given text
- PerLookup - Annotation Interface in org.glassfish.jersey.internal.inject
-
PerLookup is the scope for objects that are created every time they are looked up.
- PERMANENT_REDIRECT_308 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
308 Permanent Redirect.
- PERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Persistence unit "{0}" is not configured as a servlet parameter in web.xml.
- PERSISTENCE_UNIT_PREFIX - Static variable in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
-
Prefix of the persistence unit init param.
- PersistenceUnitBinder - Class in org.glassfish.jersey.servlet.internal
-
Persistence unit
injection binder. - PersistenceUnitBinder(ServletConfig) - Constructor for class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
-
Creates a new binder for
PersistenceUnitBinder.PersistenceUnitInjectionResolver
. - PerThread - Annotation Interface in org.glassfish.jersey.internal.inject
-
PerThread is a scope that operates like
Singleton
scope, except on a per-thread basis. - PLAIN - Enum constant in enum class com.sun.research.ws.wadl.ParamStyle
- PlaintextMethod - Class in org.glassfish.jersey.oauth1.signature
-
An OAuth signature method that implements Plaintext.
- PlaintextMethod() - Constructor for class org.glassfish.jersey.oauth1.signature.PlaintextMethod
- PNG - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- POP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- POP2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- port() - Method in interface org.glassfish.jersey.server.spi.WebServer
- port(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- PORT - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI port component type.
- post(Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- post(Entity<?>, InvocationCallback<R>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- post(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- post(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- POST - Enum constant in enum class com.sun.research.ws.wadl.HTTPMethods
- POST_ENTITY_CODER - Static variable in class org.glassfish.jersey.JerseyPriorities
-
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors.
- postConnectionProcessing(T) - Method in interface org.glassfish.jersey.client.internal.ConnectorExtension
-
After connection is done some additional work may be done
- postConstruct(T) - Method in class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
- postInit(ServletContext, Set<Class<?>>, Set<String>) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- postInit(ServletContext, Set<Class<?>>, Set<String>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
-
Do your post-initialization job after Jersey finished its servlet initialization.
- postInit(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
-
Post-initialization method can get services from
InjectionManager
and is not able to register the new one because injection manager is already completed. - postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
- postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
- POSTINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
PostInvocationInterceptor threw exception.
- POSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ExceptionContext#resolve has been utilized multiple times.
- POSTINVOCATION_INTERCEPTOR_RESOLVE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ExceptionContext#resolve has been utilized.
- PostInvocationInterceptor - Interface in org.glassfish.jersey.client.spi
-
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
- PostInvocationInterceptor.ExceptionContext - Interface in org.glassfish.jersey.client.spi
-
The context providing information when the
Throwable
(typically, theRuntimeException
) is caught. - PRE_MATCH - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
PreMatching
ContainerRequestFilter
invoked. - PRE_MATCH_SUMMARY - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
PreMatching
ContainerRequestFilter
invocation summary. - PRECONDITION_FAILED_412 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
412 Precondition Failed.
- PRECONDITION_REQUIRED_428 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
428 Precondition Required.
- Preconditions - Class in org.glassfish.jersey.internal.guava
-
Static convenience methods that help a method or constructor check whether it was invoked correctly (whether its preconditions have been met).
- preDestroy() - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
- preDestroy() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Container pre-destroy handler method.
- preDestroy() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Container pre-destroy handler method.
- preDestroy(Object) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- preDestroy(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- preDestroy(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Analyzes the given object and call the preDestroy method.
- preDestroy(T) - Method in class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
- Predicates - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to
Predicate
instances. - predictMediaType() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Predicts the media type of the current fileEntity.
- predictMediaType(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Predicts the media type of the provided
File
. - PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
A value of
true
indicates that a client should send an authentication request even before the server gives a 401 response. - PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
A value of
true
indicates that a client should send an authentication request even before the server gives a 401 response. - PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
An instance of the
Authenticator
class that should be used to retrieve credentials from a user. - prefix - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
- prefix() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP
-
Prefix String used for JSONP if not empty: will be included verbatim before JSON value.
- preInit(ServletContext, Set<Class<?>>) - Method in class org.glassfish.jersey.servlet.internal.spi.NoOpServletContainerProvider
- preInit(ServletContext, Set<Class<?>>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
-
Do your pre-initialization job before Jersey starts its servlet initialization.
- preInitialize() - Method in interface org.glassfish.jersey.client.Initializable
-
Pre-initializes the runtime and runtime
configuration
of this component in order to improve performance during the first request. - preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
- preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- PREINVOCATION_INTERCEPTOR_ABORT_WITH() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
PreInvocationInterceptor utilized ClientRequestContext#abortWith.
- PREINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
PreInvocationInterceptor threw exception.
- PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ClientRequestContext#abortWith has been utilized multiple times.
- PreInvocationInterceptor - Interface in org.glassfish.jersey.client.spi
-
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
- PREMATCHING_ALSO_NAME_BOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
- preReadFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, Unmarshaller) - Method in class org.glassfish.jersey.moxy.json.internal.ConfigurableMoxyJsonProvider
- preReadFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, Unmarshaller) - Method in class org.glassfish.jersey.moxy.json.internal.FilteringMoxyJsonProvider
- PRESERVE_METHOD_ON_REDIRECT - Static variable in class org.glassfish.jersey.netty.connector.NettyClientProperties
-
Sets the HTTP POST method to be preserved on HTTP status 301 (MOVED PERMANENTLY) or status 302 (FOUND) when
true
or redirected as GET whenfalse
. - PRESET - Enum constant in enum class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
- Pretty - Class in org.glassfish.jersey.internal.util
-
Utility class to print the variety of types, useful in
toString
method. - preWriteTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, Marshaller) - Method in class org.glassfish.jersey.moxy.json.internal.ConfigurableMoxyJsonProvider
- preWriteTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, Marshaller) - Method in class org.glassfish.jersey.moxy.json.internal.FilteringMoxyJsonProvider
- PrimitiveMapper - Class in org.glassfish.jersey.internal.inject
-
Utility class that maps the primitive types to their respective classes as well as the default values as defined by the JAX-RS specification.
- Primitives - Class in org.glassfish.jersey.internal.guava
-
Contains static utility methods pertaining to primitive types and their corresponding wrapper types.
- primitiveToClassMap - Static variable in class org.glassfish.jersey.internal.inject.PrimitiveMapper
- primitiveToDefaultValueMap - Static variable in class org.glassfish.jersey.internal.inject.PrimitiveMapper
- printStackTrace(PrintStream) - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Prints the stack trace of this exception to the given PrintStream.
- printStackTrace(PrintWriter) - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Prints the stack trace of this exception to the given PrintWriter.
- PRIORITY - Static variable in class org.glassfish.jersey.server.internal.monitoring.ApplicationInfoListener
- proceed() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
Starts the interceptor chain execution.
- proceed() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
Starts the interceptor chain execution.
- proceed() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Proceed with validation.
- process(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Run the data through a chain of stages identified by the root stage.
- process(DATA, Stage<DATA>, Ref<T>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Run the data through a chain of stages identified by the root stage.
- process(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given task and gather messages.
- process(String, InputStream) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
- process(String, InputStream) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
-
Process a scanned resource.
- process(Callable<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given callable task and gather messages.
- process(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given producer task and gather errors.
- process(ContainerRequest) - Method in class org.glassfish.jersey.server.ServerRuntime
-
Process a container request.
- ProcessAllAnnotatedTypes - Class in org.glassfish.jersey.ext.cdi1x.internal
- ProcessAllAnnotatedTypes() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes
- processAnnotatedType(ProcessAnnotatedType) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
- processAnnotatedType(ProcessAnnotatedType<?>, BeanManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes
- processAnnotatedType(ProcessAnnotatedType<?>, BeanManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes
- PROCESSING_102 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
102 Processing.
- PROCESSING_RESPONSE_ERRORS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If property value is
true
then the errors raised during response processing are tried to handled using availableresponse error mappers
. - processingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set request/response processing providers.
- ProcessingProviders - Class in org.glassfish.jersey.server.internal
-
Injectable encapsulating class containing processing providers like filters, interceptors, name bound providers, dynamic features.
- ProcessingProviders(MultivaluedMap<Class<? extends Annotation>, RankedProvider<ContainerRequestFilter>>, MultivaluedMap<RankedProvider<ContainerRequestFilter>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<ContainerResponseFilter>>, MultivaluedMap<RankedProvider<ContainerResponseFilter>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<ReaderInterceptor>>, MultivaluedMap<RankedProvider<ReaderInterceptor>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<WriterInterceptor>>, MultivaluedMap<RankedProvider<WriterInterceptor>, Class<? extends Annotation>>, Iterable<RankedProvider<ContainerRequestFilter>>, List<RankedProvider<ContainerRequestFilter>>, Iterable<RankedProvider<ContainerResponseFilter>>, Iterable<RankedProvider<ReaderInterceptor>>, Iterable<RankedProvider<WriterInterceptor>>, Iterable<DynamicFeature>) - Constructor for class org.glassfish.jersey.server.internal.ProcessingProviders
-
Creates new instance of the processing providers.
- ProcessJAXRSAnnotatedTypes - Class in org.glassfish.jersey.ext.cdi1x.internal
- ProcessJAXRSAnnotatedTypes() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes
- processResourceModel(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
-
Process
resourceModel
and return the processed model. - processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
- processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
- processSubResource(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
-
Process
subResourceModel
which was returned a sub resource locator. - processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
- processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
- processWithException(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given task and gather messages.
- processWithException(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
-
Invoke given producer task and gather messages.
- produce(CreationalContext<T>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
- Producer<T> - Interface in org.glassfish.jersey.internal.util
-
This interface extends
Callable
interface but removes the exception fromcall
declaration. - produces(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add produced media types supported by the component.
- produces(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add produced media types supported by the component.
- produces(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add produced media types supported by the component.
- producesFromProviders() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Information whether
RequestSpecificConsumesProducesAcceptor.getProduces()
was set by providers}. - Producing - Interface in org.glassfish.jersey.server.model
-
Model component that is able to produce media types.
- profile - Variable in class com.sun.research.ws.wadl.Representation
- progress() - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- prop(String, Object) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
-
Specify the property value for the current
WadlGenerator
. - PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Deprecated property name "{0}" usage was found.
- PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There is no way how to transform value "{0}" [{1}] to type [{2}].
- PropertiesClass - Annotation Interface in org.glassfish.jersey.internal.util
-
Marker annotation for property classes.
- PropertiesDelegate - Interface in org.glassfish.jersey.internal
-
TODO: javadoc.
- PropertiesHelper - Class in org.glassfish.jersey.internal.util
-
Helper class containing convenience methods for reading
org.glassfish.jersey.server.ResourceConfig
andConfiguration
properties. - PropertiesResolver - Interface in org.glassfish.jersey.internal
-
Resolver of a property value for the specified property
name
from the request-specific property bag, or theglobal runtime configuration
. - property(String) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
- property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClient
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation
- property(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- property(String, Object) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Set a new property in the context of a request represented by this invocation builder.
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- property(String, Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- property(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Set the value of the property for both
Marshaller
/Unmarshaller
. - property(String, Object) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration.Builder
- property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
- Property - Annotation Interface in org.glassfish.jersey.internal.util
-
Marker annotation for static fields that represent property names.
- PROPERTY_NAME - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
-
TracingLogger
instance is placed in request context properties under this name. - PROPERTY_VALUE_TOSTRING_THROWS_EXCEPTION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
[{0} thrown from property value toString(): {1}]
- PropertyAlias - Annotation Interface in org.glassfish.jersey.internal.util
-
Marker annotation for static fields that represent property name aliases.
- PropertySupplier - Interface in org.glassfish.jersey.jaxb
-
This supplier is used to set the properties on the instances of the supported classes:
- provide() - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
- provide() - Method in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
- provide() - Method in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
- providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the provided Java type.
- ProvideLink - Annotation Interface in org.glassfish.jersey.linking
-
Use this on resource methods to contribute links to a representation.
- ProvideLink.InheritFromAnnotation - Interface in org.glassfish.jersey.linking
-
Special interface to indicate that the target should be inherited from the annotated annotation.
- ProvideLink.Util - Class in org.glassfish.jersey.linking
- ProvideLinkDescriptor - Class in org.glassfish.jersey.linking
-
Utility to work with
ProvideLink
annotations. - ProvideLinkDescriptor(ResourceMethod, ProvideLink, Annotation) - Constructor for class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
c'tor
- ProvideLinks - Annotation Interface in org.glassfish.jersey.linking
-
Container for repeatable annotation, see
ProvideLink
for details. - provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get the modelled entity provider instance.
- PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class {0} implementing provider {1} could not be loaded: {2}
- PROVIDER_CLASSNAMES - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines one or more class names that implement application-specific resources and providers.
- PROVIDER_CLASSPATH - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines class-path that contains application-specific resources and providers.
- PROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class {0} implementing provider {1} could not be instantiated: {2}
- PROVIDER_DEFAULT_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
Disable some of the default providers from being loaded.
- PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class {0} implementing the provider {1} is not found.
- PROVIDER_PACKAGES - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines one or more packages that contain application-specific resources and providers.
- PROVIDER_SCANNING_RECURSIVE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Sets the recursion strategy for package scanning.
- PROVIDER_WEB_APP - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
Indicates that Jersey should scan the whole web app for application-specific resources and providers.
- ProviderBase<THIS extends ProviderBase<THIS,
MAPPER, EP_CONFIG, MAPPER_CONFIG>, MAPPER extends com.fasterxml.jackson.databind.ObjectMapper, EP_CONFIG extends EndpointConfigBase<EP_CONFIG>, MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG, MAPPER>> - Class in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base - ProviderBase() - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Deprecated.
- ProviderBase(MAPPER_CONFIG) - Constructor for class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- ProviderBinder - Class in org.glassfish.jersey.internal.inject
-
Class used for registration of the custom providers into injection manager.
- ProviderBinder(InjectionManager) - Constructor for class org.glassfish.jersey.internal.inject.ProviderBinder
-
Create new provider binder instance.
- providers - Variable in class org.glassfish.jersey.microprofile.restclient.SseMessageBodyReader
- Providers - Class in org.glassfish.jersey.internal.inject
-
Utility class providing a set of utility methods for easier and more type-safe interaction with an injection layer.
- ProvidersConfigurator() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
- proxy(boolean) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds information about proxy creation.
- proxy(Injectee, InjectionResolver) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolver
-
Returns a proxy (newly created or cached) which is able to call
InjectionResolver
with the givenInjectee
to get the value in proper scope. - PROXY_407_TWICE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Received 407 for the second time."
- PROXY_AUTHENTICATE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-proxy-authenticate">HTTP Semantics documentation}
- PROXY_AUTHENTICATION_INFO - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-proxy-authentication-info">HTTP Semantics documentation}
- PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
407 Proxy Authentication Required.
- PROXY_AUTHORIZATION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-proxy-authorization">HTTP Semantics documentation}
- PROXY_CONNECT_FAIL(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Connecting to proxy failed with status {0}."
- PROXY_CONNECTION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9112.html#name-keep-alive-connections">HTTP/1.1 documentation}
- PROXY_FAIL_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Creating authorization header failed."
- PROXY_MISSING_AUTH_HEADER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Proxy-Authenticate header value is missing or empty."
- PROXY_PASSWORD - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines a user password which will be used for HTTP proxy authentication.
- PROXY_PASSWORD_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Password is missing"
- PROXY_QOP_NO_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"The 'qop' (quality of protection) = {0} extension requested by the server is not supported.
- PROXY_UNSUPPORTED_SCHEME(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Unsupported scheme: {0}."
- PROXY_URI - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines a URI of a HTTP proxy the client connector should use.
- PROXY_USER_NAME_MISSING() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"User name is missing"
- PROXY_USERNAME - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines a user name which will be used for HTTP proxy authentication.
- ProxyAuthenticationException - Exception in org.glassfish.jersey.jdk.connector.internal
- proxyForSameScope(boolean) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds information about proxy creation when the service is in the same scope.
- pType(ParameterizedType) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Prints a pretty parameterized type.
- publish(ByteBuf) - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
- publish(T) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
-
Publishes the given item to all current subscribers by invoking its
onNext() method
usingExecutor
provided as constructor parameter (or the defaultExecutor
if not provided). - push(Function<ContainerResponse, ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
- push(Function<ContainerResponse, ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
-
Push response transformation function that should be applied.
- push(ChainableStage<ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
- push(ChainableStage<ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
-
Push chainable response transformation stage that should be applied.
- push(ResourceFinder) - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
- pushLeftHandPath() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Add currently matched left-hand side part of request path to the list of matched paths returned by
UriInfo.getMatchedURIs()
. - pushLeftHandPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- pushLocatorSubResource(Resource) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Push
sub resource
returned from a sub resource locator method. - pushLocatorSubResource(Resource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- pushMatchedLocator(ResourceMethod) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Push the matched
sub resource locator method
. - pushMatchedLocator(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- pushMatchedResource(Object) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Push the resource that matched the request URI.
- pushMatchedResource(Object) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- pushMatchedRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Push a matched
runtime resource
that was visited during matching phase. - pushMatchedRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- pushMatchResult(MatchResult) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Push the result of the successful request URI routing pattern match.
- pushMatchResult(MatchResult) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- pushTemplates(UriTemplate, UriTemplate) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Push matched request URI routing pattern
templates
for a single matched method. - pushTemplates(UriTemplate, UriTemplate) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- put(Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- put(Entity<?>, InvocationCallback<R>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- put(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- put(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- put(String, String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
- put(String, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- put(ByteBuffer) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
-
Put the
ByteBuffer
to the internal queue to be available for reading from the stream. - put(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- put(K, V) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Stores a key-value pair in the multimap.
- put(K, V) - Method in interface org.glassfish.jersey.internal.guava.Cache
-
Associates
value
withkey
in this cache. - put(K, V) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Stores a key-value pair in this multimap.
- put(K, V) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class org.glassfish.jersey.internal.util.collection.LRU
-
Associates
value
withkey
in this cache. - put(ForeignDescriptor, T) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Store a new inhabitant for the given descriptor.
- put(R, C, V) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- put(R, C, V) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Associates the specified value with the specified keys.
- PUT - Enum constant in enum class com.sun.research.ws.wadl.HTTPMethods
- putAll(Map<? extends String, ? extends List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- putAll(Map<? extends K, ? extends List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
- putAll(K, Iterable<? extends V>) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
- putAll(K, Iterable<? extends V>) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Stores a key-value pair in this multimap for each of
values
, all using the same key,key
. - putAll(Table<? extends R, ? extends C, ? extends V>) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- putAll(Table<? extends R, ? extends C, ? extends V>) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Copies all mappings from the specified table to this table.
- putByte(int) - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- PUTFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- putInt(int) - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Puts a long into this byte vector.
- putShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Puts a short into this byte vector.
- putSingle(String, V) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- putSingle(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- PUTSTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- putUTF8(String) - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
Q
- Qualified - Interface in org.glassfish.jersey.message.internal
-
Quality factor for acceptable header types represented as a "parts per thousand" (i.e.
- QUALIFIED_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.Quality
-
A "highest first" qualified element comparator.
- qualifiedBy(Annotation) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Adds a new binding's qualifier.
- qualifiedBy(Annotation) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's qualifier.
- quality - Variable in class org.glassfish.jersey.message.internal.AcceptableToken
- Quality - Class in org.glassfish.jersey.message.internal
-
Quality parameter constants.
- QUALITY_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.Quality
-
Quality HTTP header parameter name.
- QUALITY_SOURCE_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.Quality
-
Quality source HTTP header parameter name.
- QUALITY_VALUE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.Quality
-
A "highest first" quality value comparator.
- QualitySourceMediaType - Class in org.glassfish.jersey.message.internal
-
A quality source media type.
- QualitySourceMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Create new quality source media type instance with a
default quality factor
value. - QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Create new quality source media type instance.
- QUERY - Enum constant in enum class com.sun.research.ws.wadl.ParamStyle
- QUERY - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Query parameter injection source.
- QUERY - Enum constant in enum class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
If present in the filter configuration, causes the filter to look for a method override in the _method query parameter.
- QUERY - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI query component type, encoded using application/x-www-form-urlencoded rules.
- QUERY_PARAM - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded rules (space character is encoded as
+
). - QUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
One or more of query value parameters are null.
- QUERY_PARAM_SPACE_ENCODED - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded (space character is encoded as
%20
). - QUERY_PARAM_STYLE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property defines the desired format of query parameters.
- QUERY_PARAMS_AS_FORM_PARAMS_DISABLED - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
If
true
then query parameters will not be treated as form parameters (e.g. - queryParam() - Element in annotation interface org.glassfish.jersey.server.JSONP
-
If set then the JavaScript callback function name is obtained from a query parameter with the given name.
- queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- queryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- QueryParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.QueryParamException
- queryType - Variable in class com.sun.research.ws.wadl.Resource
- queueCapacity(int) - Method in class org.glassfish.jersey.server.ChunkedOutput.Builder
-
Set the queue capacity.
- QuotedString - Enum constant in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
R
- RANDOM - Static variable in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
- RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-range">HTTP Semantics documentation}
- ranked(int) - Method in class org.glassfish.jersey.internal.inject.AliasBinding
-
Sets the binding's rank.
- ranked(int) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's rank.
- RankedComparator<T> - Class in org.glassfish.jersey.model.internal
-
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase (
Configuration
) inranked provider
. - RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
- RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
- RankedComparator.Order - Enum Class in org.glassfish.jersey.model.internal
-
Defines which ordering should be used for sorting.
- RankedProvider<T> - Class in org.glassfish.jersey.model.internal
-
Jersey ranked provider model.
- RankedProvider(T) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new
RankedProvider
instance. - RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new
RankedProvider
instance for givenprovider
with specificrank
(> 0). - RankedProvider(T, int, Set<Type>) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new
RankedProvider
instance for givenprovider
with specificrank
(> 0). - RAR - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- rawClass() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
-
Get the raw class of the
type
. - RC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource configuration is not modifiable in this context.
- read() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Read next chunk from the response stream and convert it to a Java instance using the
chunk media type
. - read() - Method in class org.glassfish.jersey.internal.guava.Ticker
-
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
- read() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
- read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- read() - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
- read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- read(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
- read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- read(byte[], int, int) - Method in class org.glassfish.jersey.netty.connector.internal.NettyInputStream
- read(ClassReader, int, int, char[], int, Label[]) - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Reads a
Attribute.type
attribute. - READ_FULL_STREAM - Enum constant in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
-
For HTTP keep-alive or multipart content to work correctly, Jackson must read the entire HTTP input stream up until reading EOF (-1).
- READ_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Read listener can be set only once."
- READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Read timeout interval, in milliseconds.
- readAcceptLanguage(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptToken(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readByte(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a byte value in this
ClassReader
. - readBytecodeInstructionOffset(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Handles the bytecode offset of the next instruction to be visited in
ClassReader.accept(ClassVisitor,int)
. - readChunk(ByteBufAllocator) - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- readChunk(ChannelHandlerContext) - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
-
Deprecated.
- readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
-
Invoked by
ChunkedInput
to get the data for the next chunk. - readClass(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Class constant pool entry in this
ClassReader
. - readConst(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a numeric or string constant pool entry in this
ClassReader
. - readCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readCookies(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get the original event data string
String
. - readData(GenericType<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given generic type.
- readData(GenericType<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given generic type.
- readData(Class<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given Java type.
- readData(Class<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given Java type.
- readDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
- readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Read a date.
- readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "read-date" parameter.
- readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- readEntity(Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- ReaderInterceptorExecutor - Class in org.glassfish.jersey.message.internal
-
Represents reader interceptor chain executor for both client and server side.
- ReaderModel - Class in org.glassfish.jersey.message
-
MessageBodyReader
model. - ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
-
Create new reader model instance.
- ReaderProvider - Class in org.glassfish.jersey.message.internal
- ReaderProvider() - Constructor for class org.glassfish.jersey.message.internal.ReaderProvider
- readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Convert a map media type to list of message body readers to a string.
- ReaderWriter - Class in org.glassfish.jersey.message.internal
-
A utility class for reading and writing using byte and character streams.
- readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
-
Read JAXB element from an entity stream.
- readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
- readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Reads a type from the
entityStream
using interceptors. - readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
- readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
- readFrom(Class<EntityPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.multipart.internal.SingleEntityPartReader
- readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
- readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
- readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
- readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
- readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
- readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
- readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
- readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
-
Unmarshal a JAXB type.
- readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
- readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method that JAX-RS container calls to deserialize given value.
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jsonb.internal.JsonBindingProvider
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.kryo.internal.KryoMessageBodyProvider
- readFrom(Class<Path>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.PathProvider
- readFrom(Class<List<EntityPart>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.multipart.internal.EntityPartReader
- readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
- readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
- readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
- readFrom(Class<JSONArray>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonArrayProvider
- readFrom(Class<JSONObject>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider
- readFrom(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide
-
Reads the entire list of body parts from the Input stream, using the appropriate provider implementation to de-serialize each body part's entity.
- readFrom(Class<Publisher<InboundEvent>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.microprofile.restclient.SseMessageBodyReader
- readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
- readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
- readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated.use
ReaderWriter.readFromAsString(in, type)
instead - readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the bytes of an input stream and convert to a string.
- readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the characters of a reader and convert to a string.
- readInt(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a signed int value in this
ClassReader
. - readLabel(int, Label[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the label corresponding to the given bytecode offset.
- readLong(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a signed long value in this
ClassReader
. - readMatchingEntityTag(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readMediaTypes(List<MediaType>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readModule(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Module constant pool entry in this
ClassReader
. - readMultiPart(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide
- readMultiPart(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide
- readNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readPackage(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Package constant pool entry in this
ClassReader
. - readParameters(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readParameters(HttpHeaderReader, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualityFactor(CharSequence) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualityFactorParameter(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualitySourceMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME use somewhere in production code or remove.
- readQualitySourceMediaType(String[]) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readRequest(OAuth1Request) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Reads a request for OAuth parameters, and populates this object.
- readShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a signed short value in this
ClassReader
. - readStringList(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- readUnsignedShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads an unsigned short value in this
ClassReader
. - readUTF8(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Utf8 constant pool entry in this
ClassReader
. - READY - Enum constant in enum class org.glassfish.jersey.media.sse.internal.EventProcessor.State
-
Ready to connect.
- realm(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting protection realm. - REALM - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the protection realm.
- RECONNECT_DEFAULT - Static variable in class org.glassfish.jersey.media.sse.EventSource
-
Default SSE
EventSource
reconnect delay value in milliseconds. - RECONNECT_NOT_SET - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
A "reconnection not set" value for the SSE reconnect delay set via
retry
field. - reconnectDelay(long) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
-
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
- reconnectDelay(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
-
Set initial reconnect delay.
- reconnectingEvery(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- reconnectingEvery(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
- RecordComponentVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a record component.
- RecordComponentVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor
. - RecordComponentVisitor(int, RecordComponentVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor
. - redactHeaders(Collection<String>) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- REDIRECT_ERROR_DETERMINING_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Error determining redirect location."
- REDIRECT_ERROR_DETERMINING_LOCATION(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
"Error determining redirect location: ({0})."
- REDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Infinite loop in chained redirects detected."
- REDIRECT_INFINITE_LOOP() - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
"Infinite loop in chained redirects detected."
- REDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Max chained redirect limit ({0}) exceeded."
- REDIRECT_LIMIT_REACHED(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
"Max chained redirect limit ({0}) exceeded."
- REDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Received redirect that does not contain a location or the location is empty."
- REDIRECT_NO_LOCATION() - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
"Received redirect that does not contain a location or the location is empty."
- Redirect3xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
- RedirectException - Exception in org.glassfish.jersey.jdk.connector.internal
-
This Exception is used only if
ClientProperties.FOLLOW_REDIRECTS
is set totrue
. - RedirectException - Exception in org.glassfish.jersey.netty.connector.internal
-
This Exception is used only if
ClientProperties.FOLLOW_REDIRECTS
is set totrue
. - RedirectException(String) - Constructor for exception org.glassfish.jersey.jdk.connector.internal.RedirectException
-
Constructor.
- RedirectException(String) - Constructor for exception org.glassfish.jersey.netty.connector.internal.RedirectException
-
Constructor.
- RedirectException(String, Throwable) - Constructor for exception org.glassfish.jersey.jdk.connector.internal.RedirectException
-
Constructor.
- RedirectException(String, Throwable) - Constructor for exception org.glassfish.jersey.netty.connector.internal.RedirectException
-
Constructor.
- REDUCE_CONTEXT_PATH_SLASHES_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If set to
true
then a container will ignore multiple slashes between a port and a context path and will resolve it as URI with only one slash. - reduceLeadingSlashes(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Reduces the number of slashes before the path to only one slash.
- Ref<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A possibly mutable value reference.
- referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Get a new reference for to currently running request scope context.
- referenceFactory() - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
-
Get a reference factory providing an empty reference.
- referenceFactory() - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Get a reference factory providing an empty reference.
- referenceFactory(T) - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
-
Get a reference factory providing an initialized reference.
- referenceFactory(T) - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Get a reference factory providing an initialized reference.
- ReferencesInitializer - Class in org.glassfish.jersey.server.internal.process
-
Request/response scoped injection support initialization stage.
- ReferencesInitializer(InjectionManager, Provider<RequestProcessingContextReference>) - Constructor for class org.glassfish.jersey.server.internal.process.ReferencesInitializer
-
Injection constructor.
- ReferencingFactory<T> - Class in org.glassfish.jersey.internal.inject
-
Factory that provides injection of the referenced instance.
- ReferencingFactory(Provider<Ref<T>>) - Constructor for class org.glassfish.jersey.internal.inject.ReferencingFactory
-
Create new referencing injection factory.
- REFERER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-referer">HTTP Semantics documentation}
- ReflectionHelper - Class in org.glassfish.jersey.internal.util
-
Utility methods for Java reflection.
- ReflectionHelper.DeclaringClassInterfacePair - Class in org.glassfish.jersey.internal.util
-
A tuple consisting of a concrete class and a declaring class that declares a generic interface type.
- Refs - Class in org.glassfish.jersey.internal.util.collection
-
A collection of
reference
factory & utility methods. - register(Invocation.Builder, GrizzlyConnectorProvider.RequestCustomizer) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Register a request customizer for a single request.
- register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider with an explicitly specified binding priority.
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class using a given registration strategy.
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
- register(Iterable<Binding>) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers a collection of beans represented using fields in the provided descriptors.
- register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- register(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- register(Object) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
- register(Object) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers a provider.
- register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider with an explicitly specified binding priority.
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
- register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component using a given registration strategy.
- register(Consumer<InboundSseEvent>) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
- register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
- register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
- register(ClientConfig, GrizzlyConnectorProvider.RequestCustomizer) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Register a request customizer for a all requests executed by a client instance configured with this client config.
- register(Binder) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- register(Binder) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- register(Binder) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
- register(Binder) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers beans which are included in
Binder
. - register(Binding) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- register(Binding) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- register(Binding) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
- register(Binding) - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Registers one bean represented using fields in the provided descriptor.
- register(EventListener) - Method in class org.glassfish.jersey.media.sse.EventSource
-
Register new
event listener
to receive all streamedSSE events
. - register(EventListener, String, String...) - Method in class org.glassfish.jersey.media.sse.EventSource
-
Add name-bound
event listener
which will be called only for incoming SSEevents
whosename
is equal to the specified name(s). - registerBean(ClassBinding<T>, AfterBeanDiscovery, Collection<InjectionResolver>, BeanManager) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers a class as
JerseyBean
intoBeanManager
. - registerBean(InstanceBinding<T>, AfterBeanDiscovery, List<InjectionResolver>) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers an instance as
JerseyBean
intoBeanManager
. - registerClasses(Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature in the
ResourceConfig
. - registerClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature in the
ResourceConfig
. - registerExecutorBindings(InjectionManager) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
Create qualified
ExecutorService
andScheduledExecutorService
injection bindings based on the registered providers implementing theExecutorServiceProvider
and/orScheduledExecutorServiceProvider
SPI. - registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
Create qualified
ExecutorService
andScheduledExecutorService
injection bindings based on the registered providers implementing theExecutorServiceProvider
and/orScheduledExecutorServiceProvider
SPI. - registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
-
Retrieves registered
ExecutorServiceProvider
andScheduledExecutorServiceProvider
by an application and adds the default implementations of those interfaces to binds them intoInjectionManager
. - registerFeatures(Collection<Class<T>>, BootstrapBag) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
-
Allows feature registration as part of autoDiscoverables list
- registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Add a
ResourceFinder
toResourceConfig
. - registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
-
Register an object for invocation of its
PreDestroy
method. - registerInjectionManager(InjectionManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
- registerInjectionManager(InjectionManager) - Method in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore
-
Register a new
injection manager
with this manager. - registerInstances(Object...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature,
Jersey Binder
instances (singletons) in theResourceConfig
. - registerInstances(Set<Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature
Jersey Binder
instances (singletons) in theResourceConfig
. - registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new resource models in the
ResourceConfig
. - registerResources(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new programmatic resource models in the
ResourceConfig
. - registerSupplier(SupplierClassBinding<T>, AfterBeanDiscovery, Collection<InjectionResolver>, BeanManager) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers a class supplier and its provided value as
JerseyBean
s intoBeanManager
. - registerSupplier(SupplierInstanceBinding<T>, AfterBeanDiscovery, BeanManager) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers an instance supplier and its provided value as
JerseyBean
s intoBeanManager
. - registrableContracts() - Method in class org.glassfish.jersey.inject.hk2.Hk2Registrables
- RegistrationNotRequiredKryoContextResolver - Class in org.glassfish.jersey.kryo.internal
-
Backwards compatibility ContextResolver.
- RegistrationNotRequiredKryoContextResolver() - Constructor for class org.glassfish.jersey.kryo.internal.RegistrationNotRequiredKryoContextResolver
- registrationRequired(boolean) - Static method in class org.glassfish.jersey.kryo.KryoFeature
- rel - Variable in class com.sun.research.ws.wadl.Link
- rel() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies the relationship.
- rel() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Specifies the relationship.
- rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- RELATIVE_PATH - Enum constant in enum class org.glassfish.jersey.linking.InjectLink.Style
-
A relative path.
- relativize(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Relativize URI with respect to a base URI.
- release() - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestContext
-
Release a single reference to the current request scope instance.
- release() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Release a single reference to the current request scope instance.
- release() - Method in interface org.glassfish.jersey.process.internal.RequestContext
-
Release a single reference to the current request scope instance.
- release(RequestContext) - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
- release(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Releases the provided
RequestContext
to thread-local variable belonging to current request scope. - RELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to release request processing resources has failed for a request.
- reload() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
- reload() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
- reload() - Method in interface org.glassfish.jersey.server.spi.Container
-
Reload the hosted Jersey application using the current
configuration
. - reload() - Method in class org.glassfish.jersey.servlet.ServletContainer
- reload() - Method in class org.glassfish.jersey.simple.SimpleContainer
- reload(K, V) - Method in class org.glassfish.jersey.internal.guava.CacheLoader
-
Computes or retrieves a replacement value corresponding to an already-cached
key
. - reload(ResourceConfig) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
- reload(ResourceConfig) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
- reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
-
Reload the hosted Jersey application using a new
configuration
. - reload(ResourceConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
- reload(ResourceConfig) - Method in class org.glassfish.jersey.simple.SimpleContainer
- RELOAD_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
The application reload is finished.
- RemovalCause - Enum Class in org.glassfish.jersey.internal.guava
-
The reason why a cached entry was removed.
- remove() - Method in interface org.glassfish.jersey.internal.guava.PeekingIterator
- remove() - Method in class org.glassfish.jersey.internal.guava.UnmodifiableIterator
-
Deprecated.Unsupported operation.
- remove() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
-
Default implementation of
#remove()
which complies with the defined contract. - remove() - Method in interface org.glassfish.jersey.server.ResourceFinder
- remove(Object) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Removes the mapping for this key from this map if present.
- remove(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
- remove(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Removes a single key-value pair with the key
key
and the valuevalue
from this multimap, if such exists. - remove(Object, Object) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- remove(Object, Object) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Removes the mapping, if any, associated with the given keys.
- remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Remove a header.
- remove(K) - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Remove item from the cache.
- remove(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Remove a value for the descriptor if present in the scope instance store.
- remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
Un-register
BroadcasterListener
. - remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
Un-register
ChunkedOutput
from thisBroadcaster
instance. - removeAll(Object) - Method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Removes all values associated with the key
key
. - removeAll(Object) - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
Removes all values associated with a given key.
- removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.ListMultimap
-
Removes all values associated with the key
key
. - removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Removes all values associated with the key
key
. - removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.SetMultimap
-
Removes all values associated with the key
key
. - removeAll(Object) - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Removes all values associated with a given key.
- removeAll(Collection<?>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- removeAll(Iterator<?>, Collection<?>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Traverses an iterator and removes every element that belongs to the provided collection.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
-
Returns true if this map should remove its eldest entry.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
-
Deprecated.
- removeHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- removeIf(Iterator<T>, Predicate<? super T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Removes every element that satisfies the provided predicate from the iterator.
- removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
- removeProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
- removeProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
- removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
- removeUntouchable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method for removing definition of specified type as untouchable: usually only
- RenderedImageProvider - Class in org.glassfish.jersey.message.internal
- RenderedImageProvider() - Constructor for class org.glassfish.jersey.message.internal.RenderedImageProvider
- repeating - Variable in class com.sun.research.ws.wadl.Param
- replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- replaceChildResource(Resource, Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Replace an existing child resource with a newly supplied one.
- REPLACED - Enum constant in enum class org.glassfish.jersey.internal.guava.RemovalCause
-
The entry itself was not actually removed, but its value was replaced by the user.
- replaceHeaders(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Replace all headers.
- replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- replacePath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- representation - Variable in class com.sun.research.ws.wadl.Request
- representation - Variable in class com.sun.research.ws.wadl.Response
- representation - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- Representation - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Representation() - Constructor for class com.sun.research.ws.wadl.Representation
- RepresentationDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for representations.
Created on: Jun 16, 2008 - RepresentationDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- request - Variable in class com.sun.research.ws.wadl.Method
- request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- request() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Get the processed container request.
- request(long) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Subscription
-
Adds the given number
n
of items to the current unfulfilled demand for this subscription. - request(long) - Method in class org.glassfish.jersey.microprofile.restclient.SseEventSubscription
-
No events will be sent by a
SseEventPublisher
until demand is signaled viaSseEventSubscription.request(long)
method. - request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- Request - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Request() - Constructor for class com.sun.research.ws.wadl.Request
- REQUEST_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Request configuration for the
HttpClient
. - REQUEST_CONFIG - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
Request configuration for the
HttpClient
. - REQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The entity was already written in this request.
- REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property specified how the entity should be serialized to the output stream by the
connector
; if the buffering should be used or the entity is streamed in chunked encoding. - REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
413 Request Entity Too Large.
- REQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The entity of the client request is null.
- REQUEST_FILTER - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Global
ContainerRequestFilter
invoked. - REQUEST_FILTER_SUMMARY - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Global
ContainerRequestFilter
invocation summary. - REQUEST_FILTERED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Execution of
container request filters
has been finished. - REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
431 Request Header Fields Too Large.
- REQUEST_MATCHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
The matching has been finished and
container request filters
are going to be executed. - REQUEST_TIMEOUT_408 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
408 Request Timeout.
- REQUEST_URI_TOO_LONG_414 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
414 Request-URI Too Long.
- RequestAuthenticationException - Exception in org.glassfish.jersey.client.authentication
-
Exception thrown by security request authentication.
- RequestAuthenticationException(String) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message.
- RequestAuthenticationException(String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message and exception cause.
- RequestAuthenticationException(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception cause.
- RequestContext - Class in org.glassfish.jersey.inject.hk2
-
Class is able to communicate with
RequestScope
and provide request-scoped descriptors to HK2 DI provider to create or destroy instances. - RequestContext - Interface in org.glassfish.jersey.process.internal
-
Wrapper for externally provided request context data.
- RequestContext(RequestScope) - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext
- RequestContext.Binder - Class in org.glassfish.jersey.inject.hk2
-
Request scope injection binder.
- RequestContextProvider - Interface in org.glassfish.jersey.servlet.internal.spi
-
Provide access to the actual servlet request/response.
- RequestDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for requests.
Created on: Jun 16, 2008 - RequestDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
- REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
416 Requested Range Not Satisfiable.
- RequestEntityProcessing - Enum Class in org.glassfish.jersey.client
-
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING
property. - RequestEvent - Interface in org.glassfish.jersey.server.monitoring
-
An event informing about details of a request processing.
- RequestEvent.ExceptionCause - Enum Class in org.glassfish.jersey.server.monitoring
-
Describes the origin of the exception.
- RequestEvent.Type - Enum Class in org.glassfish.jersey.server.monitoring
-
The type of the event which describes in which request processing phase the event is triggered.
- RequestEventBuilder - Interface in org.glassfish.jersey.server.internal.monitoring
-
A contract for
request monitoring event
builder. - RequestEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
-
Request event
implementation. - RequestEventImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
-
Builder of
RequestEventImpl
. - RequestEventListener - Interface in org.glassfish.jersey.server.monitoring
-
Non-registrable provider that listens to
request events
. - RequestHeaderAutoDiscoverable - Class in org.glassfish.jersey.microprofile.restclient
-
Auto discoverable feature to bind into jersey runtime.
- RequestHeaderAutoDiscoverable() - Constructor for class org.glassfish.jersey.microprofile.restclient.RequestHeaderAutoDiscoverable
- RequestProcessingConfigurator - Class in org.glassfish.jersey.server.internal.process
-
Configurator which initializes and register
ExternalRequestScope
instance intoInjectionManager
. - RequestProcessingConfigurator() - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator
- RequestProcessingContext - Class in org.glassfish.jersey.server.internal.process
-
Request processing context.
- RequestProcessingContext(InjectionManager, ContainerRequest, UriRoutingContext, RequestEventBuilder, RequestEventListener) - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Create new request processing context.
- RequestProcessingContextReference - Class in org.glassfish.jersey.server.internal.process
-
Wrapper that holds the reference of the
RequestProcessingContext
. - RequestProcessingContextReference() - Constructor for class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
- RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
-
Function that can be put to an acceptor chain to properly initialize the client-side request-scoped processing injection for the current request and response exchange.
- RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, MessageBodyWorkers, InjectionManager) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
-
Create new
MessageBodyWorkers
initialization function for requests and responses. - RequestScope - Class in org.glassfish.jersey.process.internal
-
Scopes a single request/response processing execution on a single thread.
- RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
- RequestScope.RequestScopeConfigurator - Class in org.glassfish.jersey.process.internal
-
Configurator which initializes and register
RequestScope
instance intInjectionManager
andBootstrapBag
. - RequestScopeBean - Class in org.glassfish.jersey.inject.cdi.se
-
CDI Class Bean represents
CdiRequestScope
. - RequestScopeBean(BeanManager) - Constructor for class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
Creates a new Jersey-specific
Bean
instance. - RequestScopeConfigurator() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
- RequestScoped - Annotation Interface in org.glassfish.jersey.process.internal
-
Request scope binding annotation.
- RequestScopedCdiBeanSupplier - Class in org.glassfish.jersey.ext.cdi1x.internal
-
Supplier to provide CDI managed components that should be mapped into Jersey request scope.
- RequestScopedCdiBeanSupplier(Class, InjectionManager, BeanManager, boolean) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier
- RequestScopedInitializer - Interface in org.glassfish.jersey.server.spi
-
Custom initialization provider that is guaranteed to be run from within an active request scope.
- RequestScopedInitializerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
-
Produces
RequestScopedInitializer
based on providedRequestContextProvider
. - RequestSpecificConsumesProducesAcceptor<MethodRouting> - Class in org.glassfish.jersey.internal.routing
-
A
Comparable
concrete request content-type, accept header, and a methodRouting triplet - RequestSpecificConsumesProducesAcceptor(CombinedMediaType, CombinedMediaType, boolean, MethodRouting) - Constructor for class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
- required - Variable in class com.sun.research.ws.wadl.Param
- requireNonNull(Object, Type) - Static method in class org.glassfish.jersey.internal.BootstrapBag
-
Check whether the value is not
null
that means that the properBootstrapConfigurator
has not been configured or in a wrong order. - requiresEntity() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
- requiresEntity() - Method in class org.glassfish.jersey.server.model.Invocable
- requiresEntity() - Method in interface org.glassfish.jersey.server.model.Parameterized
-
Provides information on presence of an entity parameter.
- ReservoirConstants - Class in org.glassfish.jersey.server.internal.monitoring.core
-
The constants that determine the behaviour of sliding windows and their trimmers.
- reset() - Static method in class org.glassfish.jersey.internal.Errors
-
Removes all issues that have been added since the last marked position as well as removes the last mark.
- reset() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- reset() - Method in class org.glassfish.jersey.server.internal.scanning.CompositeResourceFinder
- reset() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
- reset() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
- reset() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
- reset() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
Reset the
ResourceFinder
instance. - reset(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
- RESET_CONTENT_205 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
205 Reset Content.
- resolve(Response) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Resolve the
Throwables
with a providedResponse
. - resolve(Class) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
- resolve(Class) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
- resolve(Class) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator.Resolver
-
Resolve a Class type to a QName.
- resolve(Object, UriComponent.Type, boolean) - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Returns the resolved template variable when the value object is passed
- resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
- resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
-
Get
ContextResolver<T>
instance for a given type and media type. - resolve(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- resolve(URI, String) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolve a relative URI reference against a base URI as defined in RFC 3986.
- resolve(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolve a relative URI reference against a base URI as defined in RFC 3986.
- resolve(Injectee, ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
- resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
- resolve(Injectee) - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl
- resolve(Injectee) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
-
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection Resolver.
- resolve(Injectee) - Method in interface org.glassfish.jersey.internal.inject.InjectionResolver
-
This method will return the object that should be injected into the given injection point.
- resolve(Injectee) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
- resolveGenericType(Class, Class, Class, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Resolve generic type parameter(s) of a raw class and it's generic type based on the class that declares the generic type parameter(s) to be resolved and a concrete implementation of the declaring class.
- resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
- resolveProperty(String, Class<T>) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
-
Resolve a property value for the specified property
name
. - resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
- resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
- resolveProperty(String, T) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
-
Resolve a property value for the specified property
name
. - resolveProperty(String, T) - Method in class org.glassfish.jersey.server.ContainerRequest
- resolver() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Create a
context resolver
for a current state of thisMultiPartProperties
. - resolver() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Create a
context resolver
for a current state of thisMoxyJsonConfig
. - resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- resolveTemplate(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolves template variables in the given
template
from_mapValues
. - resolveTypeVariable(Class<?>, Class<?>, TypeVariable) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Given a type variable resolve the Java class of that variable.
- resource - Variable in class com.sun.research.ws.wadl.Resources
- resource() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies a resource class whose @Path URI template will be used to build the injected URI.
- Resource - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resource - Class in org.glassfish.jersey.server.model
-
Model of a single resource component.
- Resource() - Constructor for class com.sun.research.ws.wadl.Resource
- RESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource is already a child resource and cannot contain another child resource.
- RESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, has ambiguous path definition with resource {1}.
- RESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Both application and applicationClass can't be null.
- RESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Resource configuration class {0} is not a subclass of {1}.
- RESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Resource configuration class {0} could not be loaded.
- RESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unable to process {0}
- RESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource (or sub resource) {0} with path "{1}" contains (sub) resource method(s) and sub resource locator.
- RESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, with path "{1}" is empty.
- RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
- RESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Lookup and initialization failed for a resource class: {0}.
- RESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Both resources, resource {0} and resource {1}, contains sub resource locators on the same path {2}.
- RESOURCE_METHOD - Enum constant in enum class org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
JAX-RS resource method.
- RESOURCE_METHOD_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Resource method execution has finished.
- RESOURCE_METHOD_START - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Resource method is going to be executed.
- RESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Validation of the application resource model has failed during application initialization.
- RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, is annotated with multiple scope annotations.
- RESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Replaced child resource does not exist in model: {0}.
- RESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Updated resource method does not exist in the model: {0}.
- RESOURCE_VALIDATION_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then the extensive validation of application resource model is disabled. - RESOURCE_VALIDATION_IGNORE_ERRORS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then validation of application resource models does not fail even in case of a fatal validation errors. - RESOURCE_VARIABLE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a resource variable in a method.
- Resource.Builder - Class in org.glassfish.jersey.server.model
-
Resource model component builder.
- ResourceConfig - Class in org.glassfish.jersey.server
-
The resource configuration for configuring a web application.
- ResourceConfig() - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration without any custom properties or resource and provider classes.
- ResourceConfig(Class<?>...) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration initialized with a given set of resource/provider classes.
- ResourceConfig(Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration initialized with a given set of resource/provider classes.
- ResourceConfig(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a defensive resource configuration copy initialized with a given
ResourceConfig
. - resourceContext(JerseyResourceContext) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set resource context.
- ResourceDocAccessor - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
- ResourceDocAccessor(ResourceDocType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
- ResourceDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for resources.
Created on: Jun 11, 2008 - ResourceDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
- ResourceFinder - Interface in org.glassfish.jersey.server
-
An interface used for finding and opening (loading) new resources.
- ResourceFinderException - Exception in org.glassfish.jersey.server.internal.scanning
-
An runtime exception that may be thrown when scanning.
- ResourceFinderException() - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied message
- ResourceFinderException(String) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied message
- ResourceFinderException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied message and cause
- ResourceFinderException(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
-
Construct a new instance with the supplied cause
- ResourceLinkContributionContext - Interface in org.glassfish.jersey.linking.contributing
-
The ResourceLinkContributionContext provides access for link contributions from other sources to an entity.
- ResourceMappingContext - Interface in org.glassfish.jersey.linking.mapping
-
This service tries to work out the UriTemplate required for a particular resource class.
- ResourceMappingContext.Mapping - Interface in org.glassfish.jersey.linking.mapping
- ResourceMethod - Class in org.glassfish.jersey.server.model
-
Model of a method available on a resource.
- ResourceMethod.Builder - Class in org.glassfish.jersey.server.model
-
Resource method model builder.
- ResourceMethod.JaxrsType - Enum Class in org.glassfish.jersey.server.model
-
Resource method classification based on the recognized JAX-RS resource method types.
- ResourceMethodDispatcher - Interface in org.glassfish.jersey.server.spi.internal
-
A resource method dispatcher responsible for consuming a JAX-RS
request
by invoking the configuredresource method
on a given resource instance and returning the method invocation result in a form of a JAX-RSresponse
. - ResourceMethodDispatcher.Provider - Interface in org.glassfish.jersey.server.spi.internal
-
Provider interface for creating a
resource method dispatcher
instances. - resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method dispatcher factory.
- ResourceMethodDispatcherFactory - Class in org.glassfish.jersey.server.model.internal
-
A resource method dispatcher provider factory.
- resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method invocation handler factory.
- ResourceMethodInvocationHandlerFactory - Class in org.glassfish.jersey.server.model.internal
-
An injectable
resource method invocation handler provider
factory. - ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
-
Provides the
invocation handler
instances designated to handle invocations of the suppliedinvocable resource methods
. - ResourceMethodInvoker - Class in org.glassfish.jersey.server.model
-
Server-side request-response
inflector
for invoking methods of annotation-based resource classes. - ResourceMethodInvoker.Builder - Class in org.glassfish.jersey.server.model
-
Resource method invoker helper.
- resourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set builder of ResourceMethodInvoker.
- ResourceMethodInvokerConfigurator - Class in org.glassfish.jersey.server.model.internal
-
Configurator which initializes and register
ResourceMethodDispatcher
instance intoBootstrapBag
. - ResourceMethodInvokerConfigurator() - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
- ResourceMethodMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of resource method MXBeans.
- ResourceMethodMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
-
MXBean implementing the
ResourceMethodMXBean
MXBean interface. - ResourceMethodMXBeanImpl(ResourceMethodStatistics, boolean, MBeanExposer, String, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
-
Create a new MXBean and expose it into mbean server using
mBeanExposer
. - ResourceMethodStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics an of an execution of the resource method.
- ResourceModel - Class in org.glassfish.jersey.server.model
-
Resource model of the deployed application which contains set of root resources.
- ResourceModel.Builder - Class in org.glassfish.jersey.server.model
-
Builder used to create
resource model
instances. - ResourceModelComponent - Interface in org.glassfish.jersey.server.model
-
Marker interface for all abstract resource model components, so that they can be traversed using a visitor pattern.
- ResourceModelConfigurator - Class in org.glassfish.jersey.server
-
Configurator which binds providers and resources into
InjectionManager
. - ResourceModelConfigurator() - Constructor for class org.glassfish.jersey.server.ResourceModelConfigurator
- ResourceModelIssue - Class in org.glassfish.jersey.server.model
-
Resource model validity issue.
- ResourceModelIssue(Object, String) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
-
Create a new resource model warning.
- ResourceModelIssue(Object, String, Severity) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
-
Create a new resource model issue.
- ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
-
Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
- ResourceMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of resource MXBeans.
- ResourceMxBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
-
MXBean implementing the
ResourceMethodMXBean
MXBean interface. - ResourceMxBeanImpl(ResourceStatistics, String, boolean, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
-
Create and register new MXBean into the mbean server using the
mBeanExposer
. - ResourceProcessor - Interface in org.glassfish.jersey.server.internal.scanning
-
Processes resources found by
ResourceFinder
. - resources - Variable in class com.sun.research.ws.wadl.Application
- Resources - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resources() - Constructor for class com.sun.research.ws.wadl.Resources
- ResourcesMBeanGroup - Class in org.glassfish.jersey.server.internal.monitoring.jmx
-
Group of resource MXBeans.
- ResourcesMBeanGroup(Map<String, ResourceStatistics>, boolean, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
-
Create a new group of MXBeans and expose nested Resource MXBeans.
- ResourcesProvider() - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
- ResourceStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of the resource.
- resourceType - Variable in class com.sun.research.ws.wadl.Link
- ResourceType - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
- resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
- RESP_FILTERS_FINISHED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Execution of
Container response filters
has finished. - RESP_FILTERS_START - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Container response filters
are going to be executed. - RespondingContext - Interface in org.glassfish.jersey.server.internal.process
-
Context that can be used during the data processing for registering response processing stages and/or functions that will be invoked during the response processing to transform the response before it is written to the client.
- response - Variable in class com.sun.research.ws.wadl.Method
- response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
-
Invoked when a response for the asynchronously invoked request is available.
- Response - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Response() - Constructor for class com.sun.research.ws.wadl.Response
- RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Response is closed.
- RESPONSE_FILTER - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
ContainerResponseFilter
invoked. - RESPONSE_FILTER_SUMMARY - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
ContainerResponseFilter
invocation summary. - RESPONSE_SET_STATUS_OVER_SEND_ERROR - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Whenever response status is
4xx
or5xx
it is possible to choose betweensendError
orsetStatus
on container specificResponse
implementation. - RESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Failed to convert a response into an exception.
- RESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Requested response type is null.
- ResponseAuthenticationException - Exception in org.glassfish.jersey.client.authentication
-
Exception thrown by security response authentication.
- ResponseAuthenticationException(Response, String) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message.
- ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message and exception cause.
- ResponseAuthenticationException(Response, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception cause.
- responseContextResolved() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
- ResponseDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for a response.
Created on: Jun 16, 2008 - ResponseDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- ResponseErrorMapper - Interface in org.glassfish.jersey.server.spi
-
Contract for a provider that maps response processing errors to
Response
. - ResponseMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of response MXBean.
- ResponseMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
-
MXBean implementing the
ResponseMXBean
MXBean interface. - ResponseMXBeanImpl() - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
- ResponseStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of responses produced by application.
- ResponseStatus - Class in org.glassfish.jersey.http
-
This is a list of Hypertext Transfer Protocol (HTTP) response status codes.
- ResponseStatus() - Constructor for class org.glassfish.jersey.http.ResponseStatus
- ResponseStatus.ClientError4xx - Class in org.glassfish.jersey.http
-
4xx client error status codes - the request contains bad syntax or cannot be fulfilled.
- ResponseStatus.Info1xx - Class in org.glassfish.jersey.http
-
1xx informational status codes - request received, continuing process
- ResponseStatus.Redirect3xx - Class in org.glassfish.jersey.http
-
3xx redirection status codes - further action must be taken in order to complete the request.
- ResponseStatus.ServerError5xx - Class in org.glassfish.jersey.http
-
5xx server error status codes - the server failed to fulfill an apparently valid request.
- ResponseStatus.Success2xx - Class in org.glassfish.jersey.http
-
2xx success status codes - the action was successfully received, understood, and accepted.
- ResponseWriter - Class in org.glassfish.jersey.servlet.internal
-
An internal implementation of
ContainerResponseWriter
for Servlet containers. - ResponseWriter(boolean, boolean, HttpServletResponse, AsyncContextDelegate, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.servlet.internal.ResponseWriter
-
Creates a new instance to write a single Jersey response.
- RestClientExtension - Class in org.glassfish.jersey.microprofile.restclient
-
Filters out all interfaces annotated with
RegisterRestClient
and creates new Producer from each of these selected interfaces. - RestClientExtension() - Constructor for class org.glassfish.jersey.microprofile.restclient.RestClientExtension
- restClientRegistration(AfterBeanDiscovery, BeanManager) - Method in class org.glassfish.jersey.microprofile.restclient.RestClientExtension
-
Creates new producers based on collected interfaces.
- RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Attempt to send restricted header(s) while the [{0}] system property not set.
- RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
- RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
- result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Get the data processing result.
- resume(RequestContext) - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
- resume(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Resumes the provided
RequestContext
to thread-local variable belonging to current request scope. - resume(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Resume request associated with provided context.
- RESUMED - Enum constant in enum class org.glassfish.jersey.server.AsyncContext.State
-
Indicates the asynchronous processing context has been resumed.
- RET - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- retainAll(Collection<?>) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- retrieve() - Method in class org.glassfish.jersey.SslConfigurator
-
Retrieve the SSL context configuration from the system properties.
- retrieve(ServletContext, String) - Static method in class org.glassfish.jersey.servlet.internal.Utils
-
Load
resource config
from givenservlet context
. - retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
-
Retrieve the SSL context configuration from the supplied properties.
- RETRY_HANDLER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
HttpRequestRetryHandler which will be used to create
HttpClient
. - RETRY_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
HttpRequestRetryStrategy which will be used to create
HttpClient
. - RETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- REUSE_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
ConnectionReuseStrategy for the
HttpClient
. - REUSE_STRATEGY - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
ConnectionReuseStrategy for the
HttpClient
. - rev - Variable in class com.sun.research.ws.wadl.Link
- rev() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies the reverse relationship.
- rev() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Specifies the reverse relationship.
- reverse() - Method in class org.glassfish.jersey.internal.guava.Ordering
-
Returns the reverse of this ordering; the
Ordering
equivalent toCollections.reverseOrder(Comparator)
. - RI_AFTER - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptor
invocation after a call tocontext.proceed()
. - RI_BEFORE - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptor
invocation before a call tocontext.proceed()
. - RI_SUMMARY - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptor
invocation summary. - RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
-
A
DynamicFeature
supporting thejakarta.annotation.security.RolesAllowed
,jakarta.annotation.security.PermitAll
andjakarta.annotation.security.DenyAll
on resource methods and sub-resource methods. - RolesAllowedDynamicFeature() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
- RootElementProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider.RootElementProvider
-
Creates new instance.
- Routed - Interface in org.glassfish.jersey.server.model
-
Marker interface for all resource model components that contain path information usable for routing.
- Routing - Class in org.glassfish.jersey.server.internal.routing
-
Jersey routing entry point.
- Routing.Builder - Class in org.glassfish.jersey.server.internal.routing
-
Resource routing builder.
- routingContext() - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Get the routing context for the processed container request.
- RoutingContext - Interface in org.glassfish.jersey.server.internal.routing
-
Jersey request matching and routing context.
- routingResponseType(Type) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define the response entity type used during the routing for selection of the resource methods.
- row(R) - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- row(R) - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a view of all mappings that have the given row key.
- rowKeySet() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- rowKeySet() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a set of row keys that have one or more values in the table.
- rowMap() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- rowMap() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns a view that associates each row key with the corresponding map from column keys to values.
- RsaSha1Method - Class in org.glassfish.jersey.oauth1.signature
-
An OAuth signature method that implements RSA-SHA1.
- RsaSha1Method() - Constructor for class org.glassfish.jersey.oauth1.signature.RsaSha1Method
- run() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor
- runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope. - runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope. - runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope. - runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the request scope initialized from thescope context
. - runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the request scope initialized from thescope context
. - runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the request scope initialized from thescope context
. - RUNNING - Enum constant in enum class org.glassfish.jersey.server.AsyncContext.State
-
Indicates the asynchronous processing context is running.
- runtimeDelegateDecorator - Variable in class org.glassfish.jersey.message.internal.MessageHeaderMethods
- RuntimeDelegateDecorator - Class in org.glassfish.jersey.internal
-
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
- RuntimeDelegateDecorator() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateDecorator
- RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
-
Default implementation of JAX-RS
RuntimeDelegate
. - RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
-
Server-side implementation of JAX-RS
RuntimeDelegate
. - RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
- RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
- RuntimeResource - Class in org.glassfish.jersey.server.model
- RuntimeResourceModel - Class in org.glassfish.jersey.server.model
-
Runtime Resource model contains structured information about runtime resources.
- RuntimeResourceModel(List<Resource>) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModel
-
Creates new runtime resource model from the list of resources.
- RuntimeResourceModelValidator - Class in org.glassfish.jersey.server.model
-
Runtime resource model validator validating ambiguity of resource methods.
- RuntimeResourceModelValidator(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
-
Create a new validator instance.
- rx() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- rx(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
S
- safelyClose(Closeable) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Safely close a closeable, without throwing an exception.
- SALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- SASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- SAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Cannot disable external general entity processing feature on SAX parser factory [{0}].
- SAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE_ON_READER(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Cannot disable external general entity processing feature on XML reader [{0}].
- SAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Cannot disable external parameter entity processing feature on SAX parser factory [{0}].
- SAX_CANNOT_ENABLE_DISALLOW_DOCTYPE_DECLARATION_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Cannot enable feature that disallows doctype declaration on SAX parser factory [{0}].
- SAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAX parser factory [{0}].
- SAX_XDK_NO_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Using XDK.
- SaxHelper - Class in org.glassfish.jersey.internal.util
-
Common helper methods for SAX parsers.
- SaxParserFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
-
Thread-scoped injection provider of
SAX parser factories
. - SaxParserFactoryInjectionProvider(InjectionManager, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProvider
-
Create new SAX parser factory provider.
- SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
- schedule(Runnable, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Creates and executes a one-shot action that becomes enabled after the given delay.
- schedule(Callable<T>, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Creates and executes a
ScheduledFuture
that becomes enabled after the given delay. - SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that includes only models that contain
ScheduledExecutorServiceProvider
provider contract. - scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client scheduler.
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- ScheduledExecutorServiceProvider - Interface in org.glassfish.jersey.spi
-
An extension contract for providing pluggable scheduled executor service providers to be used by Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a Jersey runtime processing task.
- ScheduledThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
-
Default implementation of the Jersey
scheduled executor service provider SPI
. - ScheduledThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Create a new instance of the scheduled thread pool executor provider.
- ScheduledThreadPoolExecutorProvider(String, Configuration) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Create a new instance of the scheduled thread pool executor provider.
- scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- SCHEME - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI scheme component type.
- SCHEME - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
OAuth scheme in Authorization header.
- schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Change contract provider scope.
- Scoped - Interface in org.glassfish.jersey.model
-
Scoped Jersey application model component.
- secureConnection(JerseyClient, HttpURLConnection) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
Secure connection if necessary.
- SecureSaxParserFactory - Class in org.glassfish.jersey.jaxb.internal
-
Secure SAX parser factory wrapper.
- SecureSaxParserFactory(SAXParserFactory) - Constructor for class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
-
Create new secure SAX parser factory wrapper.
- SECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
SecurityContext was not set.
- securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the SSLContext protocol.
- SEE_OTHER_303 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
303 See Other.
- segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
- selectVariant(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select the representation variant that best matches the request.
- selectVariants(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select possible representation variants in order in which they best matches the request.
- separator(String) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- Separator - Enum constant in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
- serializationDisable() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
-
Serialization features to disable.
- serializationEnable() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.annotation.JacksonFeatures
-
Serialization features to enable.
- serializeAsArray - Variable in class org.glassfish.jersey.jettison.JettisonConfig.Builder
- serializeAsArray(String...) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
-
Add element names to be treated as arrays.
- serializeAsArray(List<String>) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
-
Add element names to be treated as arrays.
- SERVER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-server">HTTP Semantics documentation}
- SERVER_SENT_EVENTS - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
String
representation of Server sent events media type. - SERVER_SENT_EVENTS_TYPE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
Server sent events media type.
- ServerBootstrapBag - Class in org.glassfish.jersey.server
-
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.
- ServerBootstrapBag() - Constructor for class org.glassfish.jersey.server.ServerBootstrapBag
- ServerConfig - Interface in org.glassfish.jersey.server
-
Server-side application configuration.
- ServerError5xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
- ServerFiltersAutoDiscoverable - Class in org.glassfish.jersey.server.filter.internal
-
Enable auto-discoverable of certain server filters.
- ServerFiltersAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
- ServerParameterService() - Constructor for class org.glassfish.jersey.server.model.Parameter.ServerParameterService
- ServerProperties - Class in org.glassfish.jersey.server
-
Jersey server-side configuration properties.
- ServerRuntime - Class in org.glassfish.jersey.server
-
Server-side request processing runtime.
- ServerTraceEvent - Enum Class in org.glassfish.jersey.server.internal
-
Server side tracing events.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Receives standard HTTP requests from the public
service
method and dispatches them to thedo
XXX methods defined in this class. - service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Dispatches client requests to the protected
service
method. - service(GenericType<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- service(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new class-based service binding.
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Dispatch client requests to a resource class.
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.WebComponent
-
Dispatch client requests to a resource class.
- service(Request, Response) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
- service(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new instance-based service binding.
- SERVICE_LOCATOR - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
Identifies the object that will be used as a parent
HK2 ServiceLocator
in the JerseyWebComponent
. - SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
503 Service Unavailable.
- serviceAsContract(GenericType<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- serviceAsContract(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new class-based service binding.
- serviceAsContract(Type) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new generic type-based service binding.
- serviceAsContract(T) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new instance-based service binding.
- ServiceConfigurationError - Error in org.glassfish.jersey.internal
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceFinder<T> - Class in org.glassfish.jersey.internal
-
A simple service-provider lookup mechanism.
- ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.jersey.internal
-
The default service iterator provider that looks up provider classes in META-INF/services files.
- ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.jersey.internal
-
Supports iteration of provider instances or classes.
- ServiceFinderBinder<T> - Class in org.glassfish.jersey.internal
-
Simple ServiceFinder injection binder.
- ServiceFinderBinder(Class<T>, Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.ServiceFinderBinder
-
Create a new service finder injection binder.
- ServiceHolder<T> - Interface in org.glassfish.jersey.internal.inject
-
Implementation of this class is used as a holder for service instance from
InjectionManager
along with other information about the provided service. - ServiceHolderImpl<T> - Class in org.glassfish.jersey.internal.inject
-
Implementation of the instance keeper which kept the instance of the class from
InjectionManager
and the other information about this instance. - ServiceHolderImpl(T, Class<T>, Set<Type>, int) - Constructor for class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
Creates a new instance of the service holder which keeps the concrete instance and its additional information.
- ServiceHolderImpl(T, Set<Type>) - Constructor for class org.glassfish.jersey.internal.inject.ServiceHolderImpl
-
Creates a new instance of the service holder which keeps the concrete instance and its additional information.
- ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
- SERVLET_ASYNC_CONTEXT_ALREADY_STARTED() - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Servlet request has been put into asynchronous mode by an external force.
- SERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
The servlet path {0} does not start with the filter context path {1}.
- SERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Attempt to put servlet request into asynchronous mode has failed.
- ServletConfig - Enum constant in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
-
A configuration type of servlet configuration.
- ServletContainer - Class in org.glassfish.jersey.servlet
-
A
Servlet
orFilter
for deploying root resource classes. - ServletContainer() - Constructor for class org.glassfish.jersey.servlet.ServletContainer
-
Create Jersey Servlet container.
- ServletContainer(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.ServletContainer
-
Create Jersey Servlet container.
- ServletContainerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
-
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by
org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
. - ServletContainerProviderFactory - Class in org.glassfish.jersey.servlet.internal
-
Factory class to get all "registered" implementations of
ServletContainerProvider
. - ServletProperties - Class in org.glassfish.jersey.servlet
-
Jersey servlet container configuration properties.
- set(E) - Method in class org.glassfish.jersey.internal.guava.UnmodifiableListIterator
-
Deprecated.Unsupported operation.
- set(ObjectReaderModifier) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
- set(ObjectWriterModifier) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
- set(RequestProcessingContext) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
- set(T) - Method in interface org.glassfish.jersey.internal.util.collection.Settable
-
Set a new value.
- set(T) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
- set(V) - Method in class org.glassfish.jersey.internal.guava.SettableFuture
-
Sets the value of this future.
- SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
A value of
true
declares that the client will try to set unsupported HTTP method toHttpURLConnection
via reflection as a workaround for a missing HTTP method. - setAccessibleMethodPA(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to set a method to be accessible.
- setAdapter(A) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setAdapter(A) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setAdapter(Class<A>, A) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setAdapter(Class<A>, A) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- setAnnotationsToUse(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method for configuring which annotation sets to use (including none).
- setAnnotationsToUse(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
- setAnnotationTypeName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
- setApplication(Application) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setApplicationDocsFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
- setApplicationDocsStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
- setApplicationHandler(ApplicationHandler) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set the name of the application.
- setArgs(Object[]) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Method parameters setter.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setAttribute(Attribute) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
- setAttributePrefix(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setAttributes(AttributeList) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
- setAutoDiscoverables(List<AutoDiscoverable>) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets a list of
AutoDiscoverable
. - setBase(String) - Method in class com.sun.research.ws.wadl.Resources
-
Sets the value of the base property.
- setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
Set the
baseUri
of the actual request into theInheritableThreadLocal
. - setBeanManager(BeanManager) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- setCallback(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the callback URL.
- setCancellable(Future) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
Sets Future that backs
ClientRequest
ClientRequest.isCancelled()
method. - setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set custom chunk data media type.
- setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set custom chunk data media type from a string value.
- setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set
ClassLoader
which will be used for resource discovery. - setClassName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
- setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
- setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
-
Sets the value of the commentText property.
- setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- setComponentProviders(LazyValue<Collection<ComponentProvider>>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setConfiguration(Configuration) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets an instance of
Configuration
. - setConfiguration(Configuration) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
- setConsumerKey(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the consumer key.
- setConsumerSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
- setContainer(SeContainer) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- setContainerRequest(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setContainerRequest(ContainerRequest) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set the container request.
- setContainerRequest(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set request filters.
- setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setContainerResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setContainerResponse(ContainerResponse) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set the container response.
- setContainerResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set response filters.
- setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the content disposition.
- setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Overrides the behaviour on
BodyPart
to ensure that only instances ofFormDataContentDisposition
can be set. - setContextClassLoaderPA(ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Get privileged action to set the actual context class loader.
- setContextResolvers(ContextResolvers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets an instance of
ContextResolvers
. - setCorePoolSize(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set the core thread pool size - the size of the thread pool will never bee smaller than this.
- setDaemon(boolean) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Sets daemon or not for new threads created with this ThreadFactory.
- setDaemon(boolean) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set
true
if thread pool threads are daemons. - setDebug(boolean) - Method in interface org.glassfish.jersey.simple.SimpleServer
-
To enable very low level logging this can be enabled.
- setDefault(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the default property.
- setDefaultNext(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
- setDefaultNext(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.ChainableStage
-
Set the default next stage that should be returned from this stage after it has been invoked by default.
- setDefaultReadView(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method for specifying JSON View to use for reading content when end point does not have explicit View annotations.
- setDefaultView(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method for specifying JSON View to use for reading and writing content when end point does not have explicit View annotations.
- setDefaultWriteView(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method for specifying JSON View to use for reading content when end point does not have explicit View annotations.
- setDiffView(Set<? extends E>, Set<? extends E>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
-
Create a view of a difference of provided sets.
- setDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- setDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the element property.
- setElement(QName) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- setEndpoint(Endpoint) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Set the matched server-side endpoint.
- setEndpoint(Endpoint) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Set the entity object to be unmarshalled from a request, or to be marshalled on a response.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
This operation is not supported from this implementation.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
This operation is not supported from this implementation.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
Disables access to the entity for a
MultiPart
. - setEntity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
- setEntity(Object) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set a new message message entity.
- setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set a new message message entity.
- setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
- setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set a new message message entity.
- setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the annotations attached to the entity.
- setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the annotations attached to the entity.
- setEntityStream(InputStream) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in class org.glassfish.jersey.server.ContainerRequest
- setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in class org.glassfish.jersey.server.ContainerResponse
- setEntityType(Type) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the message entity type information.
- setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the message entity type information.
- setEventHandler(ValidationEventHandler) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setEventHandler(ValidationEventHandler) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setExample(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- setException(Throwable) - Method in class org.glassfish.jersey.internal.guava.SettableFuture
-
Sets the future to having failed with the given exception.
- setException(Throwable, RequestEvent.ExceptionCause) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setException(Throwable, RequestEvent.ExceptionCause) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set exception thrown.
- setException(Throwable, RequestEvent.ExceptionCause) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setExceptionMapper(ExceptionMapper<?>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setExceptionMapper(ExceptionMapper<?>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set the exception mapper.
- setExceptionMapper(ExceptionMapper<?>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setExceptionMappers(ExceptionMappers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets an instance of
ExceptionMappers
. - setExtendedUriInfo(ExtendedUriInfo) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setExtendedUriInfo(ExtendedUriInfo) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set uri info.
- setExtendedUriInfo(ExtendedUriInfo) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setFactory(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets a flag whether the injectee is a factory.
- setFeature(String, boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- setFileEntity(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Sets the fileEntity for this
FormDataBodyPart
. - setFileEntity(File, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Sets the
MediaType
and fileEntity for thisFormDataBodyPart
. - setFilename(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Sets the body part entity filename value to be used in the content-disposition header.
- setFilter(Filter) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- setFixed(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the fixed property.
- setFormattedOutput(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setFormDataContentDisposition(FormDataContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the form data content disposition.
- setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
- setGenericType(Type) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
-
Sets the value of the grammars property.
- setGrammarsFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- setGrammarsStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- setGuard(String) - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
-
Observe changes of a value represented by the key.
- setHeader(Marshaller, Annotation[]) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
-
Set the custom XML header on a JAXB marshaller if specified via
XmlHeader
annotation, present in the supplied array of annotations. - setHref(String) - Method in class com.sun.research.ws.wadl.Include
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the href property.
- setId(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
-
Sets the value of the id property.
- setIncludeRoot(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setInitialClassLoader(ClassLoader) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Specifies the context class loader that will be used by threads in this pool.
- setInjecteeClass(Class<?>) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets type of the injectee.
- setInjecteeDescriptor(ForeignDescriptor) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the descriptor for this Injectee.
- setInjectionManager(InjectionManager) - Method in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerInjectedTarget
-
Set the locator to be used to co-inject this injection target.
- setInjectionResolvers(Collection<InjectionResolver>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
In some cases Injection Resolvers cannot be provided during th creation of the object therefore must be set later on.
- setInputStream(InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Register the service iterator provider to iterate on provider instances or classes.
- setJSONPFunctionName(String) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
The max period of time a thread will wait for a new task to process.
- setLang(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the lang property.
- setLevel(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- setLink(Link) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the link property.
- setListener(Marshaller.Listener) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setListener(Unmarshaller.Listener) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setManagedObjectsFinalizer(ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets an instance of
ManagedObjectsFinalizer
. - setMappedFromException(boolean) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Sets the flag indicating whether the response was created based on the exception.
- setMappedThrowable(Throwable) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Set the throwable that was mapped to a response.
- setMappedThrowable(Throwable) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- setMapper(MAPPER) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method that can be used to directly define
ObjectMapper
to use for serialization and deserialization; if null, will use the standard provider discovery from context instead. - setMapper(MAPPER) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
- setMarshalEmptyCollections(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setMarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Add properties from the given map to the existing marshaller properties.
- setMatchedResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
-
Set the matched
resource method
. - setMatchedResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
- setMaxPoolSize(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set max thread pool size.
- setmBeansEnabled(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
-
Set whether the feature should also enable exposure of monitoring statistics MBeans.
- setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the
MediaType
for thisBodyPart
. - setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Disables changing the media type to anything other than
multipart/form-data
. - setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
- setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the message content media type.
- setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the message content media type.
- setMediaType(String) - Method in class com.sun.research.ws.wadl.Option
-
Sets the value of the mediaType property.
- setMediaType(String) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the mediaType property.
- setMediaType(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets an instance of
MessageBodyWorkers
. - setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Set message body workers used to transform an entity stream into particular Java type.
- setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
- setMethod(String) - Method in class org.glassfish.jersey.server.ContainerRequest
- setMethodName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
-
Set the method name.
- setMethodSignature(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
-
Set the unique method signature, including method parameters, if any.
- setMethodWithoutException(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Like
ContainerRequest.setMethod(String)
but does not throwIllegalStateException
if the method is invoked in other than pre-matching phase. - setModelProcessors(Collection<ModelProcessor>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- SetMultimap<K,
V> - Interface in org.glassfish.jersey.internal.guava -
A
Multimap
that cannot hold duplicate key-value pairs. - setMultivaluedParameterExtractorProvider(MultivaluedParameterExtractorProvider) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setName(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the name property.
- setName(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the control name.
- setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
- setName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
- setName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- setNameFormat(String) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Sets the naming format to use when naming threads (
Thread.setName(java.lang.String)
) which are created with this ThreadFactory. - setNamespaceAware(boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- setNamespacePrefixMapper(Map<String, String>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setNamespaceSeparator(char) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setNonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the nonce to contain a randomly-generated UUID.
- setNonce(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the nonce, a value that should be unique for a given timestamp.
- setOptional(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets whether or not this Injectee should be considered optional.
- setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
- setOverrideGrammars(Boolean) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- setParameterUpdaterProvider(ParameterUpdaterProvider) - Method in class org.glassfish.jersey.client.ClientBootstrapBag
- setParamName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
- setParent(AnnotatedElement) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
This setter sets both the parent and the injecteeClass fields.
- setParent(Logger) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- setParent(MultiPart) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the parent
MultiPart
(if any) for thisBodyPart
. - setParentClassScope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the scope in which the parent class is registered.
- setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set new chunk parser.
- setPath(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the path property.
- setPath(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the path property.
- setPoolName(String) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set thread pool name.
- setPosition(int) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the position of this Injectee.
- setPredictor(MediaTypePredictor) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Sets the media type predictor.
- setPriority(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set priority of the threads in thread pool.
- setProcessingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Set the configured properties to the provided map of properties.
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set new configuration properties replacing all previously set properties.
- setProperties(Properties) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
- setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
- setProperty(String, Object) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
- setProperty(String, Object) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonMarshaller
- setProperty(String, Object) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setProperty(String, Object) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setProperty(String, Object) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
-
Set the particular property in the underlying implementation of
JettisonMarshaller
. - setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
- setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
- setProvider(boolean) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets a flag whether the injectee is a provider.
- setProviders(Providers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the configured
Providers
for thisBodyPart
. - setQueryParamStyle(JerseyQueryParamStyle) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the queryType property.
- setQueue(Queue<Runnable>) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set a queue implementation that will be used to temporarily store tasks when all threads in the thread pool are busy.
- setQueueLimit(int) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set the limit of the queue, where tasks are temporarily stored when all threads are busy.
- setRealm(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the protection realm for the request.
- setRel(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rel property.
- setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the repeating property.
- setReportToErrorService(boolean) - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Sets if this exception should be reported to the error service when thrown during a creation or deletion of a service.
- setRepresentationDoc(RepresentationDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
- setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the request property.
- setRequestDoc(RequestDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- setRequestEvent(RequestEvent) - Method in class org.glassfish.jersey.micrometer.server.JerseyContext
- setRequestScope(RequestScope) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Sets an instance of
RequestScope
. - setRequestScopedInitializer(RequestScopedInitializer) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Set a custom container extensions initializer for the current request.
- setRequestUri(URI) - Method in class org.glassfish.jersey.server.ContainerRequest
- setRequestUri(URI, URI) - Method in class org.glassfish.jersey.server.ContainerRequest
- setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the required property.
- setRequiredQualifiers(Set<Annotation>) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the required qualifiers for this Injectee.
- setRequiredType(Type) - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
-
Sets the required type of this Injectee.
- setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
-
Set the absolute URI of the ultimate request that was made to receive this response.
- setResource(Object) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Setter for resource instance that should get validated.
- setResourceBag(ResourceBag) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setResourceContext(JerseyResourceContext) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setResourceDocFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
Set the
resourceDocFile
to the given file. - setResourceDocStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
Set the
resourceDocStream
to the given file. - setResourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
Set the
resource mode
of the application associated with this context. - setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
-
Set the
PackageNamesScanner.ResourcesProvider
implementation to find resources. - setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the resourceType property.
- setResponseDoc(ResponseDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- setResponseMediaTypeIfNotSet(Response, Configuration) - Method in class org.glassfish.jersey.client.internal.routing.ClientResponseMediaTypeDeterminer
-
Set the Response media type if not correctly set by the user.
- setResponseSuccessfullyMapped(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setResponseSuccessfullyMapped(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set the flag indicating whether the response has been successfully mapped by an exception mapper.
- setResponseSuccessfullyMapped(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setResponseWritten(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setResponseWritten(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set the flag indicating whether response has been successfully written.
- setResponseWritten(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setReturnDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- setReturnDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- setReturnTypeExample(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
- setRev(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rev property.
- Sets - Class in org.glassfish.jersey.internal.guava
-
Static utility methods pertaining to
Set
instances. - setSchema(Schema) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- setSchema(Schema) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbMarshaller
- setSchema(Schema) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- setSecurityContext(SecurityContext) - Method in class org.glassfish.jersey.server.ContainerRequest
- setSignature(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the signature for the request.
- setSignatureMethod(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the signature method used to sign the request.
- setSslContextFactory(Client, ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
- setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
- setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
- setStatus(Long) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
- setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
- setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
- setStreamEntity(InputStream) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Allows to explicitly set the body part entity.
- setStreamEntity(InputStream, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Allows to explicitly set the value and the MIME type of the body part entity.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Set the buffering output stream provider.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a stream provider callback.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the output stream provider callback.
- setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the style property.
- setStyle(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- setSuccess(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
- setSuccess(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
-
Set the flag indicating whether the response processing was successful.
- setSuccess(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
- setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Set the suspend timeout.
- setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Set the suspend timeout.
- setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
- Settable<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A generic settable value container.
- SettableFuture<V> - Class in org.glassfish.jersey.internal.guava
-
A
ListenableFuture
whose result may be set by aSettableFuture.set(Object)
orSettableFuture.setException(Throwable)
call. - setThreadFactory(ThreadFactory) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Sets the backing
ThreadFactory
for new threads created with this ThreadFactory. - setThreadFactory(ThreadFactory) - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
-
Set
ThreadFactory
that will be used to create thread pool threads. - setTimeReservoir(TimeReservoir<V>) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.SlidingWindowTrimmer
- setTimestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the timestamp to the current time as number of seconds since epoch.
- setTimestamp(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the timestamp.
- setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the title property.
- setToken(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the request or access token.
- setTokenSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Sets request or access token.
- setType(Class) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
- setType(QName) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the type property.
- setType(QName) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Sets the
Thread.UncaughtExceptionHandler
for new threads created with this ThreadFactory. - setUnionView(Set<? extends E>, Set<? extends E>) - Static method in class org.glassfish.jersey.internal.util.collection.Views
-
Create a view of an union of provided sets.
- setUnmarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Add properties from the given map to the existing unmarshaller properties.
- setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
- setUseParentHandlers(boolean) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- setValidating(boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
This operation is not supported from this implementation.
- setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
This operation is not supported from this implementation.
- setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the field media type and value for this body part.
- setValue(String) - Method in class com.sun.research.ws.wadl.Option
-
Sets the value of the value property.
- setValue(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
This operation is not supported from this implementation.
- setValue(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the field value for this body part.
- setValue(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
- setValue(V) - Method in class org.glassfish.jersey.internal.guava.ForwardingMapEntry
- setValueParamProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
- setValueWrapper(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
- setVerifier(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the verifier code.
- setVersion() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the protocol version to the default value of 1.0.
- setVersion(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the protocol version.
- setWadlGenerationEnabled(boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
- setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Enable/disable WADL generation.
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
- setWadlGeneratorDelegate(WadlGenerator) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Sets the delegate that is decorated by this wadl generator.
- setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set the message body workers associated with the request.
- setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Set context message body workers.
- setWrappedStream(InputStream) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Set the wrapped input stream instance.
- setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Set the container response writer for the current request.
- setXIncludeAware(boolean) - Method in class org.glassfish.jersey.jaxb.internal.SecureSaxParserFactory
- severe(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- Severity - Enum Class in org.glassfish.jersey
-
Common severity.
- SHORT - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the
short
type. - SHORT_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The
short
type. - shutdown() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
- shutdown() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
- shutdown() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
- shutdown() - Method in interface org.glassfish.jersey.internal.inject.InjectionManager
-
Shuts down the entire
InjectionManager
and the underlying DI provider. - shutdown() - Method in interface org.glassfish.jersey.media.sse.internal.EventProcessor.ShutdownHandler
-
Invoked when the
EventProcessor
reaches terminal stage. - shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
- sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
-
Generates the HMAC-SHA1 signature of OAuth request elements.
- sign(String, OAuth1Secrets) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
-
Signs the data using the supplied secret(s).
- sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
-
Generates the PLAINTEXT signature.
- sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
-
Generates the RSA-SHA1 signature of OAuth request elements.
- sign(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Generates an OAuth signature for the given request, parameters and secrets, and stores it as a signature parameter, and writes the OAuth parameters to the request as an Authorization header.
- signature(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting signature. - SIGNATURE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the signature.
- SIGNATURE_METHOD - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the signature method.
- signatureMethod(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting signature method. - SimpleContainer - Class in org.glassfish.jersey.simple
-
Jersey
Container
implementation based on Simple frameworkContainer
. - SimpleContainerFactory - Class in org.glassfish.jersey.simple
-
Factory for creating and starting Simple server containers.
- SimpleContainerProvider - Class in org.glassfish.jersey.simple
-
Container provider for containers based on Simple HTTP Server
Container
. - SimpleContainerProvider() - Constructor for class org.glassfish.jersey.simple.SimpleContainerProvider
- SimpleHttpServerProvider - Class in org.glassfish.jersey.simple
-
Server provider for servers based on Simple framework
SimpleServer
. - SimpleHttpServerProvider() - Constructor for class org.glassfish.jersey.simple.SimpleHttpServerProvider
- SimpleNamespaceResolver - Class in org.glassfish.jersey.internal.util
-
Simple namespace resolver which resolves one predefined namespace.
- SimpleNamespaceResolver(String, String) - Constructor for class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
-
Create a new instance of the namespace resolver initialized with the fixed
prefix
andURI
that the resolver will be capable to resolve. - SimpleServer - Interface in org.glassfish.jersey.simple
-
Simple server facade providing convenient methods to obtain info about the server (i.e.
- SimpleTraceAnalyzer - Class in org.glassfish.jersey.simple
-
Tracing at a very low level can be performed with a
TraceAnalyzer
. - SimpleTraceAnalyzer() - Constructor for class org.glassfish.jersey.simple.SimpleTraceAnalyzer
-
Creates an asynchronous trace event logger.
- SingleEntityPartReader - Class in org.glassfish.jersey.media.multipart.internal
- SingleEntityPartReader(Providers) - Constructor for class org.glassfish.jersey.media.multipart.internal.SingleEntityPartReader
- SingleEntityPartWriter - Class in org.glassfish.jersey.media.multipart.internal
- SingleEntityPartWriter(Providers) - Constructor for class org.glassfish.jersey.media.multipart.internal.SingleEntityPartWriter
- singleHeader(String, Class<T>, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get a single typed header value.
- singleHeader(String, Function<String, T>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageHeaderMethods
-
Get a single typed header value for Inbound messages
- SINGLETON - Static variable in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
- SINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Parameter {1} of {0} cannot be injected into singleton resource.
- singletonIterator(T) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns an iterator containing only
value
. - SIPUSH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- size - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
- size() - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Returns the actual number of bytes in this vector.
- size() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
- size() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- size() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns the number of key-value pairs in this multimap.
- size() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
- size() - Method in interface org.glassfish.jersey.internal.guava.Table
-
Returns the number of row key / column key / value mappings in the table.
- size() - Method in class org.glassfish.jersey.internal.util.collection.Cache
-
Returns the size of the cache
- size() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- size() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- size() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in interface org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
-
Returns the number of values in the snapshot.
- size() - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Returns the number of values in the snapshot.
- size(long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "size" parameter.
- size(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
- size(long, TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
-
Returns the number of values recorded at given time or newer.
- size(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
- size(Iterator<?>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns the number of elements remaining in
iterator
. - SIZE - Enum constant in enum class org.glassfish.jersey.internal.guava.RemovalCause
-
The entry was evicted due to size constraints.
- skip(long) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- SKIP_CODE - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
- SKIP_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- SlidingWindowTrimmer<V> - Interface in org.glassfish.jersey.server.internal.monitoring.core
-
The trimmer of an associated sliding window.
- SLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Slow Subscriber.
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the immutable consistent snapshot of the application info.
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
- snapshot(Collection<V>, long, TimeUnit, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
-
Subclasses are required to instantiate
UniformTimeSnapshot
on their own. - SNI_HOST_NAME - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Sets the
hostName
to be used for calculating theSNIHostName
during the HTTPS request. - SNI_ON_SSLENGINE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Setting SNIServerName on SSLEngine
- SNI_ON_SSLSOCKET() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Setting SNIServerName on SSLSocket
- SNI_UPDATE_SSLPARAMS(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Updating SSLParameters for SNIServerName={0}.
- SNI_URI_REPLACED(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
HTTP Request sent with request to IP address {0} rather than the hostname {1}.
- SOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There are some request headers that have not been sent by connector [{0}].
- SonarJerseyCommon - Class in org.glassfish.jersey.internal.sonar
-
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
- SonarJerseyCommon() - Constructor for class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
- SonarJerseyServer - Class in org.glassfish.jersey.server.internal.sonar
-
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
- SonarJerseyServer() - Constructor for class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
- SortedSetMultimap<K,
V> - Interface in org.glassfish.jersey.internal.guava -
A
SetMultimap
whose set of values for a given key are kept sorted; that is, they comprise aSortedSet
. - sortRankedProviders(RankedComparator<T>, Iterable<RankedProvider<T>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
-
Sort given providers with
ranked comparator
. - SOURCE_DEPRECATED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- SOURCE_MASK - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- SourceProvider - Class in org.glassfish.jersey.message.internal
-
Collection of
XML source
providers. - SourceProvider() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider
- SourceProvider.DomSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling
DOMSource
instances. - SourceProvider.SaxSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for un-marshalling
SAXSource
instances. - SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
-
Provider for marshaling
Source
instances. - SourceProvider.StreamSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for un-marshalling
StreamSource
instances. - SourceWriter(Provider<SAXParserFactory>, Provider<TransformerFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
- SPAN_CONTEXT_PROPERTY - Static variable in class org.glassfish.jersey.opentracing.OpenTracingFeature
-
Stored span's
ContainerRequestContext
property key. - sse() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the SSE flag on the method model to
true
. - SseAutoDiscoverable - Class in org.glassfish.jersey.media.sse.internal
-
Jersey
AutoDiscoverable
responsible for registeringSseFeature
. - SseAutoDiscoverable() - Constructor for class org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
- SseBinder - Class in org.glassfish.jersey.media.sse.internal
-
Binds implementations to interfaces for injection of SSE-related injectables.
- SseBinder() - Constructor for class org.glassfish.jersey.media.sse.internal.SseBinder
- SseBroadcaster - Class in org.glassfish.jersey.media.sse
-
Used for broadcasting SSE to multiple
EventOutput
instances. - SseBroadcaster() - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
-
Creates a new instance.
- SseBroadcaster(Class<? extends SseBroadcaster>) - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
-
Can be used by subclasses to override the default functionality of adding self to the set of
listeners
. - SseEventPublisher - Class in org.glassfish.jersey.microprofile.restclient
- SseEventSinkValueParamProvider - Class in org.glassfish.jersey.media.sse.internal
-
ValueParamProvider
for bindingSseEventSink
to its implementation. - SseEventSinkValueParamProvider(Provider<MultivaluedParameterExtractorProvider>, Provider<AsyncContext>) - Constructor for class org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider
-
Constructor.
- SseEventSubscription<T> - Class in org.glassfish.jersey.microprofile.restclient
-
A
SseEventSubscription
represents a one-to-one life-cycle of aSubscriber
subscribing to aSseEventPublisher
. - SseEventSuscriber<T> - Class in org.glassfish.jersey.microprofile.restclient
- SseEventSuscriber(Subscriber<T>) - Constructor for class org.glassfish.jersey.microprofile.restclient.SseEventSuscriber
- SseFeature - Class in org.glassfish.jersey.media.sse
-
A JAX-RS
feature
that enables Server-Sent Events support. - SseFeature() - Constructor for class org.glassfish.jersey.media.sse.SseFeature
- SseMessageBodyReader - Class in org.glassfish.jersey.microprofile.restclient
- SseMessageBodyReader() - Constructor for class org.glassfish.jersey.microprofile.restclient.SseMessageBodyReader
- SseTypeResolver - Class in org.glassfish.jersey.server.model.internal
- SSL_CONTEXT_SUPPLIER - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The
SSLContext
Supplier
to be used to set ssl context in the current HTTP request. - SSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error creating SSL context (algorithm not supported).
- SSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing SSL context (operation failed).
- SSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (algorithm not supported).
- SSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (operation failed).
- SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"byte array based"
- SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"provider based"
- SSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Neither key password nor key store password has been set for {0} key store.
- SSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (provider not registered).
- SSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (unrecoverable key).
- SSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot load key store certificates.
- SSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot find key store file "{0}".
- SSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (implementation not available).
- SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (algorithm to check key store integrity not found).
- SSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error loading key store from file "{0}".
- SSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (provider not registered).
- SSL_PARAMETERS - Static variable in class org.glassfish.jersey.jnh.connector.JavaNetHttpClientProperties
-
Configuration of SSL parameters used by the
HttpClient
. - SSL_SESSION_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"SSL session has been closed."
- SSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (algorithm not supported).
- SSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (operation failed).
- SSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (provider not registered).
- SSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot load trust store certificates.
- SSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot find trust store file "{0}".
- SSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (implementation not available).
- SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (algorithm to check trust store integrity not found).
- SSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error loading trust store from file "{0}".
- SSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (provider not registered).
- SslConfigurator - Class in org.glassfish.jersey
-
Utility class, which helps to configure
SSLContext
instances. - sslContext() - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
-
Return
SSLContext
in the configuration if the protocol scheme isHTTPS
. - sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- sslContext(SSLContext) - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context. - SslContextClientBuilder - Class in org.glassfish.jersey.client
-
The class that builds
SSLContext
for the client from keystore, truststore. - SslContextClientBuilder() - Constructor for class org.glassfish.jersey.client.SslContextClientBuilder
- Stage<DATA> - Interface in org.glassfish.jersey.process.internal
-
Data processing stage that can be used to create dynamic data processing chains.
- Stage.Builder<DATA> - Interface in org.glassfish.jersey.process.internal
-
Linear stage chain builder.
- Stage.Continuation<DATA> - Class in org.glassfish.jersey.process.internal
-
Data processing stage continuation.
- Stages - Class in org.glassfish.jersey.process.internal
-
A stage-related collection of utility methods.
- Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
-
Linked linear stage implementation.
- start() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
- start() - Method in class org.glassfish.jersey.internal.guava.Stopwatch
-
Starts the stopwatch.
- start() - Method in interface org.glassfish.jersey.server.spi.WebServer
-
Initiates server bootstrap.
- start() - Method in interface org.glassfish.jersey.simple.SimpleServer
- start() - Method in class org.glassfish.jersey.simple.SimpleTraceAnalyzer
-
Begin logging trace events to the underlying logger.
- START - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Request processing started.
- START - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
The request processing has started.
- START_HEADERS - Enum constant in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
All HTTP request headers.
- status - Variable in class com.sun.research.ws.wadl.Response
- status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- status(int, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- status(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- status(ContainerResponse) - Static method in class org.glassfish.jersey.micrometer.server.JerseyTags
-
Creates a
status
tag based on the status of the givenresponse
. - Statuses - Class in org.glassfish.jersey.message.internal
-
Factory for producing custom JAX-RS
response status type
instances. - Stax2JettisonFactory - Class in org.glassfish.jersey.jettison.internal
-
Factory for creating JSON-enabled StAX readers and writers.
- stop() - Method in interface org.glassfish.jersey.server.spi.WebServer
-
Initiates server shutdown.
- stop() - Method in class org.glassfish.jersey.simple.SimpleTraceAnalyzer
- Stopwatch - Class in org.glassfish.jersey.internal.guava
-
An object that measures elapsed time in nanoseconds.
- store(ResourceConfig, ServletContext, String) - Static method in class org.glassfish.jersey.servlet.internal.Utils
-
Store
resource config
as an attribute of givenservlet context
. - STREAM_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"The stream has been closed."
- STREAM_CLOSED_FOR_INPUT() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"This stream has already been closed for input."
- STREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider is not defined.
- StreamDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
-
Represents an
InputStream
based file submission as a part of the multipart/form-data. - StreamDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Default constructor which forces user to manually set the required (
name
andstreamEntity
) properties. - StreamDataBodyPart(String, InputStream) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Convenience constructor which assumes the defaults for:
filename
(part's name) andmediaType
(MediaType.APPLICATION_OCTET_STREAM_TYPE
). - StreamDataBodyPart(String, InputStream, String) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Convenience constructor which assumes the defaults for the
mediaType
(MediaType.APPLICATION_OCTET_STREAM_TYPE
). - StreamDataBodyPart(String, InputStream, String, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
All-arguments constructor with all requested parameters set by the caller.
- StreamingOutputProvider - Class in org.glassfish.jersey.message.internal
-
Message body writer that supports
streaming output
marshalling. - StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
- StreamSourceReader() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
- STRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
String is null.
- StringBuilderUtils - Class in org.glassfish.jersey.message.internal
-
Internal
string builder
utilities for building HTTP header values. - StringHeaderProvider - Class in org.glassfish.jersey.message.internal
-
String
header delegate provider
. - StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
- StringIgnoreCaseKeyComparator - Class in org.glassfish.jersey.internal.util.collection
-
Case insensitive String key comparator.
- StringIgnoreCaseKeyComparator() - Constructor for class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
- StringKeyIgnoreCaseMultivaluedMap<V> - Class in org.glassfish.jersey.internal.util.collection
-
Multivalued map with String keys that are compared with each other using the case insensitive method.
- StringKeyIgnoreCaseMultivaluedMap() - Constructor for class org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap
- stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Strips any quality parameters, i.e.
- style - Variable in class com.sun.research.ws.wadl.Param
- style() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
The style of URI to inject
- style() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
The style of URI to inject
- SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
- SUB_RESOURCE_LOCATOR - Enum constant in enum class org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
JAX-RS sub-resource locator.
- SUB_RESOURCE_METHOD - Enum constant in enum class org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
JAX-RS sub-resource method.
- SubjectSecurityContext - Interface in org.glassfish.jersey.server
-
Security context that allows establishing a subject before a resource method or a sub-resource locator is called.
- SubmissionPublisher<T> - Class in org.glassfish.jersey.internal.jsr166
-
A
Flow.Publisher
that asynchronously issues submitted (non-null) items to current subscribers until it is closed. - SubmissionPublisher() - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the
ForkJoinPool#commonPool()
for async delivery to subscribers (unless it does not support a parallelism level of at least two, in which case, a new Thread is created to run each task), with maximum buffer capacity ofFlow.defaultBufferSize()
, and no handler for Subscriber exceptions in methodonNext
. - SubmissionPublisher(Executor, int) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber, and no handler for Subscriber exceptions in method
onNext
. - SubmissionPublisher(Executor, int, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable>) - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Creates a new SubmissionPublisher using the given Executor for async delivery to subscribers, with the given maximum buffer size for each subscriber, and, if non-null, the given handler invoked when any Subscriber throws an exception in method
onNext
. - SubmissionPublisherFactory - Class in org.glassfish.jersey.internal.jsr166
-
Factory creating JDK8 compatible SubmissionPublisher (Jdk8SubmissionPublisher) or JDK 9+ SubmissionPublisher
- SubmissionPublisherFactory() - Constructor for class org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
- submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(GenericType<T>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
- submit(Runnable) - Method in interface org.glassfish.jersey.client.ClientExecutor
- submit(Runnable, T) - Method in interface org.glassfish.jersey.client.ClientExecutor
- submit(Callable<T>) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Submits a value-returning task for execution and returns a
Future
representing the pending results of the task. - submit(T) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Publishes the given item to each current subscriber by asynchronously invoking its
onNext
method, blocking uninterruptibly while resources for any subscriber are unavailable. - submit(T) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Publishes the given item to each current subscriber by asynchronously invoking its
onNext
method, blocking uninterruptibly while resources for any subscriber are unavailable. - SubmittableFlowPublisher<T> - Interface in org.glassfish.jersey.internal.jsr166
-
A
Flow.Publisher
that asynchronously issues submitted (non-null) items to current subscribers until it is closed. - SUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Invalid value for sub-resource locator cache size: {0}.
- SUBRES_LOC_CACHE_LOAD_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Loading model and router from sub-resource locator cache failed for "{0}".
- SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, can not have an entity parameter.
- SUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, MUST return a non-void type.
- SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, has an invalid URI path: {1}
- SUBRESOURCE_LOCATED - Enum constant in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
The sub resource has been returned from sub resource locator, model was constructed, enhanced by
model processor
, validated and the matching is going to be performed on the subresource
. - SUBRESOURCE_LOCATOR_CACHE_AGE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the maximum age (in seconds) for cached for sub-resource locator models.
- SUBRESOURCE_LOCATOR_CACHE_JERSEY_RESOURCE_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then Jersey will cacheJersey resources
in addition to caching sub-resource locator classes and instances (which are cached by default). - SUBRESOURCE_LOCATOR_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the size of cache for sub-resource locator models.
- SUBRESOURCE_LOCATOR_DEFAULT_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
The default sub-resource locator cache size (64).
- subscribe(Flow.Subscriber<? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.Flow.Publisher
-
Adds the given Subscriber if possible.
- subscribe(Flow.Subscriber<? super T>) - Method in class org.glassfish.jersey.internal.jsr166.SubmissionPublisher
-
Adds the given Subscriber unless already subscribed.
- subscribe(Flow.Subscriber<? super T>) - Method in interface org.glassfish.jersey.internal.jsr166.SubmittableFlowPublisher
-
Adds the given Subscriber unless already subscribed.
- subscribe(Flow.Subscriber<? super T>) - Method in class org.glassfish.jersey.internal.util.JerseyPublisher
- subscribe(Subscriber) - Method in class org.glassfish.jersey.microprofile.restclient.SseEventPublisher
-
Request
SseEventPublisher
to start streaming data. - SubscriberWrapper(Flow.Subscriber<? super T>) - Constructor for class org.glassfish.jersey.internal.util.JerseyPublisher.SubscriberWrapper
- subSet(E, E) - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
- Success2xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Success2xx
- suffix - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP.Def
- suffix() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP
-
Suffix String used for JSONP if not empty: will be included verbatim after JSON value.
- SUMMARY - Enum constant in enum class org.glassfish.jersey.message.internal.TracingLogger.Level
-
Brief tracing information level.
- supplier(Class<? extends Supplier<T>>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier class-based service binding.
- supplier(Class<? extends Supplier<T>>, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier class-based service binding.
- supplier(Supplier<T>) - Static method in class org.glassfish.jersey.internal.inject.Bindings
-
Start building a new supplier instance-based service binding.
- SupplierClassBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.
- SupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
-
This class is able to find the
Supplier
of the particular type and use thisSupplier
to create a new instance. - SupplierInstanceBinding<T> - Class in org.glassfish.jersey.internal.inject
-
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
- SupplierThreadScopeBean - Class in org.glassfish.jersey.inject.cdi.se.bean
-
Creates an implementation of
Bean
interface using Jersey'sSupplierInstanceBinding
. - supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CookieProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.DateProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LinkProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.UriProvider
- supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
-
Ascertain if the Provider supports a particular type.
- supportsContext(Observation.Context) - Method in interface org.glassfish.jersey.micrometer.server.JerseyObservationConvention
- supportsNullCreation() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
- SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
true
, the strict validation of HTTP specification compliance will be suppressed. - suspend() - Method in interface org.glassfish.jersey.server.AsyncContext
-
Suspend the current asynchronous processing context.
- suspend() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
-
Invoked by the superior
ContainerResponseWriter
responsible for writing the response when processing is to be suspended. - suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Suspend the request/response processing.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Suspend the request/response processing.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
- suspend(RequestContext) - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
- suspend(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Executes the action when the request scope comes into suspended state.
- suspend(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Suspend request associated with provided context.
- SUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Time-out handler execution failed.
- SUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Not suspended.
- SUSPEND_SCHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while scheduling a timeout task.
- Suspendable - Interface in org.glassfish.jersey.server.model
-
Jersey model component that is suspendable and may hold suspend-related information.
- suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Get the current
request scope context
and mark it as suspended. - suspended(long, TimeUnit) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Mark the component for suspending.
- SUSPENDED - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Suspended async response injection source.
- SUSPENDED - Enum constant in enum class org.glassfish.jersey.server.AsyncContext.State
-
Indicates the asynchronous processing context has been suspended.
- SWAP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
101 Switching Protocols.
- SYNC_OPERATION_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Operation not supported in asynchronous mode."
- SYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not read system properties
- SystemPropertiesConfigurationModel - Class in org.glassfish.jersey.internal.config
-
The External Configuration Model that supports
System
properties. - SystemPropertiesConfigurationModel(List<String>) - Constructor for class org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel
-
Create new
ExternalConfigurationModel
for properties defined by classes inpropertyClassNames
list. - systemTicker() - Static method in class org.glassfish.jersey.internal.guava.Ticker
-
A ticker that reads the current time using
System.nanoTime()
.
T
- T_BOOLEAN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_BYTE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_CHAR - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_DOUBLE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_FLOAT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_INT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_LONG - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- T_SHORT - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- Table<R,
C, V> - Interface in org.glassfish.jersey.internal.guava -
A collection that associates an ordered pair of keys, called a row key and a column key, with a single value.
- Table.Cell<R,
C, V> - Interface in org.glassfish.jersey.internal.guava -
Row key / column key / value triplet corresponding to a mapping in a table.
- Tables - Class in org.glassfish.jersey.internal.guava
-
Provides static methods that involve a
Table
. - TABLESWITCH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- tag(EntityTag) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- tag(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- tailSet(E) - Method in class org.glassfish.jersey.internal.guava.ForwardingSortedSet
- TAR - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- target(WebTarget) - Static method in class org.glassfish.jersey.media.sse.EventSource
-
Create a new
event source builder
that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance. - target(WebTarget) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
- target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
- target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
- target(String) - Method in class org.glassfish.jersey.client.JerseyClient
- target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
- TE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-te">HTTP Semantics documentation}
- TEMP_DIRECTORY - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Name of the resource property for the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
- TEMP_FILE_CANNOT_BE_CREATED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Cannot create temporary files.
- TEMP_FILE_NOT_DELETED(Object) - Static method in class org.glassfish.jersey.media.multipart.internal.LocalizationMessages
-
Temporary file {0} was not deleted.
- tempDir(String) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Set the path to the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
- TEMPLATE - Enum constant in enum class com.sun.research.ws.wadl.ParamStyle
- TEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
One or more of template keys or values are null.
- TEMPLATE_VALUE_PATTERN - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Default URI template value regexp pattern.
- TEMPLATE_VALUE_PATTERN_MULTI - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
- TEMPORARY_REDIRECT_307 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
307 Temporary Redirect.
- Text(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider.Text
- Text(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider.Text
- Text(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider.Text
- Text(Provider<XMLInputFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.Text
- theMostSpecificTypeOf(Set<Type>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
-
Determine the most specific type from given set.
- THREAD_FACTORY - Static variable in class org.glassfish.jersey.CommonProperties
-
Defines the
ThreadFactory
to be used by internal default Executor Services. - THREAD_POOL_CORE_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Core thread pool size cannot be smaller than 0."
- THREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Thread pool executor provider has been closed.
- THREAD_POOL_MAX_SIZE_TOO_SMALL() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Max thread pool size cannot be smaller than 3."
- ThreadFactoryBuilder - Class in org.glassfish.jersey.internal.guava
-
A ThreadFactory builder, providing any combination of these features: whether threads should be marked as daemon threads a naming format a thread priority an uncaught exception handler a backing thread factory
- ThreadFactoryBuilder() - Constructor for class org.glassfish.jersey.internal.guava.ThreadFactoryBuilder
-
Creates a new
ThreadFactory
builder. - ThreadLocalInvoker<T> - Class in org.glassfish.jersey.servlet.internal
-
A proxy invocation handler that delegates all methods to a thread local instance.
- ThreadLocalInvoker() - Constructor for class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
- ThreadLocalNamedInvoker<T> - Class in org.glassfish.jersey.servlet.internal
-
A proxy invocation handler that delegates all methods to a thread local instance from JNDI.
- ThreadLocalNamedInvoker(String) - Constructor for class org.glassfish.jersey.servlet.internal.ThreadLocalNamedInvoker
-
Create an instance.
- ThreadPoolConfig - Class in org.glassfish.jersey.jdk.connector.internal
-
Client thread pool configuration, which might be used to customize client thread pool.
- ThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
-
Default implementation of the Jersey
executor service provider SPI
. - ThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Create a new instance of the thread pool executor provider.
- ThreadPoolExecutorProvider(String, Configuration) - Constructor for class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Create a new instance of the thread pool executor provider.
- threadSafe() - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new empty mutable thread-safe
Ref
instance. - threadSafe(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
-
Construct a new mutable thread-safe
Ref
instance referencing the given input value. - throwableConsumers(List<Consumer<Throwable>>) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
-
Set the consumers of
Throwable
occurring during connection. - throwIfErrors() - Method in class org.glassfish.jersey.inject.cdi.se.injector.Collector
-
This method will throw if the list of throwables associated with this collector is not empty.
- throwing(E) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
Get a new "throwing"
unsafe value provider
whoseget()
method always throws the exception supplied to thethrowable
parameter. - throwing(String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- THROWS - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of an exception declared in the throws clause of a method.
- throwWhenNoTemplateArg() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Informs whether throw
IllegalArgumentException
when no object value matches the template argument - Ticker - Class in org.glassfish.jersey.internal.guava
-
A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
- TIMEOUT_RECEIVING_RESPONSE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Timeout receiving response."
- TIMEOUT_RECEIVING_RESPONSE_BODY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Timeout receiving response body."
- TimeReservoir<V> - Interface in org.glassfish.jersey.server.internal.monitoring.core
-
A statistically representative reservoir of a data stream in time.
- timestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting timestamp to the current time. - timestamp(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting timestamp. - timestamp(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
- TIMESTAMP - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the timestamp.
- TimeWindowStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of execution of any target (resource, resource method, application).
- title - Variable in class com.sun.research.ws.wadl.Doc
- title() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies the title.
- title() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Specifies the title.
- title(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- to(GenericType<?>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contract.
- to(Class<? super T>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contract.
- to(Type) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contract.
- to(Collection<Class<? super T>>) - Method in class org.glassfish.jersey.internal.inject.Binding
-
Adds service's contracts.
- to(Function<DATA, DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
-
Add a transformation function as a next stage to the stage chain.
- to(ChainableStage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
-
Add a new
chainable stage
as a next stage to the stage chain. - toArray() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- toArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
-
Returns discovered objects all at once.
- toArray(T[]) - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
- toByteArray() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Returns the content of the class file that was built by this ClassWriter.
- toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
-
Returns discovered classes all at once.
- toDate(String) - Method in interface org.glassfish.jersey.message.internal.HttpDateFormat.HttpDateFormatter
- toDateTime(String) - Method in interface org.glassfish.jersey.message.internal.HttpDateFormat.HttpDateFormatter
- toImmutableLinkedSet() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
Creates a
Collector
of an immutable Set forStream.collect(Collector)
. - toImmutableList() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
Creates a
Collector
of an immutable list forStream.collect(Collector)
. - toImmutableSet() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableCollectors
-
Creates a
Collector
of an immutable Set forStream.collect(Collector)
. - token - Variable in class org.glassfish.jersey.message.internal.Token
- token(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting token. - Token - Class in org.glassfish.jersey.message.internal
-
A token.
- Token - Enum constant in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
- Token() - Constructor for class org.glassfish.jersey.message.internal.Token
- Token(String) - Constructor for class org.glassfish.jersey.message.internal.Token
- Token(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.Token
- TOKEN - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the access/request token.
- TOKEN_SECRET - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the token secret.
- tokenize(String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from a String entry that may contain zero or more tokens separated by common delimiters
" ,;\n"
. - tokenize(String[]) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from an array of String entries where each entry may contain zero or more tokens separated by common delimiters
" ,;\n"
. - tokenize(String[], String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from an array of String entries where each entry may contain zero or more tokens separated by characters in delimiters string.
- tokenize(String, String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
-
Get a canonical array of tokens from a String entry that may contain zero or more tokens separated by characters in delimiters string.
- Tokenizer - Class in org.glassfish.jersey.internal.util
-
A utility class providing methods capable of splitting String entries into an array of tokens based on either default or custom token delimiters.
- tokenSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Builder pattern method to return
OAuth1Secrets
after setting consumer secret. - TOO_EARLY_425 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
425 Too Early.
- TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Too many "{0}" header values: "{1}"
- TOO_MANY_REQUESTS_429 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
429 Too Many Requests.
- TOP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- toResponse(JsonParseException) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonParseExceptionMapper
- toResponse(JsonMappingException) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.JsonMappingExceptionMapper
- toResponse(Throwable) - Method in interface org.glassfish.jersey.server.spi.ResponseErrorMapper
- toString() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
- toString() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the textual representation of this handle.
- toString() - Method in class jersey.repackaged.org.objectweb.asm.Label
-
Returns a string representation of this label.
- toString() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns a string representation of this type.
- toString() - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns a string representation of this type path.
- toString() - Method in class org.glassfish.jersey.client.ClientResponse
- toString() - Method in class org.glassfish.jersey.client.JerseyInvocation
- toString() - Method in class org.glassfish.jersey.client.JerseyWebTarget
- toString() - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestContext
- toString() - Method in class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
- toString() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
- toString() - Method in class org.glassfish.jersey.inject.cdi.se.injector.NamedImpl
- toString() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
- toString() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Returns a string representation of the multimap, generated by calling
toString
on the map returned byMultimap.asMap()
. - toString() - Method in class org.glassfish.jersey.internal.guava.HashBasedTable
-
Returns the string representation
rowMap().toString()
. - toString() - Method in class org.glassfish.jersey.internal.guava.CacheBuilder
-
Returns a string representation for this CacheBuilder instance.
- toString() - Method in class org.glassfish.jersey.internal.guava.ForwardingCollection
-
Returns the string representation generated by the delegate's
toString
method. - toString() - Method in class org.glassfish.jersey.internal.guava.MapMaker
-
Returns a string representation for this MapMaker instance.
- toString() - Method in class org.glassfish.jersey.internal.guava.MoreObjects.ToStringHelper
-
Returns a string in the format specified by
MoreObjects.toStringHelper(Object)
. - toString() - Method in class org.glassfish.jersey.internal.guava.Stopwatch
-
Returns a string representation of the current elapsed time.
- toString() - Method in class org.glassfish.jersey.internal.inject.InjecteeImpl
- toString() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType.EffectiveMediaType
- toString() - Method in class org.glassfish.jersey.internal.routing.CombinedMediaType
- toString() - Method in class org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
- toString() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- toString() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- toString() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- toString() - Method in class org.glassfish.jersey.internal.util.JdkVersion
- toString() - Method in class org.glassfish.jersey.internal.util.LazyUid
- toString() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
- toString() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.ClassKey
- toString() - Method in class org.glassfish.jersey.jdk.connector.internal.ThreadPoolConfig
- toString() - Method in class org.glassfish.jersey.jettison.JettisonConfig
- toString() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Convert the disposition to a "Content-Disposition" header value.
- toString() - Method in class org.glassfish.jersey.media.sse.InboundEvent
- toString() - Method in class org.glassfish.jersey.message.internal.JerseyLink
- toString() - Method in class org.glassfish.jersey.message.internal.LanguageTag
- toString() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- toString() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
- toString() - Method in class org.glassfish.jersey.model.AnnotatedMethod
- toString() - Method in class org.glassfish.jersey.model.internal.RankedProvider
- toString() - Method in class org.glassfish.jersey.model.Parameter
- toString() - Method in class org.glassfish.jersey.server.ChunkedOutput
- toString() - Method in class org.glassfish.jersey.server.model.Invocable
- toString() - Method in class org.glassfish.jersey.server.model.Resource.Builder
- toString() - Method in class org.glassfish.jersey.server.model.Resource
- toString() - Method in class org.glassfish.jersey.server.model.ResourceMethod
- toString() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
- toString() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
- toString() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
- toString() - Method in class org.glassfish.jersey.uri.UriTemplate
- toString() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
- toString(CacheControl) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
- toString(Cookie) - Method in class org.glassfish.jersey.message.internal.CookieProvider
- toString(EntityTag) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
- toString(Link) - Method in class org.glassfish.jersey.message.internal.LinkProvider
- toString(MediaType) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
- toString(NewCookie) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
- toString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
- toString(URI) - Method in class org.glassfish.jersey.message.internal.UriProvider
- toString(Date) - Method in class org.glassfish.jersey.message.internal.DateProvider
- toString(Locale) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
- toStringBuffer() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
- toStringBuffer() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
- toStringHelper(Object) - Static method in class org.glassfish.jersey.internal.guava.MoreObjects
-
Creates an instance of
MoreObjects.ToStringHelper
. - toTemplate() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- trace() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- trace(InvocationCallback<R>) - Method in class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
- trace(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- trace(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
- trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
- TRACE - Enum constant in enum class org.glassfish.jersey.message.internal.TracingLogger.Level
-
Detailed tracing information level.
- TRACE - Enum constant in enum class org.glassfish.jersey.opentracing.OpenTracingFeature.Verbosity
-
Logs more fine grained events related to Jersey processing.
- traceAfter(ReaderInterceptor, TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
Tracing support - log invocation of interceptor AFTER context.proceed() call.
- traceBefore(ReaderInterceptor, TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
Tracing support - log invocation of interceptor BEFORE context.proceed() call.
- TRACING - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Enable tracing support.
- TRACING_THRESHOLD - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Set level o tracing information.
- TracingAwarePropertiesDelegate - Class in org.glassfish.jersey.message.internal
-
Delegating properties delegate backed by another
PropertiesDelegate
with implemented "cache" or direct reference to tracing support related classes (e.g. - TracingAwarePropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
Create new tracing aware properties delegate wrapper.
- TracingConfig - Enum Class in org.glassfish.jersey.server
-
Enumeration of possible values of property
ServerProperties.TRACING
. - TracingLogger - Class in org.glassfish.jersey.message.internal
-
Low level Tracing support API.
- TracingLogger() - Constructor for class org.glassfish.jersey.message.internal.TracingLogger
- TracingLogger.Event - Interface in org.glassfish.jersey.message.internal
-
Type of event.
- TracingLogger.Level - Enum Class in org.glassfish.jersey.message.internal
-
Level of tracing message.
- TracingUtils - Class in org.glassfish.jersey.server
-
Utilities for tracing support.
- TRAILER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-trailer">HTTP Semantics documentation}
- transfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.Inserts the specified element into this queue, waiting if necessary for space to become available and the element to be dequeued by a consumer invoking
take
orpoll
. - TRANSFER_ENCODING - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9112#name-transfer-encoding">HTTP Semantics documentation}
- TransferQueue<E> - Interface in org.glassfish.jersey.internal.util.collection
-
Deprecated.
- transform(Iterator<F>, Function<? super F, ? extends T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns an iterator that applies
function
to each element offromIterator
. - transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Static method in class org.glassfish.jersey.internal.guava.Futures
-
Returns a new
ListenableFuture
whose result is the product of applying the givenFunction
to the result of the givenFuture
. - TransformerFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
-
Thread-scoped injection provider of
transformer factories
. - TransformerFactoryInjectionProvider(InjectionManager, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.TransformerFactoryInjectionProvider
-
Create new transformer factory provider.
- transformScope(Class<? extends Annotation>) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
Transforms Jersey scopes/annotations to HK2 equivalents.
- TRANSPORT_CONNECTION_NOT_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Could not close a connection."
- TRANSPORT_EXECUTOR_CLOSED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Cannot set thread context class loader."
- TRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"A limit of client thread pool queue has been reached."
- TRANSPORT_SET_CLASS_LOADER_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Cannot set thread context class loader."
- TreeMultimap<K,
V> - Class in org.glassfish.jersey.internal.guava -
Implementation of
Multimap
whose keys and values are ordered by their natural ordering or by supplied comparators. - triggerEvent(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Trigger a new monitoring event for the currently processed request.
- trim(ConcurrentNavigableMap<Long, V>, long) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.SlidingWindowTrimmer
-
Trim the measurements provided as the map from the head up to the key (not inclusive).
- TRIM_THRESHOLD - Static variable in class org.glassfish.jersey.server.internal.monitoring.core.ReservoirConstants
-
Only trim on updating once every N.
- TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust manager factory algorithm name.
- TRUST_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust manager factory provider name.
- TRUST_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store file name.
- TRUST_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store file password - the password used to unlock the trust store file.
- TRUST_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store provider name.
- TRUST_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
-
Trust store type (see
KeyStore.getType()
for more info). - trustManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust manager factory algorithm.
- trustManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust manager factory provider.
- trustStore(KeyStore) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- trustStore(KeyStore) - Method in class org.glassfish.jersey.client.SslContextClientBuilder
-
Set the client-side trust store.
- trustStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store instance.
- trustStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store payload as byte array.
- trustStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store file name.
- trustStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the password of trust store.
- trustStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store provider name.
- trustStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the type of trust store.
- trustStoreUrl(URL) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the trust store file url.
- tryRead() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
- tryRead() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
Behaves mostly like
InputStream.read()
. - tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
- tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
Behaves mostly like
InputStream.read(byte[])
. - tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
- tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
Behaves mostly like
InputStream.read(byte[], int, int)
. - tryTransfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.Transfers the specified element if there exists a consumer already waiting to receive it, otherwise returning
false
without enqueuing the element. - tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
-
Deprecated.Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available and the element to be dequeued by a consumer invoking
take
orpoll
. - TXT - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- type - Variable in class com.sun.research.ws.wadl.Param
- type - Variable in class com.sun.research.ws.wadl.Resource
- type - Variable in class jersey.repackaged.org.objectweb.asm.Attribute
-
The type of this attribute, also called its name in the JVMS.
- type - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
- type() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
-
Get the actual type behind the
raw class
. - type() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies the media type.
- type() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Specifies the media type.
- type(MediaType) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message content type.
- type(MediaType) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Builder pattern method to return this
BodyPart
after additional configuration. - type(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
Builder pattern method to return this
MultiPart
after additional configuration. - type(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- type(Type) - Static method in class org.glassfish.jersey.internal.util.Pretty
-
Returns a pretty string for the given type.
- type(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message content type.
- type(String) - Static method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Start building content disposition.
- type(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- type(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- Type - Class in jersey.repackaged.org.objectweb.asm
-
A Java field or method type.
- TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Return type, {0}, of method, {1}, is not resolvable to a concrete type.
- TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Type-to-class conversion not supported for: {0}.
- typeEqual(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
- TypePath - Class in jersey.repackaged.org.objectweb.asm
-
The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
- TypeReference - Class in jersey.repackaged.org.objectweb.asm
-
A reference to a type appearing in a class, field or method declaration, or on an instruction.
- TypeReference(int) - Constructor for class jersey.repackaged.org.objectweb.asm.TypeReference
-
Constructs a new TypeReference.
U
- UNABLE_TO_ACCESS_METHODS_OF_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Unable to access the methods of the class [{0}].
- UNABLE_TO_CLOSE_RESPONSE() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
-
Unable to close response output.
- UNABLE_TO_INSTANTIATE_CLASS(Object) - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Unable to instantiate the class [{0}].
- UNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Class "{0}" cannot be loaded.
- UNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to parse "{0}" header value: "{1}"
- UNABLE_TO_SECURE_XML_TRANSFORMER_PROCESSING() - Static method in class org.glassfish.jersey.jaxb.internal.LocalizationMessages
-
Unable to configure secure XML processing feature on the XML transformer factory.
- UNAUTHORIZED_401 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
401 Unauthorized.
- UNAVAILABLE_FOR_LEGAL_REASONS_451 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
451 Unavailable For Legal Reasons.
- unboundListeners(List<EventListener>) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
-
Unbounded listeners will get notified about any incoming event.
- uncaughtException(Thread, Throwable) - Method in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
- UncheckedExecutionException - Exception in org.glassfish.jersey.internal.guava
-
Unchecked variant of
ExecutionException
. - UncheckedExecutionException(Throwable) - Constructor for exception org.glassfish.jersey.internal.guava.UncheckedExecutionException
-
Creates a new instance with the given cause.
- UNEXPECTED_DATA_IN_BUFFER() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Unexpected data remain in the buffer after the HTTP response has been parsed."
- UNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Unexpected error during response processing.
- UNEXPECTED_VALUE_FOR_EXPECT_100_CONTINUE_STATUSES(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
Unexpected value: ("{0}").
- UNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unhandled exception detected on thread {0}.
- UniformTimeReservoir - Class in org.glassfish.jersey.server.internal.monitoring.core
-
A random sampling reservoir of a stream of
long
s. - UniformTimeReservoir(int, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
-
Creates a new
UniformTimeReservoir
instance. - UniformTimeReservoir(long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
-
Creates a new
UniformTimeReservoir
instance of 1024 elements, which offers a 99.9% confidence level with a 5% margin of error assuming a normal distribution. - UniformTimeSnapshot - Interface in org.glassfish.jersey.server.internal.monitoring.core
-
A statistical snapshot of a
UniformTimeSnapshot
. - UniformTimeValuesSnapshot - Class in org.glassfish.jersey.server.internal.monitoring.core
-
A statistical snapshot of a
UniformTimeValuesSnapshot
. - UniformTimeValuesSnapshot(Collection<Long>, long, TimeUnit) - Constructor for class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeValuesSnapshot
-
Create a new snapshot with the given values.
- UNINITIALIZED_THIS - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- unitTest() - Method in class org.glassfish.jersey.internal.sonar.SonarJerseyCommon
-
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
- unitTest() - Method in class org.glassfish.jersey.server.internal.sonar.SonarJerseyServer
-
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
- universal(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
- universal(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
- universalBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the builder that builds http authentication feature in combined mode supporting both, basic and digest authentication.
- UNKNOWN - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Unknown parameter injection source.
- UNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to register a service because of unknown descriptor type: {0}.
- UNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unknown subscriber.
- unmark() - Static method in class org.glassfish.jersey.internal.Errors
-
Remove a previously set mark, if any.
- unmarshal(File) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(InputStream) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(Reader) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(URL) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(XMLEventReader) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(XMLEventReader, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(XMLStreamReader) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(XMLStreamReader, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(Source) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(Source, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(Node) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(Node, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshal(InputSource) - Method in class org.glassfish.jersey.jettison.internal.JettisonJaxbUnmarshaller
- unmarshalFromJSON(InputStream, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- unmarshalFromJSON(InputStream, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
-
Unmarshal JSON data from the specified
InputStream
and return the resulting Java content tree. - unmarshalFromJSON(Reader, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- unmarshalFromJSON(Reader, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
-
Unmarshal JSON data from the specified
Reader
and return the resulting Java content tree. - unmarshalJAXBElementFromJSON(InputStream, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- unmarshalJAXBElementFromJSON(InputStream, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
-
Unmarshal JSON data from the
InputStream
bydeclaredType
and return the resulting content tree. - unmarshalJAXBElementFromJSON(Reader, Class<T>) - Method in class org.glassfish.jersey.jettison.internal.BaseJsonUnmarshaller
- unmarshalJAXBElementFromJSON(Reader, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
-
Unmarshal JSON data from the
Reader
bydeclaredType
and return the resulting content tree. - unmarshall(InputStream, SAXParserFactory, Class<T>) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlUtils
-
Unmarshal a jaxb bean into a type of
resultClass
from the giveninputStream
. - unmarshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Set the value of the property for used
Unmarshaller
. - unmodifiableIterator(Iterator<T>) - Static method in class org.glassfish.jersey.internal.guava.Iterators
-
Returns an unmodifiable view of
iterator
. - UnmodifiableIterator<E> - Class in org.glassfish.jersey.internal.guava
-
An iterator that does not support
UnmodifiableIterator.remove()
. - UnmodifiableListIterator<E> - Class in org.glassfish.jersey.internal.guava
-
A list iterator that does not support
UnmodifiableIterator.remove()
,UnmodifiableListIterator.add(E)
, orUnmodifiableListIterator.set(E)
. - unmodifiableNavigableSet(NavigableSet<E>) - Static method in class org.glassfish.jersey.internal.guava.Sets
-
Returns an unmodifiable view of the specified navigable set.
- UNPROCESSABLE_CONTENT_422 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
422 Unprocessable Content.
- UNRESERVED - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
- unsafe(T) - Static method in class org.glassfish.jersey.internal.util.collection.Values
-
Get a new constant
value provider
whoseget()
method always returns the instance supplied to thevalue
parameter. - unsafeBindResource(Class<T>, ContractProvider) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
Bind a resource class in a HK2 context.
- unsafeBindResource(Object, ContractProvider) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
Bind a resource instance in a InjectionManager.
- UnsafeValue<T,
E extends Throwable> - Interface in org.glassfish.jersey.internal.util.collection -
A generic value provider, similar to
Value
, but able to throw an exception. - UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
415 Unsupported Media Type.
- UNSUPPORTED_URI_INJECTION_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
"@Uri"-based injection of "{0}" type is not supported.
- UNSUPPORTED_WEBTARGET_TYPE(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Argument {0} is not a valid JerseyWebTarget instance.
- UnsupportedSignatureMethodException - Exception in org.glassfish.jersey.oauth1.signature
-
Thrown to indicate that the OAuth signature method requested is not supported.
- UnsupportedSignatureMethodException() - Constructor for exception org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
-
Constructs an unsupported OAuth method exception with no detail message.
- UnsupportedSignatureMethodException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
-
Constructs an unsupported OAuth method exception with the specified detail message.
- unwrap(Class<T>) - Method in interface org.glassfish.jersey.server.spi.WebServer
-
Provides access to the native handle(s) of the server, if it holds at least one.
- UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
message body writer will not useCompletionStage
as a generic type. - update(Long, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.UniformTimeReservoir
- update(T) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Update the value using ParamConverter#toString (and using the configured
default value
) - update(V, long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.monitoring.core.AbstractSlidingWindowTimeReservoir
- update(V, long, TimeUnit) - Method in interface org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
-
Adds a new recorded value to the reservoir bound to a given time.
- updateExceptionMapperStatistics(ExceptionMapperStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
-
Update the MXBean with new statistics.
- updateExecutionStatistics(ExecutionStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
-
Update the execution statistics that are exposed by this MBean.
- updateMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Get a method builder for an existing resource method.
- updateResourceMethodStatistics(ResourceMethodStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
-
Update the statistics that are exposed by this MXBean.
- updateResourcesStatistics(Map<String, ResourceStatistics>) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
-
Update the resource statistics exposed by nested resource beans.
- updateResourceStatistics(ResourceStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
-
Update the statistics of this MXBean and of nested MXBeans.
- updateResponseStatistics(ResponseStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
-
Update the statistics exposed by the MXBean.
- UpdaterException - 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
. - UpdaterException(String) - Constructor for exception org.glassfish.jersey.internal.inject.UpdaterException
-
Create new parameter extractor exception.
- UpdaterException(String, Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.UpdaterException
-
Create new parameter extractor exception.
- UpdaterException(Throwable) - Constructor for exception org.glassfish.jersey.internal.inject.UpdaterException
-
Create new parameter extractor exception.
- UPGRADE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-upgrade">HTTP Semantics documentation}
- UPGRADE_REQUIRED_426 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
426 Upgrade Required.
- uri(boolean) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration
-
Compose
URI
based on properties defined in this configuration. - uri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- uri(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- uri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- uri(URI) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- uri(RequestEvent) - Static method in class org.glassfish.jersey.micrometer.server.JerseyTags
-
Creates a
uri
tag based on the URI of the givenevent
. - Uri - Annotation Interface in org.glassfish.jersey.server
-
Injects a
resource target
pointing at a resource identified by the resolved URI into a method parameter, class field or a bean property. - URI - Enum constant in enum class org.glassfish.jersey.model.Parameter.Source
-
Uri parameter injection source.
- URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The annotated element "{0}" is not annotated with @Path.
- URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The class, {0} is not annotated with @Path.
- URI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The method named "{0}" is not specified by {1}.
- URI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Schema specific part is opaque.
- URI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Supplied scheme-specific part parameter is null.
- URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.
- URI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
- URI_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
-
The URI must not be null.
- URI_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
-
The URI must not be null.
- URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
- URI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Malformed percent-encoded octet at index {0}.
- URI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
- URI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Uri is null.
- URI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Component does not end by a delimiter ''{0}'' at index {1}.
- URI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The parser was not executed yet.
- URI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Expected scheme name at index {0}: ''{1}''.
- uriBuilder(UriBuilder) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
- UriComponent - Class in org.glassfish.jersey.uri
-
Utility class for validating, encoding and decoding components of a URI.
- UriComponent.Type - Enum Class in org.glassfish.jersey.uri
-
The URI component type.
- UriConnegFilter - Class in org.glassfish.jersey.server.filter
-
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the
Accept
header or a language that is the value of theAccept-Language
header. - UriConnegFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
-
Create a filter that reads the configuration (media type and language mappings) from the provided
ResourceConfig
instance. - UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
-
Create a filter with suffix to media type mappings and suffix to language mappings.
- UriParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.UriParamException
- UriPart - Class in org.glassfish.jersey.uri.internal
-
This class represents a part of the uri as parsed by the UriTemplateParser.
- UriProvider - Class in org.glassfish.jersey.message.internal
- UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
- UriRoutingContext - Class in org.glassfish.jersey.server.internal.routing
-
Default implementation of the routing context as well as URI information provider.
- UriRoutingContext(ContainerRequest) - Constructor for class org.glassfish.jersey.server.internal.routing.UriRoutingContext
-
Injection constructor.
- UriTemplate - Class in org.glassfish.jersey.uri
-
A URI template.
- UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
-
Construct a new URI template.
- UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
-
Construct a new URI template.
- UriTemplateParser - Class in org.glassfish.jersey.uri.internal
-
A URI template parser that parses JAX-RS specific URI templates.
- UriTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Parse a template.
- USE_ENCODING - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If
EncodingFilter
is registered, this property indicates the value of Content-Encoding property the filter should be adding. - USE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Value {1} of {0} client property will be ignored as it is not a valid supported encoding.
- USE_FIXED_LENGTH_STREAMING - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
If
true
, theHttpUrlConnector
(if used) will assume the content length from the value of "Content-Length" request header (if present). - USE_PROXY_305 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
305 Use Proxy.
- USE_SYSTEM_PROPERTIES - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
A value of
false
indicates the client will use default ApacheConnector params. - USE_SYSTEM_PROPERTIES - Static variable in class org.glassfish.jersey.apache5.connector.Apache5ClientProperties
-
A value of
false
indicates the client will use default ApacheConnector params. - USE_VIRTUAL_THREADS - Static variable in class org.glassfish.jersey.CommonProperties
-
Defines whether the virtual threads should be used by Jersey on JDK 21+ when not using an exact number of threads by
FixedThreadPool
. - useFixedLengthStreaming() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Instruct the provided connectors to use the
fixed-length streaming mode
on the underlying HTTP URL connection instance when sending requests. - usePersistentConnections() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
-
Instruct event source to use persistent HTTP connections when connecting (or reconnecting) to the SSE endpoint, provided the mechanism is supported by the underlying client
Connector
. - USER_INFO - Enum constant in enum class org.glassfish.jersey.uri.UriComponent.Type
-
The URI user info component type.
- USER_NOT_AUTHORIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
User not authorized.
- userInfo(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- useSetMethodWorkaround() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Instruct the provided connectors to use reflection when setting the HTTP method value.See
HttpUrlConnectorProvider.SET_METHOD_WORKAROUND
property documentation for more details. - USING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Selected ExecutorServiceProvider implementation [{0}] to be used for injection of executor qualified by [{1}] annotation.
- USING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
- USING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Selected ScheduledExecutorServiceProvider implementation [{0}] to be used for injection of scheduler qualified by [{1}] annotation.
- UTF8 - Static variable in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.use
StandardCharsets.UTF_8
instead. - UTF8 - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
-
Deprecated, for removal: This API element is subject to removal in a future version.use
StandardCharsets.UTF_8
instead - Util() - Constructor for class org.glassfish.jersey.linking.InjectLink.Util
- Util() - Constructor for class org.glassfish.jersey.linking.ProvideLink.Util
- Utils - Class in org.glassfish.jersey.jdk.connector.internal
- Utils - Class in org.glassfish.jersey.message.internal
-
Utility class.
- Utils - Class in org.glassfish.jersey.servlet.internal
-
Utility class.
- Utils() - Constructor for class org.glassfish.jersey.jdk.connector.internal.Utils
V
- V_PREVIEW - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- V1_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_3 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_4 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_5 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_6 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_7 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V1_8 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V10 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V11 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V12 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V13 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V14 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V15 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V16 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V17 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V18 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V19 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V20 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V21 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V22 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V23 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- V9 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
- val(String, String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
- valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that represents a URI component type.
- valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that represents a URI component type.
- validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that represents a URI component type.
- validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that represents a URI component type.
- validate(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
The validate method validates a component and adds possible issues found to it's list.
- validateResourceAndInputParams(Object, Invocable, Object[]) - Method in interface org.glassfish.jersey.server.internal.inject.ConfiguredValidator
-
Validates resource class instance and input parameters of the
method
. - validateResult(Object, Invocable, Object) - Method in interface org.glassfish.jersey.server.internal.inject.ConfiguredValidator
-
Validates response instance / response entity of the
method
. - ValidationInterceptor - Interface in org.glassfish.jersey.server.spi
-
Interceptor for method validation processing.
- ValidationInterceptorContext - Interface in org.glassfish.jersey.server.spi
-
Context for resource method validation interception processing (see
ValidationInterceptor
). - value - Variable in class com.sun.research.ws.wadl.Option
- value - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlValueType
- value() - Method in enum class com.sun.research.ws.wadl.HTTPMethods
- value() - Method in enum class com.sun.research.ws.wadl.ParamStyle
- value() - Method in class org.glassfish.jersey.inject.cdi.se.injector.NamedImpl
- value() - Method in class org.glassfish.jersey.internal.util.LazyUid
-
Return UUID value.
- value() - Element in annotation interface org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.annotation.JSONP
-
Method used for JSONP, unless
JSONP.prefix()
orJSONP.suffix()
return non-empty Strings. - value() - Element in annotation interface org.glassfish.jersey.linking.Binding
-
Specifies the value of a URI template parameter.
- value() - Element in annotation interface org.glassfish.jersey.linking.InjectLink.Extension
-
Specifies the value of the extension parameter
- value() - Element in annotation interface org.glassfish.jersey.linking.InjectLink
-
Specifies a URI template that will be used to build the injected URI.
- value() - Element in annotation interface org.glassfish.jersey.linking.InjectLinks
-
Container for a set of
InjectLink
annotations - value() - Element in annotation interface org.glassfish.jersey.linking.ProvideLink
-
Provide links for representation classes listed here.
- value() - Element in annotation interface org.glassfish.jersey.linking.ProvideLinks
-
Container for a set of
ProvideLink
annotations - value() - Element in annotation interface org.glassfish.jersey.media.multipart.FormDataParam
-
Defines the control name of a "multipart/form-data" body part whose content will be used to initialize the value of the annotated method argument.
- value() - Element in annotation interface org.glassfish.jersey.message.XmlHeader
- value() - Element in annotation interface org.glassfish.jersey.server.Uri
-
Specifies the URI of the injected
resource target
. - Value<T> - Interface in org.glassfish.jersey.internal.util.collection
-
A generic value provider.
- valueComparator() - Method in interface org.glassfish.jersey.internal.guava.SortedSetMultimap
-
Returns the comparator that orders the multimap values, with
null
indicating that natural ordering is used. - valueComparator() - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
- valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance from the supplied
media type
. - valueOf(String) - Static method in enum class com.sun.research.ws.wadl.HTTPMethods
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sun.research.ws.wadl.ParamStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.client.RequestEntityProcessing
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.internal.guava.RemovalCause
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.jettison.JettisonConfig.Notation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.linking.InjectLink.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.media.sse.internal.EventProcessor.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
- valueOf(String) - Static method in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.micrometer.server.JerseyObservationDocumentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.model.Parameter.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.opentracing.OpenTracingFeature.Verbosity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.AsyncContext.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.server.TracingConfig
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glassfish.jersey.uri.UriComponent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance from the supplied
HTTP header reader
. - valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MatchingEntityTag
-
Create new matching entity tag out of provided header reader.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
Create a new
MediaType
instance from a header reader. - valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Create new quality source media type instance from the supplied
HTTP header reader
. - ValueParamProvider - Interface in org.glassfish.jersey.server.spi.internal
-
Parameter value factory SPI.
- ValueParamProvider.Priority - Enum Class in org.glassfish.jersey.server.spi.internal
-
Enumeration of priorities for providers (e.g.
- ValueParamProvider.PriorityType - Interface in org.glassfish.jersey.server.spi.internal
-
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g.
- ValueParamProviderConfigurator - Class in org.glassfish.jersey.server.internal.inject
-
Configurator which initializes and register
ValueParamProvider
instances intoInjectionManager
andBootstrapBag
. - ValueParamProviderConfigurator() - Constructor for class org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
- values() - Static method in enum class com.sun.research.ws.wadl.HTTPMethods
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sun.research.ws.wadl.ParamStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.client.RequestEntityProcessing
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.glassfish.jersey.internal.guava.HashMultimap
-
Returns a view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so
values().size() == size()
). - values() - Method in class org.glassfish.jersey.internal.guava.TreeMultimap
-
Returns a view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so
values().size() == size()
). - values() - Method in interface org.glassfish.jersey.internal.guava.Multimap
-
Returns a view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so
values().size() == size()
). - values() - Static method in enum class org.glassfish.jersey.internal.guava.RemovalCause
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.glassfish.jersey.internal.util.collection.GuardianStringKeyMultivaluedMap
- values() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
- values() - Static method in enum class org.glassfish.jersey.internal.util.JerseyPublisher.PublisherStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.jettison.JettisonConfig.Notation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.linking.InjectLink.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.media.sse.internal.EventProcessor.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.micrometer.server.JerseyObservationDocumentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.model.Parameter.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.opentracing.OpenTracingFeature.Verbosity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.AsyncContext.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.internal.ServerTraceEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.server.TracingConfig
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.servlet.WebConfig.ConfigType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glassfish.jersey.uri.UriComponent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Values - Class in org.glassfish.jersey.internal.util.collection
-
A collection of
Value provider
factory & utility methods. - valueSupplierProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.internal.routing.Routing.Builder
-
Set value suppliers.
- variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message content variant (type, language and encoding).
- variant(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- VARIANT_ALSO_NEGOTIATES_506 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
506 Variant Also Negotiates.
- VariantListBuilder - Class in org.glassfish.jersey.message.internal
-
An implementation of
VariantListBuilder
. - VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
- variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- VariantSelector - Class in org.glassfish.jersey.message.internal
-
Utility for selecting variant that best matches request from a list of variants.
- VERBOSE - Enum constant in enum class org.glassfish.jersey.message.internal.TracingLogger.Level
-
Extremely detailed tracing information level.
- verbosity(LoggingFeature.Verbosity) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- verifier(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting verifier code. - VERIFIER - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the verifier code.
- verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
-
Verifies the HMAC-SHA1 signature of OAuth request elements.
- verify(String, OAuth1Secrets, String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
-
Verifies the signature for the data using the supplied secret(s).
- verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
-
Verifies the Plaintext signature.
- verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
-
Verifies the RSA-SHA1 signature of OAuth request elements.
- verify(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Verifies the OAuth signature for a given request, parameters and secrets.
- verifyArrayType(Class, AbstractCollectionJaxbProvider.JaxbTypeChecker) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
The method could be used to check if given type is an array of JAXB beans.
- verifyCollectionSubclass(Class<?>) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
- verifyGenericType(Type, AbstractCollectionJaxbProvider.JaxbTypeChecker) - Static method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
The method could be used to check if given type is a collection of JAXB beans.
- version() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
-
Method that will return version information stored in and read from jar that contains this class.
- version() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
- version() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting version to the default value of 1.0. - version(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return
OAuth1Parameters
after setting version. - Version - Class in org.glassfish.jersey.internal
-
Utility class for reading build.properties file.
- VERSION - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.PackageVersion
- VERSION - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the protocol version.
- VIA - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link <a href="https://www.rfc-editor.org/rfc/rfc9110#name-via">HTTP Semantics documentation}
- Views - Class in org.glassfish.jersey.internal.util.collection
- visit(int, int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visit(String, Object) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visitAnnotableParameterCount(int, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits an annotation of the record component.
- visitAnnotation(String, String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotationDefault() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits a non standard attribute of the record component.
- visitChildResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitChildResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Start visiting a single child resource model.
- visitCode() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits the end of the record component.
- visitEnum(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitExport(String, int, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitField(int, String, String, String, Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitFieldInsn(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitIincInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitInsn(int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitInvocable(Invocable) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method invocable model.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMainClass(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMaxs(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMethod(int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitMethodHandler(MethodHandler) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitMethodHandler(MethodHandler) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method handler model.
- visitMethodInsn(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitModule(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitMultiANewArrayInsn(String, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitNestHost(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitNestMember(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitOpen(String, int, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitPackage(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitPermittedSubclass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a permitted subclasses.
- visitPermittedSubclass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitProvide(String, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRecordComponent(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a record component of the class.
- visitRecordComponent(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitRequire(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Start visiting a single resource model.
- visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitResourceHandlerConstructor(HandlerConstructor) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a resource method handler constructor.
- visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method model.
- visitResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitResourceModel(ResourceModel) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a resource model.
- visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
- visitRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a runtime resource model.
- visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
- visitSource(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits an annotation on a type in the record component signature.
- visitTypeInsn(int, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitUse(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitVarInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the
void
type. - VOID_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The
void
type.
W
- WADL_DOC_EXTENDED_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
This is full WADL including extended resources.
- WADL_DOC_SIMPLE_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
This is simplified WADL with user and core resources only.
- WADL_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then disable WADL generation. - WADL_FEATURE_DISABLED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
JAXBContext implementation could not be found.
- WADL_FEATURE_DISABLED_NOJAXB() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
JAX-B API not found .
- WADL_FEATURE_DISABLED_NOTRANSFORM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
javax.xml.transform package could not be found.
- WADL_GENERATOR_CONFIG - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If set the wadl generator configuration that provides a
WadlGenerator
. - WADL_JAXB_CONTEXT_FALLBACK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error creating a JAXBContext for wadl serialization.
- WADL_RESOURCEDOC_AMBIGUOUS_METHOD_ENTRIES(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Ambiguous resource documentation detected: Unique resource method documentation cannot be found for method %{0}.%{1}%{2}.
- WADL_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
WADL Media type.
- WadlApplicationContext - Interface in org.glassfish.jersey.server.wadl
-
A context to obtain WADL-based information.
- WadlApplicationContextImpl - Class in org.glassfish.jersey.server.wadl.internal
-
WADL application context implementation.
- WadlApplicationContextImpl(InjectionManager, Configuration, ExtendedResourceContext) - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
Injection constructor.
- WadlAutoDiscoverable - Class in org.glassfish.jersey.server.wadl.internal
-
AutoDiscoverable
registeringWadlFeature
if this feature is not already registered. - WadlAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
- WadlBuilder - Class in org.glassfish.jersey.server.wadl.internal
-
This class implements the algorithm how the wadl is built for one or more
Resource
classes. - WadlBuilder(WadlGenerator, boolean, UriInfo) - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlBuilder
- WadlFeature - Class in org.glassfish.jersey.server.wadl
-
Feature enabling WADL processing.
- WadlFeature() - Constructor for class org.glassfish.jersey.server.wadl.WadlFeature
- WadlGenerator - Interface in org.glassfish.jersey.server.wadl
-
A WadlGenerator creates artifacts related to wadl.
- WadlGenerator.ExternalGrammarDefinition - Class in org.glassfish.jersey.server.wadl
-
And internal storage object to store the grammar definitions and any type resolvers that are created along the way.
- WadlGenerator.Resolver - Interface in org.glassfish.jersey.server.wadl
-
Call back interface that the created external grammar can use to allow other parts of the code to attach the correct grammar information.
- WadlGeneratorApplicationDoc - Class in org.glassfish.jersey.server.wadl.internal.generators
-
This
WadlGenerator
adds all doc elements provided byApplicationDocs.getDocs()
to the generated wadl-file. - WadlGeneratorApplicationDoc() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
- WadlGeneratorConfig - Class in org.glassfish.jersey.server.wadl.config
-
Provides a configured
WadlGenerator
with all decorations (the default wadl generator decorated by other generators). - WadlGeneratorConfig() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
- WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder - Class in org.glassfish.jersey.server.wadl.config
- WadlGeneratorConfigDescriptionBuilder() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
- WadlGeneratorConfigLoader - Class in org.glassfish.jersey.server.wadl.config
-
Loads a
WadlGeneratorConfig
and provides access to theWadlGenerator
provided by the loadedWadlGeneratorConfig
.
If noWadlGeneratorConfig
is provided, the defaultWadlGenerator
will be loaded. - WadlGeneratorConfigLoader() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
- WadlGeneratorDescription - Class in org.glassfish.jersey.server.wadl.config
-
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of theWadlGenerator
implementation with the specifiedWadlGeneratorDescription.getGeneratorClass()
. - WadlGeneratorDescription() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
- WadlGeneratorDescription(Class<? extends WadlGenerator>, Properties) - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
- WadlGeneratorGrammarsSupport - Class in org.glassfish.jersey.server.wadl.internal.generators
-
This
WadlGenerator
adds the providedGrammars
element to the generated wadl-file. - WadlGeneratorGrammarsSupport() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- WadlGeneratorGrammarsSupport(WadlGenerator, Grammars) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
- WadlGeneratorImpl - Class in org.glassfish.jersey.server.wadl.internal
-
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008 - WadlGeneratorImpl() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
- WadlGeneratorJAXBGrammarGenerator - Class in org.glassfish.jersey.server.wadl.internal.generators
-
This
WadlGenerator
generates a XML Schema content model based on referenced java beans. - WadlGeneratorJAXBGrammarGenerator() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
- WadlGeneratorResourceDocSupport - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
-
A
WadlGenerator
implementation that enhances the generated wadl by information read from a resourcedoc (containing javadoc information about resource classes). - WadlGeneratorResourceDocSupport() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
- WadlGeneratorResourceDocSupport(WadlGenerator, ResourceDocType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
- WadlModelProcessor - Class in org.glassfish.jersey.server.wadl.processor
-
WADL
model processor
which enhance resource model by WADL related resources (like "/application.wadl"). - WadlModelProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
-
Create new WADL model processor instance.
- WadlModelProcessor.OptionsHandler - Class in org.glassfish.jersey.server.wadl.processor
-
OPTIONS resource method handler that serves resource WADL.
- wadlParam - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
- WadlParamType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
-
The documentation type for wadl params.
Created on: Jun 12, 2008 - WadlParamType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
- WadlResource - Class in org.glassfish.jersey.server.wadl.internal
- WadlResource() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlResource
- WadlUtils - Class in org.glassfish.jersey.server.wadl.internal
-
Utils for wadl processing.
- WadlUtils() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlUtils
- warning(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
-
Add a warning to the list of messages.
- warning(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
- WARNING - Enum constant in enum class org.glassfish.jersey.Severity
-
Warning.
- WARNING_CONTAINER_URI_SCHEME_SECURED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
-
SSLContext is set, but http scheme was used instead of https.
- WARNING_MONITORING_FEATURE_DISABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
MonitoringFeature is registered but the configuration property "{0}" (enabling basic monitoring statistics) is FALSE.
- WARNING_MONITORING_FEATURE_ENABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
MonitoringFeature is registered but the configuration property "{0}" (enabling basic monitoring statistics) is FALSE.
- WARNING_MONITORING_MBEANS_BEAN_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Monitoring MBeans "{0}" is already registered.
- WARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
WARNING: {0}
- WARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
WARNING: {0}
- WARNING_PROPERTIES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
System properties configuration provider not allowed
- WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.
- WARNING_TOO_MANY_EXTERNAL_REQ_SCOPES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
More than one external request scope found.
- WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The following warnings have been detected: {0}
- WAV - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- WebComponent - Class in org.glassfish.jersey.servlet
-
An common Jersey web component that may be extended by a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
- WebComponent(WebConfig, ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.WebComponent
-
Create and initialize new web component instance.
- WebConfig - Interface in org.glassfish.jersey.servlet
-
The Web configuration for accessing initialization parameters of a Web component and the
ServletContext
. - WebConfig.ConfigType - Enum Class in org.glassfish.jersey.servlet
-
The web configuration type.
- WebFilterConfig - Class in org.glassfish.jersey.servlet
-
A filter based web config.
- WebFilterConfig(FilterConfig) - Constructor for class org.glassfish.jersey.servlet.WebFilterConfig
- WebServer - Interface in org.glassfish.jersey.server.spi
-
Jersey service contract for self-contained servers.
- WEBSERVER_ALLOW_PRIVILEGED_PORTS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines whether to allow privileged ports (0-1023) to be used to start the
WebServer
implementation to be chosen from the unused ports when theSeBootstrap.Configuration.PORT
is set to-1
or unset. - WEBSERVER_AUTO_START - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Whether to automatically startup
WebServer
at bootstrap. - WEBSERVER_CLASS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Defines the implementation of
WebServer
to bootstrap. - webServerClass(Class<? extends WebServer>) - Method in class org.glassfish.jersey.server.JerseySeBootstrapConfiguration.Builder
-
Set the the respective
WebServer
class to be used by theWebServerProvider
. - WebServerFactory - Class in org.glassfish.jersey.server
-
Factory for creating specific HTTP servers.
- WebServerProvider - Interface in org.glassfish.jersey.server.spi
-
Service-provider interface for creating server instances.
- WebServletConfig - Class in org.glassfish.jersey.servlet
-
A servlet based web config.
- WebServletConfig(ServletContainer) - Constructor for class org.glassfish.jersey.servlet.WebServletConfig
- WI_AFTER - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
WriterInterceptor
invocation after a call tocontext.proceed()
. - WI_BEFORE - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
WriterInterceptor
invocation before a call tocontext.proceed()
. - WI_SUMMARY - Enum constant in enum class org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptor
invocation summary. - WILDCARD_ACCEPTABLE_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
An acceptable media type corresponding to a wildcard type.
- WILDCARD_BOUND - Static variable in class jersey.repackaged.org.objectweb.asm.TypePath
-
A type path step that steps into the bound of a wildcard type.
- WILDCARD_QS_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
An acceptable media type corresponding to a wildcard type.
- WILDCARD_QS_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
A singleton list containing the wildcard media type.
- WILDCARD_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
A singleton list containing the wildcard media type.
- with(InputStream) - Static method in class org.glassfish.jersey.internal.util.Closing
- withAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list with a specified method-level annotation declared.
- withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
- withCustomThreshold(long) - Static method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
-
Creates Expect100ContinueFeature with custom (not default) threshold size for content length.
- withExceptionMappers() - Static method in class org.glassfish.jersey.jackson.JacksonFeature
-
Create JacksonFeature with working Jackson's exception mappers
- withKeyValueSeparator() - Method in class org.glassfish.jersey.internal.guava.Joiner
-
Returns a
MapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise. - withLogger(Logger) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- withMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list with a method-level annotation declared that is itself annotated with a specified meta-annotation.
- withName(String) - Method in class org.glassfish.jersey.media.multipart.JerseyEntityPartBuilderProvider
- withoutAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list without a specified method-level annotation declared.
- withoutExceptionMappers() - Static method in class org.glassfish.jersey.jackson.JacksonFeature
-
Create JacksonFeature without registered Jackson's exception mappers
- withoutMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
-
Get a new sub-list of methods containing all the methods from this method list without any method-level annotation declared that would itself be annotated with a specified meta-annotation.
- withType(JavaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
- WORKER_THREAD_POOL_CONFIG - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
Configuration of the connector thread pool.
- workers - Variable in class org.glassfish.jersey.internal.routing.ContentTypeDeterminer
- wrap(Class<T>) - Static method in class org.glassfish.jersey.internal.guava.Primitives
-
Returns the corresponding wrapper type of
type
if it is a primitive type; otherwise returnstype
itself. - wrap(Object) - Static method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
-
Wraps incoming descriptor instance and provides a default implementation of
ForeignDescriptor
. - wrap(Object, Consumer<Object>) - Static method in interface org.glassfish.jersey.internal.inject.ForeignDescriptor
-
Wraps incoming descriptor instance and provides a default implementation of
ForeignDescriptor
along with aConsumer
for a disposing an instance created using a given descriptor. - wrap(Collection<Binder>) - Static method in class org.glassfish.jersey.internal.inject.CompositeBinder
-
Creates
CompositeBinder
with provided binders. - wrap(Binder...) - Static method in class org.glassfish.jersey.internal.inject.CompositeBinder
-
Creates
CompositeBinder
with provided binders. - WrappingJerseyInjectionTarget<T> - Class in org.glassfish.jersey.inject.cdi.se.injector
-
An implementation of
InjectionTarget
that just wraps the providedInjectionTarget
because of additional features in an injection phase. - WrappingJerseyInjectionTarget(Bean<T>, Collection<InjectionResolver>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
-
Creates a new jersey injection target with delegate as a
WrappingJerseyInjectionTarget.NoOpInjectionTarget
that creates no operation that means that only jersey injection is available as a additional feature. - WrappingJerseyInjectionTarget(InjectionTarget<T>, Bean<T>, Collection<InjectionResolver>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.WrappingJerseyInjectionTarget
-
An implementation of
InjectionTarget
for classes that do not fulfill bean class requirements (e.g. - write(byte[]) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
- write(byte[]) - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
- write(byte[], int, int) - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- write(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
- write(int) - Method in class org.glassfish.jersey.netty.connector.internal.JerseyChunkedInput
- write(Object) - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- write(Object) - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- write(Object) - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Writes the Object to the channel
- write(ClassWriter, byte[], int, int, int) - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Returns the byte array form of the content of this attribute.
- write(T) - Method in class org.glassfish.jersey.server.ChunkedOutput
-
Write a chunk.
- WRITE_LISTENER_SET_ONLY_ONCE() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Write listener can be set only once."
- WRITE_WHEN_NOT_READY() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Asynchronous write called when stream is in non-ready state."
- writeAndFlush(Object) - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DelayedEntityWriter
- writeAndFlush(Object) - Method in class org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.DirectEntityWriter
- writeAndFlush(Object) - Method in interface org.glassfish.jersey.netty.connector.internal.NettyEntityWriter
-
Writes the Object to the channel and flush.
- writeCollection(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
Write a collection of JAXB objects as child elements of the root element.
- writeCollection(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
- writeCollection(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonListElementProvider
- writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
-
Write (serialize) the entity set in this request into the
entity stream
. - writeRequest(OAuth1Request) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Writes the OAuth parameters to a request, as an Authorization header.
- writeResponseStatusAndHeaders(long, ContainerResponse) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
- writeResponseStatusAndHeaders(long, ContainerResponse) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
- WriterInterceptorExecutor - Class in org.glassfish.jersey.message.internal
-
Represents writer interceptor chain executor for both client and server side.
- WriterInterceptorExecutor(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, MessageBodyWorkers, Iterable<WriterInterceptor>, InjectionManager) - Constructor for class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
Constructs a new executor to write given type to provided
entityStream
. - WriterModel - Class in org.glassfish.jersey.message
-
MessageBodyWriter
model. - WriterModel(MessageBodyWriter, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.WriterModel
-
Create new writer model instance.
- writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Convert a map media type to list of message body writers to a string.
- writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
- writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
- writeTo(EntityPart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.media.multipart.internal.SingleEntityPartWriter
- writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
- writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
- writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
- writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
-
Write JAXB element to an entity stream.
- writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
- writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonJaxbElementProvider
- writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
- writeTo(RenderedImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
- writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
- writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated.use
ReaderWriter.writeTo(in, out)
instead. - writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read bytes from an input stream and write them to an output stream.
- writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
- writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated.use
ReaderWriter.writeTo(in, out)
instead. - writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read characters from an input stream and write them to an output stream.
- writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
- writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
-
Marshal an instance of a JAXB type.
- writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonRootElementProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Method that JAX-RS container calls to serialize given value.
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jsonb.internal.JsonBindingProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.kryo.internal.KryoMessageBodyProvider
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Writers a type to the
entityStream
using interceptors. - writeTo(Path, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.PathProvider
- writeTo(List<EntityPart>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.media.multipart.internal.EntityPartWriter
- writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
- writeTo(M, MediaType, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
- writeTo(JSONArray, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonArrayProvider
- writeTo(JSONObject, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider
- writeTo(MultiPart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.media.multipart.internal.MultiPartWriter
-
Write the entire list of body parts to the output stream, using the appropriate provider implementation to serialize each body part's entity.
- writeTo(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
- writeTo(Document, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.jaxb.internal.DocumentProvider
- writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated.use
ReaderWriter.writeToAsString(s, out, type)
instead - writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Convert a string to bytes and write those bytes to an output stream.
- WRITING_FAILED() - Static method in class org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
-
"Writing data failed"
- WRONG_MAX_POOL_IDLE(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
Unexpected ("{0}") maximum number of idle seconds.
- WRONG_MAX_POOL_SIZE(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
Unexpected ("{0}") maximum number of connections per destination.
- WRONG_MAX_POOL_TOTAL(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
Unexpected ("{0}") maximum number of connections total.
- WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The proxy URI ("{0}") property MUST be an instance of String or URI.
- WRONG_READ_TIMEOUT(Object) - Static method in class org.glassfish.jersey.netty.connector.LocalizationMessages
-
Unexpected ("{0}") READ_TIMEOUT.
- WRONG_SCHEME_WHEN_USING_HTTP() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
-
The URI scheme should be 'http' when not using SSL.
- WRONG_SCHEME_WHEN_USING_HTTP() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
-
The URI scheme should be 'http' when not using SSL.
- WRONG_SCHEME_WHEN_USING_HTTPS() - Static method in class org.glassfish.jersey.jetty.internal.LocalizationMessages
-
The URI scheme should be 'https' when using SSL.
- WRONG_SCHEME_WHEN_USING_HTTPS() - Static method in class org.glassfish.jersey.simple.internal.LocalizationMessages
-
The URI scheme should be 'https' when using SSL.
X
- XhtmlElementType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
-
The type for an element holding child nodes.
Created on: Jun 17, 2008 - XhtmlElementType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
- XhtmlValueType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
-
The type for an element holding a string value.
Created on: Jun 17, 2008 - XhtmlValueType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlValueType
- XML - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
- XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
-
If set to
true
indicates that produced XML output should be formatted if possible (see below). - XML_SECURITY_DISABLE - Static variable in class org.glassfish.jersey.message.MessageProperties
-
If set to
true
XML security features when parsing XML documents will be disabled. - xml2JsonNs(Map<String, String>) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
-
Setter for XML to JSON namespace mapping.
- XmlCollectionJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
-
Base XML-based message body provider for collections of JAXB beans.
- XmlCollectionJaxbProvider.App - Class in org.glassfish.jersey.jaxb.internal
-
JAXB provider for marshalling/un-marshalling collections from/to entities of
application/xml
media type. - XmlCollectionJaxbProvider.General - Class in org.glassfish.jersey.jaxb.internal
-
JAXB provider for marshalling/un-marshalling collections from/to entities of
<type>/<sub-type>+xml
media types. - XmlCollectionJaxbProvider.Text - Class in org.glassfish.jersey.jaxb.internal
-
JAXB provider for marshalling/un-marshalling collections from/to entities of
text/xml
media type. - XmlHeader - Annotation Interface in org.glassfish.jersey.message
-
Allows to specify XML header for XML output produced by a resource method it is attached to.
- XmlInputFactoryInjectionProvider - Class in org.glassfish.jersey.jaxb.internal
-
Thread-scoped injection provider of
transformer factories
. - XmlInputFactoryInjectionProvider(InjectionManager, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlInputFactoryInjectionProvider
-
Create new XML input factory provider.
- XmlJaxbElementProvider - Class in org.glassfish.jersey.jaxb.internal
-
Base XML-based message body provider for
JAXB element
instances. - XmlJaxbElementProvider(Provider<SAXParserFactory>, Providers, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
- XmlJaxbElementProvider(Provider<SAXParserFactory>, Providers, MediaType, Configuration) - Constructor for class org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider
- XmlJaxbElementProvider.App - Class in org.glassfish.jersey.jaxb.internal
-
Provider for marshalling/un-marshalling
JAXB elements
from/to entities ofapplication/xml
media type. - XmlJaxbElementProvider.General - Class in org.glassfish.jersey.jaxb.internal
-
Provider for marshalling/un-marshalling
JAXB elements
from/to entities of<type>/<sub-type>+xml
media types. - XmlJaxbElementProvider.Text - Class in org.glassfish.jersey.jaxb.internal
-
Provider for marshalling/un-marshalling
JAXB elements
from/to entities oftext/xml
media type. - XmlRootElementJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
-
Base XML-based message body provider for JAXB
root elements
andtypes
. - XmlRootElementJaxbProvider.App - Class in org.glassfish.jersey.jaxb.internal
-
Provider for marshalling/un-marshalling JAXB
root element
andtype
instances from/to entities ofapplication/xml
media type. - XmlRootElementJaxbProvider.General - Class in org.glassfish.jersey.jaxb.internal
-
Provider for marshalling/un-marshalling JAXB
root element
andtype
instances from/to entities of<type>/<sub-type>+xml
media types. - XmlRootElementJaxbProvider.Text - Class in org.glassfish.jersey.jaxb.internal
-
Provider for marshalling/un-marshalling JAXB
root element
andtype
instances from/to entities oftext/xml
media type. - XmlRootObjectJaxbProvider - Class in org.glassfish.jersey.jaxb.internal
-
Base XML-based message body reader for JAXB beans.
- XmlRootObjectJaxbProvider.App - Class in org.glassfish.jersey.jaxb.internal
-
Provider for un-marshalling entities of
application/xml
media type into JAXB beans usingJAXB unmarshaller
. - XmlRootObjectJaxbProvider.General - Class in org.glassfish.jersey.jaxb.internal
-
Provider for un-marshalling entities of
<type>/<sub-type>+xml
media types into JAXB beans usingJAXB unmarshaller
. - XmlRootObjectJaxbProvider.Text - Class in org.glassfish.jersey.jaxb.internal
-
Provider for un-marshalling entities of
text/xml
media type into JAXB beans usingJAXB unmarshaller
.
Z
- ZIP - Enum constant in enum class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
_
- _activeView - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _addSuperTypes(Class<?>, Class<?>, Collection<Class<?>>, boolean) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _annotations - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
- _cfgCheckCanDeserialize - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Whether we want to actually check that Jackson has a deserializer for given type.
- _cfgCheckCanSerialize - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Whether we want to actually check that Jackson has a serializer for given type.
- _cfgCustomUntouchables - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Map that contains overrides to default list of untouchable types:
true
meaning that entry is untouchable,false
that is is not. - _config - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _configForReading(ObjectReader, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider
- _configForReading(ObjectReader, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _configForReading(ObjectReader, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- _configForReading(MAPPER, Annotation[], Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _configForWriting(ObjectMapper, Annotation[], Class<?>) - Method in class org.glassfish.jersey.jackson.internal.FilteringJacksonJaxbJsonProvider
- _configForWriting(ObjectWriter, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _configForWriting(ObjectWriter, Annotation[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- _configForWriting(MAPPER, Annotation[], Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _containedIn(Class<?>, HashSet<ClassKey>) - Static method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _createGenerator(ObjectWriter, OutputStream, JsonEncoding) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to create a
JsonGenerator
for writing contents into given rawOutputStream
. - _createNoContentException() - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _createParser(ObjectReader, InputStream) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to create a
JsonParser
for reading contents of given rawInputStream
. - _default - Variable in class com.sun.research.ws.wadl.Param
- _defaultAnnotationsToUse - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
Annotations set to use by default; overridden by explicit call to
MapperConfiguratorBase.setAnnotationsToUse(org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.Annotations[])
. - _defaultMapper - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
If no mapper was specified when constructed, and no configuration calls are made, a default mapper is constructed.
- _defaultReadView - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
View to use for reading if none defined for the end point.
- _defaultWriteView - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
View to use for writing if none defined for the end point.
- _deserDisable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _deserEnable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _endpointForReading(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable helper method that will basically fetch representation of the endpoint that can be used to get
ObjectReader
to use for deserializing content - _endpointForWriting(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _findCustomUntouchable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _hasBeenSet - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
-
Simple marker used to optimize out
ThreadLocal
access in cases where this feature is not being used - _hasBeenSet - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
-
Simple marker used to optimize out
ThreadLocal
access in cases where this feature is not being used - _isIgnorableForReading(ClassKey) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which are not bound from content.
- _isIgnorableForWriting(ClassKey) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to check whether given type is a known "ignorable type" (in context of reading), values of which can not be written out.
- _isSpecialReadable(Class<?>) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable helper method used to allow handling of somewhat special types for reading
- _jaxbIntrospectorClass - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
To support optional dependency to Jackson JAXB annotations module (needed iff JAXB annotations are used for configuration)
- _jaxRSFeatures - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Feature flags set.
- _jsonp - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
- _jsonpFunctionName - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
-
JSONP function name to use for automatic JSONP wrapping, if any; if null, no JSONP wrapping is done.
- _locateMapperViaProvider(Class<?>, MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Helper method that is called if no mapper has been explicitly configured.
- _locateMapperViaProvider(Class<?>, MediaType) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
- _mapper - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
-
Mapper provider was constructed with if any, or that was constructed due to a call to explicitly configure mapper.
- _mapperConfig - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Helper object used for encapsulating configuration aspects of
ObjectMapper
- _maxEntries - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
-
Deprecated.
- _modifyHeaders(Object, Class<?>, Type, Annotation[], MultivaluedMap<String, Object>, EP_CONFIG) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Overridable method used for adding optional response headers before serializing response object.
- _providers - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JacksonJsonProvider
-
Injectable context object used to locate configured instance of
ObjectMapper
to use for actual serialization. - _rawAnnotations - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.EndpointAsBeanProperty
- _reader - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _readers - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Cache for resolved endpoint configurations when reading JSON data
- _resolveIntrospector(Annotations) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
- _resolveIntrospector(Annotations, ArrayList<AnnotationIntrospector>) - Method in class org.glassfish.jersey.jackson.internal.JacksonMapperConfigurator
- _resolveIntrospectors(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
- _resolveIntrospectors(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonMapperConfigurator
- _resolveIntrospectors(Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.JacksonMapperConfigurator
- _rootName - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _serDisable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _serEnable - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _setAnnotations(ObjectMapper, Annotations[]) - Method in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.MapperConfiguratorBase
- _threadLocal - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectReaderInjector
- _threadLocal - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.ObjectWriterInjector
- _unreadableClasses - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _untouchables - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _unwritableClasses - Static variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
- _writer - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.EndpointConfigBase
- _writers - Variable in class org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase
-
Cache for resolved endpoint configurations when writing JSON data
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form