A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractChainableStage<DATA> - Class in org.glassfish.jersey.process.internal
Abstract chainable linear acceptor.
AbstractChainableStage() - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
Create a new chainable acceptor with no next stage set.
AbstractChainableStage(Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
Create a new chainable acceptor with an initialized default next stage value.
AbstractEntityProviderModel<T> - Class in org.glassfish.jersey.message
Abstract entity provider model.
AbstractExecutorProvidersConfigurator - Class in org.glassfish.jersey.process.internal
Abstract Configurator which initializes and register ExecutorServiceProvider and ScheduledExecutorServiceProvider.
AbstractExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
 
AbstractFeatureConfigurator<T> - Class in org.glassfish.jersey
 
AbstractFeatureConfigurator(Class, RuntimeType) - Constructor for class org.glassfish.jersey.AbstractFeatureConfigurator
Create a new configurator.
AbstractFormProvider<T> - Class in org.glassfish.jersey.message.internal
Abstract base class for form entity types marshalling & un-marshalling support.
AbstractFormProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractFormProvider
 
AbstractMessageReaderWriterProvider<T> - Class in org.glassfish.jersey.message.internal
Abstract entity provider (reader and writer) base class.
AbstractMessageReaderWriterProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
 
AbstractRuntimeDelegate - Class in org.glassfish.jersey.internal
An abstract implementation of RuntimeDelegate that provides support common to the client and server.
AbstractRuntimeDelegate(Set<HeaderDelegateProvider>) - Constructor for class org.glassfish.jersey.internal.AbstractRuntimeDelegate
Initialization constructor.
AbstractServiceFinderConfigurator<T> - Class in org.glassfish.jersey.internal
Simple ServiceFinder configuration.
AbstractServiceFinderConfigurator(Class<T>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
Create a new configurator.
AbstractThreadPoolProvider<E extends ThreadPoolExecutor> - Class in org.glassfish.jersey.spi
Abstract thread pool executor provider.
AbstractThreadPoolProvider(String) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Inheritance constructor.
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
 
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
 
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.
addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new contract provider name binding.
addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Add properties to ResourceConfig.
allow(String...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
allow(Set<String>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
ALLOW_SYSTEM_PROPERTIES_PROVIDER - Static variable in class org.glassfish.jersey.CommonProperties
Property which allows (if true) default System properties configuration provider.
AnnotatedMethod - Class in org.glassfish.jersey.model
Annotated method representation.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.model.AnnotatedMethod
Create annotated method instance from the Java method.
ANY_MATCH - Static variable in class org.glassfish.jersey.message.internal.MatchingEntityTag
An empty set that corresponds to If-Match: * or If-None-Match: *.
appendEscapingQuotes(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendQuoted(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new quoted value to the string builder.
appendQuotedIfNonToken(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendQuotedIfWhitespace(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
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
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
ARRAY_PAIRS - org.glassfish.jersey.uri.JerseyQueryParamStyle
Multiple parameter instances with square brackets for each parameter, e.g.: foo[]=v1&foo[]=v2&foo[]=v3
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 - 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 ',').
asStage(Inflector<DATA, RESULT>) - Static method in class org.glassfish.jersey.process.internal.Stages
Creates a terminal Stage that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.
asString(Object) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Deprecated.
asString(Object, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Convert a message header value, represented as a general object, to it's string representation.
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.
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.
AUTHORITY - org.glassfish.jersey.uri.UriComponent.Type
The URI authority component type.
AUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Configuration of {0} auto-discoverable failed.
AutoDiscoverableConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register AutoDiscoverable instances into InjectionManager and BootstrapBag.
AutoDiscoverableConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
Create a new configurator.
available() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 

B

baseUri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
baseUri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
BEAN_PARAM - org.glassfish.jersey.model.Parameter.Source
Bean param parameter injection source.
Beta - Annotation Type in org.glassfish.jersey
Marker of a public Jersey API that is still in "beta" non-final version.
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.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 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.
BINDERS_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain Binder provider contract.
bootstrap(Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
BootstrapBag - Class in org.glassfish.jersey.internal
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.
BootstrapBag() - Constructor for class org.glassfish.jersey.internal.BootstrapBag
 
BootstrapConfigurator - Interface in org.glassfish.jersey.internal
Configurator which contains two methods, BootstrapConfigurator.init(InjectionManager, BootstrapBag) contains InjectionManager into which only registering services make sense because injection manager has not been completed yet and BootstrapConfigurator.postInit(InjectionManager, BootstrapBag) in which InjectionManager has been already completed and is able to create and provide services.
BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The buffer size for arrays of byte and character.
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
 
build() - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
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(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(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a terminal stage to the stage chain and build the chain.
builder() - Static method in class org.glassfish.jersey.logging.LoggingFeature
builder method to create LoggingFeature with required settings
builder(Class<?>) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder.
builder(ContractProvider) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder from an existing one.
Builder() - Constructor for class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
Builder(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Create new outbound JAX-RS response builder.
buildFromEncoded(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromEncodedMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildRelativized(URI, Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
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).
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
 

C

CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cache control is null.
cacheControl(CacheControl) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
CacheControlProvider - Class in org.glassfish.jersey.message.internal
CacheControlProvider() - Constructor for class org.glassfish.jersey.message.internal.CacheControlProvider
 
capturingZeroOrMoreSegments - org.glassfish.jersey.uri.PathPattern.RightHandPath
A capturing group that matches zero or more path segments and keeps the matching path template open.
capturingZeroSegments - org.glassfish.jersey.uri.PathPattern.RightHandPath
A capturing group that matches zero segments and effectively closes the matching path template.
category() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
category() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Category of event, more events share same category.
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.
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Deprecated.
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference.
classForNameWithException(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Get the Class from the class name.
clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Removes all the component registrations and resets the component bag instance to a state as if it was create anew.
clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Remove the current thread's value for baseUri thread-local variable (set by OutboundJaxrsResponse.Builder.setBaseUri(java.net.URI)).
clone() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
clone() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
close() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
close() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
close() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Closes the underlying content stream.
close() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
close() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
close() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Closes the context.
close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close this thread pool executor provider.
closeableInputStream(InputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Make the InputStream able to close.
COMMA_SEPARATED - org.glassfish.jersey.uri.JerseyQueryParamStyle
A single parameter instance with multiple, comma-separated values, e.g.: foo=v1,v2,v3
Comment - org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
commit() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Commit the output stream.
commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Commits the entity stream if it wasn't 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.
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 - Static variable in class org.glassfish.jersey.message.internal.AcceptableMediaType
Comparator for collections of acceptable media types.
COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Comparator for lists of quality source media types.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
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
 
CompletableReader<T> - Interface in org.glassfish.jersey.message.internal
A MessageBodyReader may implement this interface to signal that reading from the underlying input stream can be fully completed.
complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
Complete the reading.
COMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Registered component instance cannot be null.
COMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Registered component class cannot be null.
COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Attempt to register component of type {0} to null or empty array of contracts is ignored.
COMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot create new registration for component type {0}: Existing previous registration found for the type.
ComponentBag - Class in org.glassfish.jersey.model.internal
An internal Jersey container for custom component classes and instances.
ComponentProvider - Interface in org.glassfish.jersey.spi
Component provider interface to allow custom management of 3rd party components life-cycle and dependency injection.
CONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The configuration is not modifiable in this context.
configure() - Method in class org.glassfish.jersey.internal.ServiceFinderBinder
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
 
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
 
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure auto-discoverables in the injection manager.
configured(Configuration) - Static method in class org.glassfish.jersey.internal.RuntimeDelegateDecorator
The decorated RuntimeDelegate that uses HeaderDelegateProviders based on whether CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE is set or not
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure binders in the injection manager and enable JAX-RS features.
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
 
CONTEXT - org.glassfish.jersey.model.Parameter.Source
Context parameter injection source.
ContextResolverFactory - Class in org.glassfish.jersey.internal
A factory implementation for managing ContextResolver instances.
ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register ContextResolvers instance into InjectionManager and BootstrapBag.
ContextResolvers - Interface in org.glassfish.jersey.spi
An injectable interface providing look-up for ContextResolver<T> provider instances.
ContextResolversConfigurator() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
 
contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
Contract - Annotation Type in org.glassfish.jersey.spi
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
CONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Contract {0} can not be registered for component {1}: Contract not assignable to component.
CONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Contract {0} can not be registered for component {1}: Contract type not supported.
ContractProvider - Class in org.glassfish.jersey.model
Jersey contract provider model.
ContractProvider.Builder - Class in org.glassfish.jersey.model
Contract provider model builder.
Control - org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Convert media types into String.
cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
COOKIE - org.glassfish.jersey.model.Parameter.Source
Cookie parameter injection source.
COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cookie is null.
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.model.internal.ComponentBag
Get a copy of this component bag.
copy() - Method in class org.glassfish.jersey.SslConfigurator
Create a copy of the current SSL configurator instance.
create(Configuration, PropertiesDelegate) - Static method in interface org.glassfish.jersey.internal.PropertiesResolver
Return new instance of PropertiesResolver.
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, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.model.Parameter
Create a parameter model.
create(Class, Class, boolean, Class<?>, Type, Annotation[], Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
Create a parameter model.
create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.model.Parameter
Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.
create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Create new Tracing logger.
createBeanParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
Factory method to instantiate BeanParameter of given properties
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
Iterate over provider classes of a service.
createConfigurationBuilder() - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
createContext() - Method in class org.glassfish.jersey.process.internal.RequestScope
Creates a new instance of the request scope context.
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
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
 
createFrom(Consumes) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create an unmodifiable list of media types from the values declared in the Consumes annotation.
createFrom(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create an unmodifiable list of media types from the values declared in the Produces annotation.
createFrom(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create an unmodifiable list of media type from a string array of media types.
createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty inbound message headers container.
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
Iterate over provider instances of a service.
createLinkBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
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.
createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty outbound message headers container.
createParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
Factory method to instantiate Parameter of given properties
createQualitySourceMediaTypes(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create a list of quality source media type from the Produces annotation.
createQualitySourceMediaTypes(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create a list of quality source media type from an array of media types.
createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
Create new SSL context instance using the current SSL context configuration.
createTempFile() - Static method in class org.glassfish.jersey.message.internal.Utils
Create an empty file in the default temporary-file directory.
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.
createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
current() - Method in class org.glassfish.jersey.process.internal.RequestScope
Returns the current RequestContext which has to be active on the given thread.

D

DataSourceProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a DataSource instance.
DataSourceProvider() - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider
 
DataSourceProvider.ByteArrayDataSource - Class in org.glassfish.jersey.message.internal
Modified from javax.mail.util.ByteArrayDataSource A DataSource backed by a byte array.
DATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Date is null.
DateProvider - Class in org.glassfish.jersey.message.internal
DateProvider() - Constructor for class org.glassfish.jersey.message.internal.DateProvider
 
declaredTypes() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get types declared as supported (via @Produces or @Consumes) on the entity provider.
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.
DEFAULT - Static variable in class org.glassfish.jersey.message.internal.Quality
Default quality value.
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_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_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default maximum entity bytes to be logged.
DEFAULT_REDACT_HEADERS - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default headers to be redacted.
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_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
Default verbosity for entity logging.
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
 
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.
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 - org.glassfish.jersey.model.internal.RankedComparator.Order
Ascending order.
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
 
DomSourceReader(Provider<DocumentBuilderFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
done() - Method in interface org.glassfish.jersey.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.
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

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.
enableBuffering(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Enable buffering of the serialized entity.
enableBuffering(Configuration) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Enable a buffering of serialized entity.
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded using the specified encoding.
encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Encode literal characters of a template.
encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the end of a URI path.
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
Check if the URI template ends in a slash ('/').
ensureNotClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
Check that the entity input stream has not been closed yet.
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 - org.glassfish.jersey.model.Parameter.Source
Entity parameter injection source.
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.
EntityPartBuilderProvider - Interface in org.glassfish.jersey.innate.spi
Jersey extension of provider of EntityPart.Builder.
EntityTagProvider - Class in org.glassfish.jersey.message.internal
EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
 
equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
equals(Object) - Method in class org.glassfish.jersey.model.Parameter
 
equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
 
equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
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_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error caught while loading SPI providers.
ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A single character expected in the entity input stream.
ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error converting entity to {0} type by single String constructor.
ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unsupported basic type {0}.
ERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Entity input stream has already been closed.
ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Could not find exception type for given ExceptionMapper class: {0}.
ERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Last reader interceptor in the chain called the method proceed.
ERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Last writer interceptor in the chain called the method proceed.
ERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MesssageBodyReader {0} threw exception in isReadable - skipping.
ERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MesssageBodyWriter {0} threw exception in isWritable - skipping.
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
WARNING: {0}
ERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
NewCookie Expires header value ({0}) cannot be read.
ERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
ERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Value "{0}" is not a character.
ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error parsing entity tag: {0}
ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.
ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Due to constraint configuration problems the provider {0} will be ignored.
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
ERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error reading entity from input stream.
ERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Missing entity.
ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to resolve generic type value of {0} for an instance of {1}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Incorrect type of feature context instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Incorrect type of reader interceptor context instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Incorrect type of writer interceptor context instance {0}.
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid syntax in the template "{0}".
ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
Errors - Class in org.glassfish.jersey.internal
Errors utility used to file processing messages (e.g.
ERRORS_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.
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Exception caught while loading SPI providers.
EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
ExceptionMapperFactory - Class in org.glassfish.jersey.internal
Exception mappers implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.
ExceptionMapperFactory(InjectionManager) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
Create new exception mapper factory initialized with injection manager instance that will be used to look up all providers implementing ExceptionMapper interface.
ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and register ExceptionMappers instance into InjectionManager and BootstrapBag.
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
 
EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that excludes models with no recognized contracts.
excludeMetaProviders(InjectionManager) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
A method creates the Predicate which is able to filter all Jersey meta-providers along with the components which is able to register the current used InjectionManager.
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.
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.
expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
ExtendedConfig - Interface in org.glassfish.jersey
Extended common runtime configuration.
ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
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)
ExternalProperties - Class in org.glassfish.jersey
 
extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
(Optionally) extracts an inflector from a processing stage, provided the stage implements Inflecting interface.

F

fatal(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a fatal error to the list of messages.
FATAL - 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.
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_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
FEATURE_AUTO_DISCOVERY_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
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 of injection manager.
FeatureContextWrapper(FeatureContext, InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.FeatureContextWrapper
Create a new instance of wrapper.
FileProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a File instance.
FileProvider() - Constructor for class org.glassfish.jersey.message.internal.FileProvider
 
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.
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.
flush() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
flush() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
flush(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Stores collected tracing messages to response HTTP header.
FORM - org.glassfish.jersey.model.Parameter.Source
Form parameter injection source.
FormMultivaluedMapProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from multi-valued map instance.
FormMultivaluedMapProvider() - Constructor for class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
FormProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from JAX-RS Form instance.
FormProvider() - Constructor for class org.glassfish.jersey.message.internal.FormProvider
 
fragment(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
FRAGMENT - org.glassfish.jersey.uri.UriComponent.Type
The URI fragment component type.
from(int) - Static method in class org.glassfish.jersey.message.internal.Statuses
Create a new status type instance.
from(int, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
Create a new status type instance with a custom reason phrase.
from(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.
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
 
fullRelativeUri(URI) - Static method in class org.glassfish.jersey.uri.UriComponent
Return the Request-Uri representation as defined by HTTP spec.

G

getAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a list of languages that are acceptable for the message.
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a list of media types that are acceptable for the message.
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the allowed HTTP methods from the Allow HTTP header.
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.Parameter
 
getAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
 
getAnnotations() - Method in class org.glassfish.jersey.model.Parameter
 
getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getAutoDiscoverables() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets a list of AutoDiscoverable.
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.
getBuildId() - Static method in class org.glassfish.jersey.internal.Version
Get build id.
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Get the character set from a media type.
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Get the character set from a media type.
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
Get the character set from a media type.
getClasses() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getClasses() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get all registered component classes, including features and binders meta-providers.
getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a subset of all registered component classes using the filter predicate to determine for each component class based on it's contract provider class model whether it should be kept or filtered out.
getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
Returns a ComponentBag instance associated with the configuration.
getConfig() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
Obtain config object
getConfiguration() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of Configuration.
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 interface org.glassfish.jersey.spi.ExternalConfigurationProvider
obrain model object which has direct access to external configuration
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.
getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getContextResolvers() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of ContextResolvers.
getContract() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
Mainly aimed to provide contract class to abstract classes which extends this finder
getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
Get the map of contracts and their priorities.
getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the map of contracts for the built contract provider model.
getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
Get provided contracts recognized by Jersey.
getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getContractTypes() - Method in class org.glassfish.jersey.model.internal.RankedProvider
Get me set of implemented contracts.
getCookies() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the number of the core threads of the the provisioned thread pool executor.
getDate() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get message date.
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get message date.
getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.Parameter
 
getDeclaredMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get the underlying declared Java method.
getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
Get a new instance of a SSLContext configured using default configuration settings.
getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
Get a new instance of a SSLContext configured using default configuration settings.
getDefaultNext() - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
Get the default next stage currently configured on the acceptor.
getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the default priority of the built contract provider model.
getDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
Get the default parameter value.
getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the message entity Java instance.
getEntity() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
getEntityAnnotations() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the annotations attached to the entity.
getEntityClass() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the raw message entity type information.
getEntityStream() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the entity input stream.
getEntityStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the entity output stream.
getEntityTag() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the entity tag.
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the entity tag.
getEntityType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the message entity type information.
getErrorMessages() - Static method in class org.glassfish.jersey.internal.Errors
Get the list of all error messages.
getErrorMessages(boolean) - Static method in class org.glassfish.jersey.internal.Errors
Get the list of error messages.
getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
FIXME remove.
getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getExceptionMappers() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of ExceptionMappers.
getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the thread pool executor.
getExecutorService() - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
getExecutorService() - Method in interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of specific tasks.
getExecutorService() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
 
getExecutorService() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
If T object is registered in ComponentBag using the Binder, T is not visible using the methods for getting classes and instances ComponentBag.getClasses(Predicate) and ComponentBag.getInstances(Predicate).
getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get generic method parameter types.
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.
getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
Returns all HeaderDelegateProvider register internally by Jersey.
getHeaders() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the mutable message headers multivalued map.
getHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the mutable message headers multivalued map.
getHeaders() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
getHeaders() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get a message header as a single string value.
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a message header as a single string value.
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.
getImplementationClass() - Method in class org.glassfish.jersey.model.ContractProvider
Get the implementation class which the contracts belong to.
getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
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(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.
getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
Returns an OsgiRegistry instance.
getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Returns instance of TracingLogger associated with current request processing (propertiesDelegate).
getInstances() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getInstances() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get all registered component instances, including features and binders meta-providers.
getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a subset of all registered component instances using the filter predicate to determine for each component instance based on it's contract provider class model whether it should be kept or filtered out.
getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the thread keep-alive time (in seconds).
getLanguage() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the language of the entity.
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the language of the entity.
getLastModified() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the last modified date.
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the last modified date.
getLength() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get Content-Length value.
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get Content-Length value.
getLengthLong() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get Content-Length value.
getLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the link for the relation.
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the link for the relation.
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Convenience method that returns a Link.Builder for the relation.
getLinks() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the links attached to the message as header.
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the links attached to the message as header.
getLocation() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the location.
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the location.
getManagedObjectsFinalizer() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of ManagedObjectsFinalizer.
getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the maximum number of threads to allow in the thread pool.
getMediaType() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the media type of the entity.
getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the media type of the entity.
getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
Human-readable description of the issue.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyReaders that are suitable for the given type.
getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of MessageBodyWorkers.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyWriters that are suitable for the given type.
getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
Get encountered error messages.
getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get all instances of the specified meta-annotation type found on the method annotations.
getMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get the underlying Java method.
getModel(Class<?>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a model for a given component class, or null if no such component is registered in the component bag.
getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
An extension point that provides a way how to define a custom enhancement/update operation of a contract provider model registration being produced for a given component class.
getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get name bindings of the built contract provider model.
getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
 
getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
Get the collection of name bindings attached to this component.
getNames() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the list of template names.
getNameToPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the map of template names to patterns.
getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the normalized template.
getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of explicit regular expressions declared in the template variables.
getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the number of literal characters.
getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the number of regular expression groups
getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of regular expression groups
getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of template variables.
getOptionalProperty(String, Class<T>) - Method in 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
getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
Get the output stream.
getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Get URLs of resources from a given package.
getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
 
getParameterAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get method parameter annotations.
getParameterCreationFactory() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
 
getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the parameters.
getParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get method parameter types.
getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
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.
getPreferredCookie(NewCookie, NewCookie) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Compare two NewCookies having the same name.
getPreferredDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Get the preferred HTTP specified date format (RFC 1123).
getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
Get the provider contract priority, if set, default component provider, if not set.
getPriority(RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
 
getProperties() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getProperties() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
Map of properties from the model (external config file)
getProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
 
getProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
 
getPropertyNames() - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
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.
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.
getRank() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
getRawType() - Method in class org.glassfish.jersey.model.Parameter
Get raw type information for the parameter.
getReaderInterceptors() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get reader interceptors bound to this context.
getReaderModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getReaderModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyReader models that are suitable for the given type.
getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getReference() - Method in interface org.glassfish.jersey.process.internal.RequestContext
Get a "new" reference of the scope instance.
getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the regular expression.
getRegistrations() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get an unmodifiable view of all component classes, for which a registration exists (either class or instance based) in the component bag.
getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
getRel() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getRels() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get any cookies that accompanied the request.
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get any cookies that accompanied the message.
getRequestScope() - Method in class org.glassfish.jersey.internal.BootstrapBag
Gets an instance of RequestScope.
getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Tries to load resource bundle via OSGi means.
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get any new cookies set on the response message.
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get any new cookies set on the message message.
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.model.internal.CommonConfig
 
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.
getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
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(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
 
getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
The issue source.
getSource() - Method in class org.glassfish.jersey.model.Parameter
Get the parameter value source type.
getSource() - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
 
getSourceAnnotation() - Method in class org.glassfish.jersey.model.Parameter
Get the parameter source annotation.
getSourceName() - Method in class org.glassfish.jersey.model.Parameter
Get the parameter source name, i.e.
getStatus() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
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.
getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
Returns values of Content-Encoding header supported by this encoder.
getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the template.
getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
 
getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI template as a String.
getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the list of template variables for the template.
getTerminationTimeout() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the provisioned thread pool executor termination time out (in milliseconds).
getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getToken() - Method in class org.glassfish.jersey.message.internal.Token
 
getType() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getType() - Method in class org.glassfish.jersey.model.Parameter
Get generic type information for the parameter.
getTypeParameters() - Method in class org.glassfish.jersey.model.AnnotatedMethod
Get method type parameters.
getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Returns MediaType with wildcard in subtype.
getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the value.
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, 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, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
Get the value of the specified property.
getValueOf(T) - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
 
getVersion() - Static method in class org.glassfish.jersey.internal.Version
Get Jersey version.
getWorkers() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get context message body workers.
getWorkQueue() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the work queue for the provisioned thread pool executor.
getWrappedStream() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
Get the wrapped input stream instance.
getWriters(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getWritersModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getWritersModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyWriter models that are suitable for the given type.
GZipEncoder - Class in org.glassfish.jersey.message
GZIP encoding support.
GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
Initialize GZipEncoder.

H

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.
hashCode() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
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.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.
hasLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Check if link for relation exists.
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Check if link for relation exists.
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.
hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
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, or false if there is no property by that name.
hasProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
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 - org.glassfish.jersey.model.Parameter.Source
Header parameter injection source.
HEADER_ACCEPT - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to switch on request tracing.
HEADER_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_THRESHOLD - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to change application default tracing level.
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
 
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 - org.glassfish.jersey.logging.LoggingFeature.Verbosity
Only content of HTTP headers is logged.
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 in org.glassfish.jersey.message.internal
Context that contains header problems causing this exception (e.g.
hint(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a hint to the list of messages.
HINT - 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}
host(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
HOST - org.glassfish.jersey.uri.UriComponent.Type
The URI host component type.
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_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_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.
HttpDateFormat - Class in org.glassfish.jersey.message.internal
Helper class for HTTP specified date formats.
HttpHeaderReader - Class in org.glassfish.jersey.message.internal
An abstract pull-based reader of HTTP headers.
HttpHeaderReader() - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReader
 
HttpHeaderReader.Event - Enum in org.glassfish.jersey.message.internal
TODO javadoc.

I

identity() - Static method in class org.glassfish.jersey.process.internal.Stages
Get a chainable "identity" stage.
IGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}].
IGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}].
ILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal configuration-file syntax.
ILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal initial capacity: {0}.
ILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal load factor: {0}.
ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal provider-class name: {0}.
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.
INBOUND - org.glassfish.jersey.message.internal.HeaderValueException.Context
Inbound context.
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_ALL - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that accepts any contract provider model.
Inflecting<DATA,​RESULT> - Interface in org.glassfish.jersey.process.internal
Interface that is used to indicate that the instance provides an Inflector.
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.
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
 
init(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.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.JaxrsProviders.ProvidersConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
 
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
 
initialize(InjectionManager) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
Must be initialize at the time of completed populated InjectionManager.
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.
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}.
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
 
INPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Input stream has been closed.
InputStreamProvider - Class in org.glassfish.jersey.message.internal
 
InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
 
InternalProperties - Class in org.glassfish.jersey.internal
Internal common (server/client) Jersey configuration properties.
intersect(List<? extends MediaType>, List<? extends MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Determine if the two list of media types share a common type-equal sub-list.
INVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid host name.
INVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid port value.
INVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
IO_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
Value of the property indicates the buffer size to be used for I/O operations on byte and character streams.
IO_DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
The default buffer size (8192) for I/O operations on byte and character streams.
isAbsolute() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
Check whether or not the URI represented by this UriBuilder is absolute.
isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.Parameter
 
isClosed() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Check if the committing output stream has been closed already.
isClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
Get the closed status of this input stream.
isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Check if this thread pool executor provider has been closed.
isCommitted() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
Determine whether the stream was already committed or not.
isCommitted() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Returns true if the entity stream has been committed.
isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
 
isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the custom flag value.
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.model.internal.CommonConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isEncoded() - Method in class org.glassfish.jersey.model.Parameter
If true, the injected parameter value should remain encoded.
isFor(Class<?>) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
Determine whether the Factory is for the given class to be instantiated.
isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
Checks whether the character c is hexadecimal character.
isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Test if a tracing support is enabled (according to propertiesDelegate setting) and if event can be logged (according to event.level and threshold level set).
isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
Determine whether this provider is able to process a supplied exception instance.
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.
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.
isProperty(String) - Method in interface org.glassfish.jersey.ExtendedConfig
Get the value of the property with a given name converted to boolean.
isProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isQualified() - Method in class org.glassfish.jersey.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.message.internal.ByteArrayProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
Safely invokes isReadable method on the underlying provider.
isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isWildcard(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Check if the given media type is a wildcard type.
isWriteable(MessageBodyWriter<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
Safely invokes isWriteable method on the supplied provider.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
Safely invokes isWriteable method on the underlying provider.
iterator() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered objects incrementally.

J

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.
JAXRS_SERVICE_LOADING_ENABLE - Static variable in class org.glassfish.jersey.CommonProperties
Allows API services loading.
JaxrsProviders - Class in org.glassfish.jersey.internal
Jersey implementation of JAX-RS Providers contract.
JaxrsProviders() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
 
JaxrsProviders.ProvidersConfigurator - Class in org.glassfish.jersey.internal
Configurator which initializes and registers Providers instance into InjectionManager and BootstrapBag.
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.
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.
JerseyQueryParamStyle - Enum 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.
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.
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
JSON_JACKSON_DISABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
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
JSON_JACKSON_ENABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
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_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
JSON_PROCESSING_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties

K

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).
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.
keyStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store instance.
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.

L

language(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
language(Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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
 
lastModified(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
LEGACY_WORKERS_ORDERING - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, MessageBodyReaders and MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom providers have always precedence; providers are sorted by MediaType and afterwards by declaration distance - see MessageBodyFactory.DeclarationDistanceComparator.
level() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
level() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Level of event.
level(Level) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
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_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
 
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 using ServiceFinder.
loadImplementations(Map<String, Object>, ClassLoader) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
Specification specific implementation which allows find classes by specified classloader
LOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Locale is null.
LocaleProvider - Class in org.glassfish.jersey.message.internal
LocaleProvider() - Constructor for class org.glassfish.jersey.message.internal.LocaleProvider
 
localizableAUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.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
 
localizableCONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
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
 
localizableENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.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_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.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_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_MSG(Object) - Static method in class org.glassfish.jersey.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_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.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_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
 
localizableERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.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
 
localizableHINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.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
 
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
 
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
 
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_HOST() - Static method in class org.glassfish.jersey.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
 
localizableLINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableLOCALE_IS_NULL() - Static method in class org.glassfish.jersey.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
 
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
 
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
 
localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_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
 
localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePARAM_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
 
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
 
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
 
localizableQUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableRESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_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_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSTRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.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
 
localizableWARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.internal.LocalizationMessages
 
location(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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_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.
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 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
 

M

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.
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.
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
 
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.
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 - org.glassfish.jersey.model.Parameter.Source
Matrix parameter injection source.
MATRIX_PARAM - 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.uri.internal.JerseyUriBuilder
 
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.
MBR_FIND - org.glassfish.jersey.message.internal.MsgTraceEvent
MBR_NOT_READABLE - org.glassfish.jersey.message.internal.MsgTraceEvent
MBR_READ_FROM - org.glassfish.jersey.message.internal.MsgTraceEvent
MBR_SELECTED - org.glassfish.jersey.message.internal.MsgTraceEvent
MBR_SKIPPED - 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 - org.glassfish.jersey.message.internal.MsgTraceEvent
MBW_NOT_WRITEABLE - org.glassfish.jersey.message.internal.MsgTraceEvent
MBW_SELECTED - org.glassfish.jersey.message.internal.MsgTraceEvent
MBW_SKIPPED - 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 - org.glassfish.jersey.message.internal.MsgTraceEvent
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.
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 interface org.glassfish.jersey.spi.ExternalConfigurationProvider
Merge properties from other provider/model
mergeProperties(Map<String, Object>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
Merge properties from other (found) external configuration.
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 into InjectionManager and BootstrapBag.
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 - Interface in org.glassfish.jersey.message
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageBodyWorkersConfigurator() - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
 
messageFormat() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
messageFormat() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Message format.
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.CommonProperties
If true then disable META-INF/services lookup globally on client/server.
METAINF_SERVICES_LOOKUP_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
METAINF_SERVICES_LOOKUP_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
METHOD_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.
MINIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
Minimum quality value.
modelFor(Class<?>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
Create a contract provider model by introspecting a component class.
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.
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_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.
MsgTraceEvent - Enum in org.glassfish.jersey.message.internal
Common tracing events.
MULTI_PAIRS - org.glassfish.jersey.uri.JerseyQueryParamStyle
Multiple parameter instances, e.g.: foo=v1&foo=v2&foo=v3 This is the default query format.
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.

N

name() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Name of event, should be unique.
NameBound - Interface in org.glassfish.jersey.model
Model component that can be name bound.
NEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
New cookie is null.
NewCookieProvider - Class in org.glassfish.jersey.message.internal
Response Set-Cookie header delegate provider.
NewCookieProvider() - Constructor for class org.glassfish.jersey.message.internal.NewCookieProvider
 
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.
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 is present.
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_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No container available.
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_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
"No priority" constant.
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_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method not supported on an outbound message.
NullOutputStream - Class in org.glassfish.jersey.message.internal
A "dev/null" output stream - an output stream implementation that discards all the data written to it.
NullOutputStream() - Constructor for class org.glassfish.jersey.message.internal.NullOutputStream
 

O

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.
onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close event handler, that invoked during the AbstractThreadPoolProvider.close() operation.
OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the any URI path.
org.glassfish.jersey - package org.glassfish.jersey
Common Jersey core classes.
org.glassfish.jersey.innate.spi - package org.glassfish.jersey.innate.spi
Common Jersey innate SPI classes.
org.glassfish.jersey.internal - package org.glassfish.jersey.internal
Common Jersey internal API classes.
org.glassfish.jersey.logging - package org.glassfish.jersey.logging
Logging feature provides the logging of requests and responses on server and client.
org.glassfish.jersey.message - package org.glassfish.jersey.message
Common Jersey messaging classes.
org.glassfish.jersey.message.internal - package org.glassfish.jersey.message.internal
Common Jersey internal messaging classes.
org.glassfish.jersey.model - package org.glassfish.jersey.model
Common Jersey model related classes and interfaces.
org.glassfish.jersey.model.internal - package org.glassfish.jersey.model.internal
Common Jersey internal model related classes and interfaces.
org.glassfish.jersey.process - package org.glassfish.jersey.process
Common Jersey processing classes.
org.glassfish.jersey.process.internal - package org.glassfish.jersey.process.internal
Common Jersey internal processing classes.
org.glassfish.jersey.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.
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.
OUTBOUND - org.glassfish.jersey.message.internal.HeaderValueException.Context
Outbound context.
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_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
OutboundJaxrsResponse - Class in org.glassfish.jersey.message.internal
An outbound JAX-RS response message.
OutboundJaxrsResponse(Response.StatusType, OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
Create new outbound JAX-RS response message instance.
OutboundJaxrsResponse.Builder - Class in org.glassfish.jersey.message.internal
Outbound JAX-RS Response.ResponseBuilder implementation.
OutboundMessageContext - Class in org.glassfish.jersey.message.internal
Base outbound message context implementation.
OutboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
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.
OUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The output stream has already been closed.
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

param(String, String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
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.
Parameter - Class in org.glassfish.jersey.model
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.model.Parameter
 
Parameter.ParamAnnotationHelper<T extends Annotation> - Interface in org.glassfish.jersey.model
 
Parameter.ParamCreationFactory<PARAMETER extends Parameter> - Interface in org.glassfish.jersey.model
A factory service to found in a runtime to be used to instantiate the given Parameter class.
Parameter.ParameterService - Class in org.glassfish.jersey.model
 
Parameter.Source - Enum in org.glassfish.jersey.model
Parameter injection sources type.
ParameterizedHeader - Class in org.glassfish.jersey.message.internal
A general parameterized header.
ParameterizedHeader(String) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
Create a parameterized header from given string value.
ParameterizedHeader(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
Create a parameterized header from given http header reader.
ParameterService() - Constructor for class org.glassfish.jersey.model.Parameter.ParameterService
 
parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
parseCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
 
parseCookies(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
 
parseNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
 
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(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.uri.internal.JerseyUriBuilder
 
PATH - org.glassfish.jersey.model.Parameter.Source
Path parameter injection source.
PATH - org.glassfish.jersey.uri.UriComponent.Type
The URI path component type.
PATH_SEGMENT - org.glassfish.jersey.uri.UriComponent.Type
The URI path component type that is a path segment.
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 in org.glassfish.jersey.uri
The set of right hand path patterns that may be appended to a path pattern.
PathTemplate - Class in org.glassfish.jersey.uri
A URI template for a URI path.
PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PatternWithGroups - Class in org.glassfish.jersey.uri
A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct an empty pattern.
PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PAYLOAD_ANY - org.glassfish.jersey.logging.LoggingFeature.Verbosity
Full verbose logging.
PAYLOAD_TEXT - org.glassfish.jersey.logging.LoggingFeature.Verbosity
Content of HTTP headers as well as entity content of textual media types is logged.
port(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
PORT - org.glassfish.jersey.uri.UriComponent.Type
The URI port component type.
POST_ENTITY_CODER - Static variable in class org.glassfish.jersey.JerseyPriorities
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors.
postInit(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
Post-initialization method can get services from InjectionManager and is not able to register the new one because injection manager is already completed.
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
 
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
 
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.
proceed() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Starts the interceptor chain execution.
proceed() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Starts the interceptor chain execution.
process(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(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.
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.
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}].
PropertiesDelegate - Interface in org.glassfish.jersey.internal
TODO: javadoc.
PropertiesResolver - Interface in org.glassfish.jersey.internal
Resolver of a property value for the specified property name from the request-specific property bag, or the global runtime configuration.
property(String, Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
property(String, Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
property(String, Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
PROPERTY_NAME - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
TracingLogger instance is placed in request context properties under this name.
providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the provided Java type.
provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the modelled entity provider instance.
PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing provider {1} could not be loaded: {2}
PROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing provider {1} could not be instantiated: {2}
PROVIDER_DEFAULT_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
Disable some of the default providers from being loaded.
PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing the provider {1} is not found.
ProvidersConfigurator() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
 

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.
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 - org.glassfish.jersey.model.Parameter.Source
Query parameter injection source.
QUERY - org.glassfish.jersey.uri.UriComponent.Type
The URI query component type, encoded using application/x-www-form-urlencoded rules.
QUERY_PARAM - 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 - org.glassfish.jersey.uri.UriComponent.Type
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded (space character is encoded as %20).
queryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
QuotedString - org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 

R

RankedComparator<T> - Class in org.glassfish.jersey.model.internal
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase (Configuration) in ranked provider.
RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
 
RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
 
RankedComparator.Order - Enum in org.glassfish.jersey.model.internal
Defines which ordering should be used for sorting.
RankedProvider<T> - Class in org.glassfish.jersey.model.internal
Jersey ranked provider model.
RankedProvider(T) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
Creates a new RankedProvider instance.
RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
Creates a new RankedProvider instance for given provider with specific rank (> 0).
RankedProvider(T, int, Set<Type>) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
Creates a new RankedProvider instance for given provider with specific rank (> 0).
read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
readAcceptLanguage(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readAcceptMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readAcceptToken(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readCookies(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Read a date.
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
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, 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
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<?>, 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<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<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<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(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
 
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Read the bytes of an input stream and convert to a string.
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read the bytes of an input stream and convert to a string.
readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read the characters of a reader and convert to a string.
readMatchingEntityTag(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readMediaTypes(List<MediaType>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readParameters(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readParameters(HttpHeaderReader, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readQualityFactor(CharSequence) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readQualityFactorParameter(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readQualitySourceMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
FIXME use somewhere in production code or remove.
readQualitySourceMediaType(String[]) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
readStringList(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
TODO javadoc.
redactHeaders(Collection<String>) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
Get a new reference for to currently running request scope context.
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<?>, 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, 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.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<?>, 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>, 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(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, 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, 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.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, 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>, 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.
registerExecutorBindings(InjectionManager) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI.
registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI.
registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
Retrieves registered ExecutorServiceProvider and ScheduledExecutorServiceProvider by an application and adds the default implementations of those interfaces to binds them into InjectionManager.
registerFeatures(Collection<Class<T>>, BootstrapBag) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
Allows feature registration as part of autoDiscoverables list
registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
Register an object for invocation of its PreDestroy method.
rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Relativize URI with respect to a base URI.
release() - Method in interface org.glassfish.jersey.process.internal.RequestContext
Release a single reference to the current request scope instance.
release(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Releases the provided RequestContext to thread-local variable belonging to current request scope.
remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Remove a header.
removeProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
 
removeProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
RenderedImageProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of graphical image data represented as image/*, application/x-www-form-urlencoded entity types to rendered and from rendered or buffered image instance.
RenderedImageProvider() - Constructor for class org.glassfish.jersey.message.internal.RenderedImageProvider
 
replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
replaceHeaders(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Replace all headers.
replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replacePath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
RequestContext - Interface in org.glassfish.jersey.process.internal
Wrapper for externally provided request context data.
RequestScope - Class in org.glassfish.jersey.process.internal
Scopes a single request/response processing execution on a single thread.
RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
 
RequestScope.RequestScopeConfigurator - Class in org.glassfish.jersey.process.internal
Configurator which initializes and register RequestScope instance int InjectionManager and BootstrapBag.
RequestScopeConfigurator() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
 
RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
Request scope binding annotation.
requireNonNull(Object, Type) - Static method in class org.glassfish.jersey.internal.BootstrapBag
Check whether the value is not null that means that the proper BootstrapConfigurator has not been configured or in a wrong order.
reset() - Static method in class org.glassfish.jersey.internal.Errors
Removes all issues that have been added since the last marked position as well as removes the last mark.
reset() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
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, 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.
resolveProperty(String, Class<T>) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
Resolve a property value for the specified property name.
resolveProperty(String, T) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
Resolve a property value for the specified property name.
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolves template variables in the given template from _mapValues.
RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Response is closed.
result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Get the data processing result.
resume(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Resumes the provided RequestContext to thread-local variable belonging to current request scope.
retrieve() - Method in class org.glassfish.jersey.SslConfigurator
Retrieve the SSL context configuration from the system properties.
retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
Retrieve the SSL context configuration from the supplied properties.
RI_AFTER - org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation after a call to context.proceed().
RI_BEFORE - org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation before a call to context.proceed().
RI_SUMMARY - org.glassfish.jersey.message.internal.MsgTraceEvent
ReaderInterceptor invocation summary.
runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope context.
runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope context.
runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope context.
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() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
 

S

safelyClose(Closeable) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Safely close a closeable, without throwing an exception.
SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain ScheduledExecutorServiceProvider provider contract.
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.
scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
SCHEME - org.glassfish.jersey.uri.UriComponent.Type
The URI scheme component type.
schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Change contract provider scope.
Scoped - Interface in org.glassfish.jersey.model
Scoped Jersey application model component.
securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the SSLContext protocol.
segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
selectVariant(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
Select the representation variant that best matches the request.
selectVariants(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
Select possible representation variants in order in which they best matches the request.
separator(String) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
Separator - org.glassfish.jersey.message.internal.HttpHeaderReader.Event
 
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.
ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
setAutoDiscoverables(List<AutoDiscoverable>) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets a list of AutoDiscoverable.
setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Set the baseUri of the actual request into the InheritableThreadLocal.
setConfiguration(Configuration) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of Configuration.
setContextResolvers(ContextResolvers) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of ContextResolvers.
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.
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, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set the annotations attached to the entity.
setEntityStream(InputStream) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Set a new entity input stream.
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new entity output stream.
setEntityType(Type) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set the message entity type information.
setExceptionMappers(ExceptionMappers) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of ExceptionMappers.
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.
setManagedObjectsFinalizer(ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of ManagedObjectsFinalizer.
setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set the message content media type.
setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of MessageBodyWorkers.
setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Set the configured properties to the provided map of properties.
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
setProperty(String, Object) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
 
setProperty(String, Object) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
setQueryParamStyle(JerseyQueryParamStyle) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
setRequestScope(RequestScope) - Method in class org.glassfish.jersey.internal.BootstrapBag
Sets an instance of RequestScope.
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.
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.
Severity - Enum in org.glassfish.jersey
Common severity.
shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
skip(long) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
 
SLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Slow Subscriber.
SOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
There are some request headers that have not been sent by connector [{0}].
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
 
SSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error creating SSL context (algorithm not supported).
SSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing SSL context (operation failed).
SSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (algorithm not supported).
SSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (operation failed).
SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"byte array based"
SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"provider based"
SSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Neither key password nor key store password has been set for {0} key store.
SSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (provider not registered).
SSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (unrecoverable key).
SSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot load key store certificates.
SSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot find key store file "{0}".
SSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key store (implementation not available).
SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key store (algorithm to check key store integrity not found).
SSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error loading key store from file "{0}".
SSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key store (provider not registered).
SSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust manager factory (algorithm not supported).
SSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust manager factory (operation failed).
SSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust manager factory (provider not registered).
SSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot load trust store certificates.
SSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot find trust store file "{0}".
SSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust store (implementation not available).
SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust store (algorithm to check trust store integrity not found).
SSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error loading trust store from file "{0}".
SSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust store (provider not registered).
SslConfigurator - Class in org.glassfish.jersey
Utility class, which helps to configure SSLContext instances.
Stage<DATA> - Interface in org.glassfish.jersey.process.internal
Data processing stage that can be used to create dynamic data processing chains.
Stage.Builder<DATA> - Interface in org.glassfish.jersey.process.internal
Linear stage chain builder.
Stage.Continuation<DATA> - Class in org.glassfish.jersey.process.internal
Data processing stage continuation.
Stages - Class in org.glassfish.jersey.process.internal
A stage-related collection of utility methods.
Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
Linked linear stage implementation.
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
 
Statuses - Class in org.glassfish.jersey.message.internal
Factory for producing custom JAX-RS response status type instances.
STREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Stream provider is not defined.
StreamingOutputProvider - Class in org.glassfish.jersey.message.internal
Message body writer that supports streaming output marshalling.
StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
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
StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
 
stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Strips any quality parameters, i.e.
SUMMARY - org.glassfish.jersey.message.internal.TracingLogger.Level
Brief tracing information level.
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CookieProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.DateProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LinkProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.UriProvider
 
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
suspend(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
Executes the action when the request scope comes into suspended state.
suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
Get the current request scope context and mark it as suspended.
SUSPENDED - org.glassfish.jersey.model.Parameter.Source
Suspended async response injection source.
SYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Could not read system properties

T

tag(EntityTag) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
tag(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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.
THREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Thread pool executor provider has been closed.
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.
timestamp(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
title(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
to(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.ServiceFinder
Returns discovered objects all at once.
toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered classes all at once.
token - Variable in class org.glassfish.jersey.message.internal.Token
 
Token - Class in org.glassfish.jersey.message.internal
A token.
Token - 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
 
TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Too many "{0}" header values: "{1}"
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.uri.internal.JerseyUriBuilder
 
toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
 
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
 
toTemplate() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
TRACE - org.glassfish.jersey.message.internal.TracingLogger.Level
Detailed tracing information level.
TracingAwarePropertiesDelegate - Class in org.glassfish.jersey.message.internal
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to tracing support related classes (e.g.
TracingAwarePropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
Create new tracing aware properties delegate wrapper.
TracingLogger - Class in org.glassfish.jersey.message.internal
Low level Tracing support API.
TracingLogger() - Constructor for class org.glassfish.jersey.message.internal.TracingLogger
 
TracingLogger.Event - Interface in org.glassfish.jersey.message.internal
Type of event.
TracingLogger.Level - Enum in org.glassfish.jersey.message.internal
Level of tracing message.
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.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.
type(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Type-to-class conversion not supported for: {0}.
typeEqual(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Determine if the two media types are type-equal (their type and subtype are equal).

U

UNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to parse "{0}" header value: "{1}"
uncaughtException(Thread, Throwable) - Method in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
 
UNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unhandled exception detected on thread {0}.
UNKNOWN - 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.
UNRESERVED - org.glassfish.jersey.uri.UriComponent.Type
ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
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 - 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_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 in org.glassfish.jersey.uri
The URI component type.
UriProvider - Class in org.glassfish.jersey.message.internal
UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
 
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.
USER_INFO - org.glassfish.jersey.uri.UriComponent.Type
The URI user info component type.
userInfo(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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_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
The UTF-8 Charset.
UTF8 - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The UTF-8 Charset.
Utils - Class in org.glassfish.jersey.message.internal
Utility class.

V

valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
value() - Method in annotation type org.glassfish.jersey.message.XmlHeader
 
valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance from the supplied media type.
valueOf(String) - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
 
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.model.Parameter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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 - org.glassfish.jersey.message.internal.TracingLogger.Level
Extremely detailed tracing information level.
verbosity(LoggingFeature.Verbosity) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
Version - Class in org.glassfish.jersey.internal
Utility class for reading build.properties file.

W

WADL_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
WADL Media type.
warning(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a warning to the list of messages.
WARNING - org.glassfish.jersey.Severity
Warning.
WARNING_MSG(Object) - Static method in class org.glassfish.jersey.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.
WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The following warnings have been detected: {0}
WI_AFTER - org.glassfish.jersey.message.internal.MsgTraceEvent
WriterInterceptor invocation after a call to context.proceed().
WI_BEFORE - org.glassfish.jersey.message.internal.MsgTraceEvent
WriterInterceptor invocation before a call to context.proceed().
WI_SUMMARY - 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_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.
withLogger(Logger) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
 
withName(String) - Method in interface org.glassfish.jersey.innate.spi.EntityPartBuilderProvider
 
write(byte[]) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
write(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
 
write(int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
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
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(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(RenderedImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Reader bytes from an input stream and write then to an output stream.
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read bytes from an input stream and write them to an output stream.
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Reader characters from an input stream and write then to an output stream.
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read characters from an input stream and write them to an output stream.
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, 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(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
 
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Convert a string to bytes and write those bytes to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Convert a string to bytes and write those bytes to an output stream.

X

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.
XmlHeader - Annotation Type in org.glassfish.jersey.message
Allows to specify XML header for XML output produced by a resource method it is attached to.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages