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
All Classes All Packages
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
ExecutorServiceProviderandScheduledExecutorServiceProvider. - 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
RuntimeDelegatethat 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.
- ACCEPT_PATCH - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link PATCH Method for HTTP}
- ACCEPT_RANGES - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- AcceptableLanguageTag - Class in org.glassfish.jersey.message.internal
-
An acceptable language tag.
- AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
- AcceptableLanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
- AcceptableLanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
- AcceptableMediaType - Class in org.glassfish.jersey.message.internal
-
An acceptable media type.
- AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance with a
default quality factorvalue. - AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance.
- AcceptableToken - Class in org.glassfish.jersey.message.internal
-
An acceptable token.
- AcceptableToken(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
- AcceptableToken(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
- ACCEPTED_202 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
202 Accepted.
- activate(RequestContext, RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Stores the provided
RequestContextto 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. - AGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Caching}
- 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.
- ALREADY_REPORTED_208 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
208 Already Reported.
- 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: *orIf-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
closedright 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
Stagethat implementsInflectinginterface and returns the providedInflectorinstance when theInflecting.inflector()method is called. - asString(Object) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asString(Object, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Convert a message header value, represented as a general object, to it's string representation.
- asString(Object, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Convert a message header value, represented as a general object, to it's string representation.
- asStringHeaders(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asStringHeaders(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of passed headers.
- asStringHeaders(MultivaluedMap<String, Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of passed headers.
- asStringHeadersSingleValue(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asStringHeadersSingleValue(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Transforms multi value map of headers to single
Stringvalue map. - asStringList(List<Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- asStringList(List<Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of list of header values.
- asStringList(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Returns string view of list of header values.
- 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
AutoDiscoverableinstances intoInjectionManagerandBootstrapBag. - 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
- BAD_GATEWAY_502 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
502 Bad Gateway.
- BAD_REQUEST_400 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
400 Bad Request.
- 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
Binderprovider 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)containsInjectionManagerinto which only registering services make sense because injection manager has not been completed yet andBootstrapConfigurator.postInit(InjectionManager, BootstrapBag)in whichInjectionManagerhas 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
-
Cache-Controlheader delegate provider. - 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
ClientRequestand logsWARNINGin 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)). - ClientError4xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
- 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
InputStreamable 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 streamif 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
Configurationimplementation for server and client. - CommonConfig(RuntimeType, Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
-
Create a new
RuntimeConfiginstance. - 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 templatesassociated 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
MessageBodyReadermay 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-discoverablesin the injection manager. - configured(Configuration) - Static method in class org.glassfish.jersey.internal.RuntimeDelegateDecorator
-
The decorated
RuntimeDelegatethat usesHeaderDelegateProvidersbased on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEis 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.
- CONFLICT_409 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
409 Conflict.
- CONNECTION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- CONTENT_RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- 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
ContextResolverinstances. - ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
-
Configurator which initializes and register
ContextResolversinstance intoInjectionManagerandBootstrapBag. - ContextResolvers - Interface in org.glassfish.jersey.spi
-
An injectable interface providing look-up for
ContextResolver<T>provider instances. - ContextResolversConfigurator() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
- contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
- contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
- CONTINUE_100 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
100 Continue.
- Contract - Annotation 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
Cookieheader 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
BeanParameterof 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. - CREATED_201 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
201 Created.
- 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
ThreadPoolExecutorwith 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
Consumesannotation. - 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
Producesannotation. - 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
Parameterof 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
RequestContextwhich 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-streamentity type to/from aDataSourceinstance. - 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
-
Dateheader delegate provider. - 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
@Producesor@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 interceptorwill 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
DynamicFeaturewhich are listed as SPIs for registration. - DynamicFeatureConfigurator() - Constructor for class org.glassfish.jersey.internal.DynamicFeatureConfigurator
-
Create a new configurator.
E
- EARLY_HINTS_103 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
103 Early Hints.
- 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
nullor 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.
- EntityTagProvider - Class in org.glassfish.jersey.message.internal
-
ETagheader delegate provider. - 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 mappersimplementation 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 managerinstance that will be used to look up all providers implementingExceptionMapperinterface. - ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
-
Configurator which initializes and register
ExceptionMappersinstance intoInjectionManagerandBootstrapBag. - ExceptionMappers - Interface in org.glassfish.jersey.spi
-
Provides lookup of
ExceptionMapperinstances 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
Predicatewhich is able to filter all Jersey meta-providers along with the components which is able to register the current usedInjectionManager. - EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that includes only models that contain
ExecutorServiceProviderprovider 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.
- EXPECT - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- EXPECTATION_FAILED_417 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
417 Expectation Failed.
- 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
-
Extension of a
exception mapper interface. - 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
inflectorfrom a processing stage, provided the stage implementsInflectinginterface.
F
- FAILED_DEPENDENCY_424 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
424 Failed Dependency.
- 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
truethen disable feature auto discovery globally on client/server. - FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE. - FEATURE_AUTO_DISCOVERY_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE. - FEATURE_CONSTRAINED_TO_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Feature {0} registered in {2} runtime is constrained to {1} runtime and is ignored.
- FEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Feature [{0}] has already been processed.
- FeatureConfigurator - Class in org.glassfish.jersey.internal
-
Registers JAX-RS
Featurewhich 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
FeatureContextthat can supply instance ofinjection 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-streamentity type to/from aFileinstance. - 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.
- FORBIDDEN_403 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
403 Forbidden.
- 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-urlencodedentity type to/frommulti-valued mapinstance. - 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-urlencodedentity type to/fromJAX-RS Forminstance. - FormProvider() - Constructor for class org.glassfish.jersey.message.internal.FormProvider
- FORWARDED - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link Forwarded HTTP Extension}
- FOUND_302 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
302 Found.
- fragment(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- FRAGMENT - 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.
- FROM - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- 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-Urirepresentation as defined by HTTP spec.
G
- GATEWAY_TIMEOUT_504 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
504 Gateway Timeout.
- 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
-
Deprecated.use
ReaderWriter.getCharset(m)instead - getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Get the character set from a media type.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
-
Get the character set from a media type.
- 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
featuresandbindersmeta-providers. - getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component classes using the
filterpredicate 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
ComponentBaginstance 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
SSLContextconfigured using default configuration settings. - getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContextconfigured 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
Tobject is registered inComponentBagusing theBinder,Tis not visible using the methods for getting classes and instancesComponentBag.getClasses(Predicate)andComponentBag.getInstances(Predicate). - getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get generic method parameter types.
- getGroup() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Return the matching group of the template represented by this
UriPart - getGroupCounts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the capturing group counts for each template variable.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the group indexes to capturing groups.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the group indexes to capturing groups.
- getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
-
Returns all
HeaderDelegateProviderregister 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
OsgiRegistryinstance. - getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Returns instance of
TracingLoggerassociated 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
featuresandbindersmeta-providers. - getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component instances using the
filterpredicate 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.Builderfor 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.Builderfor 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 giventype. - getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
Gets an instance of
MessageBodyWorkers. - getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of
MessageBodyWriters that are suitable for the giventype. - getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
-
Get encountered error messages.
- getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
- getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get all instances of the specified meta-annotation type found on the method annotations.
- getMethod() - Method in class org.glassfish.jersey.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
nullif 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
- getPart() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Return the string value representing this UriPart.
- 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
- getPriorityValue(Class<?>, int) - Static method in class org.glassfish.jersey.JerseyPriorities
-
Return the value of priority annotation on a given class, if exists.
- 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
nullif 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
collectioncontaining 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
MediaTypevalue. - 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
MessageBodyReadermodels that are suitable for the giventype. - getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
- getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with a media type.
- 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
-
Get
Severity. - 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
- getUriParts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get a collection of uri parts (static strings and dynamic arguments) as parsed by the parser.
- 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
MessageBodyWritermodels that are suitable for the giventype. - GONE_410 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
410 Gone.
- 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
trueif the property with the given name registered in the current request/response exchange context, orfalseif 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 exceptionindicating 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.
- HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
505 HTTP Version Not Supported.
- 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.
- HttpHeaders - Interface in org.glassfish.jersey.http
-
Additional HTTP headers that are not listed in Jakarta REST
HttpHeaders.
I
- I_AM_A_TEAPOT_418 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
418 I'm a teapot.
- identity() - Static method in class org.glassfish.jersey.process.internal.Stages
-
Get a chainable "identity" stage.
- IF_RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- 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}.
- IM_USED_226 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
226 IM used.
- 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.
- Info1xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Info1xx
- 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
InjectionManagerand populateBootstrapBag. - init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.DynamicFeatureConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.FeatureConfigurator
- init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.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 managerfrom 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
- INSUFFICIENT_STORAGE_507 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
507 Insufficient Storage.
- INTERNAL_SERVER_ERROR_500 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
500 Internal Server Error.
- InternalProperties - Class in org.glassfish.jersey.internal
-
Internal common (server/client) Jersey configuration properties.
- 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-equalsub-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
UriBuilderis 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
trueif 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
customflag 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
cis hexadecimal character. - isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
-
Test if a tracing support is enabled (according to
propertiesDelegatesetting) and ifeventcan be logged (according toevent.leveland 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
isReadablemethod 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
isReadablemethod 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
- isTemplate() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Returns true when this
UriPartis a template with a variable - isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Ascertain if a template variable is a member of this template.
- 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
isWriteablemethod 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
isWriteablemethod 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
truethen XML root element tag name for collections will be derived from@XmlRootElementannotation 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
Providerscontract. - JaxrsProviders(Provider<MessageBodyWorkers>, Provider<ContextResolvers>, Provider<ExceptionMappers>) - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
- JaxrsProviders.ProvidersConfigurator - Class in org.glassfish.jersey.internal
-
Configurator which initializes and registers
Providersinstance intoInjectionManagerandBootstrapBag. - JerseyLink - Class in org.glassfish.jersey.message.internal
-
Jersey implementation of
JAX-RS Linkcontract. - JerseyLink.Builder - Class in org.glassfish.jersey.message.internal
-
Jersey implementation of
JAX-RS Link.Buildercontract. - JerseyPriorities - Class in org.glassfish.jersey
-
Built-in Jersey-specific priority constants to be used along with
Prioritieswhere 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
-
Client-specific version of
CommonProperties.JSON_JACKSON_DISABLED_MODULES. - JSON_JACKSON_DISABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.JSON_JACKSON_DISABLED_MODULES. - JSON_JACKSON_ENABLED_MODULES - Static variable in class org.glassfish.jersey.CommonProperties
-
Comma separated list of jackson modules which are only enabled (only those modules will be used) for json-jackson processing
- JSON_JACKSON_ENABLED_MODULES_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.JSON_JACKSON_ENABLED_MODULES. - JSON_JACKSON_ENABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.JSON_JACKSON_ENABLED_MODULES. - JSON_MAX_STRING_LENGTH - Static variable in class org.glassfish.jersey.message.MessageProperties
-
Integer value used to override maximum number of string length during the JSON processing the JSON provider accepts.
- JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
If
truethen disable configuration of Json Processing (JSR-353) feature. - JSON_PROCESSING_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.JSON_PROCESSING_FEATURE_DISABLE. - JSON_PROCESSING_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.JSON_PROCESSING_FEATURE_DISABLE.
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,MessageBodyReadersandMessageBodyWriterswill be ordered by rules from JAX-RS 1.x, where custom providers have always precedence; providers are sorted byMediaTypeand afterwards by declaration distance - seeMessageBodyFactory.DeclarationDistanceComparator. - LENGTH_REQUIRED_411 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
411 Length Required.
- 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 - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link Web Linking}
- LINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Link is null.
- LinkedStage(Function<DATA, DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
-
Create a new terminal stage .
- LinkedStage(Function<DATA, DATA>, Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
-
Create a new stage that will return the supplied stage in the continuation.
- LinkProvider - Class in org.glassfish.jersey.message.internal
-
Provider for Link Headers.
- LinkProvider() - Constructor for class org.glassfish.jersey.message.internal.LinkProvider
- links(Link...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- 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
TusingServiceFinder. - 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
-
Localeheader delegate provider. - 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
- location(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- LOCKED_423 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
423 Locked.
- 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
-
Verbositydetermines how detailed message will be logged. - LoggingFeatureAutoDiscoverable - Class in org.glassfish.jersey.logging
-
Auto-discoverable class that registers
LoggingFeaturebased on configuration properties. - LoggingFeatureAutoDiscoverable() - Constructor for class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
- LoggingFeatureBuilder() - Constructor for class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
- LOOP_DETECTED_508 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
508 Loop Detected.
M
- ManagedObjectsFinalizer - Class in org.glassfish.jersey.model.internal
-
Invokes
PreDestroymethods 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.
- MATCH_NUMBER_OF_MAX_LENGTH_4 - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
- 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
- MAX_FORWARDS - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- 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
-
MessageBodyReaderlookup. - 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
-
MessageBodyReaderselected. - MBR_SKIPPED - org.glassfish.jersey.message.internal.MsgTraceEvent
-
MessageBodyReaderskipped 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
-
MessageBodyWriterlookup. - 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
-
MessageBodyWriterskipped 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,MessageBodyWriterinstances. - 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
MessageBodyWorkersinstance intoInjectionManagerandBootstrapBag. - 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
MessageBodyReaderandMessageBodyWriterinstances. - 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
truethen disable META-INF/services lookup globally on client/server. - METAINF_SERVICES_LOOKUP_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
Client-specific version of
CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE. - METAINF_SERVICES_LOOKUP_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE. - METHOD_NOT_ALLOWED_405 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
405 Method Not Allowed.
- METHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Method is neither getter nor setter.
- METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Method parameter "{0}" cannot be null.
- MIME_VERSION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
- MINIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
-
Minimum quality value.
- MISDIRECTED_REQUEST_421 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
421 Misdirected Request.
- 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.
- MOVED_PERMANENTLY_301 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
301 Moved Permanently.
- MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
-
If
truethen 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=v3This is the default query format. - MULTI_STATUS_207 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
207 Multi-Status.
- MULTIPLE_CHOICES_300 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
300 Multiple Choices.
- 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.
- NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
511 Network Authentication Required.
- 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-Cookieheader 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
nullif no next stage ispresent. - 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_CONTENT_204 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
204 No Content.
- NO_ENTITYPART_BUILDER_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"No EntityPart.Builder implementation found.
- NO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There is no error processing in scope.
- NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
-
"No priority" constant.
- NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
203 Non-Authoritative Information.
- 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_ACCEPTABLE_406 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
406 Not Acceptable.
- NOT_EXTENDED_510 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
510 Not Extended.
- NOT_FOUND_404 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
404 Not Found.
- NOT_IMPLEMENTED_501 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
501 Not Implemented.
- NOT_MODIFIED_304 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
304 Not Modified.
- 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.
- OK_200 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
200 OK.
- 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.http - package org.glassfish.jersey.http
-
Common Jersey core http 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.
- ORIGIN - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link The Web Origin Concept}
- 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
-
Client-specific version of
CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER. - OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
Server-specific version of
CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER. - 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.ResponseBuilderimplementation. - 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_CONVERTERS_THROW_IAE - Static variable in class org.glassfish.jersey.CommonProperties
-
Force the
ParamConverterto throwIllegalArgumentExceptionas mandated in javadoc. - PARAM_CREATION_FACTORY_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
No ParamCreationFactory found for Parameter source {0}.
- PARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"{0}" parameter is null.
- 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
Parameterclass. - 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_CONTENT_206 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
206 Partial Content.
- PARTIAL_ORDER_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
-
A comparator for media types, that implements the "partial order" defined in the resource matching algorithm section of the JAX-RS specification, except that this comparator is "inverted" so that it allows for natural sorting in Java collections, where "lower" values are put to the front of a collection.
- path(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.
- PAYMENT_REQUIRED_402 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
402 Payment Required.
- percentEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.internal.UriPart
-
Percent encode the given text
- PERMANENT_REDIRECT_308 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
308 Permanent Redirect.
- 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
InjectionManagerand 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
- PRECONDITION_FAILED_412 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
412 Precondition Failed.
- PRECONDITION_REQUIRED_428 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
428 Precondition Required.
- 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.
- PROCESSING_102 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
102 Processing.
- 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
namefrom the request-specific property bag, or theglobal 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
-
TracingLoggerinstance 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
- PROXY_AUTHENTICATE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- PROXY_AUTHENTICATION_INFO - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
407 Proxy Authentication Required.
- PROXY_AUTHORIZATION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- PROXY_CONNECTION - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP/1.1 documentation}
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 factorvalue. - 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
- RANGE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- RankedComparator<T> - Class in org.glassfish.jersey.model.internal
-
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase (
Configuration) inranked provider. - RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
- RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
- RankedComparator.Order - Enum 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
RankedProviderinstance. - RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new
RankedProviderinstance for givenproviderwith specificrank(> 0). - RankedProvider(T, int, Set<Type>) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new
RankedProviderinstance for givenproviderwith specificrank(> 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
-
MessageBodyReadermodel. - 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
entityStreamusing 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
-
Deprecated.use
ReaderWriter.readFromAsString(in, type)instead - readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the bytes of an input stream and convert to a string.
- readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the characters of a reader and convert to a string.
- 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
- Redirect3xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
- referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Get a new reference for to currently running request scope context.
- REFERER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- 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
ExecutorServiceandScheduledExecutorServiceinjection bindings based on the registered providers implementing theExecutorServiceProviderand/orScheduledExecutorServiceProviderSPI. - registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
Create qualified
ExecutorServiceandScheduledExecutorServiceinjection bindings based on the registered providers implementing theExecutorServiceProviderand/orScheduledExecutorServiceProviderSPI. - registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
-
Retrieves registered
ExecutorServiceProviderandScheduledExecutorServiceProviderby an application and adds the default implementations of those interfaces to binds them intoInjectionManager. - registerFeatures(Collection<Class<T>>, BootstrapBag) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
-
Allows feature registration as part of autoDiscoverables list
- registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
-
Register an object for invocation of its
PreDestroymethod. - 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
RequestContextto 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
- 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
- REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
413 Request Entity Too Large.
- REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
431 Request Header Fields Too Large.
- REQUEST_TIMEOUT_408 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
408 Request Timeout.
- REQUEST_URI_TOO_LONG_414 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
414 Request-URI Too Long.
- RequestContext - Interface in org.glassfish.jersey.process.internal
-
Wrapper for externally provided request context data.
- REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
416 Requested Range Not Satisfiable.
- 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
RequestScopeinstance intInjectionManagerandBootstrapBag. - 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
nullthat means that the properBootstrapConfiguratorhas 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
- RESET_CONTENT_205 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Success2xx
-
205 Reset Content.
- resolve(Object, UriComponent.Type, boolean) - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Returns the resolved template variable when the value object is passed
- resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
- resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
-
Get
ContextResolver<T>instance for a given type and media type. - resolve(URI, 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
templatefrom_mapValues. - RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Response is closed.
- ResponseStatus - Class in org.glassfish.jersey.http
-
This is a list of Hypertext Transfer Protocol (HTTP) response status codes.
- ResponseStatus() - Constructor for class org.glassfish.jersey.http.ResponseStatus
- ResponseStatus.ClientError4xx - Class in org.glassfish.jersey.http
-
4xx client error status codes - the request contains bad syntax or cannot be fulfilled.
- ResponseStatus.Info1xx - Class in org.glassfish.jersey.http
-
1xx informational status codes - request received, continuing process
- ResponseStatus.Redirect3xx - Class in org.glassfish.jersey.http
-
3xx redirection status codes - further action must be taken in order to complete the request.
- ResponseStatus.ServerError5xx - Class in org.glassfish.jersey.http
-
5xx server error status codes - the server failed to fulfill an apparently valid request.
- ResponseStatus.Success2xx - Class in org.glassfish.jersey.http
-
2xx success status codes - the action was successfully received, understood, and accepted.
- 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
RequestContextto 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
-
ReaderInterceptorinvocation after a call tocontext.proceed(). - RI_BEFORE - org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptorinvocation before a call tocontext.proceed(). - RI_SUMMARY - org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptorinvocation summary. - runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
taskin the new request scope. - runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
taskin the new request scope. - runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
taskin the new request scope. - runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
taskin the request scope initialized from thescope context. - runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
taskin the request scope initialized from thescope context. - runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
taskin the request scope initialized from thescope 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
ScheduledExecutorServiceProviderprovider 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.
- SEE_OTHER_303 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
303 See Other.
- segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
- selectVariant(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
- SERVER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- ServerError5xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
- SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
503 Service Unavailable.
- 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
baseUriof the actual request into theInheritableThreadLocal. - 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 sourceproviders. - SourceProvider() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider
- SourceProvider.DomSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling
DOMSourceinstances. - SourceProvider.SaxSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for un-marshalling
SAXSourceinstances. - SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
-
Provider for marshaling
Sourceinstances. - SourceProvider.StreamSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for un-marshalling
StreamSourceinstances. - 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
SSLContextinstances. - 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 typeinstances. - 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 outputmarshalling. - 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 builderutilities for building HTTP header values. - StringHeaderProvider - Class in org.glassfish.jersey.message.internal
-
Stringheader delegate provider. - 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.
- Success2xx() - Constructor for class org.glassfish.jersey.http.ResponseStatus.Success2xx
- 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 contextand mark it as suspended. - SUSPENDED - org.glassfish.jersey.model.Parameter.Source
-
Suspended async response injection source.
- SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Info1xx
-
101 Switching Protocols.
- 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
- TE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- TEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
One or more of template keys or values are null.
- TEMPLATE_VALUE_PATTERN - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Default URI template value regexp pattern.
- TEMPLATE_VALUE_PATTERN_MULTI - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
- TEMPORARY_REDIRECT_307 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
307 Temporary Redirect.
- 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.
- throwWhenNoTemplateArg() - Method in class org.glassfish.jersey.uri.internal.UriPart
-
Informs whether throw
IllegalArgumentExceptionwhen no object value matches the template argument - 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 stageas 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_EARLY_425 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
425 Too Early.
- TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Too many "{0}" header values: "{1}"
- TOO_MANY_REQUESTS_429 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
429 Too Many Requests.
- 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
PropertiesDelegatewith 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.
- TRAILER - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- TRANSFER_ENCODING - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- 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
U
- UNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to parse "{0}" header value: "{1}"
- UNAUTHORIZED_401 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
401 Unauthorized.
- UNAVAILABLE_FOR_LEGAL_REASONS_451 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
451 Unavailable For Legal Reasons.
- 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.
- UNPROCESSABLE_CONTENT_422 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
422 Unprocessable Content.
- UNRESERVED - org.glassfish.jersey.uri.UriComponent.Type
-
ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
- UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
415 Unsupported Media Type.
- UPGRADE - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
- UPGRADE_REQUIRED_426 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ClientError4xx
-
426 Upgrade Required.
- 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.
- UriPart - Class in org.glassfish.jersey.uri.internal
-
This class represents a part of the uri as parsed by the UriTemplateParser.
- UriProvider - Class in org.glassfish.jersey.message.internal
- UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
- UriTemplate - Class in org.glassfish.jersey.uri
-
A URI template.
- UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
-
Construct a new URI template.
- UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
-
Construct a new URI template.
- UriTemplateParser - Class in org.glassfish.jersey.uri.internal
-
A URI template parser that parses JAX-RS specific URI templates.
- UriTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Parse a template.
- USE_PROXY_305 - Static variable in class org.glassfish.jersey.http.ResponseStatus.Redirect3xx
-
305 Use Proxy.
- 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
-
Deprecated.use
StandardCharsets.UTF_8instead. - UTF8 - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
-
Deprecated.use
StandardCharsets.UTF_8instead - 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
MediaTypeinstance 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
- VARIANT_ALSO_NEGOTIATES_506 - Static variable in class org.glassfish.jersey.http.ResponseStatus.ServerError5xx
-
506 Variant Also Negotiates.
- VariantListBuilder - Class in org.glassfish.jersey.message.internal
-
An implementation of
VariantListBuilder. - VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
- variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
- VariantSelector - Class in org.glassfish.jersey.message.internal
-
Utility for selecting variant that best matches request from a list of variants.
- VERBOSE - 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.
- VIA - Static variable in interface org.glassfish.jersey.http.HttpHeaders
-
See {@link HTTP Semantics documentation}
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
-
WriterInterceptorinvocation after a call tocontext.proceed(). - WI_BEFORE - org.glassfish.jersey.message.internal.MsgTraceEvent
-
WriterInterceptorinvocation before a call tocontext.proceed(). - WI_SUMMARY - org.glassfish.jersey.message.internal.MsgTraceEvent
-
ReaderInterceptorinvocation 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
- 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
-
MessageBodyWritermodel. - 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
-
Deprecated.use
ReaderWriter.writeTo(in, out)instead. - writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read bytes from an input stream and write them to an output stream.
- writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
- writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Deprecated.use
ReaderWriter.writeTo(in, out)instead. - writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read characters from an input stream and write them to an output stream.
- writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
- writeTo(Object, 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
entityStreamusing 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
-
Deprecated.use
ReaderWriter.writeToAsString(s, out, type)instead - writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Convert a string to bytes and write those bytes to an output stream.
X
- XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
-
If set to
trueindicates 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
trueXML 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.
All Classes All Packages