CACHE_CONTROL_IS_NULL() LocalizationMessages 
Cache control is null.
 
cacheControl(CacheControl) ClientRequest 
Add new cache control entry to the message headers.
 
cacheControl(CacheControl) JerseyInvocation.Builder   
cacheControl(CacheControl) InvocationBuilderListener.InvocationBuilderContext 
Set the cache control data of the message.
 
cacheControl(CacheControl) OutboundJaxrsResponse.Builder   
CacheControlProvider org.glassfish.jersey.message.internal 
 
CacheControlProvider() CacheControlProvider   
CachedConstructorAnalyzer T > - Class in org.glassfish.jersey.inject.cdi.se.injector 
Processes a provided class and selects the valid constructor with the largest number of parameters.
 
CachedConstructorAnalyzer(Class<T>, Collection<Class<? extends Annotation>>) CachedConstructorAnalyzer 
Creates a new constructor analyzer which accepts the class that is analyzed.
 
CachingConnectorProvider org.glassfish.jersey.client.spi 
Caching connector provider.
 
CachingConnectorProvider(ConnectorProvider) CachingConnectorProvider 
Create the caching connector provider.
 
CALLBACK OAuth1Parameters 
Name of parameter containing the callback URL.
 
callback(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 callback URL.
 
CALLBACK_ARRAY_ELEMENT_NULL() LocalizationMessages 
One of additional callbacks is null.
 
CALLBACK_ARRAY_NULL() LocalizationMessages 
Additional array of callbacks is null.
 
CALLBACK_CONFIRMED OAuth1Parameters 
Name of parameter containing the token secret.
 
CALOAD Opcodes   
cancel() SseEventSubscription 
 
CANNOT_INJECT_FILE() LocalizationMessages 
Cannot provide file for an entity body part.
 
CANNOT_SET_FEATURE(Object, Object, Object, Object) LocalizationMessages 
Cannot set feature "{0}"="{1}" on instance of {2}, {3}.
 
CANNOT_SET_PROPERTY(Object, Object, Object, Object) LocalizationMessages 
Cannot set property "{0}"="{1}" on instance of {2}, {3}.
 
CAST TypeReference 
The sort of type references that target the type declared in an explicit or implicit cast
 instruction.
 
CASTORE Opcodes   
category() MsgTraceEvent   
category() TracingLogger.Event 
Category of event, more events share same category.
 
category() ServerTraceEvent   
CDI_2_PROVIDER_NOT_REGISTRABLE(Object) LocalizationMessages 
Provider registered to CdiInjectionManager cannot be process because of incompatible type: {0}.
 
CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() LocalizationMessages 
Failed to obtain BeanManager from JNDI lookup.
 
CDI_CLASS_ANALYZER CdiComponentProvider 
Name to be used when binding CDI injectee skipping class analyzer to HK2 service injection manager.
 
CDI_CLASS_ANALYZER_MISUSED() LocalizationMessages 
Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans.
 
CDI_CLASS_BEING_CHECKED(Object) LocalizationMessages 
Class, {0}, is being checked with Jersey CDI component provider.
 
CDI_CLASS_BOUND_WITH_CDI(Object) LocalizationMessages 
Class, {0}, has been bound by Jersey CDI component provider.
 
CDI_HK_2_BEAN_REGISTERED(Object) LocalizationMessages 
CDI beans backed by HK2 have been registered for the following types: {0}
 
CDI_LOOKUP_FAILED(Object) LocalizationMessages 
Error when lookup instance of class, {0}, in CDI.
 
CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP() LocalizationMessages 
Trying to register multiple service locators into single service locator application.
 
CDI_NON_INSTANTIABLE_COMPONENT(Object) LocalizationMessages 
Component of class {0} cannot be instantiated and will be ignored.
 
CDI_PROVIDER_INITIALIZED() LocalizationMessages 
Jersey CDI component provider initialized.
 
CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object) LocalizationMessages 
The following CDI types were recognized as request scoped components in Jersey: {0}.
 
CDI_TYPE_VETOED(Object, Object) LocalizationMessages 
The following types have been vetoed by Jersey as per {0} configuration: {1}
 
CdiComponentProvider org.glassfish.jersey.ext.cdi1x.internal 
Jersey CDI integration implementation.
 
CdiComponentProvider() CdiComponentProvider   
CdiComponentProvider.CdiDefaultAnnotation org.glassfish.jersey.ext.cdi1x.internal 
Auxiliary annotation for mocked beans used to cover Jersey/HK2 injected injection points.
 
CdiDefaultAnnotation() CdiComponentProvider.CdiDefaultAnnotation   
CdiRequestContext org.glassfish.jersey.inject.cdi.se 
Implementation of the request context.
 
CdiRequestScope org.glassfish.jersey.inject.cdi.se 
CDI Request scope implementation using Weld-specific BoundRequestContext which allows pass on storage for
 request-scoped objects.
 
CdiRequestScope() CdiRequestScope   
CdiSeInjectionManager org.glassfish.jersey.inject.cdi.se 
Implementation of InjectionManager that starts CDI SE container, scans all users bean according to beans.xml file and
 register Jersey's internal beans using SeBeanRegisterExtension extension.
 
CdiSeInjectionManager() CdiSeInjectionManager   
CdiSeInjectionManagerFactory org.glassfish.jersey.inject.cdi.se 
SPI implementation of InjectionManagerFactory which provides a new instance of CDI InjectionManager.
 
CdiSeInjectionManagerFactory() CdiSeInjectionManagerFactory   
CdiServerComponentProvider org.glassfish.jersey.ext.cdi1x.internal 
Implementation of ComponentProvider for Jersey Server
 
CdiServerComponentProvider() CdiServerComponentProvider   
CdiUtil org.glassfish.jersey.ext.cdi1x.internal 
Common CDI utility methods.
 
chain(Function<DATA, DATA>) Stages 
Start building a stage chain.
 
chain(ChainableStage<DATA>) Stages 
Start building a stage chain.
 
ChainableStage DATA > - Interface in org.glassfish.jersey.process.internal 
Linear acceptor that can be composed into a chain.
 
CHAR Type 
The sort of the char type.
 
CHAR_TYPE Type 
The char type.
 
CHECKCAST Opcodes   
checkDelegateInjectionPoints() JerseyInjectionTarget   
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String, Configuration) HeaderUtils 
Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference.
 
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) HeaderUtils 
Deprecated. 
 
CHUNKED_ENCODING_SIZE ClientProperties 
The value MUST be an instance convertible to 
Integer.
 
CHUNKED_INPUT_CLOSED() LocalizationMessages 
Chunked input has been closed already.
 
CHUNKED_INPUT_MEDIA_TYPE_NULL() LocalizationMessages 
Specified chunk media type must not be null.
 
CHUNKED_INPUT_STREAM_CLOSING_ERROR() LocalizationMessages 
Error closing chunked input's underlying response input stream.
 
CHUNKED_OUTPUT_CLOSED() LocalizationMessages 
This chunked output has been closed.
 
ChunkedInput T > - Class in org.glassfish.jersey.client 
Response entity type used for receiving messages in "typed" chunks.
 
ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) ChunkedInput 
Package-private constructor used by the ChunkedInputReader.
 
ChunkedOutput T > - Class in org.glassfish.jersey.server 
Used for sending messages in "typed" chunks.
 
ChunkedOutput() ChunkedOutput 
Create new ChunkedOutput.
 
ChunkedOutput(Type) ChunkedOutput 
Create ChunkedOutput with specified type.
 
ChunkedOutput(byte[]) ChunkedOutput 
Create new ChunkedOutput with a custom chunk delimiter.
 
ChunkedOutput(byte[], Provider<AsyncContext>) ChunkedOutput 
Create new ChunkedOutput with a custom chunk delimiter.
 
ChunkedOutput(Type, byte[]) ChunkedOutput 
Create new ChunkedOutput with a custom chunk delimiter.
 
ChunkedOutput(String) ChunkedOutput 
Create new ChunkedOutput with a custom chunk delimiter.
 
ChunkedOutput(Type, String) ChunkedOutput 
Create new ChunkedOutput with a custom chunk delimiter.
 
ChunkedResponseWriter org.glassfish.jersey.server 
 
ChunkedResponseWriter() ChunkedResponseWriter   
ChunkParser org.glassfish.jersey.client 
Chunk data parser.
 
chunkSize(int) HttpUrlConnectorProvider 
 
CLASS_EXTENDS TypeReference 
The sort of type references that target the super class of a class or one of the interfaces it
 implements.
 
CLASS_TYPE_PARAMETER TypeReference 
The sort of type references that target a type parameter of a generic class.
 
CLASS_TYPE_PARAMETER_BOUND TypeReference 
The sort of type references that target a bound of a type parameter of a generic class.
 
classForNameWithException(String) OsgiRegistry 
Get the Class from the class name.
 
ClassReader jersey.repackaged.org.objectweb.asm 
A parser to make a 
ClassVisitor visit a ClassFile structure, as defined in the Java
 Virtual Machine Specification (JVMS).
 
ClassReader(byte[]) ClassReader 
 
ClassReader(byte[], int, int) ClassReader 
 
ClassReader(InputStream) ClassReader 
 
ClassReader(String) ClassReader 
 
ClassTooLargeException jersey.repackaged.org.objectweb.asm 
Exception thrown when the constant pool of a class produced by a 
ClassWriter is too
 large.
 
ClassTooLargeException(String, int) ClassTooLargeException 
 
ClassVisitor jersey.repackaged.org.objectweb.asm 
A visitor to visit a Java class.
 
ClassVisitor(int) ClassVisitor 
 
ClassVisitor(int, ClassVisitor) ClassVisitor 
 
ClassWriter jersey.repackaged.org.objectweb.asm 
A 
ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java
 Virtual Machine Specification (JVMS).
 
ClassWriter(int) ClassWriter 
 
ClassWriter(ClassReader, int) ClassWriter 
Constructs a new 
ClassWriter object and enables optimizations for "mostly add" bytecode
 transformations.
 
cleanIssueList() ComponentModelValidator 
Removes all issues from the current issue list.
 
cleanup() BodyPart 
Perform any necessary cleanup at the end of processing this
 BodyPart.
 
cleanup() BodyPartEntity 
Cleans up temporary file(s), if any were utilized.
 
cleanup() MultiPart 
Performs any necessary cleanup at the end of processing this
 
MultiPart.
 
cleanup(boolean) NettyInputStream   
clear() ComponentBag 
Removes all the component registrations and resets the component bag instance to
 a state as if it was create anew.
 
clear() NettyInputStream   
clearBaseUri() OutboundJaxrsResponse.Builder 
 
CLIENT_INSTANCE_CLOSED() LocalizationMessages 
Client instance has been closed.
 
CLIENT_INVOCATION_LINK_NULL() LocalizationMessages 
Link of the newly created invocation must not be null.
 
CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() LocalizationMessages 
Client response resolved URI must be absolute.
 
CLIENT_RESPONSE_RESOLVED_URI_NULL() LocalizationMessages 
Client response resolved URI must not be null.
 
CLIENT_RESPONSE_STATUS_NULL() LocalizationMessages 
Client response status must not be null.
 
CLIENT_RX_PROVIDER_NOT_REGISTERED(Object) LocalizationMessages 
RxInvokerProvider for type {0} is not registered.
 
CLIENT_RX_PROVIDER_NULL() LocalizationMessages 
RxInvokerProvider returned null.
 
CLIENT_TARGET_LINK_NULL() LocalizationMessages 
Link to the newly created target must not be null.
 
CLIENT_URI_BUILDER_NULL() LocalizationMessages 
URI builder of the newly created target must not be null.
 
CLIENT_URI_NULL() LocalizationMessages 
URI of the newly created target must not be null.
 
CLIENT_URI_TEMPLATE_NULL() LocalizationMessages 
URI template of the newly created target must not be null.
 
ClientAsyncExecutor org.glassfish.jersey.client 
Injection qualifier that can be used to inject an 
ExecutorService
 instance used by Jersey client runtime to execute 
asynchronous
 client requests.
 
ClientAsyncExecutorLiteral org.glassfish.jersey.client 
 
ClientBackgroundScheduler org.glassfish.jersey.client 
Injection qualifier that can be used to inject an 
ScheduledExecutorService
 instance used by Jersey client runtime to schedule background tasks.
 
ClientBackgroundSchedulerLiteral org.glassfish.jersey.client 
 
ClientBinding org.glassfish.jersey.server 
Meta-annotation that provides a facility for creating bindings between an 
@Uri-injectable
 
WebTarget instances and clients (and their configurations) that are used to create
 the injected web target instances.
 
ClientBootstrapBag org.glassfish.jersey.client 
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
 bootstrap.
 
ClientBootstrapBag() ClientBootstrapBag   
ClientBuilderListener org.glassfish.jersey.client.spi 
 Implementations of this interface will be notified when new ClientBuilder
 instances are being constructed.
 
ClientConfig org.glassfish.jersey.client 
Jersey externalized implementation of client-side JAX-RS configurable contract.
 
ClientConfig() ClientConfig 
Construct a new Jersey configuration instance with the default features
 and property values.
 
ClientConfig(Class<?>...) ClientConfig 
Construct a new Jersey configuration instance and register the provided list of provider classes.
 
ClientConfig(Object...) ClientConfig 
Construct a new Jersey configuration instance and register the provided list of provider instances.
 
ClientExecutor org.glassfish.jersey.client 
Executor for client async processing and background task scheduling.
 
ClientLifecycleListener org.glassfish.jersey.client 
Jersey client lifecycle listener contract.
 
ClientProperties org.glassfish.jersey.client 
Jersey client implementation configuration properties.
 
ClientProxy org.glassfish.jersey.client.innate 
Default client Proxy information internal object.
 
ClientRequest org.glassfish.jersey.client 
Jersey client request context.
 
ClientRequest(URI, ClientConfig, PropertiesDelegate) ClientRequest 
Create new Jersey client request context.
 
ClientRequest(ClientRequest) ClientRequest 
Copy constructor.
 
ClientResponse org.glassfish.jersey.client 
Jersey client response context.
 
ClientResponse(ClientRequest, Response) ClientResponse 
Create new Jersey client response context initialized from a JAX-RS response.
 
ClientResponse(Response.StatusType, ClientRequest) ClientResponse 
Create a new Jersey client response context.
 
ClientResponse(Response.StatusType, ClientRequest, URI) ClientResponse 
Create a new Jersey client response context.
 
ClientResponseProcessingException org.glassfish.jersey.client.internal 
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
 
ClientResponseProcessingException(ClientResponse, Throwable) ClientResponseProcessingException 
 
clone() OutboundJaxrsResponse.Builder   
clone() OAuth1Parameters   
clone() OAuth1Secrets   
clone() JerseyUriBuilder   
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) ApacheConnectionClosingStrategy 
Method to close the connection.
 
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) ApacheConnectionClosingStrategy.GracefulClosingStrategy   
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) ApacheConnectionClosingStrategy.ImmediateClosingStrategy   
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) Apache5ConnectionClosingStrategy.Apache5GracefulClosingStrategy   
close(ClientRequest, HttpUriRequest, CloseableHttpResponse, InputStream) Apache5ConnectionClosingStrategy 
Method to close the connection.
 
close() ChunkedInput   
close() HttpUrlConnector   
close() JerseyClient   
close() Connector 
Close connector and release all it's internally associated resources.
 
close() JdkConnector   
close() BodyPartEntity 
 
close() MultiPart   
close() EventSource 
Close this event source.
 
close(long, TimeUnit) EventSource 
Close this event source and wait for the internal event processing task to complete
 for up to the specified amount of wait time.
 
close(long, TimeUnit) JerseySseEventSource   
close() CommittingOutputStream   
close() EntityInputStream close() InboundMessageContext 
Closes the underlying content stream.
 
close() NullOutputStream   
close() OutboundJaxrsResponse   
close() OutboundMessageContext 
Closes the context.
 
close() JerseyChunkedInput   
close() NettyInputStream   
close() ChunkedOutput 
Close this response - it will be finalized and underlying connections will be closed
 or made available for another response.
 
close() CloseableService 
Invokes 
Closeable#close() method on all instances of 
Closeable added by the 
#add(Closeable)
 method.
 
close() ContainerResponse 
Closes the response.
 
close() AbstractResourceFinderAdapter 
Default implementation of #close() which does nothing.
 
close() JerseyRequestTimeoutHandler 
Cancel the suspended task.
 
close() ResourceFinder 
 
 Release allocated/opened resources (such as streams).
 
 
close() ExternalRequestScope 
Finish the actual request.
 
close() AbstractThreadPoolProvider 
Close this thread pool executor provider.
 
CLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) LocalizationMessages 
Injected request context is 'null' on thread {0}.
 
CLOSEABLE_UNABLE_TO_CLOSE(Object) LocalizationMessages 
Error while closing {0}.
 
closeableInputStream(InputStream) ReaderInterceptorExecutor 
 
CloseableService org.glassfish.jersey.server 
A closeable service to add instances of 
Closeable that
 are required to be closed.
 
closeAll() Broadcaster 
 
CLOSED_BY_CLIENT_WHILE_RECEIVING() LocalizationMessages 
"Connection closed by the client while receiving response."
 
CLOSED_BY_CLIENT_WHILE_RECEIVING_BODY() LocalizationMessages 
"Connection closed by the client while receiving response body."
 
CLOSED_BY_CLIENT_WHILE_SENDING() LocalizationMessages 
"Connection closed by the client while sending request."
 
CLOSED_WHILE_RECEIVING_BODY() LocalizationMessages 
"Connection closed by the server while receiving response body."
 
CLOSED_WHILE_RECEIVING_RESPONSE() LocalizationMessages 
"Connection closed by the server while receiving response."
 
CLOSED_WHILE_SENDING_REQUEST() LocalizationMessages 
"Connection closed by the server while sending request".
 
collectClientRegistrations(ProcessAnnotatedType<?>) RestClientExtension 
Filters out all interfaces annotated with RegisterRestClient annotation and
 adds them to the collection for further processing.
 
COLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() LocalizationMessages 
Unsupported collection type.
 
COLLECTION_UPDATER_TYPE_UNSUPPORTED() LocalizationMessages 
Unsupported collection type.
 
Collector org.glassfish.jersey.inject.cdi.se.injector 
This class collects errors, and can then also produce a MultiException from those errors if necessary.
 
Collector() Collector   
COLLISION_BUFFER_POWER_JVM_ARG ServerProperties 
JVM argument to define the value of
 org.glassfish.jersey.server.internal.monitoring.core.ReservoirConstants#COLLISION_BUFFER_POWER.
 
com.sun.research.ws.wadl  - package com.sun.research.ws.wadl  
comment(String) OutboundEvent.Builder 
Set comment string associated with the event.
 
commit() CommittingOutputStream 
Commit the output stream.
 
commit() ContainerResponseWriter 
Commit the response & close the container response writer.
 
commit() ResponseWriter   
commitStream() OutboundMessageContext 
 
commitStream() ContainerResponse 
 
COMMITTING_STREAM_ALREADY_INITIALIZED() LocalizationMessages 
Stream provider has already been initialized.
 
COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() LocalizationMessages 
Cannot setup buffering as bytes have already been written to the output stream.
 
CommittingOutputStream org.glassfish.jersey.message.internal 
A committing output stream with optional serialized entity buffering functionality
 which allows measuring of the entity size.
 
CommittingOutputStream() CommittingOutputStream 
Creates new committing output stream.
 
CommonConfig org.glassfish.jersey.model.internal 
Common immutable Configuration implementation for
 server and client.
 
CommonConfig(RuntimeType, Predicate<ContractProvider>) CommonConfig 
Create a new RuntimeConfig instance.
 
CommonConfig(CommonConfig) CommonConfig 
Copy constructor.
 
CommonProperties org.glassfish.jersey 
Common (server/client) Jersey configuration properties.
 
COMPARATOR AcceptableMediaType 
Comparator for collections of acceptable media types.
 
COMPARATOR QualitySourceMediaType 
Comparator for lists of quality source media types.
 
COMPARATOR RuntimeResource 
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
 
COMPARATOR PathPattern 
 
COMPARATOR UriTemplate 
Order the templates according to JAX-RS specification.
 
compare(RankedProvider<T>, RankedProvider<T>) RankedComparator   
CompletableReader T > - Interface in org.glassfish.jersey.message.internal 
A MessageBodyReader may implement this interface to signal that
 reading from the underlying input stream can be fully completed.
 
complete(T) CompletableReader 
Complete the reading.
 
complete(Throwable) NettyInputStream   
complete() AsyncContextDelegate 
Invoked upon a response writing completion when the response write is either committed or canceled.
 
completeRegistration() CdiSeInjectionManager   
completeRegistration() DelayedHk2InjectionManager   
completeRegistration() ImmediateHk2InjectionManager   
COMPONENT_CANNOT_BE_NULL() LocalizationMessages 
Registered component instance cannot be null.
 
COMPONENT_CLASS_CANNOT_BE_NULL() LocalizationMessages 
Registered component class cannot be null.
 
COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) LocalizationMessages 
Attempt to register component of type {0} to null or empty array of contracts  is ignored.
 
COMPONENT_TYPE_ALREADY_REGISTERED(Object) LocalizationMessages 
Cannot create new registration for component type {0}: Existing previous registration found for the type.
 
ComponentBag org.glassfish.jersey.model.internal 
An internal Jersey container for custom component classes and instances.
 
ComponentModelValidator org.glassfish.jersey.server.model 
A resource model validator that checks the given resource model.
 
ComponentModelValidator(Collection<ValueParamProvider>, MessageBodyWorkers) ComponentModelValidator   
ComponentProvider org.glassfish.jersey.server.spi 
Component provider interface to allow custom management of 3rd party
 components life-cycle and dependency injection.
 
ComponentProvider org.glassfish.jersey.spi 
Component provider interface to allow custom management of 3rd party
 components life-cycle and dependency injection.
 
COMPUTE_FRAMES ClassWriter 
A flag to automatically compute the stack map frames of methods from scratch.
 
COMPUTE_MAXS ClassWriter 
A flag to automatically compute the maximum stack size and the maximum number of local
 variables of methods.
 
ConfigurableMoxyJsonProvider org.glassfish.jersey.moxy.json.internal 
Jersey specific MOXyJsonProvider that can be configured via ContextResolver<JsonMoxyConfiguration> instance.
 
ConfigurableMoxyJsonProvider(Providers, Configuration) ConfigurableMoxyJsonProvider   
configuration(Configuration) ResourceMethodInvoker.Builder 
Set global configuration.
 
CONFIGURATION_NOT_MODIFIABLE() LocalizationMessages 
The configuration is not modifiable in this context.
 
ConfigurationModel CONFIG  extends org.eclipse.microprofile.config.Config> - Class in org.glassfish.jersey.microprofile.config 
Generic class which implements default properties provider's logic and wraps not used methods from ExtConfig
 
ConfigurationModel(CONFIG) ConfigurationModel   
ConfigurationProvider org.glassfish.jersey.microprofile.config   
ConfigurationProvider() ConfigurationProvider   
configurationValidator(Supplier<ConfiguredValidator>) ResourceMethodInvoker.Builder 
Set global configuration validator.
 
configure(HttpClientBuilder) ApacheHttpClientBuilderConfigurator 
A callback method to configure the HttpClientBuilder
 
configure(HttpClientBuilder) Apache5HttpClientBuilderConfigurator 
A callback method to configure the HttpClientBuilder
 
configure(FeatureContext) HttpAuthenticationFeature   
configure(FeatureContext) CustomProvidersFeature   
configure(FeatureContext) EncodingFeature   
configure(FeatureContext) Expect100ContinueFeature   
configure() ContextInjectionResolverImpl.Binder   
configure() ContextInjectionResolverImpl.Binder   
configure() Hk2BootstrapBinder   
configure() JerseyClassAnalyzer.Binder   
configure() JerseyErrorService.Binder   
configure() RequestContext.Binder   
configure() ServiceFinderBinder   
configure(FeatureContext) JacksonAutoDiscoverable   
configure(FeatureContext) JacksonFilteringFeature   
configure(FeatureContext) JacksonFeature   
configure(FeatureContext) JaxbAutoDiscoverable   
configure() JaxbMessagingBinder   
configure() JaxbParamConverterBinder   
configure(FeatureContext) JettisonFeature   
configure(FeatureContext) JsonBindingAutoDiscoverable   
configure(FeatureContext) JsonBindingFeature   
configure(FeatureContext) JsonProcessingAutoDiscoverable   
configure(FeatureContext) JsonProcessingFeature   
configure(FeatureContext) KryoAutoDiscoverable   
configure(FeatureContext) KryoFeature   
configure(FeatureContext) DeclarativeLinkingFeature   
configure(FeatureContext) LoggingFeature   
configure(FeatureContext) LoggingFeatureAutoDiscoverable   
configure(FeatureContext) FormDataParamInjectionFeature   
configure(FeatureContext) MultiPartFeature   
configure(FeatureContext) SseAutoDiscoverable   
configure() SseBinder   
configure(FeatureContext) SseFeature   
configure() MessagingBinders.HeaderDelegateProviders   
configure() MessagingBinders.MessageBodyProviders   
configure(FeatureContext) RequestHeaderAutoDiscoverable   
configure(FeatureContext) MoxyFilteringFeature   
configure(FeatureContext) MoxyJsonAutoDiscoverable   
configure(FeatureContext) MoxyJsonFeature   
configure(FeatureContext) MoxyXmlFeature   
configure(FeatureContext) OAuth1SignatureFeature   
configure(FeatureContext) OpenTracingFeature   
configure(FeatureContext) ServerFiltersAutoDiscoverable   
configure(ResourceInfo, FeatureContext) RolesAllowedDynamicFeature   
configure() MappableExceptionWrapperInterceptor.Binder   
configure() WadlGeneratorConfig   
configure(FeatureContext) WadlAutoDiscoverable   
configure(FeatureContext) WadlFeature   
configure() PersistenceUnitBinder   
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) CommonConfig 
Configure auto-discoverables in the injection manager.
 
configured(Configuration) RuntimeDelegateDecorator 
 
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) CommonConfig 
Configure binders in the injection manager and enable JAX-RS features.
 
CONNECT_TIMEOUT ClientProperties 
Connect timeout interval, in milliseconds.
 
CONNECTION_CHANGING_STATE(Object, Object, Object, Object) LocalizationMessages 
"HTTP connection {0}:{1} changing state {2} -> {3}."
 
CONNECTION_CLOSED() LocalizationMessages 
"Connection closed by the server."
 
CONNECTION_CLOSING_STRATEGY ApacheClientProperties 
  Strategy that closes the Apache Connection.
 
CONNECTION_CLOSING_STRATEGY Apache5ClientProperties 
Strategy that closes the Apache Connection.
 
CONNECTION_IDLE_TIMEOUT JdkConnectorProperties 
An amount of time in milliseconds (
Integer value) during which an idle connection will be kept open.
 
CONNECTION_MANAGER ApacheClientProperties 
Connection Manager which will be used to create HttpClient.
 
CONNECTION_MANAGER Apache5ClientProperties 
Connection Manager which will be used to create HttpClient.
 
CONNECTION_MANAGER_SHARED ApacheClientProperties 
A value of true indicates that configured connection manager should be shared
 among multiple Jersey ClientRuntime instances.
 
CONNECTION_MANAGER_SHARED Apache5ClientProperties 
A value of true indicates that configured connection manager should be shared
 among multiple Jersey ClientRuntime instances.
 
CONNECTION_TIMEOUT() LocalizationMessages 
"Connection timed out."
 
connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) HttpUrlConnectorProvider 
 
Connector org.glassfish.jersey.client.spi 
Client transport connector extension contract.
 
CONNECTOR_CONFIGURATION(Object) LocalizationMessages 
"Connector configuration: {0}."
 
connectorProvider(ConnectorProvider) ClientConfig 
Register a custom Jersey client connector provider.
 
ConnectorProvider org.glassfish.jersey.client.spi 
Jersey client connector provider contract.
 
connectTimeout(long, TimeUnit) JerseyClientBuilder   
ConstantDynamic jersey.repackaged.org.objectweb.asm 
A constant whose value is computed at runtime, with a bootstrap method.
 
ConstantDynamic(String, String, Handle, Object...) ConstantDynamic 
 
CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT TypeReference 
The sort of type references that target a type parameter of a generic constructor in a
 constructor call.
 
CONSTRUCTOR_REFERENCE TypeReference 
The sort of type references that target the receiver type of a constructor reference.
 
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT TypeReference 
The sort of type references that target a type parameter of a generic constructor in a
 constructor reference.
 
CONSUMER_KEY OAuth1Parameters 
Name of parameter containing the consumer key.
 
consumerKey(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 consumer key.
 
consumerSecret(String) OAuth1Secrets 
Builder pattern method to return 
OAuth1Secrets after setting
 consumer secret.
 
consumes(String...) ResourceMethod.Builder 
Add consumed media types supported by the component.
 
consumes(MediaType...) ResourceMethod.Builder 
Add consumed media types supported by the component.
 
consumes(Collection<MediaType>) ResourceMethod.Builder 
Add consumed media types supported by the component.
 
Consuming org.glassfish.jersey.server.model 
Model component that is able to consume media types.
 
Container org.glassfish.jersey.server.spi 
Jersey container service contract.
 
CONTAINER_IDLE_TIMEOUT JdkConnectorProperties 
Container idle timeout in milliseconds (
Integer value).
 
ContainerException org.glassfish.jersey.server 
Exception thrown by the container components in to notify Jersey runtime about
 any errors.
 
ContainerException(Throwable) ContainerException   
ContainerException(String, Throwable) ContainerException   
ContainerException(String) ContainerException   
ContainerFactory org.glassfish.jersey.server 
Factory for creating specific HTTP-based containers.
 
ContainerLifecycleListener org.glassfish.jersey.server.spi 
Classes implementing this contract receive container life-cycle notification
 events.
 
ContainerMessageBodyWorkersInitializer org.glassfish.jersey.server 
Function that can be put to an acceptor chain to properly initialize
 
MessageBodyWorkers instance on a current request and response.
 
ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) ContainerMessageBodyWorkersInitializer 
 
ContainerProvider org.glassfish.jersey.server.spi 
Service-provider interface for creating container instances.
 
ContainerRequest org.glassfish.jersey.server 
Jersey container request context.
 
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate, Configuration) ContainerRequest 
Create new Jersey container request context.
 
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) ContainerRequest 
Deprecated. 
 
ContainerResponse org.glassfish.jersey.server 
Jersey container response context.
 
ContainerResponse(ContainerRequest, Response) ContainerResponse 
Create a new Jersey container response context.
 
ContainerResponseWriter org.glassfish.jersey.server.spi 
A suspendable, request-scoped I/O container response writer.
 
ContainerResponseWriter.TimeoutHandler org.glassfish.jersey.server.spi 
Time-out handler can be registered when the container response writer gets
 suspended.
 
ContainerUtils org.glassfish.jersey.server.internal 
Utility methods used by container implementations.
 
ContainerUtils() ContainerUtils   
contains(ForeignDescriptor) Hk2RequestScope.Instance   
containsKey(ActiveDescriptor<?>) RequestContext   
content Doc   
contentDisposition BodyPart   
contentDisposition(ContentDisposition) BodyPart 
Builder pattern method to return this BodyPart after
 additional configuration.
 
ContentDisposition org.glassfish.jersey.media.multipart 
A content disposition header.
 
ContentDisposition(String, String, Date, Date, Date, long) ContentDisposition   
ContentDisposition(String) ContentDisposition   
ContentDisposition(String, boolean) ContentDisposition   
ContentDisposition(HttpHeaderReader, boolean) ContentDisposition   
ContentDisposition.ContentDispositionBuilder T  extends ContentDisposition.ContentDispositionBuilder ,V  extends ContentDisposition > - Class in org.glassfish.jersey.media.multipart 
Builder to build content disposition.
 
ContentEncoder org.glassfish.jersey.spi 
Standard contract for plugging in content encoding support.
 
ContentEncoder(String...) ContentEncoder 
Initializes this encoder implementation with the list of supported content encodings.
 
contentLocation(URI) OutboundJaxrsResponse.Builder   
ContextInjectionResolverImpl org.glassfish.jersey.inject.cdi.se.injector 
Injection resolver for @Context injection annotation.
 
ContextInjectionResolverImpl org.glassfish.jersey.inject.hk2 
Injection resolver for @Context injection annotation.
 
ContextInjectionResolverImpl() ContextInjectionResolverImpl   
ContextInjectionResolverImpl.Binder org.glassfish.jersey.inject.cdi.se.injector 
Context injection resolver binder.
 
ContextInjectionResolverImpl.Binder org.glassfish.jersey.inject.hk2 
Context injection resolver binder.
 
ContextResolverFactory org.glassfish.jersey.internal 
A factory implementation for managing ContextResolver instances.
 
ContextResolverFactory.ContextResolversConfigurator org.glassfish.jersey.internal 
 
ContextResolvers org.glassfish.jersey.spi 
An injectable interface providing look-up for ContextResolver<T>
 provider instances.
 
ContextResolversConfigurator() ContextResolverFactory.ContextResolversConfigurator   
contextualEncode(String, UriComponent.Type) 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) UriComponent 
Contextually encodes the characters of string that are either non-ASCII
 characters or are ASCII characters that must be percent-encoded using the
 UTF-8 encoding.
 
Contract org.glassfish.jersey.spi 
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
 
CONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) LocalizationMessages 
The given contract ({0}) of {1} provider cannot be bound to a resource method.
 
CONTRACT_NOT_ASSIGNABLE(Object, Object) LocalizationMessages 
Contract {0} can not be registered for component {1}: Contract not assignable to component.
 
CONTRACT_NOT_SUPPORTED(Object, Object) LocalizationMessages 
Contract {0} can not be registered for component {1}: Contract type not supported.
 
ContractProvider org.glassfish.jersey.model 
Jersey contract provider model.
 
ContractProvider.Builder org.glassfish.jersey.model 
Contract provider model builder.
 
CONTROL_NAME_CANNOT_BE_NULL() LocalizationMessages 
Controls name can not be null.
 
convertToString(Iterable<MediaType>) MediaTypes 
Convert media types into 
String.
 
cookie(Cookie) ClientRequest 
Add new cookie to the message headers.
 
cookie(Cookie) JerseyInvocation.Builder   
cookie(String, String) JerseyInvocation.Builder   
cookie(Cookie) InvocationBuilderListener.InvocationBuilderContext 
Add a cookie to be set.
 
cookie(String, String) InvocationBuilderListener.InvocationBuilderContext 
Add a cookie to be set.
 
cookie(NewCookie...) OutboundJaxrsResponse.Builder   
COOKIE_IS_NULL() LocalizationMessages 
Cookie is null.
 
COOKIE_POLICY JdkConnectorProperties 
To set the cookie policy of this cookie manager.
 
CookieParamException(Throwable, String, String) ParamException.CookieParamException   
CookieProvider org.glassfish.jersey.message.internal 
 
CookieProvider() CookieProvider   
CookiesParser org.glassfish.jersey.message.internal 
Cookies parser.
 
copy() ThreadPoolConfig 
Return a copy of this thread pool config.
 
copy() ComponentBag 
Get a copy of this component bag.
 
copy() SslConfigurator 
Create a copy of the current SSL configurator instance.
 
copyBuilder(JettisonConfig) JettisonConfig   
create(String) GrizzlyWebContainerFactory 
 
create(String, Map<String, String>) GrizzlyWebContainerFactory 
 
create(URI) GrizzlyWebContainerFactory 
 
create(URI, Map<String, String>) GrizzlyWebContainerFactory 
 
create(String, Class<? extends Servlet>) GrizzlyWebContainerFactory 
Create a HttpServer that registers the declared
 servlet class.
 
create(String, Class<? extends Servlet>, Map<String, String>) GrizzlyWebContainerFactory 
Create a HttpServer that registers the declared
 servlet class.
 
create(URI, Class<? extends Servlet>) GrizzlyWebContainerFactory 
Create a HttpServer that registers the declared
 servlet class.
 
create(URI, Class<? extends Servlet>, Map<String, String>) GrizzlyWebContainerFactory 
Create a HttpServer that registers the declared
 servlet class.
 
create(URI, Servlet, Map<String, String>, Map<String, String>) GrizzlyWebContainerFactory 
Create a HttpServer that registers the declared servlet instance.
 
create(CreationalContext<Object>) SupplierThreadScopeBean   
create(Class<T>) CdiSeInjectionManager   
create(Object) CdiSeInjectionManagerFactory   
create(CreationalContext<CdiRequestScope>) RequestScopeBean   
create(Object) Hk2InjectionManagerFactory   
create(Configuration, PropertiesDelegate) PropertiesResolver 
 
create(InputStream) EntityInputStream 
Create an entity input stream instance wrapping the original input stream.
 
create(TracingLogger.Level, String) TracingLogger 
Create new Tracing logger.
 
create(Class, Class, boolean, Class<?>, Type, Annotation[]) Parameter 
Create a parameter model.
 
create(Class, Class, boolean, Class<?>, Type, Annotation[], Class<?>) Parameter 
Create a parameter model.
 
create(Class, Class, Method, boolean) Parameter 
Create a list of parameter models for a given Java method handling a resource
 method, sub-resource method or a sub-resource locator.
 
create(Invocable, InvocationHandler, ConfiguredValidator) ResourceMethodDispatcherFactory   
create(Invocable) ResourceMethodInvocationHandlerFactory   
create(Inflector<Request, T>) Invocable 
Create a new resource method invocable model backed by an inflector instance.
 
create(Class<? extends Inflector>) Invocable 
Create a new resource method invocable model backed by an inflector class.
 
create(MethodHandler, Method) Invocable 
Create a new resource method invocable model.
 
create(MethodHandler, Method, boolean) Invocable 
Create a new resource method invocable model.
 
create(MethodHandler, Method, Method, boolean) Invocable 
Create a new resource method invocable model.
 
create(MethodHandler, Method, Method, boolean, Type) Invocable 
Create a new resource method invocable model.
 
create(Class<?>) MethodHandler 
Create a class-based method handler from a class.
 
create(Class<?>, boolean) MethodHandler 
Create a class-based method handler from a class.
 
create(Object) MethodHandler 
Create a instance-based (singleton) method handler from a class.
 
create(Object, Class<?>) MethodHandler 
Create a instance-based (singleton) method handler from a class.
 
create(Class<?>, Collection<Parameter>) MethodHandler 
Create a class-based method handler from a class.
 
create(Class<?>, boolean, Collection<Parameter>) MethodHandler 
Create a class-based method handler from a class.
 
create(Object, Collection<Parameter>) MethodHandler 
Create a instance-based (singleton) method handler from a class.
 
create(Object, Class<?>, Collection<Parameter>) MethodHandler 
Create a instance-based (singleton) method handler from a class.
 
create(Class, Class, boolean, Class<?>, Type, Annotation[]) Parameter 
Create a parameter model.
 
create(Class, Class, Constructor<?>, boolean) Parameter 
Create a list of parameter models for a given resource method handler
 injectable constructor.
 
create(Class, Class, Method, boolean) Parameter 
Create a list of parameter models for a given Java method handling a resource
 method, sub-resource method or a sub-resource locator.
 
create(Invocable, InvocationHandler, ConfiguredValidator) ResourceMethodDispatcher.Provider 
 
create(Invocable) ResourceMethodInvocationHandlerProvider 
Get the invocation handler for the invocable resource method.
 
create(URI, ResourceConfig) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes declared by the resource configuration.
 
create(URI, ResourceConfig, int, int) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes declared by the resource configuration.
 
create(URI, SSLContext, ResourceConfig) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes declared by the resource configuration.
 
create(URI, SSLContext, ResourceConfig, int, int) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes declared by the resource configuration.
 
create(URI, SSLContext, SimpleContainer) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes found by searching the classes referenced in the java classpath.
 
create(URI, SSLContext, ResourceConfig, Object, int, int) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes declared by the resource configuration.
 
create(URI, SSLContext, SimpleContainer, int, int) SimpleContainerFactory 
Create a 
Closeable that registers an 
Container that in turn manages all root
 resource and provider classes found by searching the classes referenced in the java classpath.
 
createAlternative() MultiPartMediaTypes   
createAndInitialize(Class<T>) CdiSeInjectionManager   
createApplication() ObjectFactory 
 
createApplication() WadlGeneratorImpl   
createApplication() WadlGenerator   
createBeanParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) Parameter.ParamCreationFactory 
Factory method to instantiate BeanParameter of given properties
 
createBoundary() Boundary 
Creates a unique boundary.
 
createClassIterator(Class<T>, String, ClassLoader, boolean) ServiceFinder.DefaultServiceIteratorProvider   
createClassIterator(Class<T>, String, ClassLoader, boolean) ServiceFinder.ServiceIteratorProvider 
Iterate over provider classes of a service.
 
createClient() JerseyClientBuilder 
 
createClient(Configuration) JerseyClientBuilder 
 
createContainer(Class<T>, Application) GrizzlyHttpContainerProvider   
createContainer(Class<T>, Application) JdkHttpHandlerContainerProvider   
createContainer(Class<T>, Application) ContainerFactory 
Create a container according to the class requested.
 
createContainer(Class<T>, Application) ContainerProvider 
Create an container of a given type.
 
createContainer(Class<T>, Application) SimpleContainerProvider   
createContext() CdiRequestScope   
createContext() Hk2RequestScope   
createContext() RequestScope 
 
createDelegate(HttpServletRequest, HttpServletResponse) AsyncContextDelegateProviderImpl   
createDelegate(HttpServletRequest, HttpServletResponse) AsyncContextDelegateProvider 
Factory method to create instances of Servlet container response writer extension,
 
AsyncContextDelegate, for response processing.
 
createDigest() MultiPartMediaTypes   
createDoc() ObjectFactory 
Create an instance of 
Doc 
createEndpoint(Application, Class<T>) RuntimeDelegateImpl   
createEndpoint(Application, Class<T>) RuntimeDelegateImpl   
createEnhancedAnnotatedType(BasicInjectionTarget<T>) BeanHelper   
createExecutor(int, ThreadFactory, RejectedExecutionHandler) AbstractThreadPoolProvider 
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) ScheduledThreadPoolExecutorProvider   
createExecutor(int, ThreadFactory, RejectedExecutionHandler) ThreadPoolExecutorProvider   
createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) ThreadPoolExecutorProvider 
Creates a new ThreadPoolExecutor with the given initial parameters.
 
createExternalGrammar() WadlGeneratorImpl   
createExternalGrammar() WadlGenerator 
Perform any post create functions such as generating grammars.
 
createForeignDescriptor(Binding) CdiSeInjectionManager   
createFormData() MultiPartMediaTypes   
createFrom(Consumes) MediaTypes 
Create an unmodifiable list of media types from the values declared in the Consumes
 annotation.
 
createFrom(Produces) MediaTypes 
Create an unmodifiable list of media types from the values declared in the Produces
 annotation.
 
createFrom(String[]) MediaTypes 
Create an unmodifiable list of media type from a string array of media types.
 
createGrammars() ObjectFactory 
 
createHeaderDelegate(Class<T>) AbstractRuntimeDelegate   
createHttpServer(URI) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, boolean) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, boolean) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, boolean) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, Object) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, Object, boolean) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, Object) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig, Object, boolean) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, GrizzlyHttpContainer, boolean, SSLEngineConfigurator, boolean) GrizzlyHttpServerFactory 
Create new HttpServer instance.
 
createHttpServer(URI, ResourceConfig) JdkHttpServerFactory 
Create and start the 
JDK HttpServer with the Jersey application deployed
 at the given 
URI.
 
createHttpServer(URI, ResourceConfig, boolean) JdkHttpServerFactory 
Create (and possibly start) the 
JDK HttpServer with the JAX-RS / Jersey application deployed
 on the given 
URI.
 
createHttpServer(URI, ResourceConfig, Object) JdkHttpServerFactory 
Create (and possibly start) the 
JDK HttpServer with the JAX-RS / Jersey application deployed
 on the given 
URI.
 
createHttpServer(URI, ResourceConfig, SSLContext) JdkHttpServerFactory 
Create and start the 
JDK HttpServer, eventually 
HttpServer's subclass
 
JDK HttpsServer with the JAX-RS / Jersey application deployed on the given 
URI.
 
createHttpServer(URI, ResourceConfig, SSLContext, boolean) JdkHttpServerFactory 
Create (and possibly start) the 
JDK HttpServer, eventually 
HttpServer's subclass
 
JDK HttpsServer with the JAX-RS / Jersey application deployed on the given 
URI.
 
createHttpServer(URI, ResourceConfig, Object, SSLContext, boolean) JdkHttpServerFactory 
Create (and possibly start) the 
JDK HttpServer, eventually 
HttpServer's subclass
 
HttpsServer with the JAX-RS / Jersey application deployed on the given 
URI.
 
createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) HttpUrlConnectorProvider 
 
createInbound() HeaderUtils 
Create an empty inbound message headers container.
 
createInclude() ObjectFactory 
 
createIterator(Class<T>, String, ClassLoader, boolean) ServiceFinder.DefaultServiceIteratorProvider   
createIterator(Class<T>, String, ClassLoader, boolean) ServiceFinder.ServiceIteratorProvider 
Iterate over provider instances of a service.
 
createJSONConfiguration(JettisonConfig) JettisonConfig 
A static method for obtaining 
JettisonConfig instance with humanReadableFormatting
 set according to formatted parameter.
 
createJsonMarshaller() JettisonJaxbContext 
Create a JSON marshaller.
 
createJsonUnmarshaller() JettisonJaxbContext 
Create a JSON unmarshaller.
 
createLink() ObjectFactory 
Create an instance of 
Link 
createLinkBuilder() AbstractRuntimeDelegate   
createList(Class, Class, Method, boolean, Class) Parameter 
Create a list of parameter models for a given Java method handling a resource
 method, sub-resource method or a sub-resource locator.
 
createList(Class, Class, Constructor<?>, boolean, Class<?>) Parameter 
Create a list of parameter models for a given resource method handler
 injectable constructor.
 
createList(Class, Class, boolean, Class[], Type[], Annotation[][], Class<?>) Parameter   
createMarshaller() JettisonJaxbContext 
Overrides underlaying createMarshaller method and returns
 a marshaller which is capable of JSON serialization.
 
createMethod() ObjectFactory 
 
createMethod(Resource, ResourceMethod) WadlGeneratorImpl   
createMethod(Resource, ResourceMethod) WadlGenerator   
createMixed() MultiPartMediaTypes   
createMultiParser(String...) ChunkedInput 
Create a new chunk multi-parser that will split the response entity input stream
 based on multiple fixed boundary strings.
 
createOption() ObjectFactory 
 
createOutbound() HeaderUtils 
Create an empty outbound message headers container.
 
createParallel() MultiPartMediaTypes   
createParam() ObjectFactory 
Create an instance of 
Param 
createParam(Resource, ResourceMethod, Parameter) WadlGeneratorImpl   
createParam(Resource, ResourceMethod, Parameter) WadlGenerator   
createParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) Parameter.ParamCreationFactory 
Factory method to instantiate 
Parameter of given properties
 
createParser(String) ChunkedInput 
Create new chunk parser that will split the response entity input stream
 based on a fixed boundary string.
 
createParser(byte[]) ChunkedInput 
Create new chunk parser that will split the response entity input stream
 based on a fixed boundary sequence of bytes.
 
createQualitySourceMediaTypes(Produces) MediaTypes 
Create a list of quality source media type from the Produces annotation.
 
createQualitySourceMediaTypes(String[]) MediaTypes 
Create a list of quality source media type from an array of media types.
 
createReader(Reader, JettisonConfig) Stax2JettisonFactory   
createRepresentation() ObjectFactory 
 
createRequest() ObjectFactory 
 
createRequest(Resource, ResourceMethod) WadlGeneratorImpl   
createRequest(Resource, ResourceMethod) WadlGenerator   
createRequestRepresentation(Resource, ResourceMethod, MediaType) WadlGeneratorImpl   
createRequestRepresentation(Resource, ResourceMethod, MediaType) WadlGenerator   
createResource() ObjectFactory 
 
createResource(Resource, String) WadlGeneratorImpl   
createResource(Resource, String) WadlGenerator   
createResources() ObjectFactory 
 
createResources() WadlGeneratorImpl   
createResources() WadlGenerator   
createResourceType() ObjectFactory 
 
createResponse() ObjectFactory 
 
createResponseBuilder() AbstractRuntimeDelegate   
createResponseRepresentation(Resource, ResourceMethod, MediaType) WadlGeneratorImpl   
createResponses(Resource, ResourceMethod) WadlGeneratorImpl   
createResponses(Resource, ResourceMethod) WadlGenerator   
createSSLContext() SslConfigurator 
Create new SSL context instance using the current SSL context configuration.
 
createTempFile() Utils 
Create an empty file in the default temporary-file directory.
 
createUnmarshaller() JettisonJaxbContext 
Overrides underlying createUnmarshaller method and returns
 an unmarshaller which is capable of JSON deserialization.
 
createURI(Map<String, String>) UriTemplate 
Create a URI by substituting any template variables
 for corresponding template values.
 
createURI(String...) UriTemplate 
Create a URI by substituting any template variables
 for corresponding template values.
 
createURI(String[], int, int) UriTemplate 
Create a URI by substituting any template variables
 for corresponding template values.
 
createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) UriTemplate 
Construct a URI from the component parts each of which may contain
 template variables.
 
createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) UriTemplate 
Construct a URI from the component parts each of which may contain
 template variables.
 
createUriBuilder() AbstractRuntimeDelegate   
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) UriTemplate 
Construct a URI from the component parts each of which may contain
 template variables.
 
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) UriTemplate 
Construct a URI from the component parts each of which may contain
 template variables.
 
createValidator() JettisonJaxbContext 
Simply delegates to underlying JAXBContext implementation.
 
createValueProvider(Parameter) SseEventSinkValueParamProvider   
createValueProviders(Collection<ValueParamProvider>, Parameterized) ParameterValueHelper 
Create list of parameter value providers for the given 
parameterized resource model component.
 
createVariantListBuilder() AbstractRuntimeDelegate   
createWadlGenerator(InjectionManager) WadlGeneratorConfig 
 
createWriter(Writer, JettisonConfig) Stax2JettisonFactory   
creationDate ContentDisposition.ContentDispositionBuilder   
creationDate(Date) ContentDisposition.ContentDispositionBuilder 
Add the "creation-date" parameter.
 
credentials(String, byte[]) HttpAuthenticationFeature.Builder 
Set credentials.
 
credentials(String, String) HttpAuthenticationFeature.Builder 
Set credentials.
 
CREDENTIALS_PROVIDER ApacheClientProperties 
The credential provider that should be used to retrieve
 credentials from a user.
 
CREDENTIALS_PROVIDER Apache5ClientProperties 
The credential provider that should be used to retrieve
 credentials from a user.
 
credentialsForBasic(String, String) HttpAuthenticationFeature.UniversalBuilder 
Set credentials that will be used for basic authentication only.
 
credentialsForBasic(String, byte[]) HttpAuthenticationFeature.UniversalBuilder 
Set credentials that will be used for basic authentication only.
 
credentialsForDigest(String, String) HttpAuthenticationFeature.UniversalBuilder 
Set credentials that will be used for digest authentication only.
 
credentialsForDigest(String, byte[]) HttpAuthenticationFeature.UniversalBuilder 
Set credentials that will be used for digest authentication only.
 
CsrfProtectionFilter org.glassfish.jersey.client.filter 
Simple client-side filter that adds X-Requested-By headers to all state-changing
 request (i.e.
 
CsrfProtectionFilter() CsrfProtectionFilter 
Creates a new instance of the filter with X-Requested-By header value set to empty string.
 
CsrfProtectionFilter(String) CsrfProtectionFilter 
Initialized the filter with a desired value of the X-Requested-By header.
 
CsrfProtectionFilter org.glassfish.jersey.server.filter 
 
CsrfProtectionFilter() CsrfProtectionFilter   
current() RequestScope 
Returns the current 
RequestContext which has to be active on the given thread.
 
customize(Client, Configuration, AsyncHttpClientConfig.Builder) GrizzlyConnectorProvider.AsyncClientCustomizer 
Customize the underlying asynchronous client configuration builder.
 
customize(ClientRequest, RequestBuilder) GrizzlyConnectorProvider.RequestCustomizer 
Customize the underlying Async HTTP Client request builder associated with a specific Jersey client request.
 
CustomProvidersFeature org.glassfish.jersey.client 
Feature to provide the single-line registration of custom providers.
 
CustomProvidersFeature(Collection<Class<?>>) CustomProvidersFeature 
Constructs Feature which is used to register providers as providers in Configuration.
 
cv ClassVisitor 
The class visitor to which this visitor must delegate method calls.
 
 
element Representation   
empty() HeaderUtils 
Get immutable empty message headers container.
 
empty() TracingLogger 
Get an empty (no-op) tracing logger instance.
 
EMPTY PatternWithGroups 
The empty pattern that matches the null or empty string.
 
EMPTY UriTemplate 
The empty URI template that matches the null or empty URI path.
 
EMPTY_PATTERN PathPattern 
Empty path pattern matching only empty string.
 
EMPTY_REQUEST_MEDIA_TYPE_MATCHES_ANY_CONSUMES ServerProperties 
 Jakarta RESTful WebServices provides @Consumes annotation to accept only HTTP requests with compatible
 Content-Type header.
 
ENABLE_SSL_HOSTNAME_VERIFICATION JettyClientProperties 
A value of false indicates the client disable a hostname verification
 during SSL Handshake.
 
ENABLE_SSL_HOSTNAME_VERIFICATION NettyClientProperties 
     Sets the endpoint identification algorithm to HTTPS.
 
enableBuffering() ClientRequest 
Enable a buffering of serialized entity.
 
enableBuffering(int) CommittingOutputStream 
Enable buffering of the serialized entity.
 
enableBuffering(Configuration) OutboundMessageContext 
Enable a buffering of serialized entity.
 
enableBuffering(Configuration) ContainerResponse 
Enable a buffering of serialized entity.
 
enableFor(ResourceConfig, Class<? extends ContentEncoder>...) EncodingFilter 
 
enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) HttpMethodOverrideFilter 
Registers this filter into the passed 
ResourceConfig instance and
 configures it.
 
enableResponseBuffering() ContainerResponseWriter 
Return true if the entity buffering should be enabled in Jersey.
 
enableResponseBuffering() ResponseWriter   
encode(String, OutputStream) DeflateEncoder   
encode(String, OutputStream) GZipEncoder   
encode(byte[]) Base64 
Converts a byte array into a Base64 encoded string.
 
encode(byte[], int, int) Base64 
Converts a byte array into a Base64 encoded string.
 
encode(String, OutputStream) 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) 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) 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.
 
encodedParameters(boolean) ResourceMethod.Builder 
If set to true, the parameter values will not be automatically
 decoded.
 
encodeLiteralCharacters(String) UriTemplateParser 
Encode literal characters of a template.
 
encodeTemplateNames(String) UriComponent 
Encodes a string with template parameters names present, specifically the
 characters '{' and '}' will be percent-encoded.
 
encodeUnsafeCharacters(String) ContainerUtils 
Encodes (predefined subset of) unsafe/unwise URI characters with the percent-encoding.
 
encoding(String) ClientRequest 
Set message encoding.
 
encoding(String) OutboundJaxrsResponse.Builder   
EncodingFeature org.glassfish.jersey.client.filter 
Feature that configures support for content encodings on the client side.
 
EncodingFeature(Class<?>...) EncodingFeature 
Create a new instance of the feature.
 
EncodingFeature(String, Class<?>...) EncodingFeature 
 
EncodingFilter org.glassfish.jersey.client.filter 
 
EncodingFilter(InjectionManager) EncodingFilter   
EncodingFilter org.glassfish.jersey.server.filter 
Container filter that supports encoding-based content negotiation.
 
EncodingFilter() EncodingFilter   
encodings(String...) VariantListBuilder   
END_OF_PATH_PATTERN PathPattern 
Path pattern matching the end of a URI path.
 
endsWithSlash() UriTemplate 
Check if the URI template ends in a slash ('/').
 
enhanceResource(RuntimeResource, ResourceModel.Builder, List<ModelProcessorUtil.Method>, boolean) ModelProcessorUtil 
Enhance the runtime resource referenced by resource parameter with a list of additional methods.
 
enhanceResourceModel(ResourceModel, boolean, List<ModelProcessorUtil.Method>, boolean) ModelProcessorUtil 
Enhance resourceModel with a list of additional methods.
 
ensureNotClosed() EntityInputStream 
Check that the entity input stream has not been closed yet.
 
entity(Object) BodyPart 
Builder pattern method to return this BodyPart after additional configuration.
 
entity(Object) MultiPart 
Override the entity set operation on a 
MultiPart to throw
 
IllegalArgumentException.
 
entity(Object) OutboundJaxrsResponse.Builder   
entity(Object, Annotation[]) OutboundJaxrsResponse.Builder   
ENTITY_HAS_WRONG_TYPE() LocalizationMessages 
Entity instance does not contain the unconverted content.
 
ENTITY_IS_EMPTY() LocalizationMessages 
Entity is empty.
 
ENTITY_TAG_IS_NULL() LocalizationMessages 
Entity tag is null.
 
EntityInputStream org.glassfish.jersey.message.internal 
 
EntityInputStream(InputStream) EntityInputStream 
Extension constructor.
 
EntityTagProvider org.glassfish.jersey.message.internal 
 
EntityTagProvider() EntityTagProvider   
equals(Object) ConstantDynamic   
equals(Object) Handle   
equals(Object) Type 
Tests if the given object is equal to this type.
 
equals(Object) ClientConfig   
equals(Object) HttpUrlConnectorProvider   
equals(Object) GenericArrayTypeImpl   
equals(Object) ParameterizedTypeImpl   
equals(Object) Errors.ErrorMessage   
equals(Object) ThreadPoolConfig   
equals(Object) AcceptableLanguageTag   
equals(Object) AcceptableMediaType   
equals(Object) JerseyLink   
equals(Object) LanguageTag   
equals(Object) QualitySourceMediaType   
equals(Object) CommonConfig   
equals(Object) Parameter   
equals(Object) ChunkedOutput   
equals(Object) ResourceModelIssue   
equals(Object) SslConfigurator   
equals(Object) PatternWithGroups   
equals(Object) UriTemplate 
Equality is calculated from the String of the regular expression
 generated from the templates.
 
ERR_INVALID_PROXY_PORT(Object) LocalizationMessages 
Invalid proxy port: {0}.
 
ERR_INVALID_PROXY_URI(Object) LocalizationMessages 
Invalid proxy URI: {0}.
 
error(String, Severity) Errors 
Add an error to the list of messages.
 
error(Object, String, Severity) Errors 
Add an error to the list of messages.
 
ERROR_ASYNC_CALLBACK_FAILED(Object) LocalizationMessages 
Callback {0} invocation failed.
 
ERROR_BASE_64_INVALID_CHARACTER() LocalizationMessages 
Invalid character in Base64 string.
 
ERROR_BASE_64_LENGTH() LocalizationMessages 
Base64 string length is not multiple of 4.
 
ERROR_BUFFERING_ENTITY() LocalizationMessages 
Error buffering the entity.
 
ERROR_BUFFERING_ENTITY() LocalizationMessages 
Error buffering the entity.
 
ERROR_BUFFERING_ENTITY() LocalizationMessages 
Error buffering the entity.
 
ERROR_CANNOT_OBTAIN_PUBLIC_KEY() LocalizationMessages 
Couldn''t obtain public key from consumer secret.
 
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() LocalizationMessages 
Error caught while loading SPI providers.
 
ERROR_CLOSING_COMMIT_OUTPUT_STREAM() LocalizationMessages 
Error while closing the output stream in order to commit response.
 
ERROR_CLOSING_FINDER(Object) LocalizationMessages 
Error while closing {0} resource finder.
 
ERROR_CLOSING_OUTPUT_STREAM() LocalizationMessages 
Error when closing the output stream.
 
ERROR_COMMITTING_OUTPUT_STREAM() LocalizationMessages 
Error while committing the request output stream.
 
ERROR_COMMITTING_OUTPUT_STREAM() LocalizationMessages 
Error while committing the output stream.
 
ERROR_CONTAINER_EXCEPTION_IO() LocalizationMessages 
IOException thrown when creating the JDK HttpServer.
 
ERROR_CONTAINER_HTTPS_NO_SSL() LocalizationMessages 
Attempt to start a HTTPS server with no SSL context defined.
 
ERROR_CONTAINER_URI_NULL() LocalizationMessages 
The URI must not be null.
 
ERROR_CONTAINER_URI_PATH_EMPTY(Object) LocalizationMessages 
The URI path, of the URI {0} must be present (not an empty string).
 
ERROR_CONTAINER_URI_PATH_NULL(Object) LocalizationMessages 
The URI path, of the URI {0} must be non-null.
 
ERROR_CONTAINER_URI_PATH_START(Object) LocalizationMessages 
The URI path, of the URI {0} must start with a '/'.
 
ERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object) LocalizationMessages 
The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.
 
ERROR_DIGEST_FILTER_GENERATOR() LocalizationMessages 
Error during initialization of random generator of Digest authentication.
 
ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() LocalizationMessages 
A single character expected in the entity input stream.
 
ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) LocalizationMessages 
Error converting entity to {0} type by single String constructor.
 
ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) LocalizationMessages 
Unsupported basic type {0}.
 
ERROR_ENTITY_STREAM_CLOSED() LocalizationMessages 
Entity input stream has already been closed.
 
ERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() LocalizationMessages 
An exception mapping did not successfully produce and processed a response.
 
ERROR_EXCEPTION_MAPPING_PROCESSED_RESPONSE_ERROR() LocalizationMessages 
A response error mapping did not successfully produce and processed a response.
 
ERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() LocalizationMessages 
An exception mapping did not successfully produce and processed a response.
 
ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) LocalizationMessages 
Could not find exception type for given ExceptionMapper class: {0}.
 
ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) LocalizationMessages 
Entity must be null for http method {0}.
 
ERROR_HTTP_METHOD_ENTITY_NULL(Object) LocalizationMessages 
Entity must not be null for http method {0}.
 
ERROR_INTERCEPTOR_READER_PROCEED() LocalizationMessages 
Last reader interceptor in the chain called the method proceed.
 
ERROR_INTERCEPTOR_WRITER_PROCEED() LocalizationMessages 
Last writer interceptor in the chain called the method proceed.
 
ERROR_INVALID_CONSUMER_SECRET(Object) LocalizationMessages 
Invalid consumer secret: {0}
 
ERROR_JSONB_DESERIALIZATION() LocalizationMessages 
Error deserializing object from entity stream.
 
ERROR_JSONB_EMPTYSTREAM() LocalizationMessages 
JSON-B cannot parse empty input stream.
 
ERROR_JSONB_SERIALIZATION() LocalizationMessages 
Error writing JSON-B serialized object.
 
ERROR_LISTENER_CLOSE(Object) LocalizationMessages 
ClientLifecycleListener {0} failed to close properly.
 
ERROR_LISTENER_INIT(Object) LocalizationMessages 
ClientLifecycleListener {0} failed to initialize properly.
 
ERROR_MARSHALLING_JAXB(Object) LocalizationMessages 
Error marshalling JAXB object of type "{0}".
 
ERROR_MBR_ISREADABLE(Object) LocalizationMessages 
MesssageBodyReader {0} threw exception in isReadable - skipping.
 
ERROR_MBW_ISWRITABLE(Object) LocalizationMessages 
MesssageBodyWriter {0} threw exception in isWritable - skipping.
 
ERROR_MONITORING_MBEANS_REGISTRATION(Object) LocalizationMessages 
Error when registering Jersey monitoring MBeans.
 
ERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() LocalizationMessages 
Error un-registering Jersey monitoring MBeans on application destroy.
 
ERROR_MONITORING_QUEUE_APP() LocalizationMessages 
Failed to add the monitoring event into the Application Event Queue - queue is full.
 
ERROR_MONITORING_QUEUE_FLOODED(Object) LocalizationMessages 
A Monitoring Event Queue is being flooded.
 
ERROR_MONITORING_QUEUE_MAPPER() LocalizationMessages 
Failed to add the monitoring event into the Exception Mapper Events Queue - queue is full.
 
ERROR_MONITORING_QUEUE_REQUEST() LocalizationMessages 
Failed to add the monitoring event into the Request Items Queue - queue is full.
 
ERROR_MONITORING_QUEUE_RESPONSE() LocalizationMessages 
Failed to add the monitoring event into the Response Statuses Queue - queue is full.
 
ERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() LocalizationMessages 
Waiting for shutdown of MonitoringStatisticsProcessor has timed out! Possible cause can be that any registered MonitoringStatisticsListener takes too long to execute.
 
ERROR_MONITORING_SHUTDOWN_INTERRUPTED() LocalizationMessages 
Waiting for shutdown of MonitoringStatisticsProcessor has been interrupted.
 
ERROR_MONITORING_STATISTICS_GENERATION() LocalizationMessages 
Error generating monitoring statistics.
 
ERROR_MONITORING_STATISTICS_LISTENER(Object) LocalizationMessages 
Exception thrown when provider {0} was processing MonitoringStatistics.
 
ERROR_MONITORING_STATISTICS_LISTENER_DESTROY(Object) LocalizationMessages 
Exception thrown when listener {0} has been processing the destroy event.
 
ERROR_MSG(Object) LocalizationMessages 
WARNING: {0}
 
ERROR_MSG(Object) LocalizationMessages 
ERROR: {0}
 
ERROR_NEWCOOKIE_EXPIRES(Object) LocalizationMessages 
NewCookie Expires header value ({0}) cannot be read.
 
ERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) LocalizationMessages 
MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
 
ERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) LocalizationMessages 
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
 
ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) LocalizationMessages 
Value "{0}" is not a character.
 
ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) LocalizationMessages 
Value "{0}" is not a character.
 
ERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) LocalizationMessages 
No injection source found for a parameter of type {1} at index {0}.
 
ERROR_PARAMETER_TYPE_PROCESSING(Object) LocalizationMessages 
Could not process parameter type {0}.
 
ERROR_PARAMETER_TYPE_PROCESSING(Object) LocalizationMessages 
Could not process parameter type {0}.
 
ERROR_PARSING_CONTENT_DISPOSITION(Object) LocalizationMessages 
Error parsing content disposition: {0}
 
ERROR_PARSING_ENTITY_TAG(Object) LocalizationMessages 
Error parsing entity tag: {0}
 
ERROR_PARSING_JSON_ARRAY() LocalizationMessages 
Error parsing JSON array.
 
ERROR_PARSING_JSON_OBJECT() LocalizationMessages 
Error parsing JSON object.
 
ERROR_PRIMITIVE_TYPE_NULL() LocalizationMessages 
The request entity cannot be empty.
 
ERROR_PROCESSING_METHOD(Object, Object) LocalizationMessages 
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
 
ERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() LocalizationMessages 
Error occurred when processing a response created from an already mapped exception.
 
ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) LocalizationMessages 
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.
 
ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) LocalizationMessages 
Due to constraint configuration problems the provider {0} will be ignored.
 
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) 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) LocalizationMessages 
A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
 
ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) LocalizationMessages 
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
 
ERROR_READING_ENTITY(Object) LocalizationMessages 
Error reading entity as {0}.
 
ERROR_READING_ENTITY_FROM_INPUT_STREAM() LocalizationMessages 
Error reading entity from input stream.
 
ERROR_READING_ENTITY_MISSING() LocalizationMessages 
Missing entity.
 
ERROR_READING_ENTITY_MISSING() LocalizationMessages 
Missing entity.
 
ERROR_READING_HTTPENTITY_STREAM(Object) LocalizationMessages 
Error reading InputStream from HttpEntity: "{0}"
 
ERROR_READING_HTTPENTITY_STREAM(Object) LocalizationMessages 
Error reading InputStream from HttpEntity: "{0}"
 
ERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() LocalizationMessages 
The request cannot be aborted as it is already in the response processing phase.
 
ERROR_REQUEST_CANCELLED() LocalizationMessages 
Request cancelled by the client call.
 
ERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() LocalizationMessages 
The entity stream cannot be set in the request as it is already in the response processing phase.
 
ERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() LocalizationMessages 
The security context cannot be set in the request as it is already in the response processing phase.
 
ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) LocalizationMessages 
Unable to resolve generic type value of {0} for an instance of {1}.
 
ERROR_RESOURCE_JAVA_METHOD_INVOCATION() LocalizationMessages 
Resource Java method invocation error.
 
ERROR_RESOURCES_CANNOT_MERGE() LocalizationMessages 
Resources do not have the same path and cannot be merged.
 
ERROR_RESPONSE_ALREADY_COMMITED() LocalizationMessages 
The response entity was already committed.
 
ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED() LocalizationMessages 
ResponseWriter was not commited yet.
 
ERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE() LocalizationMessages 
Unable to send a failure response.
 
ERROR_RESPONSEWRITER_WRITING_HEADERS() LocalizationMessages 
Error writing out the response headers.
 
ERROR_SCANNING_CLASS_NOT_FOUND(Object) LocalizationMessages 
A class file of the class name, {0}, is identified but the class could not be found.
 
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) LocalizationMessages 
Incorrect type of feature context instance {0}.
 
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) LocalizationMessages 
Incorrect type of reader interceptor context instance {0}.
 
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) LocalizationMessages 
Incorrect type of writer interceptor context instance {0}.
 
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) LocalizationMessages 
Incorrect type of request instance {0}.
 
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) LocalizationMessages 
Incorrect type of response instance {0}.
 
ERROR_SHUTDOWNHOOK_CLOSE(Object) LocalizationMessages 
Client shutdown hook {0} failed.
 
ERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) LocalizationMessages 
Sub resource locator returned {0} in the resource model.
 
ERROR_SUSPENDING_ASYNC_REQUEST() LocalizationMessages 
Attempt to suspend a connection of an asynchronous request failed in the underlying container.
 
ERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() LocalizationMessages 
Attempt to suspend a client connection associated with a chunked output has failed in the underlying container.
 
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) 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) 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) 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) LocalizationMessages 
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
 
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) LocalizationMessages 
Invalid syntax in the template "{0}".
 
ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) LocalizationMessages 
The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
 
ERROR_UNMARSHALLING_JAXB(Object) LocalizationMessages 
Error un-marshalling JAXB object of type: {0}.
 
ERROR_UNMARSHALLING_JAXB(Object) LocalizationMessages 
Error unmarshalling JAXB object of type "{0}".
 
ERROR_UNSUPPORTED_ENCODING(Object, Object) LocalizationMessages 
The encoding {0} is not supported for parameter {1}.
 
ERROR_VALIDATION_SUBRESOURCE() LocalizationMessages 
Model validation error(s) found in sub resource returned by sub resource locator.
 
ERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) LocalizationMessages 
Error generating wadl for method {0} of resource {1}.
 
ERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) LocalizationMessages 
Error generating wadl for parameter {0} of resource {1} and resource method {2}.
 
ERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) LocalizationMessages 
Error generating wadl for request representation of resource method {0} of resource {1}.
 
ERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) LocalizationMessages 
Error generating wadl request representation for media type {0} of method {1} of resource {2}.
 
ERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) LocalizationMessages 
Error generating wadl application for one specific resource {0}.
 
ERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) LocalizationMessages 
Error generating wadl for sub resource locator {0} of resource {1}.
 
ERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) LocalizationMessages 
Error generating wadl for Resource {0} with path "{1}".
 
ERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) LocalizationMessages 
Error generating wadl response representation for method {0} of resource {1}.
 
ERROR_WADL_EXTERNAL_GRAMMAR() LocalizationMessages 
Error attaching an external grammar to the wadl.
 
ERROR_WADL_GENERATOR_CONFIG_LOADER(Object) LocalizationMessages 
Could not load WadlGeneratorConfiguration, check the configuration of "{0}".
 
ERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) LocalizationMessages 
The property {0} is an invalid type: {1} (supported: String, Class<? extends WadlGeneratorConfiguration>, WadlGeneratorConfiguration).
 
ERROR_WADL_GENERATOR_CONFIGURE() LocalizationMessages 
Error configuring the given user WadlGenerator by configure() method.
 
ERROR_WADL_GENERATOR_LOAD() LocalizationMessages 
Could not load wadl generators from wadlGeneratorDescriptions.
 
ERROR_WADL_GRAMMAR_ALREADY_CONTAINS() LocalizationMessages 
The wadl application already contains a grammars element, we're adding elements of the provided grammars file.
 
ERROR_WADL_JAXB_CONTEXT() LocalizationMessages 
Error creating a JAXBContext for wadl processing.
 
ERROR_WADL_RESOURCE_APPLICATION_WADL() LocalizationMessages 
Error generating /application.wadl.
 
ERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() LocalizationMessages 
Error generating external wadl grammar on /application.wadl/[path].
 
ERROR_WADL_RESOURCE_MARSHAL() LocalizationMessages 
Could not marshal the wadl Application.
 
ERROR_WHEN_CREATING_SERVER() LocalizationMessages 
IOException thrown when trying to create simple server.
 
ERROR_WRITING_JSON_ARRAY() LocalizationMessages 
Error writing JSON array.
 
ERROR_WRITING_JSON_OBJECT() LocalizationMessages 
Error writing JSON object.
 
ERROR_WRITING_RESPONSE_ENTITY() LocalizationMessages 
An I/O error has occurred while writing a response message entity to the container output stream.
 
ERROR_WRITING_RESPONSE_ENTITY_CHUNK() LocalizationMessages 
An I/O error has occurred while writing a response message entity chunk to the container output stream.
 
Errors org.glassfish.jersey.internal 
Errors utility used to file processing messages (e.g.
 
Errors.ErrorMessage org.glassfish.jersey.internal 
Generic error message.
 
Errors.ErrorMessagesException org.glassfish.jersey.internal 
Error message exception.
 
ERRORS_AND_WARNINGS_DETECTED(Object) LocalizationMessages 
Following issues have been detected: {0}
 
evaluatePreconditions(EntityTag) ContainerRequest   
evaluatePreconditions(Date) ContainerRequest   
evaluatePreconditions(Date, EntityTag) ContainerRequest   
evaluatePreconditions() ContainerRequest   
EVENT_DATA_READER_NOT_FOUND() LocalizationMessages 
Message body reader not found for the SSE event data.
 
EVENT_SINK_CLOSE_FAILED() LocalizationMessages 
Closing EventSink failed.
 
EVENT_SINK_NEXT_FAILED() LocalizationMessages 
Processing onNext signal failed.
 
EVENT_SINK_RETURNS_TYPE(Object) LocalizationMessages 
A HTTP GET method {0} that is being injected with SseEventSink should return void.
 
EVENT_SOURCE_ALREADY_CLOSED() LocalizationMessages 
This event source has already been closed.
 
EVENT_SOURCE_ALREADY_CONNECTED() LocalizationMessages 
This event source is already open.
 
EVENT_SOURCE_DEFAULT_ONERROR() LocalizationMessages 
Subscriber.onError() called on subscriber with no registered error handler.
 
EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() LocalizationMessages 
Waiting for opening the event source connection has been interrupted.
 
EVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) LocalizationMessages 
Waiting for the event source executor for [{0}] to shutdown has been interrupted.
 
EVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) LocalizationMessages 
Attempt to shutdown the event source executor for [{0}] has timed out.
 
EventInput org.glassfish.jersey.media.sse 
Inbound Server-Sent Events channel.
 
EventInput(InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) EventInput 
Package-private constructor used by the ChunkedInputReader.
 
EventListener org.glassfish.jersey.media.sse 
 
EventOutput org.glassfish.jersey.media.sse 
Outbound Server-Sent Events channel.
 
EventOutput() EventOutput 
Create new outbound Server-Sent Events channel.
 
EventProcessor org.glassfish.jersey.media.sse.internal 
Private event processor task responsible for connecting to the SSE stream and processing
 incoming SSE events as well as handling any connection issues.
 
EventProcessor.Builder org.glassfish.jersey.media.sse.internal 
 
EventProcessor.ShutdownHandler org.glassfish.jersey.media.sse.internal 
 
EventProcessor.State org.glassfish.jersey.media.sse.internal 
Event processor state, which is shared with the owner (to be able to control bootstrap and shutdown).
 
EventSource org.glassfish.jersey.media.sse 
 
EventSource(WebTarget) EventSource 
Create new SSE event source and open a connection it to the supplied SSE streaming web target.
 
EventSource(WebTarget, boolean) EventSource 
Create new SSE event source pointing at a SSE streaming web target.
 
EventSource.Builder org.glassfish.jersey.media.sse 
 
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() LocalizationMessages 
Exception caught while loading SPI providers.
 
EXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() LocalizationMessages 
An exception was not mapped due to exception mapper failure.
 
EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) LocalizationMessages 
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
 
EXCEPTION_MAPPER_THROWS_EXCEPTION(Object) LocalizationMessages 
An exception has been thrown from an exception mapper {0}.
 
EXCEPTION_MAPPING_START() LocalizationMessages 
Starting mapping of the exception.
 
EXCEPTION_MAPPING_WAE_ENTITY(Object) LocalizationMessages 
WebApplicationException (WAE) with non-null entity thrown.
 
EXCEPTION_MAPPING_WAE_NO_ENTITY(Object) LocalizationMessages 
WebApplicationException (WAE) with no entity thrown and no ExceptionMappers have been found for this WAE.
 
EXCEPTION_PARAMETER TypeReference 
The sort of type references that target the type of the exception of a 'catch' clause in a
 method.
 
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) LocalizationMessages 
I/O exception occurred while sending "{0}/{1}" error response.
 
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) LocalizationMessages 
I/O exception occurred while sending "{0}/{1}" error response.
 
EXCEPTION_SUPPRESSED() LocalizationMessages 
Exceptions were thrown.
 
ExceptionMapperFactory org.glassfish.jersey.internal 
Exception mappers implementation that aggregates
 exception mappers and server as the main entry point for exception mapper
 instance lookup.
 
ExceptionMapperFactory(InjectionManager) ExceptionMapperFactory 
Create new exception mapper factory initialized with injection manager
 instance that will be used to look up all providers implementing ExceptionMapper interface.
 
ExceptionMapperFactory.ExceptionMappersConfigurator org.glassfish.jersey.internal 
 
ExceptionMapperMXBean org.glassfish.jersey.server.monitoring 
MXBean interface of the exception mapper statistics.
 
ExceptionMappers org.glassfish.jersey.spi 
Provides lookup of ExceptionMapper instances that can be used
 to map exceptions to responses.
 
ExceptionMappersConfigurator() ExceptionMapperFactory.ExceptionMappersConfigurator   
ExceptionMapperStatistics org.glassfish.jersey.server.monitoring 
Monitoring statistics of exception mapper executions.
 
EXCLUDE_EMPTY ComponentBag 
A filtering strategy that excludes models with no recognized contracts.
 
excludeMetaProviders(InjectionManager) ComponentBag 
A method creates the 
Predicate which is able to filter all Jersey meta-providers along with the components which
 is able to register the current used 
InjectionManager.
 
ExecutionStatistics org.glassfish.jersey.server.monitoring 
Monitoring statistics of execution of one target.
 
EXECUTOR_SERVICE_PROVIDER_ONLY ComponentBag 
 
ExecutorProviders org.glassfish.jersey.process.internal 
A utility class with a methods for handling executor injection registration and proper disposal.
 
executorService(ExecutorService) ClientConfig 
Register custom Jersey client async executor.
 
executorService(ExecutorService) JerseyClientBuilder   
ExecutorServiceProvider 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.
 
EXPAND_FRAMES ClassReader 
A flag to expand the stack map frames.
 
Expect100ContinueFeature org.glassfish.jersey.client.http   
Expect100ContinueFeature() Expect100ContinueFeature   
EXPECT_100_CONTINUE ClientProperties 
Allows for HTTP Expect:100-Continue being handled by the HttpUrlConnector (default Jersey
 connector).
 
EXPECT_100_CONTINUE_THRESHOLD_SIZE ClientProperties 
Property for threshold size for content length after which Expect:100-Continue header would be applied
 before the main request.
 
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() LocalizationMessages 
The supplied component is not configured to use a ApacheConnectorProvider.
 
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() LocalizationMessages 
The supplied component is not configured to use a ApacheConnectorProvider.
 
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() LocalizationMessages 
The supplied component is not configured to use a GrizzlyConnectorProvider.
 
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() LocalizationMessages 
The supplied component is not configured to use a JettyConnectorProvider.
 
expires(Date) OutboundJaxrsResponse.Builder   
extended(boolean) Resource.Builder 
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
 
extended(boolean) ResourceMethod.Builder 
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
 
ExtendedConfig org.glassfish.jersey 
Extended common runtime configuration.
 
ExtendedExceptionMapper T  extends Throwable > - Interface in org.glassfish.jersey.spi 
Extension of a exception mapper interface.
 
ExtendedResource org.glassfish.jersey.server.model 
This annotation can mark resource classes or resource methods that should be considered as extended resources.
 
ExtendedResourceContext org.glassfish.jersey.server 
Jersey extension of ResourceContext.
 
ExtendedUriInfo org.glassfish.jersey.server 
Extensions to UriInfo.
 
EXTERNAL_ONLY 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 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)
 
ExternalGrammar(MediaType, byte[]) ApplicationDescription.ExternalGrammar   
ExternalGrammarDefinition() WadlGenerator.ExternalGrammarDefinition   
ExternalProperties org.glassfish.jersey   
ExternalRequestContext T > - Class in org.glassfish.jersey.server.spi 
Wrapper for externally provided request context data.
 
ExternalRequestContext(T) ExternalRequestContext 
Create new external request context containing given data.
 
ExternalRequestScope T > - Interface in org.glassfish.jersey.server.spi 
This is to allow integration with other DI providers that
 define their own request scope.
 
extractInflector(Object) Stages 
(Optionally) extracts an 
inflector from a processing stage,
 provided the stage implements 
Inflecting interface.
 
 
General(Provider<XMLInputFactory>, Providers, Configuration) XmlCollectionJaxbProvider.General   
General(Provider<SAXParserFactory>, Providers, Configuration) XmlJaxbElementProvider.General   
General(Provider<SAXParserFactory>, Providers, Configuration) XmlRootElementJaxbProvider.General   
General(Provider<SAXParserFactory>, Providers, Configuration) XmlRootObjectJaxbProvider.General   
generate(OAuth1Request, OAuth1Parameters, OAuth1Secrets) OAuth1Signature 
Generates and returns an OAuth signature for the given request,
 parameters and secrets.
 
generate(List<Resource>) WadlBuilder 
Generate WADL for a set of resources.
 
generate(ApplicationDescription, Resource) WadlBuilder 
Generate WADL for a resource.
 
generator(Class<? extends WadlGenerator>) WadlGeneratorConfig 
 
generator(Class<? extends WadlGenerator>) WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder   
GenericArrayTypeImpl org.glassfish.jersey.inject.cdi.se 
An implementation of GenericArrayType for those times we need to create this on the fly.
 
GenericArrayTypeImpl(Type) GenericArrayTypeImpl 
Creates the GenericArrayType with the given array type
 
GenericCdiBeanSupplier org.glassfish.jersey.ext.cdi1x.internal 
Supplier to provide CDI managed components where
 there is no clear mapping between the CDI and scopes.
 
GenericCdiBeanSupplier(Class, InjectionManager, BeanManager, boolean) GenericCdiBeanSupplier   
GenericInjectionManagerStore org.glassfish.jersey.ext.cdi1x.internal 
Generic injection manager store that allows multiple
 injection managers to run in parallel.
 
GenericInjectionManagerStore() GenericInjectionManagerStore   
get(Parameter) ParameterUpdaterProvider 
Get the updater configured to update value of given 
parameter.
 
get() JerseyInvocation.Builder   
get(Class<T>) JerseyInvocation.Builder   
get(GenericType<T>) JerseyInvocation.Builder   
get() GenericCdiBeanSupplier   
get() RequestScopedCdiBeanSupplier   
get(ForeignDescriptor) Hk2RequestScope.Instance 
Get an inhabitant stored in the scope instance that matches the active descriptor .
 
get() DocumentBuilderFactoryInjectionProvider   
get() SaxParserFactoryInjectionProvider   
get() TransformerFactoryInjectionProvider   
get() XmlInputFactoryInjectionProvider   
get() ThreadLocalInvoker   
GET_CONSUMES_ENTITY(Object) LocalizationMessages 
A HTTP GET method, {0}, should not consume any entity.
 
GET_CONSUMES_FORM_PARAM(Object) LocalizationMessages 
A HTTP GET method, {0}, should not consume any form parameter.
 
GET_RETURNS_VOID(Object) LocalizationMessages 
A HTTP GET method, {0}, returns a void type.
 
getAbortResponse() ClientRequest 
Get the request filter chain aborting response if set, or null otherwise.
 
getAbortResponse() ContainerRequest 
Get the request filter chain aborting response if set, or null otherwise.
 
getAbsolutePath() ContainerRequest 
Get the absolute path of the request.
 
getAcceptableLanguages() OutboundMessageContext 
Get a list of languages that are acceptable for the message.
 
getAcceptableLanguages() ContainerRequest   
getAcceptableMediaTypes() OutboundMessageContext 
Get a list of media types that are acceptable for the message.
 
getAcceptableMediaTypes() ContainerRequest   
getAccepted() InvocationBuilderListener.InvocationBuilderContext 
Get the accepted response media types.
 
getAcceptedLanguages() InvocationBuilderListener.InvocationBuilderContext 
Get acceptable languages.
 
getAccess() ClassReader 
Returns the class's access flags (see 
Opcodes).
 
getActualTypeArguments() ParameterizedTypeImpl   
getAdapter(Class<A>) JettisonJaxbMarshaller   
getAdapter(Class<A>) JettisonJaxbUnmarshaller   
getAllInstances(Type) CdiSeInjectionManager   
getAllMethods() Resource 
Provides resource methods and resource locator are available on the resource.
 
getAllowedMethods() InboundMessageContext 
Get the allowed HTTP methods from the Allow HTTP header.
 
getAllowedMethods() OutboundJaxrsResponse   
getAllowedMethods() OutboundMessageContext 
Get the allowed HTTP methods from the Allow HTTP header.
 
getAllowedMethods() ContainerResponse   
getAllowedMethods(RuntimeResource) ModelProcessorUtil 
Return allowed methods for the given resource.
 
getAllServiceHolders(Class<T>, Annotation...) CdiSeInjectionManager   
getAllServletContainerProviders() ServletContainerProviderFactory 
Returns array of all "registered" implementations of ServletContainerProvider.
 
getAnnotatedResourceClass(Class<?>) ModelHelper 
Get the class in the provided resource class ancestor hierarchy that
 is actually annotated with the @Path annotation.
 
getAnnotation() ContextInjectionResolverImpl   
getAnnotation() ContextInjectionResolverImpl   
getAnnotation(Class<T>) AnnotatedMethod   
getAnnotation(Class<T>) Parameter   
getAnnotations() AnnotatedMethod   
getAnnotations() Parameter   
getAny() Application 
Gets the value of the any property.
 
getAny() Grammars 
Gets the value of the any property.
 
getAny() Link 
Gets the value of the any property.
 
getAny() Method 
Gets the value of the any property.
 
getAny() Option 
Gets the value of the any property.
 
getAny() Param 
Gets the value of the any property.
 
getAny() Representation 
Gets the value of the any property.
 
getAny() Request 
Gets the value of the any property.
 
getAny() Resource 
Gets the value of the any property.
 
getAny() Resources 
Gets the value of the any property.
 
getAny() ResourceType 
Gets the value of the any property.
 
getAny() Response 
Gets the value of the any property.
 
getAppHandler() WebComponent 
 
getApplication() ResourceConfig 
Returns JAX-RS application corresponding with this ResourceConfig.
 
getApplication() ServerBootstrapBag   
getApplication() ApplicationDescription   
getApplication(UriInfo, boolean) WadlApplicationContextImpl   
getApplication(UriInfo, Resource, boolean) WadlApplicationContextImpl   
getApplication(UriInfo, boolean) WadlApplicationContext 
Get a new instance of a 
ApplicationDescription corresponding to all
 the root resource classes, and configure the base URI.
 
getApplication(UriInfo, Resource, boolean) WadlApplicationContext 
Get a new instance of 
Application for a particular resource.
 
getApplicationClass() ApplicationMXBean 
Get the application class used for configuration of Jersey application.
 
getApplicationHandler() GrizzlyHttpContainer   
getApplicationHandler() JdkHttpHandlerContainer   
getApplicationHandler() ServerBootstrapBag   
getApplicationHandler() Container 
Get the Jersey server-side application handler associated with the container.
 
getApplicationHandler() ServletContainer   
getApplicationHandler() SimpleContainer   
getApplicationName() ApplicationMXBean 
Get the application name.
 
getApplicationName() ResourceConfig 
Get the name of the Jersey application.
 
getApplicationPath() ResourceConfig 
Returns encoded value of ApplicationPath annotation of the Application corresponding
 with this ResourceConfig or null when the annotation is not present.
 
getArgs() ValidationInterceptorContext 
Provide method parameters for which validation will be done.
 
getArgumentsAndReturnSizes() Type 
Returns the size of the arguments and of the return value of methods of this type.
 
getArgumentsAndReturnSizes(String) Type 
Computes the size of the arguments and of the return value of a method.
 
getArgumentTypes() Type 
Returns the argument types of methods of this type.
 
getArgumentTypes(String) Type 
Returns the 
Type values corresponding to the argument types of the given method
 descriptor.
 
getArgumentTypes(Method) Type 
Returns the 
Type values corresponding to the argument types of the given method.
 
getArrayElements() JettisonConfig 
Returns a list of elements to be treated as arrays.
 
getAsLocale() LanguageTag   
getAttachmentMarshaller() JettisonJaxbMarshaller   
getAttachmentUnmarshaller() JettisonJaxbUnmarshaller   
getAttributePrefix() MoxyJsonConfig   
getAutoDiscoverables() BootstrapBag 
Gets a list of AutoDiscoverable.
 
getAverageDuration() TimeWindowStatistics 
Returns the average duration (processing time) in milliseconds of the request processing measured
 in the time window.
 
getBackingThreadFactory() AbstractThreadPoolProvider 
Get a backing thread factory that should be used as a delegate for creating the new threads for the provisioned executor
 service.
 
getBase() Resources 
Gets the value of the base property.
 
getBaseUri() ContainerRequest 
Get base request URI.
 
getBean() JerseyInjectionTarget   
getBeanClass() JerseyBean   
getBeanClass() SupplierThreadScopeBean   
getBeanClass() RequestScopeBean   
getBeanManager() CdiUtil 
Get me current bean manager.
 
getBeanManager() CdiSeInjectionManager   
getBeanScope(Class<?>, BeanManager) CdiUtil 
Get me scope of a bean corresponding to given class.
 
getBinding(String) ProvideLinkDescriptor 
Get the binding as an EL expression for a particular URI template parameter
 
getBindings() CdiSeInjectionManager   
getBodyParts() MultiPart 
 
getBootstrapMethod() ConstantDynamic 
Returns the bootstrap method used to compute the value of this constant.
 
getBootstrapMethodArgument(int) ConstantDynamic 
Returns an argument passed to the bootstrap method, in order to compute the value of this
 constant.
 
getBootstrapMethodArgumentCount() ConstantDynamic 
Returns the number of arguments passed to the bootstrap method, in order to compute the value
 of this constant.
 
getBufferThreshold() MultiPartProperties 
Get the size (in bytes) of the entity of an incoming
 
BodyPart before it will be buffered to disk.
 
getBuildId() Version 
Get build id.
 
getCacheControls() InvocationBuilderListener.InvocationBuilderContext 
Get the cache control data of the message.
 
getCallback() OAuth1Parameters 
Returns the callback URL.
 
getCDataElements() DocProcessor 
specify which of your elements you want to be handled as CDATA.
 
getCDataElements() DocProcessorWrapper   
getCharset(MediaType) AbstractMessageReaderWriterProvider 
Get the character set from a media type.
 
getCharset(MediaType) ReaderWriter 
Get the character set from a media type.
 
getCharset(MediaType) MessageUtils 
Get the character set from a media type.
 
getChildResources() Resource 
Returns the list of child resources available on this resource.
 
getChildRuntimeResources() RuntimeResource 
Get child runtime resources of this resource.
 
getChunkType() ChunkedInput 
Get chunk data media type.
 
getClasses() ClientConfig   
getClasses() ConfigurationModel   
getClasses() CommonConfig   
getClasses() ComponentBag 
Get all registered component classes, including features
 and binders meta-providers.
 
getClasses(Predicate<ContractProvider>) ComponentBag 
Get a subset of all registered component classes using the filter predicate
 to determine for each component class based on it's contract provider class model whether
 it should be kept or filtered out.
 
getClasses() ResourceConfig   
getClassLoader() ClassWriter 
 
getClassLoader() ResourceConfig 
Get resource and provider class loader.
 
getClassName() ClassReader 
 
getClassName() ClassTooLargeException 
 
getClassName() MethodTooLargeException 
Returns the internal name of the owner class.
 
getClassName() Type 
Returns the binary name of the class corresponding to this type.
 
getClient() ClientConfig 
Get the parent Jersey client this configuration is bound to.
 
getClient() ClientRequest   
getClientExecutor() ClientConfig   
getClientResponse() ClientResponseProcessingException 
Return a 
ClientResponse to be converted to 
Response to be put to a 
ResponseProcessingException.
 
getCodeSize() MethodTooLargeException 
Returns the size of the method's Code attribute, in bytes.
 
getComment() InboundEvent 
Get a comment string that accompanies the event.
 
getComment() OutboundEvent 
Get a comment string that accompanies the event.
 
getCommonSuperClass(String, String) ClassWriter 
Returns the common super type of the two given types.
 
getComponentBag() CommonConfig 
Returns a 
ComponentBag instance associated with the configuration.
 
getComponentProviders() ServerBootstrapBag   
getComponents() HandlerConstructor   
getComponents() Invocable   
getComponents() MethodHandler   
getComponents() Resource   
getComponents() ResourceMethod   
getComponents() ResourceModel   
getComponents() ResourceModelComponent 
Should return all existing resource model sub-components.
 
getComponents() RuntimeResource   
getCondition() ProvideLinkDescriptor 
Get the condition.
 
getConfig() ConfigurationModel   
getConfig() ExternalConfigurationModel 
Obtain config object
 
getConfigType() WebConfig 
Get the configuration type of this config.
 
getConfigType() WebFilterConfig   
getConfigType() WebServletConfig   
getConfiguration() ClientConfig   
getConfiguration() ClientRequest   
getConfiguration() Initializable 
Get a live view of an internal client configuration state of this initializable instance.
 
getConfiguration() JerseyClient   
getConfiguration() JerseyClientBuilder   
getConfiguration() JerseyWebTarget   
getConfiguration() InvocationBuilderListener.InvocationBuilderContext 
Get runtime configuration.
 
getConfiguration() GrizzlyHttpContainer   
getConfiguration() BootstrapBag 
Gets an instance of Configuration.
 
getConfiguration() JdkHttpHandlerContainer   
getConfiguration() InboundMessageContext 
The related client/server side Configuration.
 
getConfiguration() OutboundMessageContext 
The related client/server side Configuration.
 
getConfiguration() CommonConfig   
getConfiguration() FeatureContextWrapper   
getConfiguration() ApplicationHandler 
Get the application configuration.
 
getConfiguration() ResourceConfig   
getConfiguration() Container 
 
getConfiguration() ServletContainer   
getConfiguration() SimpleContainer   
getConfiguration() ExternalConfigurationProvider 
obrain model object which has direct access to external configuration
 
getConfiguratorClass() WadlGeneratorDescription 
 
getConnection(URL) HttpUrlConnectorProvider.ConnectionFactory 
 
getConnection(URL, Proxy) HttpUrlConnectorProvider.ConnectionFactory 
 
getConnector(Client, Configuration) ApacheConnectorProvider   
getConnector(Client, Configuration) Apache5ConnectorProvider   
getConnector() ClientConfig 
Get the client transport connector.
 
getConnector(Client, Configuration) HttpUrlConnectorProvider   
getConnector(Client, Configuration) CachingConnectorProvider   
getConnector(Client, Configuration) ConnectorProvider 
Get a Jersey client connector instance for a given client instance
 and Jersey client runtime configuration.
 
getConnector(Client, Configuration) GrizzlyConnectorProvider   
getConnector(Client, Configuration) JdkConnectorProvider   
getConnector(Client, Configuration) JettyConnectorProvider   
getConnector(Client, Configuration) NettyConnectorProvider   
getConnectorProvider() ClientConfig 
Get the client transport connector provider.
 
getConstantPoolCount() ClassTooLargeException 
Returns the number of constant pool items of the class.
 
getConstructor(Class<T>) InjecteeSkippingAnalyzer   
getConstructor() CachedConstructorAnalyzer   
getConstructor(Class<T>) JerseyClassAnalyzer   
getConstructor() HandlerConstructor 
Get the underlying java constructor.
 
getConstructorDescriptor(Constructor<?>) Type 
Returns the descriptor corresponding to the given constructor.
 
getConstructors() MethodHandler 
Get the resource method handler constructors.
 
getConsumedTypes() Consuming 
Get the consumed media types supported by the component.
 
getConsumedTypes() ResourceMethod   
getConsumerKey() OAuth1Parameters 
Returns the consumer key.
 
getConsumerSecret() OAuth1Secrets 
Returns the consumer secret.
 
getConsumesMediaType() ResourceMethodMXBean 
Get the string with media types consumed by this method, enclosed in double quotas and
 separated by a comma (e.g.
 
getContainer() CdiSeInjectionManager   
getContainerRequest() RequestEvent 
Get the container request.
 
getContainerRequestFilters() RequestEvent 
Get container request filters used during the request filtering
 phase.
 
getContainerResponse() RequestEvent 
Get the container response.
 
getContainerResponseFilters() RequestEvent 
Get container response filters used during the response filtering
 phase.
 
getContent() Doc 
Gets the value of the content property.
 
getContent() ApplicationDescription.ExternalGrammar   
getContentDisposition() BodyPart 
Gets the content disposition.
 
getContentDisposition() FormDataBodyPart 
 
getContentType() DataSourceProvider.ByteArrayDataSource   
getContext(Class<?>) RegistrationNotRequiredKryoContextResolver   
getContext() HeaderValueException 
Get the exception context.
 
getContext() OutboundJaxrsResponse 
Get the underlying outbound message context.
 
getContext() ExternalRequestContext 
Get me current external context data.
 
getContextParams(ServletContext) Utils 
Extract context params from ServletContext.
 
getContextResolver(Class<T>, MediaType) JaxrsProviders   
getContextResolvers() BootstrapBag 
 
getContract() AbstractServiceFinderConfigurator 
Mainly aimed to provide contract class to abstract classes which extends this finder
 
getContractMap() ContractProvider 
Get the map of contracts and their priorities.
 
getContracts(Class<?>) ClientConfig   
getContracts(Class<?>) ConfigurationModel   
getContracts() ContractProvider.Builder 
Get the map of contracts for the built contract provider model.
 
getContracts() ContractProvider 
Get provided contracts recognized by Jersey.
 
getContracts(Class<?>) CommonConfig   
getContracts(Class<?>) ResourceConfig   
getContractTypes() RankedProvider 
Get me set of implemented contracts.
 
getContributorsFor(Class<?>) NaiveResourceLinkContributionContext   
getContributorsFor(Class<?>) ResourceLinkContributionContext 
Returns all link contributions for an entity class.
 
getConverter(Class<T>, Type, Annotation[]) JaxbStringReaderProvider.RootElementProvider   
getCookies() ClientRequest   
getCookies() ClientResponse   
getCookies() InvocationBuilderListener.InvocationBuilderContext 
Get any cookies that accompanied the request.
 
getCookies() OutboundJaxrsResponse   
getCookies() ContainerRequest   
getCookies() ContainerResponse   
getCookieStore(Configurable<?>) ApacheConnectorProvider 
 
getCookieStore(Configurable<?>) Apache5ConnectorProvider 
 
getCorePoolSize() ThreadPoolConfig 
Get the core thread pool size - the size of the thread pool will never bee smaller than this.
 
getCorePoolSize() AbstractThreadPoolProvider 
Get the number of the core threads of the the provisioned thread pool executor.
 
getCreationDate() ContentDisposition 
Get the creation-date parameter.
 
getData() OutboundEvent 
Get event data.
 
getDate() InboundMessageContext 
Get message date.
 
getDate() OutboundJaxrsResponse   
getDate() OutboundMessageContext 
Get message date.
 
getDate() ContainerResponse   
getDeclaredAnnotations() AnnotatedMethod   
getDeclaredAnnotations() Parameter   
getDeclaredMethod() AnnotatedMethod 
Get the underlying declared Java method.
 
getDeclaringClassName() ResourceMethodMXBean 
Get the full class name of the class that declares the handling method.
 
getDefault() Param 
Gets the value of the default property.
 
getDefaultContext() SslConfigurator 
Get a new instance of a 
SSLContext configured using default configuration settings.
 
getDefaultContext(boolean) SslConfigurator 
Get a new instance of a 
SSLContext configured using default configuration settings.
 
getDefaultMediaType() StreamDataBodyPart 
Gets the default MediaType to be used if the user didn't specify
 any.
 
getDefaultNext() AbstractChainableStage 
Get the default next stage currently configured on the acceptor.
 
getDefaultPriority() ContractProvider.Builder 
Get the default priority of the built contract provider model.
 
getDefaultSslContext() DefaultSslContextProvider 
Get default SSLContext.
 
getDefaultStringValue() ParamException 
Get the default String value.
 
getDefaultValue() Parameter 
Get the default parameter value.
 
getDefaultValueString() ParameterUpdater 
Default value (string) that will be used in case input value is not available.
 
getDefinitionMethod() Invocable 
Getter for the Java method that should be executed.
 
getDelegate() AnnotationVisitor 
The annotation visitor to which this visitor must delegate method calls.
 
getDelegate() ClassVisitor 
The class visitor to which this visitor must delegate method calls.
 
getDelegate() FieldVisitor 
The field visitor to which this visitor must delegate method calls.
 
getDelegate() MethodVisitor 
The method visitor to which this visitor must delegate method calls.
 
getDelegate() ModuleVisitor 
The module visitor to which this visitor must delegate method calls.
 
getDelegate() RecordComponentVisitor 
The record visitor to which this visitor must delegate method calls.
 
getDesc() Handle 
Returns the descriptor of the field or method designated by this handle.
 
getDescriptor() ConstantDynamic 
Returns the type of this constant.
 
getDescriptor() MethodTooLargeException 
Returns the descriptor of the method.
 
getDescriptor() Type 
Returns the descriptor corresponding to this type.
 
getDescriptor(Class<?>) Type 
Returns the descriptor corresponding to the given class.
 
getDimensions() Type 
Returns the number of dimensions of this array type.
 
getDoc() Application 
Gets the value of the doc property.
 
getDoc() Grammars 
Gets the value of the doc property.
 
getDoc() Include 
Gets the value of the doc property.
 
getDoc() Link 
Gets the value of the doc property.
 
getDoc() Method 
Gets the value of the doc property.
 
getDoc() Option 
Gets the value of the doc property.
 
getDoc() Param 
Gets the value of the doc property.
 
getDoc() Representation 
Gets the value of the doc property.
 
getDoc() Request 
Gets the value of the doc property.
 
getDoc() Resource 
Gets the value of the doc property.
 
getDoc() Resources 
Gets the value of the doc property.
 
getDoc() ResourceType 
Gets the value of the doc property.
 
getDoc() Response 
Gets the value of the doc property.
 
getDynamicFeatures() ProcessingProviders 
Get dynamic features.
 
getEffectiveInjectionManager() CdiComponentProvider 
Gets you effective injection manager.
 
getEffectiveInjectionManager() GenericInjectionManagerStore   
getElement() Representation 
Gets the value of the element property.
 
getElementClass(Class<?>, Type) AbstractCollectionJaxbProvider   
getElementName(Class<?>) AbstractCollectionJaxbProvider 
Get the element name for a given Java type.
 
getElementType() Type 
Returns the type of the elements of this array type.
 
getEncodings() InvocationBuilderListener.InvocationBuilderContext 
Get acceptable encodings.
 
getEnhancedAnnotatedType() JerseyInjectionTarget   
getEntity() ClientResponse 
Get the message entity Java instance.
 
getEntity() BodyPart 
Returns the entity object to be unmarshalled from a request, or to be
 marshalled on a response.
 
getEntity() MultiPart 
Disables access to the entity for a 
MultiPart.
 
getEntity() OutboundJaxrsResponse   
getEntity() OutboundMessageContext 
Get the message entity Java instance.
 
getEntity() WriterInterceptorExecutor   
getEntity() ContainerResponse   
getEntityAnnotations() OutboundMessageContext 
Get the annotations attached to the entity.
 
getEntityAnnotations() ContainerResponse   
getEntityAs(Class<T>) BodyPart 
Returns the entity after appropriate conversion to the requested type.
 
getEntityClass() OutboundMessageContext 
Get the raw message entity type information.
 
getEntityClass() ContainerResponse   
getEntityStream() InboundMessageContext 
Get the entity input stream.
 
getEntityStream() OutboundMessageContext 
Get the entity output stream.
 
getEntityStream() ContainerResponse   
getEntityTag() InboundMessageContext 
Get the entity tag.
 
getEntityTag() OutboundJaxrsResponse   
getEntityTag() OutboundMessageContext 
Get the entity tag.
 
getEntityTag() ContainerResponse   
getEntityType() OutboundMessageContext 
Get the message entity type information.
 
getEntityType() ContainerResponse   
getErrorMessages() Errors 
Get the list of all error messages.
 
getErrorMessages(boolean) Errors 
Get the list of error messages.
 
getErrors() MultiException 
Gets all the errors associated with this MultiException.
 
getErrorsAsResourceModelIssues() ModelErrors 
 
getErrorsAsResourceModelIssues(boolean) ModelErrors 
 
getEvent() HttpHeaderReader 
FIXME remove.
 
getEventHandler() JettisonJaxbMarshaller   
getEventHandler() JettisonJaxbUnmarshaller   
getEventValue() HttpHeaderReader 
TODO javadoc.
 
getException() RequestEvent 
Get the latest exception, if any, thrown by the request and response processing.
 
getExceptionCause() RequestEvent 
 
getExceptionIndex() TypeReference 
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced
 by this type reference.
 
getExceptionMapper(Class<T>) JaxrsProviders   
getExceptionMapper() RequestEvent 
Get the ExceptionMapper that was found and used during the exception mapping phase.
 
getExceptionMapperCount() ExceptionMapperMXBean 
Get the statistics of execution of exception mappers.
 
getExceptionMapperExecutions() ExceptionMapperStatistics 
Get the count of exception mapper executions.
 
getExceptionMappers() BootstrapBag 
 
getExceptionMapperStatistics() MonitoringStatistics 
Get statistics about registered exception mappers.
 
getExecutor() AbstractThreadPoolProvider 
Get the thread pool executor.
 
getExecutorService() AbstractRxInvoker 
Return executorService service this reactive invoker was initialized with.
 
getExecutorService() ClientConfig 
Get custom client executor service.
 
getExecutorService() JerseyClient   
getExecutorService() ExecutorServiceProvider 
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
 
getExecutorService() ScheduledExecutorServiceProvider 
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of
 specific tasks.
 
getExecutorService() ScheduledThreadPoolExecutorProvider   
getExecutorService() ThreadPoolExecutorProvider   
getExtension() DefaultMediaTypePredictor.CommonMediaTypes 
Gets the file extension.
 
getExternalGrammar(String) ApplicationDescription   
getExternalGrammar(UriInfo, String) WadlResource   
getExternalMetadataKeys() ApplicationDescription   
getFeature(String) SecureSaxParserFactory   
getFeatures() FeatureSupplier 
The feature set to be applied.
 
GETFIELD Opcodes   
getField(String) FormDataMultiPart 
Gets a form data body part given a control name.
 
getFields(Class<T>) InjecteeSkippingAnalyzer   
getFields(Class<T>) JerseyClassAnalyzer   
getFields(String) FormDataMultiPart 
Gets a list of one or more form data body parts given a control name.
 
getFields() FormDataMultiPart 
Gets a map of form data body parts where the key is the control name
 and the value is a list of one or more form data body parts.
 
getFileEntity() FileDataBodyPart 
Gets the file for this body part.
 
getFileName() ContentDisposition 
Get the filename parameter.
 
getFilename() StreamDataBodyPart 
Gets the filename value which is to be used in the content-disposition
 header of this body part entity.
 
getFilterConfig() WebConfig 
Get the corresponding FilterConfig if this WebConfig represents a FilterConfig
 
getFilterConfig() WebFilterConfig   
getFilterConfig() WebServletConfig   
getFilterUrlMappings(FilterConfig) FilterUrlMappingsProviderImpl   
getFilterUrlMappings(FilterConfig) FilterUrlMappingsProvider 
Return configured context path from the filter configuration.
 
getFixed() Param 
Gets the value of the fixed property.
 
getFlag() HttpMethodOverrideFilter.Source 
Returns the numeric value of the bit corresponding to this flag.
 
getFormalParameterIndex() TypeReference 
Returns the index of the formal parameter whose type is referenced by this type reference.
 
getFormDataContentDisposition() FormDataBodyPart 
Gets the form data content disposition.
 
getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) ComponentBag 
 
getFullPathRegex() RuntimeResource 
Get full regular expression of this runtime resource prefixed by regular expression of parent if present.
 
getGeneratorClass() WadlGeneratorDescription   
getGenericComponentType() GenericArrayTypeImpl   
getGenericParameterTypes() AnnotatedMethod 
Get generic method parameter types.
 
getGenericType() OutboundEvent 
Get generic data type.
 
getGlobalReaderInterceptors() ProcessingProviders 
Get global reader interceptors.
 
getGlobalRequestFilters() ProcessingProviders 
Get global request filters.
 
getGlobalResponseFilters() ProcessingProviders 
Get global response filters.
 
getGlobalWriterInterceptors() ProcessingProviders 
Get global writer interceptors.
 
getGrammars() Application 
Gets the value of the grammars property.
 
getGroupCounts() UriTemplateParser 
Get the capturing group counts for each template variable.
 
getGroupIndexes() UriTemplateParser 
Get the group indexes to capturing groups.
 
getGroupIndexes() PatternWithGroups 
Get the group indexes to capturing groups.
 
getHandler() Invocable 
 
getHandlerClass() MethodHandler 
Get the resource method handler class.
 
getHandlerClasses() Resource 
Get the method handler classes for the resource methods registered on the resource.
 
getHandlerInstance() MethodHandler 
Get the raw handler instance that is backing this method handler.
 
getHandlerInstances() Resource 
Get the method handler (singleton) instances for the resource methods registered
 on the resource.
 
getHandlerPath(String) ContainerUtils 
Splits URI address from query params and returns it.
 
getHandlingMethod() Invocable 
Getter for the Java method
 
getHeader(String) InvocationBuilderListener.InvocationBuilderContext 
Get the values of a HTTP request header.
 
getHeaderDelegateProviders() MessagingBinders.HeaderDelegateProviders 
 
getHeaders() InvocationBuilderListener.InvocationBuilderContext 
Get the mutable message headers multivalued map.
 
getHeaders() BodyPart 
Returns a mutable map of HTTP header value(s) for this BodyPart, keyed by the header name.
 
getHeaders() InboundMessageContext 
Get the mutable message headers multivalued map.
 
getHeaders() OutboundMessageContext 
Get the mutable message headers multivalued map.
 
getHeaders() ReaderInterceptorExecutor   
getHeaders() WriterInterceptorExecutor   
getHeaders() ContainerResponse   
getHeaderString(String) InboundMessageContext 
Get a message header as a single string value.
 
getHeaderString(String) OutboundJaxrsResponse   
getHeaderString(String) OutboundMessageContext 
Get a message header as a single string value.
 
getHeaderString(String) ContainerResponse   
getHeaderValues(String) OAuth1Request 
Returns the value(s) of the specified request header.
 
getHk2Types() Hk2CustomBoundTypesProvider 
Provide a set of types that should became accessible
 by CDI container in a form of CDI beans backed by HK2.
 
getHostnameVerifier() JerseyClient   
getHref() Include 
Gets the value of the href property.
 
getHref() Method 
Gets the value of the href property.
 
getHref() Param 
Gets the value of the href property.
 
getHref() Representation 
Gets the value of the href property.
 
getHttpClient(Configurable<?>) ApacheConnectorProvider 
 
getHttpClient(Configurable<?>) Apache5ConnectorProvider 
 
getHttpClient(Configurable<?>) GrizzlyConnectorProvider 
Retrieve the underlying Grizzly 
AsyncHttpClient instance from
 
JerseyClient or 
JerseyWebTarget
 configured to use 
GrizzlyConnectorProvider.
 
getHttpClient(Configurable<?>) JettyConnectorProvider 
 
getHttpClient() JettyHttpClientContract 
Supply a user predefined HttpClient
 
getHttpClient() JettyHttpClientSupplier   
getHttpMethod() ResourceMethod 
Get the associated HTTP method.
 
getHttpMethod() ResourceMethodMXBean 
Get the HTTP method of the method.
 
getId() Method 
Gets the value of the id property.
 
getId() Param 
Gets the value of the id property.
 
getId() Representation 
Gets the value of the id property.
 
getId() Resource 
Gets the value of the id property.
 
getId() ResourceType 
Gets the value of the id property.
 
getId() JerseyBean   
getId() InboundEvent 
Get event identifier.
 
getId() OutboundEvent 
Get event identifier.
 
getIfMatch() InboundMessageContext 
Get If-Match header.
 
getIfNoneMatch() InboundMessageContext 
Get If-None-Match header.
 
getImplementationClass() ContractProvider 
Get the implementation class which the contracts belong to.
 
getInclude() Grammars 
Gets the value of the include property.
 
getIndex() HttpHeaderReader 
TODO javadoc.
 
getInflector() Inflecting 
Get the inflector.
 
getInitialClassLoader() ThreadPoolConfig 
Get the class loader (if any) to be initially exposed by threads from this pool.
 
getInitializerMethods(Class<T>) InjecteeSkippingAnalyzer   
getInitializerMethods(Class<T>) JerseyClassAnalyzer   
getInitParameter(String) WebConfig 
Get an initialization parameter.
 
getInitParameter(String) WebFilterConfig   
getInitParameter(String) WebServletConfig   
getInitParameterNames() WebConfig 
Get the enumeration of initialization parameter names.
 
getInitParameterNames() WebFilterConfig   
getInitParameterNames() WebServletConfig   
getInjectAnnotations(Collection<InjectionResolver>) InjectionUtils 
Returns all annotations that can be managed using registered and provided injection resolvers.
 
getInjectionManager() ClientRequest   
getInjectionManager() ClientResponse   
getInjectionManager(ClientRequestContext) InjectionManagerClientProvider 
Extract and return injection manager from clientRequestContext.
 
getInjectionManager(ClientResponseContext) InjectionManagerClientProvider 
Extract and return injection manager from clientResponseContext.
 
getInjectionManager(WriterInterceptorContext) InjectionManagerProvider 
Extract and return injection manager from writerInterceptorContext.
 
getInjectionManager(ReaderInterceptorContext) InjectionManagerProvider 
Extract and return injection manager from readerInterceptorContext.
 
getInjectionManager(FeatureContext) InjectionManagerProvider 
Extract and return injection manager from featureContext.
 
getInjectionManager() ReaderInterceptorExecutor   
getInjectionManager() WriterInterceptorExecutor   
getInjectionManager() FeatureContextWrapper   
getInjectionManager() ApplicationHandler 
Returns InjectionManager relevant to current application.
 
getInjectionPoints() JerseyBean   
getInjectionPoints() RequestScopeBean   
getInputStream() BodyPartEntity 
Gets the input stream of the raw bytes of this body part entity.
 
getInputStream() DataSourceProvider.ByteArrayDataSource   
getInputStream() ReaderInterceptorExecutor   
getInstance(Class<T>, Annotation...) CdiSeInjectionManager   
getInstance(Class<T>) CdiSeInjectionManager   
getInstance(Type) CdiSeInjectionManager   
getInstance(ForeignDescriptor) CdiSeInjectionManager   
getInstance(Class<T>, String) CdiSeInjectionManager   
getInstance() OsgiRegistry 
Returns an OsgiRegistry instance.
 
getInstance() DefaultMediaTypePredictor 
Gets the singleton instance of this class.
 
getInstance(PropertiesDelegate) TracingLogger 
Returns instance of TracingLogger associated with current request processing
 (propertiesDelegate).
 
getInstance(InjectionManager) MethodHandler 
Get the injected resource method handler instance.
 
getInstances() ClientConfig   
getInstances() ConfigurationModel   
getInstances() CommonConfig   
getInstances() ComponentBag 
Get all registered component instances, including features
 and binders meta-providers.
 
getInstances(Predicate<ContractProvider>) ComponentBag 
Get a subset of all registered component instances using the filter predicate
 to determine for each component instance based on it's contract provider class model whether
 it should be kept or filtered out.
 
getInstances() ResourceConfig   
getInterfaces() ClassReader 
 
getInternalName() Type 
Returns the internal name of the class corresponding to this object or array type.
 
getInternalName(Class<?>) Type 
Returns the internal name of the given class.
 
getInvocable() ResourceMethod 
Get the invocable method model.
 
getInvocable() ValidationInterceptorContext 
Provide invocable for which validation will been done.
 
getIssueList() ComponentModelValidator 
 
getIssues() ModelValidationException 
Get validation issues.
 
getItem(int) ClassReader 
Returns the start offset in this 
ClassReader of a JVMS 'cp_info' structure (i.e.
 
getItemCount() ClassReader 
Returns the number of entries in the class's constant pool table.
 
getJAXBContext() WadlApplicationContextImpl   
getJAXBContext() WadlApplicationContext 
Get the default JAXB context associated with the 
WadlGenerator
 for the Web application.
 
getJAXBContextFromWadlGenerator(WadlGenerator) WadlApplicationContextImpl   
getJSONConfiguration() BaseJsonMarshaller   
getJSONConfiguration() BaseJsonUnmarshaller   
getJSONConfiguration() JettisonConfigured 
Provides information on current JSON configuration options for this object.
 
getJSONConfiguration() JettisonJaxbContext 
Get the JSON configuration.
 
getJSONMarshaller(Marshaller) JettisonJaxbContext 
 
getJSONUnmarshaller(Unmarshaller) JettisonJaxbContext 
 
getKeepAliveTime(TimeUnit) ThreadPoolConfig 
Get the max period of time a thread will wait for a new task to process.
 
getKeepAliveTime() ThreadPoolExecutorProvider 
Get the thread keep-alive time (in seconds).
 
getLabels() Attribute 
Returns the labels corresponding to this attribute.
 
getLang() Doc 
Gets the value of the lang property.
 
getLanguage() InboundMessageContext 
Get the language of the entity.
 
getLanguage() OutboundJaxrsResponse   
getLanguage() OutboundMessageContext 
Get the language of the entity.
 
getLanguage() ContainerResponse   
getLastModified() InboundMessageContext 
Get the last modified date.
 
getLastModified() OutboundJaxrsResponse   
getLastModified() OutboundMessageContext 
Get the last modified date.
 
getLastModified() ContainerResponse   
getLastResponseCode() ResponseMXBean 
Returns the response code of a last response written by the application.
 
getLastResponseCode() ResponseStatistics 
Returns the response code of a last response written by the application.
 
getLastStartTime() ExecutionStatistics 
Return time when target was executed last time.
 
getLength() TypePath 
Returns the length of this path, i.e.
 
getLength() InboundMessageContext 
Get Content-Length value.
 
getLength() OutboundJaxrsResponse   
getLength() OutboundMessageContext 
Get Content-Length value.
 
getLength() ContainerResponse   
getLengthLong() OutboundMessageContext 
Get Content-Length value.
 
getLink() Param 
Gets the value of the link property.
 
getLink(URI) ProvideLinkDescriptor 
Builds a link from a 
URI.
 
getLink(String) InboundMessageContext 
Get the link for the relation.
 
getLink(String) OutboundJaxrsResponse   
getLink(String) OutboundMessageContext 
Get the link for the relation.
 
getLink(String) ContainerResponse   
getLinkBuilder(String) InboundMessageContext 
Convenience method that returns a Link.Builder
 for the relation.
 
getLinkBuilder(String) OutboundJaxrsResponse   
getLinkBuilder(String) OutboundMessageContext 
Convenience method that returns a Link.Builder
 for the relation.
 
getLinkBuilder(String) ContainerResponse   
getLinks() ClientResponse   
getLinks() InboundMessageContext 
Get the links attached to the message as header.
 
getLinks() OutboundJaxrsResponse   
getLinks() OutboundMessageContext 
Get the links attached to the message as header.
 
getLinks() ContainerResponse   
getLinkStyle() ProvideLinkDescriptor 
Get the style
 
getLinkTemplate(ResourceMappingContext) ProvideLinkDescriptor 
Get the link template, either directly from the value() or from the
 @Path of the class referenced in resource()
 
getListener() JettisonJaxbMarshaller   
getListener() JettisonJaxbUnmarshaller   
getLocation() InboundMessageContext 
Get the location.
 
getLocation() OutboundJaxrsResponse   
getLocation() OutboundMessageContext 
Get the location.
 
getLocation() ContainerResponse   
getLocatorSubResources() ExtendedUriInfo 
Get the list of sub resources returned from resource locators during matching.
 
getManagedObjectsFinalizer() BootstrapBag 
 
getMappedThrowable() ExtendedUriInfo 
Get the throwable that was mapped to a response.
 
getMapping(Class<?>) NaiveResourceMappingContext   
getMapping(Class<?>) ResourceMappingContext   
getMarshaller(Class, MediaType) AbstractJaxbProvider 
Get the JAXB marshaller for the given class and media type.
 
getMarshallerProperties() MoxyJsonConfig 
Get marshaller properties.
 
getMatchedModelResource() ExtendedUriInfo 
 
getMatchedResourceLocators() ExtendedUriInfo 
Get resource locators matched since beginning of a matching.
 
getMatchedResourceMethod() ExtendedUriInfo 
 
getMatchedResults() ExtendedUriInfo 
Get a read-only list of 
MatchResult for matched resources.
 
getMatchedRuntimeResources() ExtendedUriInfo 
Return all matched 
runtime resources including runtime resources
 based on child resources.
 
getMatchedTemplates() ExtendedUriInfo 
Get a read-only list of 
UriTemplate for matched resources.
 
getMaximumDuration() TimeWindowStatistics 
Returns the maximum duration (processing time) in milliseconds of the request processing measured
 in the time window.
 
getMaximumPoolSize() ThreadPoolExecutorProvider 
Get the maximum number of threads to allow in the thread pool.
 
getMaxPoolSize() ThreadPoolConfig 
Get max thread pool size.
 
getMaxStringLength() ClassReader 
Returns a conservative estimate of the maximum length of the strings contained in the class's
 constant pool table.
 
getMediaType() Option 
Gets the value of the mediaType property.
 
getMediaType() Representation 
Gets the value of the mediaType property.
 
getMediaType() BodyPart 
Returns the MediaType for this BodyPart.
 
getMediaType() DefaultMediaTypePredictor.CommonMediaTypes 
Gets the media type.
 
getMediaType() OutboundEvent 
Get media type of the event data.
 
getMediaType() InboundMessageContext 
Get the media type of the entity.
 
getMediaType() OutboundJaxrsResponse   
getMediaType() OutboundMessageContext 
Get the media type of the entity.
 
getMediaType() ContainerResponse   
getMediaTypeFromFile(File) DefaultMediaTypePredictor.CommonMediaTypes 
A utility method for predicting media type from a file name.
 
getMediaTypeFromFile(File) DefaultMediaTypePredictor   
getMediaTypeFromFile(File) MediaTypePredictor 
Get the media type from a file name.
 
getMediaTypeFromFileName(String) DefaultMediaTypePredictor.CommonMediaTypes 
A utility method for predicting media type from a file name.
 
getMediaTypeFromFileName(String) DefaultMediaTypePredictor   
getMediaTypeFromFileName(String) MediaTypePredictor 
Get the media type from a file name.
 
getMessage() MultiException 
Gets the message associated with this exception.
 
getMessage() Errors.ErrorMessage 
Human-readable description of the issue.
 
getMessage() ModelValidationException   
getMessage() ResourceModelIssue 
Human-readable description of the issue.
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) JaxrsProviders   
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) MessageBodyFactory   
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) MessageBodyFactory   
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) MessageBodyWorkers 
Get a message body reader that matches a set of criteria.
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) MessageBodyWorkers 
Get a message body reader that matches a set of criteria.
 
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) MessageBodyFactory   
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) MessageBodyWorkers 
Get the list of media types supported for a Java type.
 
getMessageBodyReaderMediaTypesByType(Class<?>) MessageBodyFactory   
getMessageBodyReaderMediaTypesByType(Class<?>) MessageBodyWorkers 
Get the list of media types supported for a Java type.
 
getMessageBodyReadersForType(Class<?>) MessageBodyFactory   
getMessageBodyReadersForType(Class<?>) MessageBodyWorkers 
Get a list of MessageBodyReaders that are suitable for the given type.
 
getMessageBodyWorkers() BootstrapBag 
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) JaxrsProviders   
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) MessageBodyFactory   
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) MessageBodyFactory   
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) MessageBodyWorkers 
Get a message body writer that matches a set of criteria.
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) MessageBodyWorkers 
Get a message body writer that matches a set of criteria.
 
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) MessageBodyFactory   
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) MessageBodyWorkers 
Get the most acceptable media type supported for a Java type given a set of
 acceptable media types.
 
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) MessageBodyFactory   
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) MessageBodyWorkers 
Get the list of media types supported for a Java type.
 
getMessageBodyWriterMediaTypesByType(Class<?>) MessageBodyFactory   
getMessageBodyWriterMediaTypesByType(Class<?>) MessageBodyWorkers 
Get the list of media types supported for a Java type.
 
getMessageBodyWritersForType(Class<?>) MessageBodyFactory   
getMessageBodyWritersForType(Class<?>) MessageBodyWorkers 
Get a list of MessageBodyWriters that are suitable for the given type.
 
getMessages() Errors.ErrorMessagesException 
Get encountered error messages.
 
getMetadata() OutboundJaxrsResponse   
getMetaMethodAnnotations(Class<T>) AnnotatedMethod 
Get all instances of the specified meta-annotation type found on the method
 annotations.
 
getMethod() ClientRequest   
getMethod() AnnotatedMethod 
Get the underlying Java method.
 
getMethod() ContainerRequest   
getMethodDescriptor(Type, Type...) Type 
Returns the descriptor corresponding to the given argument and return types.
 
getMethodDescriptor(Method) Type 
Returns the descriptor corresponding to the given method.
 
getMethodName() MethodTooLargeException 
Returns the name of the method.
 
getMethodName() ResourceMethodMXBean 
Get the name of the Java method.
 
getMethodOrResource() Resource 
Gets the value of the methodOrResource property.
 
getMethodOrResource() ResourceType 
Gets the value of the methodOrResource property.
 
getMethodStatistics() ResourceMethodStatistics 
 
getMethodType(String) Type 
Returns the 
Type corresponding to the given method descriptor.
 
getMethodType(Type, Type...) Type 
Returns the method 
Type corresponding to the given argument and return types.
 
getMinimumDuration() TimeWindowStatistics 
Returns the minimum duration (processing time) in milliseconds of the request processing measured
 in the time window.
 
getModel(Class<?>) ComponentBag 
Get a model for a given component class, or null if no such component is registered
 in the component bag.
 
getModelEnhancer(Class<?>) CommonConfig 
An extension point that provides a way how to define a custom enhancement/update
 operation of a contract provider model registration being produced for a given
 component class.
 
getModelProcessors() ServerBootstrapBag   
getModificationDate() ContentDisposition 
Get the modification-date parameter.
 
getMultivaluedParameterExtractorProvider() ServerBootstrapBag   
getName() Method 
Gets the value of the name property.
 
getName() Param 
Gets the value of the name property.
 
getName() ConstantDynamic 
Returns the name of this constant.
 
getName() Handle 
Returns the name of the field or method designated by this handle.
 
getName() ParameterUpdater 
Name of the parameter to be udpated
 
getName() HttpUrlConnector   
getName() Connector 
Get name of current connector.
 
getName() JerseyBean   
getName() RequestScopeBean   
getName() JdkConnector   
getName() FormDataBodyPart 
Gets the control name.
 
getName() FormDataContentDisposition 
Get the name parameter.
 
getName() InboundEvent 
Get event name.
 
getName() OutboundEvent 
Get event name.
 
getName() DataSourceProvider.ByteArrayDataSource   
getName() Resource 
Get the resource name.
 
getName() ResourceMXBean 
Get the name of the resource.
 
getName() WebConfig 
Get the name of the Web component.
 
getName() WebFilterConfig   
getName() WebServletConfig   
getNameBindings() ContractProvider.Builder 
Get name bindings of the built contract provider model.
 
getNameBindings() ContractProvider   
getNameBindings() NameBound 
Get the collection of name bindings attached to this component.
 
getNameBindings() ResourceMethod   
getNameBoundReaderInterceptors() ProcessingProviders 
Get name bound reader interceptor map.
 
getNameBoundReaderInterceptorsInverse() ProcessingProviders 
Get name bound reader interceptor inverse map.
 
getNameBoundRequestFilters() ProcessingProviders 
Get name bound request filters.
 
getNameBoundRequestFiltersInverse() ProcessingProviders 
Get name bound request filter inverse map.
 
getNameBoundResponseFilters() ProcessingProviders 
Get name bound response filters.
 
getNameBoundResponseFiltersInverse() ProcessingProviders 
Get name bound response filter inverse map.
 
getNameBoundWriterInterceptors() ProcessingProviders 
Get name bound writer interceptor map.
 
getNameBoundWriterInterceptorsInverse() ProcessingProviders 
Get name bound writer interceptor inverse map.
 
getNames() Resource 
Return a list of resource names.
 
getNames() UriTemplateParser 
Get the list of template names.
 
getNamespacePrefixMapper() MoxyJsonConfig   
getNamespaceSeparator() MoxyJsonConfig   
getNameToPattern() UriTemplateParser 
Get the map of template names to patterns.
 
getNode(Object) JettisonJaxbMarshaller   
getNonce() OAuth1Parameters 
Returns the nonce, a value that should be unique for a given
 timestamp.
 
getNormalizedTemplate() UriTemplateParser 
Get the normalized template.
 
getNotation() JettisonConfig 
Returns JSON notation selected for this configuration
 
getNumberOfExplicitCharacters() UriTemplate 
Get the number of characters in the regular expression not resulting
 from conversion of template variables.
 
getNumberOfExplicitRegexes() UriTemplateParser 
Get the number of explicit regular expressions.
 
getNumberOfExplicitRegexes() UriTemplate 
Get the number of explicit regular expressions declared in the template variables.
 
getNumberOfLiteralCharacters() UriTemplateParser 
Get the number of literal characters.
 
getNumberOfRegexGroups() UriTemplateParser 
Get the number of regular expression groups
 
getNumberOfRegexGroups() UriTemplate 
Get the number of regular expression groups
 
getNumberOfTemplateVariables() UriTemplate 
Get the number of template variables.
 
getObjectType(String) Type 
Returns the 
Type corresponding to the given internal name.
 
getOffset() Label 
Returns the bytecode offset corresponding to this label.
 
getOpcode(int) Type 
Returns a JVM instruction opcode adapted to this 
Type.
 
getOption() Param 
Gets the value of the option property.
 
getOptionalProperty(String, Class<T>) ConfigurationModel   
getOptionalProperty(String, Class<T>) 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
 
getOtherAttributes() Doc 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Include 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Link 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Method 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Option 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Param 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Representation 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Request 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Resource 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Resources 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() ResourceType 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOtherAttributes() Response 
Gets a map that contains attributes that aren't bound to any typed property on this class.
 
getOutputStream() DataSourceProvider.ByteArrayDataSource   
getOutputStream(int) OutboundMessageContext.StreamProvider 
Get the output stream.
 
getOutputStream() WriterInterceptorExecutor   
getOwner() Handle 
Returns the internal name of the class that owns the field or method designated by this handle.
 
getOwnerType() ParameterizedTypeImpl   
getPackageResources(String, ClassLoader, boolean) OsgiRegistry 
Get URLs of resources from a given package.
 
getParam() Representation 
Gets the value of the param property.
 
getParam() Request 
Gets the value of the param property.
 
getParam() Resource 
Gets the value of the param property.
 
getParam() ResourceType 
Gets the value of the param property.
 
getParam() Response 
Gets the value of the param property.
 
getParameterAnnotationHelperMap() Parameter.ParameterService   
getParameterAnnotationHelperMap() Parameter.ServerParameterService   
getParameterAnnotations() AnnotatedMethod 
Get method parameter annotations.
 
getParameterCreationFactory() Parameter.ParameterService   
getParameterCreationFactory() Parameter.ServerParameterService   
getParameterizedHeaders() BodyPart 
Returns an immutable map of parameterized HTTP header value(s) for this BodyPart,
 keyed by header name.
 
getParameterName() ParamException 
Get the parameter name.
 
getParameterNames() OAuth1Request 
Returns an 
Set of 
String objects containing the
 names of the parameters contained in the request.
 
getParameters() ContentDisposition 
Get the parameters.
 
getParameters() ParameterizedHeader 
Get the parameters.
 
getParameters() HandlerConstructor   
getParameters() Invocable   
getParameters() MethodHandler 
Get the parameters associated directly with the resource method handler, if any
 (e.g.
 
getParameters() Parameter.BeanParameter   
getParameters() Parameterized 
Provides access to all parameters associated with given Parameterized instance.
 
getParameterType() ParamException 
Get the type of the parameter annotation.
 
getParameterTypes() AnnotatedMethod 
Get method parameter types.
 
getParameterUpdaterProvider() ClientBootstrapBag   
getParameterValues(BeanManagerImpl, CreationalContext<?>, CreationalContext<?>) JerseyConstructorInjectionPoint 
Helper method for getting the current parameter values from a list of annotated parameters.
 
getParameterValues(String) OAuth1Request 
Returns an 
List of 
String objects containing the
 values of the specified request parameter, or null if the parameter does
 not exist.
 
getParameterValues(List<ParamValueFactoryWithSource<?>>, ContainerRequest) ParameterValueHelper 
Get the array of parameter values.
 
getParams() JerseyLink   
getParent() BodyPart 
Returns the parent 
MultiPart (if any) for this 
BodyPart.
 
getParent() Resource 
Get the parent resource for this resource model or null in case this
 resource is a top-level resource and does not have a parent.
 
getParent() ResourceMethod 
Get the parent resource for this resource method model.
 
getParent() RuntimeResource 
Get parent of this runtime resource.
 
getParentAnnotation() ProvideLinkDescriptor   
getParentResources() RuntimeResource 
 
getParser() ChunkedInput 
Get the underlying chunk parser.
 
getPath() Param 
Gets the value of the path property.
 
getPath() Resource 
Gets the value of the path property.
 
getPath(boolean) ContainerRequest 
Get the path of the current request relative to the application root (base)
 URI as a string.
 
getPath(Class<?>) Resource 
Get the resource class @Path annotation.
 
getPath() Resource   
getPath() Routed 
Get the path direct assigned to the component.
 
getPath() ResourceMethodMXBean 
Get the sub resource method path of the method.
 
getPathPattern() Resource   
getPathPattern() Routed 
Get the path pattern that can be used for matching the remaining
 request URI against this component represented by this model.
 
getPathPattern() RuntimeResource 
Get path pattern for matching purposes.
 
getPathSegments(String) ExtendedUriInfo 
Get the path segments that contain a template variable.
 
getPathSegments(String, boolean) ExtendedUriInfo 
Get the path segments that contain a template variable.
 
getPattern() UriTemplateParser 
Get the pattern.
 
getPattern() UriTemplate 
Get the URI pattern.
 
getPoolName() ThreadPoolConfig 
Return thread pool name.
 
getPort() SimpleServer 
The port the server is listening to for incomming HTTP connections.
 
getPostConstructMethod(Class<T>) InjecteeSkippingAnalyzer   
getPostConstructMethod(Class<T>) JerseyClassAnalyzer   
getPreDestroyMethod(Class<T>) InjecteeSkippingAnalyzer   
getPreDestroyMethod(Class<T>) JerseyClassAnalyzer   
getPredictor() FileDataBodyPart 
Gets the media type predictor.
 
getPreferredCookie(NewCookie, NewCookie) HeaderUtils 
Compare two NewCookies having the same name.
 
getPreferredDateFormat() HttpDateFormat 
Get the preferred HTTP specified date format (RFC 1123).
 
getPreMatchFilters() ProcessingProviders 
Get pre-matching request filters.
 
getPrimaryTag() LanguageTag   
getPriority() ThreadPoolConfig 
Get priority of the threads in thread pool.
 
getPriority(Class<?>) ContractProvider 
Get the provider contract priority, if set, default component provider, if not set.
 
getPriority(RankedProvider<T>) RankedComparator   
getPriority() ValueParamProvider 
Gets the priority of this provider.
 
getProcessingProviders() ServerBootstrapBag   
getProducedTypes() Producing 
Get the produced media types supported by the component.
 
getProducedTypes() ResourceMethod   
getProducesMediaType() ResourceMethodMXBean 
Get the string with media types produced by this method, enclosed in double quotas and
 separated by a comma (e.g.
 
getProfile() Representation 
Gets the value of the profile property.
 
getProperties() ClientConfig   
getProperties() PropertySupplier 
The properties to be applied.
 
getProperties() ConfigurationModel   
getProperties() CommonConfig   
getProperties() ApplicationMXBean 
Get the map of configuration properties converted to strings.
 
getProperties() ResourceConfig   
getProperties() WadlGeneratorDescription   
getProperties() ExternalConfigurationProvider 
Map of properties from the model (external config file)
 
getPropertiesDelegate() ContainerRequest 
Get the underlying properties delegate.
 
getProperty(String) ClientConfig   
getProperty(String) ClientRequest   
getProperty(String) InvocationBuilderListener.InvocationBuilderContext 
Returns the property with the given name registered in the current request/response
 exchange context, or null if there is no property by that name.
 
getProperty(String) MapPropertiesDelegate   
getProperty(String) PropertiesDelegate 
Returns the property with the given name registered in the current request/response
 exchange context, or null if there is no property by that name.
 
getProperty(String) JettisonJaxbMarshaller   
getProperty(String) JettisonJaxbUnmarshaller   
getProperty(String) TracingAwarePropertiesDelegate   
getProperty(String) ConfigurationModel   
getProperty(String) CommonConfig   
getProperty(String) ContainerRequest   
getProperty(String) ResourceConfig   
getPropertyNames() ClientConfig   
getPropertyNames() ClientRequest   
getPropertyNames() InvocationBuilderListener.InvocationBuilderContext 
Returns an immutable 
collection containing the property names
 available within the context of the current request/response exchange context.
 
getPropertyNames() MapPropertiesDelegate   
getPropertyNames() PropertiesDelegate 
Returns an immutable 
collection containing the property
 names available within the context of the current request/response exchange context.
 
getPropertyNames() TracingAwarePropertiesDelegate   
getPropertyNames() ConfigurationModel   
getPropertyNames() CommonConfig   
getPropertyNames() ContainerRequest   
getPropertyNames() ResourceConfig   
getProvideLink() ProvideLinkDescriptor   
getProvider() RankedProvider   
getProviderClasses() ApplicationMXBean 
Get classes of registered providers.
 
getProviders() BodyPart 
Returns the configured Providers for this BodyPart.
 
getProviders() ApplicationEvent 
Get registered providers available in the runtime.
 
getProviders() ApplicationInfo 
Get registered providers available in the runtime.
 
getQualifiedAcceptableLanguages() InboundMessageContext 
Get a list of languages that are acceptable for the message.
 
getQualifiedAcceptableMediaTypes() InboundMessageContext 
Get a list of media types that are acceptable for a request.
 
getQualifiedAcceptCharset() InboundMessageContext 
Get the list of language tag from the "Accept-Charset" of an HTTP request.
 
getQualifiedAcceptEncoding() InboundMessageContext 
Get the list of language tag from the "Accept-Charset" of an HTTP request.
 
getQualifiers(Annotation[]) CdiUtil 
Get me list of qualifiers included in given annotation list.
 
getQualifiers() JerseyBean   
getQualifiers() RequestScopeBean   
getQuality() AcceptableLanguageTag   
getQuality() AcceptableMediaType   
getQuality() AcceptableToken   
getQuality(MediaType) MediaTypes 
Reads quality factor from given media type.
 
getQuality() Qualified 
Get quality factor value (in [ppt]).
 
getQuality() QualitySourceMediaType 
Get quality source factor value (in [ppt]).
 
getQualitySource(MediaType) QualitySourceMediaType 
Extract quality source information from the supplied MediaType value.
 
getQueryType() Resource 
Gets the value of the queryType property.
 
getQueue() ThreadPoolConfig 
Return a queue that will be used to temporarily store tasks when all threads in the thread pool are busy.
 
getQueueLimit() ThreadPoolConfig 
Get the limit of the queue, where tasks are temporarily stored when all threads are busy.
 
getRank() JerseyBean   
getRank() RankedProvider   
getRawData() InboundEvent 
Get the raw event data bytes.
 
getRawResponseType() Invocable 
Get the resource method raw response type.
 
getRawRoutingResponseType() Invocable 
 
getRawType() ParameterizedTypeImpl   
getRawType() Parameter 
Get raw type information for the parameter.
 
getReadDate() ContentDisposition 
Get the read-date parameter.
 
getReaderInterceptors() ClientRequest 
Get reader interceptors of this request.
 
getReaderInterceptors() ClientResponse   
getReaderInterceptors() InboundMessageContext 
Get reader interceptors bound to this context.
 
getReaderInterceptors() ContainerRequest 
Get all reader interceptors applicable to this request.
 
getReaderInterceptors() ResourceMethodInvoker 
Get all writer interceptors applicable to the 
resource method
 wrapped by this invoker.
 
getReaderModelsForType(Class<?>) MessageBodyFactory   
getReaderModelsForType(Class<?>) MessageBodyWorkers 
Get a list of MessageBodyReader models that are suitable for the given type.
 
getReaders(MediaType) MessageBodyFactory   
getReaders(MediaType) MessageBodyWorkers 
Get the map of media type to list of message body writers that are compatible with
 a media type.
 
getRealm() OAuth1Parameters 
Returns the protection realm for the request.
 
getReconnectDelay() InboundEvent 
Get new connection retry time in milliseconds the event receiver should wait before attempting to
 reconnect after a connection to the SSE event source is lost.
 
getReconnectDelay() OutboundEvent 
Get connection retry time in milliseconds the event receiver should wait before attempting to
 reconnect after a connection to the SSE source is lost.
 
getReference() CdiRequestContext 
Get a "new" reference of the scope instance.
 
getReference() Hk2RequestScope.Instance 
Get a "new" reference of the scope instance.
 
getReference() RequestContext 
Get a "new" reference of the scope instance.
 
getRegex() RuntimeResource 
Get regular expression of path pattern of this runtime resource.
 
getRegex() PatternWithGroups 
Get the regular expression.
 
getRegisteredClasses() ApplicationEvent 
Get resource classes registered by the user in the current application.
 
getRegisteredClasses() ApplicationInfo 
Get resource classes registered by the user in the current application.
 
getRegisteredClasses() ApplicationMXBean 
Get a set of string names of resource classes registered by the user.
 
getRegisteredInstances() ApplicationEvent 
Get resource instances registered by the user in the current application.
 
getRegisteredInstances() ApplicationInfo 
Get resource instances registered by the user in the current application.
 
getRegisteredInstances() ApplicationMXBean 
Get a set of string names of classes of user registered instances.
 
getRegistrations() ComponentBag 
Get an unmodifiable view of all component classes, for which a registration exists
 (either class or instance based) in the component bag.
 
getRejectedExecutionHandler() AbstractThreadPoolProvider 
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
 
getRel() Link 
Gets the value of the rel property.
 
getRel() JerseyLink   
getRels() JerseyLink   
getRemainder() HttpHeaderReader 
TODO javadoc.
 
getReportToErrorService() MultiException 
Returns true if this exception should be reported
 to the error service when thrown during a creation
 or deletion of a service.
 
getRepresentation() Request 
Gets the value of the representation property.
 
getRepresentation() Response 
Gets the value of the representation property.
 
getRequest() Method 
Gets the value of the request property.
 
getRequest() ContainerRequest   
getRequestChildSpan(ContainerRequestContext) OpenTracingUtils 
Create and start ad-hoc custom span with the default name as a child span of the request span (if available).
 
getRequestChildSpan(ContainerRequestContext, String) OpenTracingUtils 
Create and start ad-hoc custom span with a custom name as a child span of the request span (if available).
 
getRequestContext() ClientResponse 
Get the associated client request context paired with this response context.
 
getRequestContext() ContainerResponse 
Get the associated container request context paired with this response context.
 
getRequestCookies() InboundMessageContext 
Get any cookies that accompanied the request.
 
getRequestCookies() OutboundMessageContext 
Get any cookies that accompanied the message.
 
getRequestCount() TimeWindowStatistics 
Returns the count of requests received measured in the time window.
 
getRequestExecutionStatistics() ResourceStatistics 
Get 
execution statistics that contain measurements of times for
 whole processing from time when request comes into the Jersey application until the response
 is written to the underlying IO container.
 
getRequestFilters() ResourceMethodInvoker 
Get all bound request filters applicable to the 
resource method
 wrapped by this invoker.
 
getRequestHeader(String) ClientRequest   
getRequestHeader(String) ContainerRequest 
Get the values of a HTTP request header.
 
getRequestHeaders() ClientRequest   
getRequestHeaders() ContainerRequest 
Get the values of HTTP request headers.
 
getRequestMethod() OAuth1Request 
Returns the name of the HTTP method with which this request was made,
 for example, GET, POST, or PUT.
 
getRequestScope() BootstrapBag 
 
getRequestScopedInitializer() ContainerRequest 
Get a custom container extensions initializer for the current request.
 
getRequestSpan(ContainerRequestContext) OpenTracingUtils 
Resolve resource-level span.
 
getRequestsPerSecond() TimeWindowStatistics 
Returns average value of how many requests per second were received by application in the time window.
 
getRequestStatistics() MonitoringStatistics 
Get the global application statistics of request execution.
 
getRequestStatistics() ResourceMethodStatistics 
Get 
execution statistics that contain measurements of times for
 whole processing from time when request comes into the Jersey application until the response
 is written to the underlying IO container.
 
getRequestUri() ContainerRequest 
Get request URI.
 
getRequestURL() OAuth1Request 
Returns the URL of the request, including protocol, server name,
 optional port number, and server path.
 
getRequiredJaxbContextClasses() DocProcessor 
Specify jaxb classes of instances that you add to the resourcedoc model.
 
getRequiredJaxbContextClasses() DocProcessorWrapper   
getRequiredJaxbContextPath() WadlGeneratorImpl   
getRequiredJaxbContextPath() WadlGenerator 
The jaxb context path that is used when the generated wadl application is marshalled
 to a file.
 
getResolvedRequestUri() ClientResponse 
Get the absolute URI of the ultimate request made to receive this response.
 
getResource() Resources 
Gets the value of the resource property.
 
getResource() ProvideLinkDescriptor   
getResource(Class<T>) JerseyResourceContext   
getResource() ValidationInterceptorContext 
Provide actual resource instance that will get validated.
 
getResourceBag() ServerBootstrapBag   
getResourceBundle(String) OsgiRegistry 
Tries to load resource bundle via OSGi means.
 
getResourceClass() ResourceMethodInvoker   
getResourceClassStatistics() MonitoringStatistics 
Get the statistics for each resource 
Class that is deployed in the application.
 
getResourceConfig() ApplicationEvent 
Get resource config associated with the application.
 
getResourceConfig() ApplicationInfo 
Get the resource config.
 
getResourceContext() ServerBootstrapBag   
getResourceLocator() Resource 
Provides a resource locator available on the resource.
 
getResourceLocator() RuntimeResource 
Return the resource locator of this resource.
 
getResourceLocators() RuntimeResource 
Get resource locators of all 
resources of this runtime resource.
 
getResourceMethod() ResourceMethodInvoker   
getResourceMethod() ResourceMethodStatistics 
 
getResourceMethodExecutionStatistics() ResourceStatistics 
 
getResourceMethodInvokerBuilder() ServerBootstrapBag   
getResourceMethods() Resource 
Provides a non-null list of resource methods available on the resource.
 
getResourceMethods() RuntimeResource 
Get resource methods (excluding resource locators) of all 
resources of this runtime resource.
 
getResourceMethodStatistics() ResourceStatistics 
Return the statistics for resource method.
 
getResourceModel() ExtendedResourceContext 
Return 
resource model from which the current jersey application is built.
 
getResourceModel() JerseyResourceContext   
getResourceModel() ApplicationEvent 
Get the resource model of the application.
 
getResourceModel() ServerBootstrapBag   
getResources() Application 
Gets the value of the resources property.
 
getResources() ResourceModel 
Return all resources from this resource model.
 
getResources() RuntimeResource 
Get resources creating this runtime resource.
 
getResources() ResourceConfig   
getResources() ServerConfig 
Get programmatically modeled resources.
 
getResourceType() Link 
Gets the value of the resourceType property.
 
getResourceTypeOrMethodOrRepresentation() Application 
Gets the value of the resourceTypeOrMethodOrRepresentation property.
 
getResponse() Method 
Gets the value of the response property.
 
getResponseCodes() ResponseStatistics 
Returns statistics of response codes produces by the application.
 
getResponseCodesToCountMap() ResponseMXBean 
Returns statistics of response codes produces by the application.
 
getResponseContext() PostInvocationInterceptor.ExceptionContext 
If the 
ClientResponseContext has been available at the time of the 
Throwable occurrence,
 such as when the 
PostInvocationInterceptor is processed, it will be available.
 
getResponseContext() ResponseWriter   
getResponseCookies() InboundMessageContext 
Get any new cookies set on the response message.
 
getResponseCookies() OutboundMessageContext 
Get any new cookies set on the message message.
 
getResponseFilters() ResourceMethodInvoker 
Get all bound response filters applicable to the 
resource method
 wrapped by this invoker.
 
getResponseStatistics() MonitoringStatistics 
Get global application response statistics.
 
getResponseStatus() ResponseWriter 
 
getResponseType() Invocable 
Get the resource method generic response type information.
 
getResponseWriter() ContainerRequest 
Get the container response writer for the current request.
 
getReturnType() Type 
Returns the return type of methods of this type.
 
getReturnType(String) Type 
Returns the 
Type corresponding to the return type of the given method descriptor.
 
getReturnType(Method) Type 
Returns the 
Type corresponding to the return type of the given method.
 
getRev() Link 
Gets the value of the rev property.
 
getRootElementName(Class<?>) AbstractCollectionJaxbProvider 
Construct the name of the root element from it's Java type name.
 
getRootResources() ResourceModel 
Return root resources from this resource model.
 
getRoutingResponseType() Invocable 
Get the response type of the 
Invocable.handlingMethod that will be used during
 the routing for the purpose
 of selection of the resource method.
 
getRuntimeConfig() ServerBootstrapBag   
getRuntimeResourceModel() ResourceModel 
 
getRuntimeResources() RuntimeResourceModel 
Get list of runtime resources from this model (excluding child resources which are accessible in the
 returned resources).
 
getRuntimeType() ClientConfig   
getRuntimeType() AbstractServiceFinderConfigurator 
Mainly aimed to provide runtime type to abstract classes which extends this finder
 
getRuntimeType() ConfigurationModel   
getRuntimeType() CommonConfig   
getRuntimeType() ResourceConfig   
getSAXSource(SAXParserFactory, InputStream) AbstractJaxbProvider 
Create new 
SAXSource for a given entity input stream.
 
getScheduledExecutorService() ClientConfig 
Get custom client scheduled executor service.
 
getScheduledExecutorService() JerseyClient   
getSchema() SecureSaxParserFactory   
getSchema() JettisonJaxbMarshaller   
getSchema() JettisonJaxbUnmarshaller   
getScope() JerseyBean   
getScope() SupplierThreadScopeBean   
getScope() RequestScopeBean   
getScope() RequestContext   
getScope() ContractProvider.Builder 
Get the scope of the built contract provider model.
 
getScope() ContractProvider   
getScope() Scoped 
Get model component scope.
 
getSecurityContext() ContainerRequest   
getServletConfig() WebConfig 
Get the corresponding ServletConfig if this WebConfig represents a ServletConfig
 
getServletConfig() WebFilterConfig   
getServletConfig() WebServletConfig   
getServletContext() ServletContainer 
Get the servlet context for the servlet or filter, depending on
 how this class is registered.
 
getServletContext() WebConfig 
Get the ServletContext.
 
getServletContext() WebFilterConfig   
getServletContext() WebServletConfig   
getSeverity() Errors.ErrorMessage 
 
getSeverity() ResourceModelIssue 
 
getSignature() OAuth1Parameters 
Returns the signature for the request.
 
getSignatureMethod() OAuth1Parameters 
Returns the signature method used to sign the request.
 
getSingletons() ResourceConfig   
getSize() ConstantDynamic 
Returns the size of this constant.
 
getSize() Type 
Returns the size of values of this type.
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) KryoMessageBodyProvider   
getSize() ContentDisposition 
Get the size parameter.
 
getSize(MultiPart, Class<?>, Type, Annotation[], MediaType) MultiPartWriter   
getSize(T, Class<?>, Type, Annotation[], MediaType) AbstractMessageReaderWriterProvider   
getSize(byte[], Class<?>, Type, Annotation[], MediaType) ByteArrayProvider   
getSize(File, Class<?>, Type, Annotation[], MediaType) FileProvider   
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) InputStreamProvider   
getSize(Source, Class<?>, Type, Annotation[], MediaType) SourceProvider.SourceWriter   
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) StreamingOutputProvider   
getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) ChunkedResponseWriter   
getSort() Type 
Returns the sort of this type.
 
getSort() TypeReference 
Returns the sort of this type reference.
 
getSortedGlobalReaderInterceptors() ProcessingProviders 
Get global reader interceptors sorted by priority.
 
getSortedGlobalRequestFilters() ProcessingProviders 
Get global request filters sorted by priority.
 
getSortedGlobalResponseFilters() ProcessingProviders 
Get global response filters sorted by priority.
 
getSortedGlobalWriterInterceptors() ProcessingProviders 
Get global writer interceptors sorted by priority.
 
getSource() Errors.ErrorMessage 
The issue source.
 
getSource() Parameter 
Get the parameter value source type.
 
getSource() Parameter.ParamAnnotationHelper   
getSource() ResourceModelIssue 
The issue source.
 
getSource() ParamValueFactoryWithSource 
Returns org.glassfish.jersey.server.model.Parameter.Source
 which closely determines a function of the current supplier.
 
getSourceAnnotation() Parameter 
Get the parameter source annotation.
 
getSourceName() Parameter 
Get the parameter source name, i.e.
 
getSslContext() JerseyClient   
getStartTime() ApplicationInfo 
Get the start time of the application.
 
getStartTime() ApplicationMXBean 
Get the start time of the application (when application was initialized).
 
GETSTATIC Opcodes   
getStaticContentPattern() ServletContainer 
Get the static content path pattern.
 
getStatus() Response 
Gets the value of the status property.
 
getStatus() ClientResponse   
getStatus() OutboundJaxrsResponse   
getStatus() ContainerResponse   
getStatusInfo() ClientResponse   
getStatusInfo() OutboundJaxrsResponse   
getStatusInfo() ContainerResponse   
getStep(int) TypePath 
Returns the value of the given step of this path.
 
getStepArgument(int) TypePath 
Returns the index of the type argument that the given step is stepping into.
 
getStereotypes() JerseyBean   
getStereotypes() RequestScopeBean   
getStoredJaxbContext(Class) AbstractJaxbProvider 
Retrieve cached JAXB context capable of handling the given Java type.
 
getStoredJAXBContext(Class) JaxbStringReaderProvider 
Get the stored JAXB context supporting the Java type.
 
getStoredJaxbContext(Class) XmlRootObjectJaxbProvider   
getStreamEntity() StreamDataBodyPart 
Gets the underlying stream entity which will form the body part entity.
 
getStringHeaders() OutboundJaxrsResponse   
getStringHeaders() OutboundMessageContext 
Get a multi-valued map representing outbound message headers with their values converted
 to strings.
 
getStringHeaders() ContainerResponse   
getStyle() Param 
Gets the value of the style property.
 
getSubTags() LanguageTag   
getSuccessfulMappings() ExceptionMapperMXBean 
Get count of all successful exception mappings.
 
getSuccessfulMappings() ExceptionMapperStatistics 
Get count of all successful exception mappings.
 
getSuperName() ClassReader 
 
getSuperTypeIndex() TypeReference 
Returns the index of the "super type" of a class that is referenced by this type reference.
 
getSupportedEncodings() ContentEncoder 
Returns values of Content-Encoding header supported by this encoder.
 
getSuspendTimeout() ResourceMethod   
getSuspendTimeout() Suspendable 
Get the suspend timeout value in the given 
time unit.
 
getSuspendTimeoutUnit() ResourceMethod   
getSuspendTimeoutUnit() Suspendable 
 
getSyncInvoker() AbstractRxInvoker 
Return invocation builder this reactive invoker was initialized with.
 
getTag() Handle 
Returns the kind of field or method designated by this handle.
 
getTag() LanguageTag   
getTempDir() MultiPartProperties 
Get the directory to store temporary files containing body parts of multipart message that extends allowed memory
 threshold.
 
getTemplate() ResourceMappingContext.Mapping   
getTemplate() UriTemplateParser 
Get the template.
 
getTemplate() PathPattern   
getTemplate() UriTemplate 
Get the URI template as a String.
 
getTemplateVariables() UriTemplate 
Get the list of template variables for the template.
 
getTerminationTimeout() AbstractThreadPoolProvider 
Get the provisioned thread pool executor termination time out (in milliseconds).
 
getThreadFactory() ThreadPoolConfig 
Return 
ThreadFactory that will be used to create thread pool threads.
 
getThrowables() PostInvocationInterceptor.ExceptionContext 
Get the mutable 
Deque of unhandled 
Throwables occurred during the request (including previous
 
PostInvocationInterceptor processing).
 
getTimestamp() OAuth1Parameters 
Returns the timestamp, a value expected to be a positive integer,
 typically containing the number of seconds since January 1, 1970
 00:00:00 GMT (epoch).
 
getTimeWindow() TimeWindowStatistics 
Returns the size of time window in milliseconds.
 
getTimeWindowStatistics() ExecutionStatistics 
Returns time window statistics for available time window sizes.
 
getTitle() Doc 
Gets the value of the title property.
 
getTitle() JerseyLink   
getToken() Token   
getToken() OAuth1Parameters 
Returns the request or access token.
 
getTokenSecret() OAuth1Secrets 
Returns request or access token.
 
getTotalMappings() ExceptionMapperMXBean 
Get count of exception mappings that were performed on exceptions.
 
getTotalMappings() ExceptionMapperStatistics 
Get count of exception mappings that were performed on exceptions.
 
getTryCatchBlockIndex() TypeReference 
Returns the index of the try catch block (using the order in which they are visited with
 visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
 
getType() Param 
Gets the value of the type property.
 
getType() Resource 
Gets the value of the type property.
 
getType(String) Type 
Returns the 
Type corresponding to the given type descriptor.
 
getType(Class<?>) Type 
Returns the 
Type corresponding to the given class.
 
getType(Constructor<?>) Type 
Returns the method 
Type corresponding to the given constructor.
 
getType(Method) Type 
Returns the method 
Type corresponding to the given method.
 
getType() ContentDisposition 
Get the type.
 
getType() OutboundEvent 
Get data type.
 
getType() JerseyLink   
getType() Parameter 
Get generic type information for the parameter.
 
getType() ResourceMethod 
Get the JAX-RS method type.
 
getType() ApplicationEvent 
Return the type of the event.
 
getType() RequestEvent 
Returns the 
type of this event.
 
getType() ApplicationDescription.ExternalGrammar   
getTypeArgumentIndex() TypeReference 
Returns the index of the type argument referenced by this type reference.
 
getTypeParameterBoundIndex() TypeReference 
 
getTypeParameterIndex() TypeReference 
Returns the index of the type parameter referenced by this type reference.
 
getTypeParameters() AnnotatedMethod 
Get method type parameters.
 
getTypes() JerseyBean   
getTypes() RequestScopeBean   
getTypeWildCart(MediaType) MediaTypes 
Returns MediaType with wildcard in subtype.
 
getUnmarshaller(Class, MediaType) AbstractJaxbProvider 
Get the JAXB unmarshaller for the given class and media type.
 
getUnmarshaller(Class) JaxbStringReaderProvider 
Get JAXB unmarshaller for the type.
 
getUnmarshallerHandler() JettisonJaxbUnmarshaller   
getUnmarshallerProperties() MoxyJsonConfig 
Get unmarshaller properties.
 
getUnsuccessfulMappings() ExceptionMapperMXBean 
Get count of all unsuccessful exception mappings.
 
getUnsuccessfulMappings() ExceptionMapperStatistics 
Get count of all unsuccessful exception mappings.
 
getUri() ClientRequest   
getUri() JerseyWebTarget   
getUri() InvocationBuilderListener.InvocationBuilderContext 
Get the request URI.
 
getUri() JerseyLink   
getUriBuilder() JerseyWebTarget   
getUriBuilder() JerseyLink   
getUriInfo() ContainerRequest   
getUriInfo() RequestEvent 
 
getUriStatistics() MonitoringStatistics 
Get the statistics for each URI that is exposed in the application.
 
getValue() Option 
Gets the value of the value property.
 
getValue() TypeReference 
Returns the int encoded value of this type reference, suitable for use in visit methods related
 to type annotations, like visitTypeAnnotation.
 
getValue(Map<String, ?>, String, Class<T>) ApacheClientProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, Class<T>) Apache5ClientProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, T) ClientProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, T, Class<T>) ClientProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, Class<T>) ClientProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, Class<T>) CommonProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, T) CommonProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, RuntimeType, String, T) CommonProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) CommonProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, RuntimeType, String, Class<T>) CommonProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, Class<T>) JdkConnectorProperties   
getValue(Map<String, ?>, String, T, Class<T>) JdkConnectorProperties   
getValue(Map<String, ?>, String, Class<T>) JettyClientProperties 
Get the value of the specified property.
 
getValue() FormDataBodyPart 
Gets the field value for this body part.
 
getValue() ParameterizedHeader 
Get the value.
 
getValue(Map<String, ?>, String, Class<T>) ServerProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, T) ServerProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, String, T, Class<T>) ServerProperties 
Get the value of the specified property.
 
getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) ServerProperties 
Get the value of the specified property.
 
getValueAs(Class<T>) FormDataBodyPart 
Gets the field value after appropriate conversion to the requested type.
 
getValueFromConfig(String) ConfigurationModel 
Allows ancestors to work with native configuration providers
 
getValueOf(T) Parameter.ParamAnnotationHelper   
getValueParamProviders() ServerBootstrapBag   
getValueProvider(Parameter) ValueParamProvider 
Get an injected value provider for the parameter.
 
getValueWrapper() MoxyJsonConfig   
getVaryValue() ContainerRequest 
Get the value of HTTP Vary response header to be set in the response,
 or null if no value is to be set.
 
getVerifier() OAuth1Parameters 
Returns the verifier code.
 
getVersion() Version 
Get Jersey version.
 
getVersion() OAuth1Parameters 
Returns the protocol version.
 
getWadl(UriInfo) WadlResource   
getWebComponent() ServletContainer 
 
getWeight() ValueParamProvider.Priority   
getWeight() ValueParamProvider.PriorityType 
Returns the weight of this priority.
 
getWorkers() ClientRequest 
Get the message body workers associated with the request.
 
getWorkers() InboundMessageContext 
Get context message body workers.
 
getWorkQueue() ThreadPoolExecutorProvider 
Get the work queue for the provisioned thread pool executor.
 
getWrappedMessageContext() ContainerResponse 
Get the wrapped response message context.
 
getWrappedStream() EntityInputStream 
Get the wrapped input stream instance.
 
getWriterInterceptors() ClientRequest 
Get writer interceptors of this request.
 
getWriterInterceptors() ResourceMethodInvoker 
Get all reader interceptors applicable to the 
resource method
 wrapped by this invoker.
 
getWriters(MediaType) MessageBodyFactory   
getWriters(MediaType) MessageBodyWorkers 
Get the map of media type to list of message body writers that are compatible with
 a media type.
 
getWritersModelsForType(Class<?>) MessageBodyFactory   
getWritersModelsForType(Class<?>) MessageBodyWorkers 
Get a list of MessageBodyWriter models that are suitable for the given type.
 
getXml2JsonNs() JettisonConfig 
 
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) AbstractCollectionJaxbProvider 
 
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) XmlCollectionJaxbProvider   
GOTO Opcodes   
GracefulClosingStrategy() ApacheConnectionClosingStrategy.GracefulClosingStrategy   
grammars Application   
Grammars com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Grammars() Grammars   
GrizzlyConnectorProvider org.glassfish.jersey.grizzly.connector 
Connector provider for Jersey 
connectors that utilize
 Grizzly Asynchronous HTTP Client to send and receive HTTP request and responses.
 
GrizzlyConnectorProvider() GrizzlyConnectorProvider 
Create new Grizzly Async HTTP Client connector provider.
 
GrizzlyConnectorProvider(GrizzlyConnectorProvider.AsyncClientCustomizer) GrizzlyConnectorProvider 
Create new Grizzly Async HTTP Client connector provider with a custom client configuration customizer.
 
GrizzlyConnectorProvider.AsyncClientCustomizer org.glassfish.jersey.grizzly.connector 
A customization SPI for the async client instance underlying Grizzly connectors.
 
GrizzlyConnectorProvider.RequestCustomizer org.glassfish.jersey.grizzly.connector 
A customization SPI for the async client request instances.
 
GrizzlyHttpContainer org.glassfish.jersey.grizzly2.httpserver 
Jersey Container implementation based on Grizzly HttpHandler.
 
GrizzlyHttpContainerProvider org.glassfish.jersey.grizzly2.httpserver 
Container provider for containers based on Grizzly HttpHandler.
 
GrizzlyHttpContainerProvider() GrizzlyHttpContainerProvider   
GrizzlyHttpServerFactory org.glassfish.jersey.grizzly2.httpserver 
Factory for creating Grizzly Http Server.
 
GrizzlyWebContainerFactory org.glassfish.jersey.grizzly2.servlet 
Factory for creating and starting Grizzly 2 HttpServer instances
 for deploying a Servlet.
 
GZipEncoder org.glassfish.jersey.message 
GZIP encoding support.
 
GZipEncoder() GZipEncoder 
Initialize GZipEncoder.
 
 
I2B Opcodes   
I2C Opcodes   
I2D Opcodes   
I2F Opcodes   
I2L Opcodes   
I2S Opcodes   
IADD Opcodes   
IALOAD Opcodes   
IAND Opcodes   
IASTORE Opcodes   
ICONST_0 Opcodes   
ICONST_1 Opcodes   
ICONST_2 Opcodes   
ICONST_3 Opcodes   
ICONST_4 Opcodes   
ICONST_5 Opcodes   
ICONST_M1 Opcodes   
id Method   
id Param   
id Representation   
id Resource   
id ResourceType   
id(String) OutboundEvent.Builder 
Set event id.
 
identity() Stages 
Get a chainable "identity" stage.
 
IDIV Opcodes   
IDLE_CONNECTION_PRUNE_TIMEOUT NettyClientProperties 
    This property determines the number of seconds the idle connections are kept in the pool before pruned.
 
IF_ACMPEQ Opcodes   
IF_ACMPNE Opcodes   
IF_ICMPEQ Opcodes   
IF_ICMPGE Opcodes   
IF_ICMPGT Opcodes   
IF_ICMPLE Opcodes   
IF_ICMPLT Opcodes   
IF_ICMPNE Opcodes   
IFEQ Opcodes   
IFGE Opcodes   
IFGT Opcodes   
IFLE Opcodes   
IFLT Opcodes   
IFNE Opcodes   
IFNONNULL Opcodes   
IFNULL Opcodes   
IGNORE_EXCEPTION_RESPONSE ClientProperties 
Ignore a response in an exception thrown by the client API by not forwarding
 it to this service's client.
 
IGNORED_ASYNC_THREADPOOL_SIZE(Object) LocalizationMessages 
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
 
IGNORED_EXECUTOR_PROVIDERS(Object, Object) LocalizationMessages 
Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}].
 
IGNORED_SCHEDULER_PROVIDERS(Object, Object) LocalizationMessages 
Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}].
 
ignoreUserAgent() ClientRequest 
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
 
ignoreUserAgent(boolean) ClientRequest 
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
 
IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) LocalizationMessages 
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
 
IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) LocalizationMessages 
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
 
IINC Opcodes   
ILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) LocalizationMessages 
"{0}" property value ({1}) does not represent a valid client configuration class.
 
ILLEGAL_CONFIG_SYNTAX() LocalizationMessages 
Illegal configuration-file syntax.
 
ILLEGAL_INITIAL_CAPACITY(Object) LocalizationMessages 
Illegal initial capacity: {0}.
 
ILLEGAL_LOAD_FACTOR(Object) LocalizationMessages 
Illegal load factor: {0}.
 
ILLEGAL_PROVIDER_CLASS_NAME(Object) LocalizationMessages 
Illegal provider-class name: {0}.
 
ILOAD Opcodes   
ImmediateClosingStrategy() ApacheConnectionClosingStrategy.ImmediateClosingStrategy   
ImmediateHk2InjectionManager org.glassfish.jersey.inject.hk2 
Implementation of InjectionManager that is able to register and inject services.
 
ImmutableCommonConfig org.glassfish.jersey.model.internal 
Immutable runtime configuration.
 
ImmutableCommonConfig(CommonConfig, String) ImmutableCommonConfig 
Create new immutable copy of the original runtime configuration
 with a custom modification error message.
 
ImmutableCommonConfig(CommonConfig) ImmutableCommonConfig 
Create new immutable copy of the original runtime configuration.
 
immutableCopy() ComponentBag 
Get immutable copy of a component bag.
 
IMUL Opcodes   
IN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) LocalizationMessages 
Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.
 
IN_EVENT_RETRY_PARSE_ERROR(Object) LocalizationMessages 
Unable to parse inbound event retry value [{0}] as decimal number.
 
InboundEvent org.glassfish.jersey.media.sse 
Inbound event.
 
inboundHeaders() InboundHeadersProvider 
Return inbound request headers.
 
InboundHeadersProvider org.glassfish.jersey.microprofile.restclient 
This provider is executed if no headers found for propagation from inbound request via normal propagation mechanism.
 
InboundMessageContext org.glassfish.jersey.message.internal 
Base inbound message context implementation.
 
InboundMessageContext(Configuration) InboundMessageContext 
Create new inbound message context.
 
InboundMessageContext(Configuration, boolean) InboundMessageContext 
Create new inbound message context.
 
InboundMessageContext() InboundMessageContext 
Deprecated. 
 
InboundMessageContext(boolean) InboundMessageContext 
Deprecated. 
 
include Grammars   
Include com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Include() Include   
INCLUDE_ALL ComponentBag 
A filtering strategy that accepts any contract provider model.
 
INEG Opcodes   
Inflecting DATA ,RESULT > - Interface in org.glassfish.jersey.process.internal 
Interface that is used to indicate that the instance provides an 
Inflector.
 
Inflecting T > - Class in org.glassfish.jersey.server.model 
Inflector provider resource model component.
 
Inflecting() Inflecting   
Inflector DATA ,RESULT > - Interface in org.glassfish.jersey.process 
A generic interface for transforming data into a result.
 
inflector() Inflecting 
Get the inflector capable of transforming supplied data into a result.
 
info Label 
A user managed state associated with this label.
 
INFO_CONTAINER_HTTPS_NO_SSL() LocalizationMessages 
HTTPS server will be created with no SSL context defined.
 
init(InjectionManager, BootstrapBag) AutoDiscoverableConfigurator   
init(InjectionManager, BootstrapBag) BootstrapConfigurator 
Pre-initialization method should only register services into 
InjectionManager and populate 
BootstrapBag.
 
init(InjectionManager, BootstrapBag) ContextResolverFactory.ContextResolversConfigurator   
init(InjectionManager, BootstrapBag) DynamicFeatureConfigurator   
init(InjectionManager, BootstrapBag) ExceptionMapperFactory.ExceptionMappersConfigurator   
init(InjectionManager, BootstrapBag) FeatureConfigurator   
init(InjectionManager, BootstrapBag) JaxrsProviders.ProvidersConfigurator   
init(InjectionManager, BootstrapBag) MessageBodyFactory.MessageBodyWorkersConfigurator   
init(InjectionManager, BootstrapBag) RequestScope.RequestScopeConfigurator   
init(InjectionManager, BootstrapBag) ResourceMethodInvokerConfigurator   
init(InjectionManager, BootstrapBag) ResourceModelConfigurator   
init() WadlGeneratorImpl   
init() WadlGenerator 
Invoked before all methods related to wadl-building are invoked.
 
init(WebConfig) ServletContainer 
Initiate the Web component.
 
init() ServletContainer   
init(FilterConfig) ServletContainer   
INIT_MSG(Object) LocalizationMessages 
Initiating Jersey application, version {0}...
 
INIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) LocalizationMessages 
The syntax is invalid for the regular expression "{0}" associated with the initialization parameter "{1}".
 
Initializable T  extends Initializable <T >> - Interface in org.glassfish.jersey.client 
Initializable Jersey client-side component.
 
initialize(InjectionManager) CdiComponentProvider   
initialize(InjectionManager) CdiServerComponentProvider   
initialize(InjectionManager) MessageBodyFactory 
Must be initialize at the time of completed populated InjectionManager.
 
initialize(InjectionManager) RequestScopedInitializer 
Perform request-scoped initialization.
 
initialize(InjectionManager) ComponentProvider 
Initializes the component provider with a reference to a injection manager
 instance, which will get used in the application to manage individual components.
 
initializeAfterBeanDiscovery(EnhancedAnnotatedType<T>) JerseyInjectionTarget 
Copied method from the parent class because of a custom type of Instantiator is used in this implementation.
 
initResource(T) JerseyResourceContext   
initTracingSupport(TracingConfig, TracingLogger.Level, ContainerRequest) TracingUtils 
According to configuration/request header it initialize 
TracingLogger and put it to the request properties.
 
inject(Object) CdiSeInjectionManager   
inject(Object, String) CdiSeInjectionManager   
inject(T, CreationalContext<T>) JerseyInjectionTarget   
inject(T, CreationalContext<T>) WrappingJerseyInjectionTarget   
INJECTED_WEBTARGET_URI_INVALID(Object) LocalizationMessages 
"@Uri" annotation value is not a valid URI template: "{0}"
 
InjecteeSkippingAnalyzer org.glassfish.jersey.ext.cdi1x.internal 
Class analyzer that ignores given injection points.
 
InjecteeSkippingAnalyzer(ClassAnalyzer, Map<Class<?>, Set<Method>>, Map<Class<?>, Set<Field>>, BeanManager) InjecteeSkippingAnalyzer   
INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) LocalizationMessages 
Cannot instantiate {0} class.
 
INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) LocalizationMessages 
Cannot instantiate {0} class.
 
INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) LocalizationMessages 
Could not find a suitable constructor in {0} class.
 
INJECTION_MANAGER_FACTORY_NOT_FOUND() LocalizationMessages 
InjectionManagerFactory not found.
 
INJECTION_MANAGER_NOT_PROVIDED() LocalizationMessages 
InjectionManager is not provided.
 
INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) LocalizationMessages 
InjectionManagerStrategy is not supported: {0}.
 
injectionManager(InjectionManager) ResourceMethodInvoker.Builder 
Set runtime DI injection manager.
 
InjectionManagerClientProvider org.glassfish.jersey.client 
Extension of 
InjectionManagerProvider which contains helper static methods
 that extract 
InjectionManager from client specific JAX-RS components.
 
InjectionManagerClientProvider() InjectionManagerClientProvider   
InjectionManagerProvider org.glassfish.jersey 
Utility class with static methods that extract injection manager
 from various JAX-RS components.
 
InjectionManagerProvider() InjectionManagerProvider   
InjectionResolverWrapper T  extends Annotation > - Class in org.glassfish.jersey.inject.hk2 
This class wraps the jersey class InjectionResolver to make HK2 version of this
 provided functionality.
 
InjectionUtils org.glassfish.jersey.inject.cdi.se.injector 
Utility class for processing of an injection.
 
InjectLink org.glassfish.jersey.linking 
Specifies a link injection target in a returned representation bean.
 
InjectLink.Extension org.glassfish.jersey.linking   
InjectLink.Style org.glassfish.jersey.linking 
Styles of URI supported
 
InjectLink.Util org.glassfish.jersey.linking   
InjectLinkNoFollow org.glassfish.jersey.linking 
Specifies on a field that should be ignored by Link recursive introspection.
 
InjectLinks org.glassfish.jersey.linking 
Used to request the addition of a set of links, can be used for both
 link headers on a Class or injection into a List
 
INNER_TYPE TypePath 
A type path step that steps into the nested type of a class type.
 
INPUT_STREAM_CLOSED() LocalizationMessages 
Input stream has been closed.
 
InputStreamProvider org.glassfish.jersey.message.internal   
InputStreamProvider() InputStreamProvider   
inResponseProcessing() ContainerRequest 
Notify this request that the response created from this request is already being
 processed.
 
INSTANCE ClientAsyncExecutorLiteral 
 
INSTANCE ClientBackgroundSchedulerLiteral 
 
INSTANCE BackgroundSchedulerLiteral 
BackgroundScheduler annotation instance.
 
INSTANCE ManagedAsyncExecutorLiteral 
ManagedAsyncExecutor annotation instance.
 
INSTANCEOF Opcodes   
INSTANCEOF TypeReference 
The sort of type references that target the type declared in an 'instanceof' instruction.
 
InstanceSupplierFactoryBridge T > - Class in org.glassfish.jersey.inject.hk2 
 
INT Type 
The sort of the int type.
 
INT_TYPE Type 
The int type.
 
INTEGER Opcodes   
InternalProperties org.glassfish.jersey.internal 
Internal common (server/client) Jersey configuration properties.
 
InternalServerProperties org.glassfish.jersey.server.internal 
Jersey internal server-side configuration properties.
 
intersect(List<? extends MediaType>, List<? extends MediaType>) MediaTypes 
Determine if the two list of media types share a common
 
type-equal
 sub-list.
 
INVALID_CONFIG_PROPERTY_VALUE(Object, Object) LocalizationMessages 
Invalid value for {0} configuration property: {1}
 
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) LocalizationMessages 
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
 
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) LocalizationMessages 
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
 
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) LocalizationMessages 
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
 
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) LocalizationMessages 
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
 
INVALID_HOST() LocalizationMessages 
Invalid host name.
 
INVALID_MAPPING_FORMAT(Object, Object) LocalizationMessages 
Provided {0} property value "{1}" is invalid.
 
INVALID_MAPPING_KEY_EMPTY(Object, Object) LocalizationMessages 
The key in {0} mappings record "{1}" is empty.
 
INVALID_MAPPING_TYPE(Object) LocalizationMessages 
Provided {0} property value type is invalid.
 
INVALID_MAPPING_VALUE_EMPTY(Object, Object) LocalizationMessages 
The value in {0} mappings record "{1}" is empty.
 
INVALID_PORT() LocalizationMessages 
Invalid port value.
 
INVALID_SPI_CLASSES(Object, Object) LocalizationMessages 
Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
 
InvalidSecretException org.glassfish.jersey.oauth1.signature 
Thrown to indicate that the OAuth secret supplied is invalid or otherwise
 unsupported.
 
InvalidSecretException() InvalidSecretException 
Constructs an invalid OAuth secret exception with no detail message.
 
InvalidSecretException(String) InvalidSecretException 
Constructs an invalid OAuth secret exception with the specified detail
 message.
 
Invocable org.glassfish.jersey.server.model 
A common interface for invocable resource components.
 
invocation(Link) JerseyClient   
InvocationBuilderListener org.glassfish.jersey.client.spi 
Implementations of this interface will be notified when a new Invocation.Builder
 is created.
 
InvocationBuilderListener.InvocationBuilderContext org.glassfish.jersey.client.spi 
An Invocation.Builder subset of setter methods.
 
invoke() JerseyInvocation   
invoke(Class<T>) JerseyInvocation   
invoke(GenericType<T>) JerseyInvocation   
invoke(Object, Method, Object[]) ThreadLocalInvoker   
invoke(Object, Method, Object[]) ThreadLocalNamedInvoker   
INVOKEDYNAMIC Opcodes   
INVOKEINTERFACE Opcodes   
invokeManaged(Producer<Response>) AsyncContext 
Invoke the provided response producer in a Jersey-managed asynchronous thread.
 
INVOKESPECIAL Opcodes   
INVOKESTATIC Opcodes   
INVOKEVIRTUAL Opcodes   
IO_BUFFER_SIZE 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 MessageProperties 
The default buffer size (8192) for I/O operations on byte and character
 streams.
 
IOR Opcodes   
IREM Opcodes   
IRETURN Opcodes   
isAbsolute() JerseyUriBuilder 
Check whether or not the URI represented by this UriBuilder is absolute.
 
isAcceptable(Class<?>) Resource 
Check if the class is acceptable as a JAX-RS provider or resource.
 
isActive() RequestContext   
isActive() RequestScope   
isActive() SimpleTraceAnalyzer   
isAlternative() JerseyBean   
isAlternative() RequestScopeBean   
isAnnotationPresent(Class<? extends Annotation>) AnnotatedMethod   
isAnnotationPresent(Class<? extends Annotation>) Parameter   
isAsynchronous() ClientRequest 
Returns true if the request is called asynchronously using AsyncInvoker
 
isChunked() ContainerResponse 
 
isClassBased() MethodHandler 
Return whether the method handler 
creates instances
 based on 
classes.
 
isClosed() ChunkedInput 
Check if the chunked input has been closed.
 
isClosed() JerseyClient 
Check client state.
 
isClosed() CommittingOutputStream 
Check if the committing output stream has been closed already.
 
isClosed() EntityInputStream 
Get the closed status of this input stream.
 
isClosed() ChunkedOutput 
Get state information.
 
isClosed() AbstractThreadPoolProvider 
Check if this thread pool executor provider has been 
closed.
 
isCodeAttribute() Attribute 
Returns true if this type of attribute is a Code attribute.
 
isCommitted() CommittingOutputStream 
Determine whether the stream was already committed or not.
 
isCommitted() OutboundMessageContext 
Returns true if the entity stream has been committed.
 
isCommitted() ContainerResponse 
Returns true if the entity stream has been committed.
 
isCompatible(Locale) LanguageTag   
isCompatible(String) Token   
isConstructorParameterIndicator() ContextInjectionResolverImpl   
isConstructorParameterIndicator() ContextInjectionResolverImpl   
isConstructorParameterIndicator() InjectionResolverWrapper   
isCustom() AbstractEntityProviderModel 
Get the custom flag value.
 
isDaemon() ThreadPoolConfig 
Return true if thread pool threads are daemons.
 
isDebug() SimpleServer 
If this is true then very low level I/O operations are logged.
 
isDefaultSslContext() JerseyClient 
 
isDetailedWadlRequested(UriInfo) WadlUtils 
 
isEmpty() InboundEvent 
Check if the event is empty (i.e.
 
isEmpty() EntityInputStream 
Check if the underlying entity stream is empty.
 
isEnabled(Feature) ClientConfig   
isEnabled(Class<? extends Feature>) ClientConfig   
isEnabled(Feature) ConfigurationModel   
isEnabled(Class<? extends Feature>) ConfigurationModel   
isEnabled(Class<? extends Feature>) CommonConfig   
isEnabled(Feature) CommonConfig   
isEnabled(Feature) ResourceConfig   
isEnabled(Class<? extends Feature>) ResourceConfig   
isEncoded() Parameter 
If true, the injected parameter value should remain encoded.
 
isEndOfInput() JerseyChunkedInput   
isExtended() Resource 
Get the flag indicating whether the resource is extended.
 
isExtended() ResourceMethod 
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
 
isFor(Class<?>) FeatureSupplier 
Define whether the feature set is for the instances of the given class.
 
isFor(Class<?>) PropertySupplier 
Define whether the property set is for the instances of the given class.
 
isFor(Class<?>) Parameter.ParamCreationFactory 
Determine whether the Factory is for the given class to be instantiated.
 
isFormattedOutput() AbstractJaxbProvider   
isFormattedOutput() MoxyJsonConfig   
isHexCharacter(char) UriComponent 
Checks whether the character c is hexadecimal character.
 
ISHL Opcodes   
ISHR Opcodes   
isImmediateStrategy() Hk2InjectionManagerFactory 
 
isIncludeRoot() MoxyJsonConfig   
isInflector() Invocable 
 
isInterface() Handle 
Returns true if the owner of the field or method designated by this handle is an interface.
 
isJaxbImplAvailable() WadlApplicationContextImpl   
isJaxbType(Class<?>) AbstractCollectionJaxbProvider.JaxbTypeChecker   
isLogEnabled(TracingLogger.Event) TracingLogger 
Test if a tracing support is enabled (according to propertiesDelegate setting) and
 if event can be logged (according to event.level and threshold level set).
 
isManagedAsyncDeclared() ResourceMethod   
isManagedAsyncDeclared() Suspendable 
Check if the component is marked to be executed asynchronously by using
 an internal Jersey 
executor service.
 
isMappable(T) ExtendedExceptionMapper 
Determine whether this provider is able to process a supplied exception instance.
 
isMappedFromException() ContainerResponse 
Returns true if the response is result of the exception (for example created during
 exception mapping).
 
isMarshalEmptyCollections() MoxyJsonConfig   
isMethodParameterIndicator() ContextInjectionResolverImpl   
isMethodParameterIndicator() ContextInjectionResolverImpl   
isMethodParameterIndicator() InjectionResolverWrapper   
isNameBound() ContractProvider   
isNameBound() NameBound 
Check if the component is bound or not.
 
isNameBound() ResourceMethod   
isNamespaceAware() SecureSaxParserFactory   
isNotPublic() MethodList 
Get a new sub-list of methods containing all the methods from this method
 list that are not public.
 
isNullable() JerseyBean   
isNullable() RequestScopeBean   
isOpen() EventSource 
Check if this event source instance has already been 
opened.
 
isOpen() JerseySseEventSource   
isPackageLevelEntry(String, String) OsgiRegistry 
Returns whether the given entry path is located directly in the provided package path.
 
isPresentIn(int) HttpMethodOverrideFilter.Source 
Returns true if the bit corresponding to this flag is set in a given integer value.
 
isPrixiable(Injectee) JerseyProxyResolver 
Returns true if one of the proxiable annotations is present on the clazz into which values are injected.
 
isPrixiable(Class<? extends Annotation>) JerseyProxyResolver 
Returns true if one of the proxiable annotations is present on the clazz.
 
isProperty(String) ClientConfig   
isProperty(String) ExtendedConfig 
Get the value of the property with a given name converted to boolean.
 
isProperty(String) ConfigurationModel   
isProperty(String) CommonConfig   
isProperty(String) ResourceConfig   
isProvider(Type) InjectionUtils   
isQualified() Parameter 
Check if the parameter is qualified.
 
isQualified() Parameter 
 
isReadable(Class<?>, Type, Annotation[], MediaType) AbstractCollectionJaxbProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) AbstractJaxbElementProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) AbstractRootElementJaxbProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) DocumentProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) XmlRootObjectJaxbProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) JsonBindingProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) KryoMessageBodyProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) MultiPartReaderClientSide   
isReadable(Class<?>, Type, Annotation[], MediaType) ByteArrayProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) DataSourceProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) FileProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) FormMultivaluedMapProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) FormProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) InputStreamProvider   
isReadable(MessageBodyReader<?>, Class<?>, Type, Annotation[], MediaType) MessageBodyFactory 
Safely invokes isReadable method on the supplied provider.
 
isReadable(Class<?>, Type, Annotation[], MediaType) ReaderProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) RenderedImageProvider   
isReadable(Class<?>, Type, Annotation[], MediaType) SourceProvider.DomSourceReader   
isReadable(Class<?>, Type, Annotation[], MediaType) SourceProvider.SaxSourceReader   
isReadable(Class<?>, Type, Annotation[], MediaType) SourceProvider.StreamSourceReader   
isReadable(Class<?>, Type, Annotation[], MediaType) ReaderModel 
Safely invokes isReadable method on the underlying provider.
 
isReadable(Class<?>, Type, Annotation[], MediaType) SseMessageBodyReader   
isReadable(Class<?>, Type, Annotation[], MediaType) ConfigurableMoxyJsonProvider   
isReconnectDelaySet() InboundEvent 
Check if the connection retry time has been set in the event.
 
isReconnectDelaySet() OutboundEvent 
Check if the connection retry time has been set in the event.
 
isRegistered(Object) ClientConfig   
isRegistered(Class<?>) ClientConfig   
isRegistered(Object) ConfigurationModel   
isRegistered(Class<?>) ConfigurationModel   
isRegistered(Object) CommonConfig   
isRegistered(Class<?>) CommonConfig   
isRegistered(Object) ResourceConfig   
isRegistered(Class<?>) ResourceConfig   
isRegistrable(Class<?>) CdiSeInjectionManager   
isRepeating() Param 
Gets the value of the repeating property.
 
isRequired() Param 
Gets the value of the required property.
 
isResponseSuccessfullyMapped() RequestEvent 
Returns true if the response was successfully mapped from an exception
 by exception mappers.
 
isResponseWritten() RequestEvent 
Returns true if the response has been successfully written.
 
isShutdown() CdiSeInjectionManager   
isSimple() FormDataBodyPart   
isSse() ResourceMethod 
Check whether the resource method will be producing Server-sent event stream.
 
isSseSinkParam(Class<?>) SseTypeResolver   
isSuccess() RequestEvent 
Return true if the request and response has been successfully processed.
 
isSupported(MediaType) AbstractJaxbProvider 
Check if the given media type is supported by this JAXB entity provider.
 
isSupported(MediaType) XmlCollectionJaxbProvider.General   
isSupported(MediaType) XmlJaxbElementProvider.General   
isSupported(MediaType) XmlRootElementJaxbProvider.General   
isSupported(MediaType) XmlRootObjectJaxbProvider.General   
isSuspendDeclared() ResourceMethod   
isSuspendDeclared() Suspendable 
Check if the component is marked for suspending.
 
isTemplateVariablePresent(String) UriTemplate 
Ascertain if a template variable is a member of this
 template.
 
ISTORE Opcodes   
ISUB Opcodes   
isUnknown() Attribute 
Returns true if this type of attribute is unknown.
 
isValidating() SecureSaxParserFactory   
isValidating() JettisonJaxbUnmarshaller   
isWadlGenerationEnabled() WadlApplicationContextImpl   
isWadlGenerationEnabled() WadlApplicationContext 
Get WADL generation status.
 
isWildcard(MediaType) MediaTypes 
Check if the given media type is a wildcard type.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) AbstractCollectionJaxbProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) AbstractJaxbElementProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) AbstractRootElementJaxbProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) DocumentProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) XmlRootObjectJaxbProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) JsonBindingProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) KryoMessageBodyProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) MultiPartWriter   
isWriteable(Class<?>, Type, Annotation[], MediaType) ByteArrayProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) DataSourceProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) FileProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) FormMultivaluedMapProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) FormProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) InputStreamProvider   
isWriteable(MessageBodyWriter<?>, Class<?>, Type, Annotation[], MediaType) MessageBodyFactory 
Safely invokes isWriteable method on the supplied provider.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) ReaderProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) RenderedImageProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) SourceProvider.SourceWriter   
isWriteable(Class<?>, Type, Annotation[], MediaType) StreamingOutputProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) WriterModel 
Safely invokes isWriteable method on the underlying provider.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) ConfigurableMoxyJsonProvider   
isWriteable(Class<?>, Type, Annotation[], MediaType) ChunkedResponseWriter   
isXIncludeAware() SecureSaxParserFactory   
isXmlRootElementProcessing() AbstractJaxbProvider   
iterator() ServiceFinder 
Returns discovered objects incrementally.
 
iterator() MethodList 
 
IUSHR Opcodes   
IXOR Opcodes   
 
ManagedAsync org.glassfish.jersey.server 
Indicates that the resource method to which the annotation has been applied
 should be executed on a separate thread managed by an internal Jersey
 
executor service.
 
managedAsync() ResourceMethod.Builder 
Set the managed async required flag on the method model to true.
 
ManagedAsyncExecutor org.glassfish.jersey.server 
 
ManagedAsyncExecutorLiteral org.glassfish.jersey.server 
 
ManagedObjectsFinalizer org.glassfish.jersey.model.internal 
Invokes PreDestroy methods on all registered objects, when the injection manager is shut down.
 
ManagedObjectsFinalizer(InjectionManager) ManagedObjectsFinalizer 
 
map WadlGenerator.ExternalGrammarDefinition   
MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal 
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message
 body readers and writers into a mappable exception.
 
MappableExceptionWrapperInterceptor() MappableExceptionWrapperInterceptor   
MappableExceptionWrapperInterceptor.Binder org.glassfish.jersey.server.internal 
 
mappedJettison() JettisonConfig 
 
MapPropertiesDelegate org.glassfish.jersey.internal 
Properties delegate backed by a Map.
 
MapPropertiesDelegate() MapPropertiesDelegate 
Create new map-based properties delegate.
 
MapPropertiesDelegate(Map<String, Object>) MapPropertiesDelegate 
Create new map-based properties delegate.
 
MapPropertiesDelegate(PropertiesDelegate) MapPropertiesDelegate 
Initialize new map-based properties delegate from another
 delegate.
 
mark() Errors 
Set a mark at a current position in the errors messages list.
 
mark(int) EntityInputStream   
markSupported() EntityInputStream   
marshal(Object, Result) JettisonJaxbMarshaller   
marshal(Object, OutputStream) JettisonJaxbMarshaller   
marshal(Object, File) JettisonJaxbMarshaller   
marshal(Object, Writer) JettisonJaxbMarshaller   
marshal(Object, ContentHandler) JettisonJaxbMarshaller   
marshal(Object, Node) JettisonJaxbMarshaller   
marshal(Object, XMLStreamWriter) JettisonJaxbMarshaller   
marshal(Object, XMLEventWriter) JettisonJaxbMarshaller   
marshallerProperty(String, Object) MoxyJsonConfig 
Set the value of the property for used Marshaller.
 
marshallToJSON(Object, OutputStream) BaseJsonMarshaller   
marshallToJSON(Object, Writer) BaseJsonMarshaller   
marshallToJSON(Object, OutputStream) JettisonMarshaller 
Marshall the content tree rooted at jaxbElement into an
 output stream.
 
marshallToJSON(Object, Writer) JettisonMarshaller 
Marshall the content tree rooted at jaxbElement into an
 output stream.
 
match(CharSequence) PatternWithGroups 
Match against the pattern.
 
match(CharSequence, List<String>) PatternWithGroups 
Match against the pattern.
 
match(CharSequence, List<String>, Map<String, String>) PatternWithGroups 
Match against the pattern.
 
match(CharSequence, Map<String, String>) UriTemplate 
Match a URI against the template.
 
match(CharSequence, List<String>) UriTemplate 
Match a URI against the template.
 
MatchingEntityTag org.glassfish.jersey.message.internal 
A matching entity tag.
 
MatchingEntityTag(String) MatchingEntityTag 
Create new strongly validating entity tag.
 
MatchingEntityTag(String, boolean) MatchingEntityTag 
Create new matching entity tag.
 
MATRIX_PARAM_NULL() LocalizationMessages 
One or more of matrix value parameters are null.
 
matrixParam(String, Object...) JerseyWebTarget   
matrixParam(String, Object...) JerseyUriBuilder   
MatrixParamException(Throwable, String, String) ParamException.MatrixParamException   
MAX_CONNECTIONS NettyClientProperties 
    This property determines the maximum number of idle connections that will be simultaneously kept alive, per destination.
 
MAX_CONNECTIONS_PER_DESTINATION JdkConnectorProperties 
A maximum number of open connections per each destination.
 
MAX_CONNECTIONS_TOTAL NettyClientProperties 
    This property determines the maximum number of idle connections that will be simultaneously kept alive
    in total, rather than per destination.
 
MAX_HEADER_SIZE JdkConnectorProperties 
A configurable property of HTTP parser.
 
MAX_REDIRECTS JdkConnectorProperties 
The maximal number of redirects during single request.
 
MAX_REDIRECTS NettyClientProperties 
The maximal number of redirects during single request.
 
maxEntitySize(Integer) LoggingFeature.LoggingFeatureBuilder   
MAXIMUM Quality 
Maximum quality value.
 
MBR_TRYING_TO_CLOSE_STREAM(Object) LocalizationMessages 
Message body reader ({0}) is trying to close the entity input stream.
 
MBW_TRYING_TO_CLOSE_STREAM(Object) LocalizationMessages 
Message body writer ({0}) is trying to close the entity output stream.
 
MEDIA_TYPE_IS_NULL() LocalizationMessages 
Media type is null.
 
MEDIA_TYPE_KEY_COMPARATOR MessageBodyFactory 
Media type comparator.
 
MEDIA_TYPE_LIST_COMPARATOR MediaTypes 
Comparator for lists of media types.
 
MEDIA_TYPE_MAPPINGS ServerProperties 
Defines mapping of URI extensions to media types.
 
MEDIA_TYPE_NOT_TEXT_PLAIN() LocalizationMessages 
Media type is not text/plain.
 
mediaType Option   
mediaType Representation   
mediaType(MediaType) OutboundEvent.Builder 
Set the media type of the event data.
 
mediaTypeMappings UriConnegFilter   
MediaTypePredictor org.glassfish.jersey.media.multipart.file 
An interface which allows developers implement their own media type predictor.
 
MediaTypeProvider org.glassfish.jersey.message.internal 
Header delegate provider for MediaType.
 
MediaTypeProvider() MediaTypeProvider   
MediaTypes org.glassfish.jersey.message.internal 
Common media types and functionality.
 
mediaTypes(MediaType...) VariantListBuilder   
merge(ExternalConfigurationModel) ExternalConfigurationProvider 
Merge properties from other provider/model
 
mergeProperties(Map<String, Object>) ConfigurationModel   
mergeProperties(Map<String, Object>) ExternalConfigurationModel 
Merge properties from other (found) external configuration.
 
mergeWith(Resource) Resource.Builder 
Merge methods from a given resource model into this resource model builder.
 
mergeWith(Resource.Builder) Resource.Builder 
Merge methods from a given resource model builder into this resource model
 builder.
 
MESSAGE_CONTENT_BUFFER_RESET_FAILED() LocalizationMessages 
Error resetting the buffered message content input stream.
 
MESSAGE_CONTENT_BUFFERING_FAILED() LocalizationMessages 
Failed to buffer the message content input stream.
 
MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() LocalizationMessages 
Error closing message content input stream.
 
MessageBodyFactory org.glassfish.jersey.message.internal 
A factory for managing MessageBodyReader, MessageBodyWriter instances.
 
MessageBodyFactory(Configuration) MessageBodyFactory 
Create a new message body factory.
 
MessageBodyFactory.MessageBodyWorkersConfigurator org.glassfish.jersey.message.internal 
 
MessageBodyProcessingException org.glassfish.jersey.message.internal 
Jersey exception signaling that error occurred during reading or writing message body (entity).
 
MessageBodyProcessingException(Throwable) MessageBodyProcessingException 
Creates new instance initialized with exception cause.
 
MessageBodyProcessingException(String, Throwable) MessageBodyProcessingException 
Creates new instance initialized with exception message and exception cause.
 
MessageBodyProcessingException(String) MessageBodyProcessingException 
Creates new instance initialized with exception message.
 
MessageBodyProviderNotFoundException org.glassfish.jersey.message.internal 
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
 
MessageBodyProviderNotFoundException(Throwable) MessageBodyProviderNotFoundException   
MessageBodyProviderNotFoundException(String, Throwable) MessageBodyProviderNotFoundException   
MessageBodyProviderNotFoundException(String) MessageBodyProviderNotFoundException   
MessageBodyProviders(Map<String, Object>, RuntimeType) MessagingBinders.MessageBodyProviders 
Create new message body providers injection binder.
 
messageBodyWorkers BodyPart   
MessageBodyWorkers org.glassfish.jersey.message 
An injectable interface providing lookup of MessageBodyReader and
 MessageBodyWriter instances.
 
MessageBodyWorkersConfigurator() MessageBodyFactory.MessageBodyWorkersConfigurator   
messageFormat() MsgTraceEvent   
messageFormat() TracingLogger.Event 
Message format.
 
messageFormat() ServerTraceEvent   
MessageProperties org.glassfish.jersey.message 
Jersey configuration properties for message & entity processing.
 
MessageUtils org.glassfish.jersey.message 
Utility class with message related methods.
 
MessagingBinders org.glassfish.jersey.message.internal 
Binding definitions for the default set of message related providers (readers,
 writers, header delegates).
 
MessagingBinders.HeaderDelegateProviders org.glassfish.jersey.message.internal 
Header delegate provider injection binder.
 
MessagingBinders.MessageBodyProviders org.glassfish.jersey.message.internal 
Message body providers injection binder.
 
METAINF_SERVICES_LOOKUP_DISABLE ClientProperties 
If true then disable META-INF/services lookup on client.
 
METAINF_SERVICES_LOOKUP_DISABLE CommonProperties 
If true then disable META-INF/services lookup globally on client/server.
 
METAINF_SERVICES_LOOKUP_DISABLE ServerProperties 
If true then disable META-INF/services lookup on server.
 
METAINF_SERVICES_LOOKUP_DISABLE_CLIENT CommonProperties 
 
METAINF_SERVICES_LOOKUP_DISABLE_SERVER CommonProperties 
 
Method com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Method() Method   
METHOD Type 
The sort of method types.
 
method(String) AbstractRxInvoker   
method(String, Class<R>) AbstractRxInvoker   
method(String, GenericType<R>) AbstractRxInvoker   
method(String, Entity<?>) AbstractRxInvoker   
method(String) JerseyInvocation.Builder   
method(String, Class<T>) JerseyInvocation.Builder   
method(String, GenericType<T>) JerseyInvocation.Builder   
method(String, Entity<?>) JerseyInvocation.Builder   
method(String, Entity<?>, Class<T>) JerseyInvocation.Builder   
method(String, Entity<?>, GenericType<T>) JerseyInvocation.Builder   
Method(String, String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) ModelProcessorUtil.Method 
Create new method instance.
 
Method(String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) ModelProcessorUtil.Method 
Create new method instance.
 
METHOD_EMPTY_PATH_ANNOTATION(Object, Object) LocalizationMessages 
The (sub)resource method {0} in {1} contains empty path annotation.
 
METHOD_FORMAL_PARAMETER TypeReference 
The sort of type references that target the type of a formal parameter of a method.
 
METHOD_INVOCABLE_FROM_PREMATCH_FILTERS_ONLY() LocalizationMessages 
Method can only be invoked from pre-matching request filters.
 
METHOD_INVOCATION_TYPE_ARGUMENT TypeReference 
The sort of type references that target a type parameter of a generic method in a method call.
 
METHOD_NOT_GETTER_NOR_SETTER() LocalizationMessages 
Method is neither getter nor setter.
 
METHOD_NOT_SUPPORTED(Object) LocalizationMessages 
Method {0} not supported.
 
METHOD_PARAMETER_CANNOT_BE_NULL(Object) LocalizationMessages 
Method parameter "{0}" cannot be null.
 
METHOD_PARAMETER_CANNOT_BE_NULL(Object) LocalizationMessages 
Method parameter "{0}" cannot be null.
 
METHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) LocalizationMessages 
Method parameter "{0}" cannot be null or empty.
 
METHOD_RECEIVER TypeReference 
The sort of type references that target the receiver type of a method.
 
METHOD_REFERENCE TypeReference 
The sort of type references that target the receiver type of a method reference.
 
METHOD_REFERENCE_TYPE_ARGUMENT TypeReference 
The sort of type references that target a type parameter of a generic method in a method
 reference.
 
METHOD_RETURN TypeReference 
The sort of type references that target the return type of a method.
 
METHOD_TYPE_PARAMETER TypeReference 
The sort of type references that target a type parameter of a generic method.
 
METHOD_TYPE_PARAMETER_BOUND TypeReference 
The sort of type references that target a bound of a type parameter of a generic method.
 
METHOD_UNEXPECTED_ANNOTATION(Object, Object, Object) LocalizationMessages 
(Sub)resource method {0} in {1} contains unexpected annotation {2}.
 
MethodHandler org.glassfish.jersey.server.model 
Resource method handler model.
 
MethodHandler() MethodHandler 
Create new instance of a resource method handler model.
 
MethodHandler(Collection<Parameter>) MethodHandler 
Create new instance of a resource method handler model.
 
MethodList org.glassfish.jersey.server.model 
Iterable list of methods on a single class with convenience getters for
 additional method information.
 
MethodList(Class<?>) MethodList 
Create new method list for a class.
 
MethodList(Class<?>, boolean) MethodList 
Create new method list for a class.
 
MethodList(Collection<Method>) MethodList 
Create new method list from the given collection of methods.
 
MethodList(Method...) MethodList 
Create new method list from the given array of methods.
 
MethodList(AnnotatedMethod...) MethodList 
 
MethodList.Filter org.glassfish.jersey.server.model 
Method list filter.
 
methodOrResource Resource   
methodOrResource ResourceType   
MethodTooLargeException jersey.repackaged.org.objectweb.asm 
Exception thrown when the Code attribute of a method produced by a 
ClassWriter is too
 large.
 
MethodTooLargeException(String, String, String, int) MethodTooLargeException 
 
MethodVisitor jersey.repackaged.org.objectweb.asm 
A visitor to visit a Java method.
 
MethodVisitor(int) MethodVisitor 
 
MethodVisitor(int, MethodVisitor) MethodVisitor 
 
MINIMUM Quality 
Minimum quality value.
 
MISSING_ENTITY_OF_BODY_PART(Object) LocalizationMessages 
Missing body part entity of type "{0}".
 
MISSING_MEDIA_TYPE_OF_BODY_PART() LocalizationMessages 
Missing media type of body part.
 
ModelErrors org.glassfish.jersey.server.model.internal 
 
ModelErrors() ModelErrors   
modelFor(Class<?>) ComponentBag 
Create a contract provider model by introspecting a component class.
 
ModelHelper org.glassfish.jersey.server.model.internal 
Common model helper methods.
 
ModelProcessor org.glassfish.jersey.server.model 
Contract for a model processors that processes 
resource models during application initialization
 and 
resource returned by sub resource locators.
 
ModelProcessorUtil org.glassfish.jersey.server.model.internal 
Helper class with methods supporting processing resource model by 
model processors.
 
ModelProcessorUtil.Method org.glassfish.jersey.server.model.internal 
Method bean containing basic information about enhancing resource method.
 
ModelValidationException org.glassfish.jersey.server.model 
Resource model validation exception.
 
ModelValidationException(String, List<ResourceModelIssue>) ModelValidationException 
Creates new resource model validation exception with the list of validation issues and the message.
 
modificationDate ContentDisposition.ContentDispositionBuilder   
modificationDate(Date) ContentDisposition.ContentDispositionBuilder 
Add the "modification-date" parameter.
 
ModuleVisitor jersey.repackaged.org.objectweb.asm 
A visitor to visit a Java module.
 
ModuleVisitor(int) ModuleVisitor 
 
ModuleVisitor(int, ModuleVisitor) ModuleVisitor 
 
MONITORENTER Opcodes   
MONITOREXIT Opcodes   
MONITORING_ENABLED ServerProperties 
If true then application monitoring will be enabled.
 
MONITORING_STATISTICS_ENABLED ServerProperties 
If true then calculation of monitoring statistics will be enabled.
 
MONITORING_STATISTICS_MBEANS_ENABLED ServerProperties 
If true then Jersey will expose MBeans with monitoring statistics.
 
MONITORING_STATISTICS_REFRESH_INTERVAL ServerProperties 
Interval (in 
ms) indicating how often will be monitoring statistics refreshed and
 
onStatistics
 method called.
 
MonitoringStatistics org.glassfish.jersey.server.monitoring 
Monitoring statistics return statistic information about application run like number of requests received,
 duration of request processing, number of successfully processed requests, statistical information about
 execution of methods and resources, information about matching.
 
MonitoringStatisticsListener org.glassfish.jersey.server.monitoring 
A Jersey specific provider that listens to monitoring statistics.
 
mostSpecific(MediaType, MediaType) MediaTypes 
Get the most specific media type from a pair of media types.
 
moveTo(File) BodyPartEntity 
 
MOXY_JSON_FEATURE_DISABLE ClientProperties 
If true then disable configuration of MOXy Json feature on
 client.
 
MOXY_JSON_FEATURE_DISABLE CommonProperties 
If true then disable configuration of MOXy Json feature.
 
MOXY_JSON_FEATURE_DISABLE ServerProperties 
If true then disable configuration of MOXy Json feature on server.
 
MOXY_JSON_FEATURE_DISABLE_CLIENT CommonProperties 
 
MOXY_JSON_FEATURE_DISABLE_SERVER CommonProperties 
 
MoxyFilteringFeature org.glassfish.jersey.moxy.internal 
Feature adding support for Entity Data Filtering into MOXy media module.
 
MoxyFilteringFeature() MoxyFilteringFeature   
MoxyJsonAutoDiscoverable org.glassfish.jersey.moxy.json.internal 
AutoDiscoverable registering 
MoxyJsonFeature if this feature is not already registered.
 
MoxyJsonAutoDiscoverable() MoxyJsonAutoDiscoverable   
MoxyJsonConfig org.glassfish.jersey.moxy.json 
Configuration class for MOXy JSON provider.
 
MoxyJsonConfig() MoxyJsonConfig 
Create a new configuration for MOXyJsonProvider and initialize default properties.
 
MoxyJsonConfig(boolean) MoxyJsonConfig 
Create a new configuration for MOXyJsonProvider.
 
MoxyJsonFeature org.glassfish.jersey.moxy.json 
Feature used to register MOXy JSON providers.
 
MoxyJsonFeature() MoxyJsonFeature   
MoxyXmlFeature org.glassfish.jersey.moxy.xml 
Feature used to register MOXy XML providers.
 
MoxyXmlFeature() MoxyXmlFeature 
Default constructor creates standard JAXBContext without any activated features
 and properties.
 
MoxyXmlFeature(Class<?>...) MoxyXmlFeature 
Constructor which allows MOXy JAXBContext customization.
 
MoxyXmlFeature(Map<String, Object>, ClassLoader, boolean, Class...) MoxyXmlFeature 
Constructor which allows MOXy JAXBContext customization.
 
MsgTraceEvent org.glassfish.jersey.message.internal 
Common tracing events.
 
MULTI_PART_CONFIG_RESOURCE MultiPartProperties 
Name of a properties resource that (if found in the classpath
 for this application) will be used to configure the settings returned
 by our getter methods.
 
MULTIANEWARRAY Opcodes   
MultiException org.glassfish.jersey.inject.cdi.se.injector 
This exception can contain multiple other exceptions.
 
MultiException() MultiException 
Creates an empty MultiException.
 
MultiException(List<Throwable>) MultiException 
This list must have at least one element in it.
 
MultiException(Throwable, boolean) MultiException 
This allows for construction of a MultiException
 with one element in its list.
 
MultiException(Throwable) MultiException 
This allows for construction of a MultiException
 with one element in its list.
 
MultiPart org.glassfish.jersey.media.multipart 
A mutable model representing a MIME MultiPart entity.
 
MultiPart() MultiPart 
Instantiates a new 
MultiPart with a 
mediaType of
 
multipart/mixed.
 
MultiPart(MediaType) MultiPart 
Instantiates a new 
MultiPart with the specified characteristics.
 
MULTIPART_ALTERNATIVE MultiPartMediaTypes 
"multipart/alternative"
 
MULTIPART_ALTERNATIVE_TYPE MultiPartMediaTypes 
"multipart/alternative"
 
MULTIPART_DIGEST MultiPartMediaTypes 
"multipart/digest"
 
MULTIPART_DIGEST_TYPE MultiPartMediaTypes 
"multipart/digest"
 
MULTIPART_MIXED MultiPartMediaTypes 
"multipart/mixed"
 
MULTIPART_MIXED_TYPE MultiPartMediaTypes 
"multipart/mixed"
 
MULTIPART_PARALLEL MultiPartMediaTypes 
"multipart/parallel"
 
MULTIPART_PARELLEL_TYPE MultiPartMediaTypes 
"multipart/parallel"
 
MultiPartFeature org.glassfish.jersey.media.multipart 
Feature used to register Multipart providers.
 
MultiPartFeature() MultiPartFeature   
MultiPartMediaTypes org.glassfish.jersey.media.multipart 
Convenience MediaType (and associated String)
 manifest constants.
 
MultiPartMediaTypes() MultiPartMediaTypes   
MultiPartProperties org.glassfish.jersey.media.multipart 
Injectable JavaBean containing the configuration parameters for
 jersey-multipart as used in this particular application.
 
MultiPartProperties() MultiPartProperties 
Load and customize (if necessary) the configuration values for the
 jersey-multipart injection binder.
 
MultiPartReaderClientSide org.glassfish.jersey.media.multipart.internal 
MessageBodyReader implementation for 
MultiPart entities.
 
MultiPartReaderClientSide(Providers, Provider<MessageBodyWorkers>) MultiPartReaderClientSide 
Accepts constructor injection of the configuration parameters for this
 application.
 
MultiPartReaderServerSide org.glassfish.jersey.media.multipart.internal 
MessageBodyReader implementation for 
MultiPart entities.
 
MultiPartReaderServerSide(Providers, Provider<CloseableService>, Provider<MessageBodyWorkers>) MultiPartReaderServerSide   
MultiPartWriter org.glassfish.jersey.media.multipart.internal 
Provider MessageBodyWriter implementation for 
MultiPart entities.
 
MultiPartWriter(Providers) MultiPartWriter   
MULTIPLE_EVENT_SINK_INJECTION(Object) LocalizationMessages 
A HTTP GET method {0} defines to SseEventSink parameters to be injected.
 
MULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) LocalizationMessages 
A (sub-)resource method, {0}, should have only one HTTP method designator.
 
MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) LocalizationMessages 
Found {0} constructors with {1} parameters in {2} class.
 
MUST_SPECIFY_BODY_PART() LocalizationMessages 
Must specify at least one body part.
 
mv MethodVisitor 
The method visitor to which this visitor must delegate method calls.
 
mv ModuleVisitor 
The module visitor to which this visitor must delegate method calls.
 
 
OAuth1Parameters org.glassfish.jersey.oauth1.signature 
A data structure class that represents OAuth protocol parameters.
 
OAuth1Parameters() OAuth1Parameters   
OAuth1Request org.glassfish.jersey.oauth1.signature 
Interface to be implemented as a wrapper around an HTTP request, so that
 digital signature can be generated and/or verified.
 
OAuth1Secrets org.glassfish.jersey.oauth1.signature 
Contains the secrets used to generate and/or verify signatures.
 
OAuth1Secrets() OAuth1Secrets   
OAuth1Signature org.glassfish.jersey.oauth1.signature 
Injectable class used for processing an OAuth signature (signing or verifying).
 
OAuth1Signature(InjectionManager) OAuth1Signature 
Create a new instance of the OAuth signature configured with injected ServiceLocator.
 
OAuth1SignatureException org.glassfish.jersey.oauth1.signature 
Thrown to indicate that an OAuth exception occurred.
 
OAuth1SignatureException() OAuth1SignatureException 
Constructs an OAuth signature exception with no detail message.
 
OAuth1SignatureException(String) OAuth1SignatureException 
Constructs an OAuth signature exception with the specified detail
 message.
 
OAuth1SignatureException(Throwable) OAuth1SignatureException 
Constructs an OAuth signature exception with the specified cause.
 
OAuth1SignatureFeature org.glassfish.jersey.oauth1.signature 
Feature enabling OAuth signature support.
 
OAuth1SignatureFeature() OAuth1SignatureFeature   
OAuth1SignatureMethod org.glassfish.jersey.oauth1.signature 
An interface representing the OAuth signature method.
 
OBJECT Type 
The sort of object reference types.
 
ObjectFactory com.sun.research.ws.wadl 
This object contains factory methods for each
 Java content interface and Java element interface
 generated in the com.sun.research.ws.wadl package.
 
ObjectFactory() ObjectFactory 
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun
 .research.ws.wadl
 
of(DATA, Stage<DATA>) Stage.Continuation 
Create a continuation from the processed data result and the stage
 to be invoked next.
 
of(DATA) Stage.Continuation 
Create a terminal continuation from the processed data result.
 
onClose() ClientLifecycleListener 
Invoked when the client instance is closed.
 
onClose(ChunkedOutput<T>) Broadcaster 
Called when the chunkedOutput has been closed (either by client closing the connection or by calling
 
ChunkedOutput.close() on the server side.
 
onClose(ChunkedOutput<T>) BroadcasterListener 
Called when the chunkedOutput has been closed (either by client closing the connection or by calling
 
ChunkedOutput.close() on the server side.
 
onClose(Exception) ChunkedOutput 
Executed only in case of close being triggered by client.
 
onClose() AbstractThreadPoolProvider 
 
onComplete() SseEventSuscriber   
onDestroy() DestroyListener 
The method is called when application is destroyed.
 
onError(Throwable) SseEventSuscriber   
onEvent(InboundEvent) EventListener 
Invoked when an event is received.
 
onEvent(InboundEvent) EventSource 
Invoked when an event is received.
 
onEvent(InboundEvent) EventProcessor 
Called by the event source when an inbound event is received.
 
onEvent(InboundSseEvent) JerseySseEventSource 
On event callback, invoked whenever an event is received.
 
onEvent(ApplicationEvent) ApplicationEventListener 
Process the application event.
 
onEvent(RequestEvent) RequestEventListener 
The method is called when new request event occurs.
 
onException(ClientRequestContext, PostInvocationInterceptor.ExceptionContext) PostInvocationInterceptor 
The method is invoked after a Throwable is caught during the client request chain processing.
 
onException(ChunkedOutput<T>, Exception) Broadcaster 
Called when exception was thrown by a given chunked response when trying to write to it or close it.
 
onException(ChunkedOutput<T>, Exception) BroadcasterListener 
Called when exception was thrown by a given chunked response when trying to write to it or close it.
 
onFailure(ErrorInformation) JerseyErrorService   
onInit() ClientLifecycleListener 
Invoked when a new runtime is initialized for the client instance.
 
onNewBuilder(ClientBuilder) ClientBuilderListener   
onNewBuilder(InvocationBuilderListener.InvocationBuilderContext) InvocationBuilderListener 
Whenever an Invocation.Builder is created, (i.e.
 
onNext(T) SseEventSuscriber   
onReload(Container) ApplicationHandler   
onReload(Container) AbstractContainerLifecycleListener   
onReload(Container) ContainerLifecycleListener 
Invoked when the 
container has been reloaded.
 
onRequest(RequestEvent) ApplicationEventListener 
 
onShutdown(Container) ApplicationHandler   
onShutdown(Container) AbstractContainerLifecycleListener   
onShutdown(Container) ContainerLifecycleListener 
 
onStartup(Container) ApplicationHandler   
onStartup(Container) AbstractContainerLifecycleListener   
onStartup(Container) ContainerLifecycleListener 
 
onStartup(Set<Class<?>>, ServletContext) JerseyServletContainerInitializer   
onStatistics(MonitoringStatistics) MonitoringStatisticsListener 
The method is called when new statistics are available and statistics are passed as an argument.
 
onSubscribe(Flow.Subscription) SseEventSuscriber   
onTimeout(ContainerResponseWriter) ContainerResponseWriter.TimeoutHandler 
 
onValidate(ValidationInterceptorContext) ValidationInterceptor 
Used to intercept resource method validation processing.
 
Opcodes jersey.repackaged.org.objectweb.asm 
The JVM opcodes, access flags and array type codes.
 
open() EventSource.Builder 
Build new SSE event source pointing at a SSE streaming web target.
 
open() EventSource 
Open the connection to the supplied SSE underlying 
web target and start processing incoming
 
events.
 
open() JerseySseEventSource   
open() ResourceFinder 
Open current resource.
 
open(InjectionManager) ExternalRequestScope 
Invoked when a new request gets started.
 
OPEN_ROOT_PATH_PATTERN PathPattern 
Path pattern matching the any URI path.
 
OPENTRACING_LOG_APPLIED_REQUEST_FILTERS(Object) LocalizationMessages 
Applied request filters: {0}.
 
OPENTRACING_LOG_APPLIED_RESPONSE_FILTERS(Object) LocalizationMessages 
Applied reqsponse filters: {0}.
 
OPENTRACING_LOG_EXCEPTION(Object) LocalizationMessages 
Exception while processing the request: {0}.
 
OPENTRACING_LOG_EXCEPTION_MAPPER_FOUND(Object) LocalizationMessages 
Exception mapper found: {0}.
 
OPENTRACING_LOG_EXCEPTION_MAPPING_FINISHED() LocalizationMessages 
Exception mapping finished:
 
OPENTRACING_LOG_EXCEPTION_MAPPING_NOEXCEPTION_OR_FAILED() LocalizationMessages 
no exception or mapping failed.
 
OPENTRACING_LOG_EXCEPTION_MAPPING_SUCCESS() LocalizationMessages 
successfully mapped
 
OPENTRACING_LOG_LOCATOR_MATCHED(Object) LocalizationMessages 
Locator matched.
 
OPENTRACING_LOG_MATCHING_STARTED() LocalizationMessages 
Resource matching started.
 
OPENTRACING_LOG_REQUEST_FILTERING_FINISHED(Object) LocalizationMessages 
Request filtering finished, {0} filter(s) applied.
 
OPENTRACING_LOG_REQUEST_FILTERING_STARTED() LocalizationMessages 
Request filtering started.
 
OPENTRACING_LOG_REQUEST_MATCHED(Object) LocalizationMessages 
Request matched, method: {0}
 
OPENTRACING_LOG_REQUEST_STARTED() LocalizationMessages 
Request started.
 
OPENTRACING_LOG_RESOURCE_METHOD_FINISHED() LocalizationMessages 
Resource method finished.
 
OPENTRACING_LOG_RESOURCE_METHOD_STARTED(Object) LocalizationMessages 
Resource method {0} started.
 
OPENTRACING_LOG_RESPONSE_FILTERING_FINISHED(Object) LocalizationMessages 
Response filtering finished, {0} filter(s) applied.
 
OPENTRACING_LOG_RESPONSE_FILTERING_STARTED() LocalizationMessages 
Response filtering started.
 
OPENTRACING_LOG_SUBRESOURCE_LOCATED(Object) LocalizationMessages 
Subresource located: {0}
 
OPENTRACING_SPAN_PREFIX_CLIENT() LocalizationMessages 
jersey-client-
 
OPENTRACING_TAG_ACCEPTABLE_MEDIA_TYPES() LocalizationMessages 
acceptableMediaTypes
 
OPENTRACING_TAG_HAS_REQUEST_ENTITY() LocalizationMessages 
hasRequestEntity
 
OPENTRACING_TAG_HAS_RESPONSE_ENTITY() LocalizationMessages 
hasResponseEntity
 
OPENTRACING_TAG_REQUEST_HEADERS() LocalizationMessages 
requestHeaders
 
OPENTRACING_TAG_RESPONSE_HEADERS() LocalizationMessages 
responseHeaders
 
OPENTRACING_TAG_RESPONSE_LENGTH() LocalizationMessages 
responseLength
 
OPENTRACING_TRACER_NOT_REGISTERED() LocalizationMessages 
OpenTracing feature is enabled, but no Tracer has been registered.
 
OpenTracingClientResponseFilter org.glassfish.jersey.opentracing 
Retrieves stored span from the ClientRequestContext and adds response details to the tracing info.
 
OpenTracingClientResponseFilter() OpenTracingClientResponseFilter   
OpenTracingFeature org.glassfish.jersey.opentracing 
A feature that enables OpenTracing support on server and client.
 
OpenTracingFeature() OpenTracingFeature 
 
OpenTracingFeature(OpenTracingFeature.Verbosity) OpenTracingFeature 
 
OpenTracingFeature.Verbosity org.glassfish.jersey.opentracing 
OpenTracing Jersey event logging verbosity.
 
OpenTracingUtils org.glassfish.jersey.opentracing 
Utility methods for Jersey OpenTracing integration.
 
operationComplete(ChannelFuture) JerseyChunkedInput   
Option com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Option() Option   
option Param   
optionLength(String) ResourceDoclet 
Return array length for given option: 1 + the number of arguments that
 the option takes.
 
options() JerseyInvocation.Builder   
options(Class<T>) JerseyInvocation.Builder   
options(GenericType<T>) JerseyInvocation.Builder   
OptionsHandler() WadlModelProcessor.OptionsHandler   
OptionsMethodProcessor org.glassfish.jersey.server.wadl.processor 
 
OptionsMethodProcessor() OptionsMethodProcessor 
Creates new instance.
 
org.glassfish.jersey  - package org.glassfish.jersey
Common Jersey core classes.
 
org.glassfish.jersey.apache.connector  - package org.glassfish.jersey.apache.connector
Jersey client 
connector based on the
 Apache Http Client.
 
org.glassfish.jersey.apache5.connector  - package org.glassfish.jersey.apache5.connector
Jersey client 
connector based on the
 Apache Http Client.
 
org.glassfish.jersey.client  - package org.glassfish.jersey.client
Jersey client-side classes.
 
org.glassfish.jersey.client.authentication  - package org.glassfish.jersey.client.authentication
Provides core client authentication mechanisms.
 
org.glassfish.jersey.client.filter  - package org.glassfish.jersey.client.filter
Provides core client filters.
 
org.glassfish.jersey.client.http  - package org.glassfish.jersey.client.http  
org.glassfish.jersey.client.inject  - package org.glassfish.jersey.client.inject  
org.glassfish.jersey.client.innate  - package org.glassfish.jersey.client.innate
Jersey client MOST INTERNAL classes/interfaces.
 
org.glassfish.jersey.client.internal  - package org.glassfish.jersey.client.internal
Jersey client-side internal classes.
 
org.glassfish.jersey.client.spi  - package org.glassfish.jersey.client.spi
Jersey client SPI classes/interfaces.
 
org.glassfish.jersey.ext.cdi1x.internal  - package org.glassfish.jersey.ext.cdi1x.internal
Jersey internal package supporting Jersey CDI integration.
 
org.glassfish.jersey.ext.cdi1x.spi  - package org.glassfish.jersey.ext.cdi1x.spi
Jersey package to support custom defined HK2 injection binding
 for Jersey/CDI applications.
 
org.glassfish.jersey.grizzly.connector  - package org.glassfish.jersey.grizzly.connector
Jersey client 
connector based on the
 Grizzly Async Client.
 
org.glassfish.jersey.grizzly2.httpserver  - package org.glassfish.jersey.grizzly2.httpserver
Jersey Grizzly 3.x container classes.
 
org.glassfish.jersey.grizzly2.httpserver.internal  - package org.glassfish.jersey.grizzly2.httpserver.internal  
org.glassfish.jersey.grizzly2.servlet  - package org.glassfish.jersey.grizzly2.servlet
Jersey Grizzly 3.x Servlet container classes.
 
org.glassfish.jersey.inject.cdi.se  - package org.glassfish.jersey.inject.cdi.se  
org.glassfish.jersey.inject.cdi.se.bean  - package org.glassfish.jersey.inject.cdi.se.bean  
org.glassfish.jersey.inject.cdi.se.injector  - package org.glassfish.jersey.inject.cdi.se.injector  
org.glassfish.jersey.inject.hk2  - package org.glassfish.jersey.inject.hk2  
org.glassfish.jersey.internal  - package org.glassfish.jersey.internal
Common Jersey internal API classes.
 
org.glassfish.jersey.jackson  - package org.glassfish.jersey.jackson
Jersey classes supporting JSON media type processing based on Jackson.
 
org.glassfish.jersey.jackson.internal  - package org.glassfish.jersey.jackson.internal  
org.glassfish.jersey.jaxb  - package org.glassfish.jersey.jaxb  
org.glassfish.jersey.jaxb.internal  - package org.glassfish.jersey.jaxb.internal  
org.glassfish.jersey.jdk.connector  - package org.glassfish.jersey.jdk.connector
Jersey client 
connector based on JDK NIO framework.
 
org.glassfish.jersey.jdk.connector.internal  - package org.glassfish.jersey.jdk.connector.internal
 
org.glassfish.jersey.jdkhttp  - package org.glassfish.jersey.jdkhttp
 
org.glassfish.jersey.jdkhttp.internal  - package org.glassfish.jersey.jdkhttp.internal  
org.glassfish.jersey.jettison  - package org.glassfish.jersey.jettison
Jersey classes supporting JSON media type processing based on Jettison.
 
org.glassfish.jersey.jettison.internal  - package org.glassfish.jersey.jettison.internal
Jersey internal classes supporting JSON processing based on Jettison.
 
org.glassfish.jersey.jetty.connector  - package org.glassfish.jersey.jetty.connector
Jersey client 
connector based on the
 Jetty Client.
 
org.glassfish.jersey.jsonb  - package org.glassfish.jersey.jsonb
Jersey classes supporting JSON marshalling and unmarshalling using JSON-B.
 
org.glassfish.jersey.jsonb.internal  - package org.glassfish.jersey.jsonb.internal  
org.glassfish.jersey.jsonp  - package org.glassfish.jersey.jsonp
Jersey classes supporting JSON processing (JSON-P) media providers.
 
org.glassfish.jersey.jsonp.internal  - package org.glassfish.jersey.jsonp.internal
Jersey internal classes supporting JSON processing (JSON-P) media providers.
 
org.glassfish.jersey.kryo  - package org.glassfish.jersey.kryo  
org.glassfish.jersey.kryo.internal  - package org.glassfish.jersey.kryo.internal  
org.glassfish.jersey.linking  - package org.glassfish.jersey.linking  
org.glassfish.jersey.linking.contributing  - package org.glassfish.jersey.linking.contributing  
org.glassfish.jersey.linking.mapping  - package org.glassfish.jersey.linking.mapping  
org.glassfish.jersey.logging  - package org.glassfish.jersey.logging
Logging feature provides the logging of requests and responses on server and client.
 
org.glassfish.jersey.media.multipart  - package org.glassfish.jersey.media.multipart
JAX-RS Integration with MIME MultiPart Message Formats
 
org.glassfish.jersey.media.multipart.file  - package org.glassfish.jersey.media.multipart.file
Provides support for body parts that are file attachments.
 
org.glassfish.jersey.media.multipart.internal  - package org.glassfish.jersey.media.multipart.internal
Jersey multipart media support internal classes.
 
org.glassfish.jersey.media.sse  - package org.glassfish.jersey.media.sse
Support for Server Sent events in Jersey.
 
org.glassfish.jersey.media.sse.internal  - package org.glassfish.jersey.media.sse.internal  
org.glassfish.jersey.message  - package org.glassfish.jersey.message
Common Jersey messaging classes.
 
org.glassfish.jersey.message.internal  - package org.glassfish.jersey.message.internal
Common Jersey internal messaging classes.
 
org.glassfish.jersey.microprofile.config  - package org.glassfish.jersey.microprofile.config
Support for microprofile external configurations in Jersey
 Configuration properties for Jersey (client/server/common) could be passed from different sources
 using this implementation
 
org.glassfish.jersey.microprofile.restclient  - package org.glassfish.jersey.microprofile.restclient  
org.glassfish.jersey.microprofile.restclient.internal  - package org.glassfish.jersey.microprofile.restclient.internal  
org.glassfish.jersey.model  - package org.glassfish.jersey.model
Common Jersey model related classes and interfaces.
 
org.glassfish.jersey.model.internal  - package org.glassfish.jersey.model.internal
Common Jersey internal model related classes and interfaces.
 
org.glassfish.jersey.moxy.internal  - package org.glassfish.jersey.moxy.internal
Jersey internal classes supporting JSON and XML media type processing based on Moxy.
 
org.glassfish.jersey.moxy.json  - package org.glassfish.jersey.moxy.json
Jersey classes supporting JSON media type processing based on Moxy.
 
org.glassfish.jersey.moxy.json.internal  - package org.glassfish.jersey.moxy.json.internal
Jersey internal classes supporting JSON media type processing based on Moxy.
 
org.glassfish.jersey.moxy.xml  - package org.glassfish.jersey.moxy.xml
Jersey classes supporting XML media type processing based on Moxy.
 
org.glassfish.jersey.netty.connector  - package org.glassfish.jersey.netty.connector  
org.glassfish.jersey.netty.connector.internal  - package org.glassfish.jersey.netty.connector.internal  
org.glassfish.jersey.oauth1.signature  - package org.glassfish.jersey.oauth1.signature
Jersey OAuth 1 Signature API and Implementation.
 
org.glassfish.jersey.oauth1.signature.internal  - package org.glassfish.jersey.oauth1.signature.internal  
org.glassfish.jersey.opentracing  - package org.glassfish.jersey.opentracing  
org.glassfish.jersey.process  - package org.glassfish.jersey.process
Common Jersey processing classes.
 
org.glassfish.jersey.process.internal  - package org.glassfish.jersey.process.internal
Common Jersey internal processing classes.
 
org.glassfish.jersey.server  - package org.glassfish.jersey.server
Jersey server-side classes.
 
org.glassfish.jersey.server.filter  - package org.glassfish.jersey.server.filter
Provides core server filters.
 
org.glassfish.jersey.server.filter.internal  - package org.glassfish.jersey.server.filter.internal
Server filter internal classes.
 
org.glassfish.jersey.server.internal  - package org.glassfish.jersey.server.internal
Jersey server-side internal classes.
 
org.glassfish.jersey.server.model  - package org.glassfish.jersey.server.model
Jersey server-side application & resource modeling classes.
 
org.glassfish.jersey.server.model.internal  - package org.glassfish.jersey.server.model.internal
Jersey server-side internal model related and routing helper classes.
 
org.glassfish.jersey.server.monitoring  - package org.glassfish.jersey.server.monitoring
Jersey server-side monitoring JMX MBeans interfaces.
 
org.glassfish.jersey.server.spi  - package org.glassfish.jersey.server.spi
Jersey server-side service provider contract (SPI) classes.
 
org.glassfish.jersey.server.spi.internal  - package org.glassfish.jersey.server.spi.internal
Jersey server-side internal service provider contract (SPI) classes.
 
org.glassfish.jersey.server.wadl  - package org.glassfish.jersey.server.wadl
Jersey server-side WADL support public classes and interfaces.
 
org.glassfish.jersey.server.wadl.config  - package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
 
org.glassfish.jersey.server.wadl.internal  - package org.glassfish.jersey.server.wadl.internal
Jersey server-side WADL internal classes.
 
org.glassfish.jersey.server.wadl.processor  - package org.glassfish.jersey.server.wadl.processor
Jersey server-side WADL 
model processor classes
 that extends resource model with resources and resource methods that produce WADL content.
 
org.glassfish.jersey.servlet  - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.
 
org.glassfish.jersey.servlet.async  - package org.glassfish.jersey.servlet.async
Jersey servlet container asynchronous support classes.
 
org.glassfish.jersey.servlet.init  - package org.glassfish.jersey.servlet.init
Jersey servlet container initialization classes.
 
org.glassfish.jersey.servlet.init.internal  - package org.glassfish.jersey.servlet.init.internal  
org.glassfish.jersey.servlet.internal  - package org.glassfish.jersey.servlet.internal
Jersey internal Servlet API.
 
org.glassfish.jersey.servlet.spi  - package org.glassfish.jersey.servlet.spi
SPI for Jersey generic Servlet container support.
 
org.glassfish.jersey.simple  - package org.glassfish.jersey.simple
Jersey Simple 6.x container classes.
 
org.glassfish.jersey.simple.internal  - package org.glassfish.jersey.simple.internal  
org.glassfish.jersey.spi  - package org.glassfish.jersey.spi
Common Jersey service provider contract (SPI) classes.
 
org.glassfish.jersey.uri  - package org.glassfish.jersey.uri
Common Jersey classes that provide support for JAX-RS URI templates and
 encoding/decoding of URI components.
 
org.glassfish.jersey.uri.internal  - package org.glassfish.jersey.uri.internal
Common Jersey internal classes that provide support for JAX-RS URI templates and
 encoding/decoding of URI components.
 
org.glassfish.jersey.wadl.doclet  - package org.glassfish.jersey.wadl.doclet
Jersey classes used for doclet generation for WADL purposes.
 
OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) LocalizationMessages 
Unable to open an input stream for resource {0}.
 
OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) LocalizationMessages 
Unexpected error occurred while processing resource stream {0}.
 
OsgiRegistry org.glassfish.jersey.internal 
Utility class to deal with OSGi runtime specific behavior.
 
OUT_EVENT_DATA_NULL() LocalizationMessages 
Outbound event data must not be explicitly set to 'null'.
 
OUT_EVENT_DATA_TYPE_NULL() LocalizationMessages 
Outbound event data type must not be explicitly set to 'null'.
 
OUT_EVENT_MEDIA_TYPE_NULL() LocalizationMessages 
Outbound event data media type must not be explicitly set to 'null'.
 
OUT_EVENT_NOT_BUILDABLE() LocalizationMessages 
Cannot build outbound event.
 
OUTBOUND_CONTENT_LENGTH_BUFFER ClientProperties 
An integer value that defines the buffer size used to buffer client-side
 request entity in order to determine its size and set the value of HTTP
 "Content-Length"  header.
 
OUTBOUND_CONTENT_LENGTH_BUFFER 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 ServerProperties 
An integer value that defines the buffer size used to buffer server-side response entity in order to
 determine its size and set the value of HTTP "Content-Length"  header.
 
OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT CommonProperties 
 
OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER CommonProperties 
 
OutboundEvent org.glassfish.jersey.media.sse 
Representation of a single outbound SSE event.
 
OutboundEvent.Builder org.glassfish.jersey.media.sse 
 
OutboundJaxrsResponse org.glassfish.jersey.message.internal 
An outbound JAX-RS response message.
 
OutboundJaxrsResponse(Response.StatusType, OutboundMessageContext) OutboundJaxrsResponse 
Create new outbound JAX-RS response message instance.
 
OutboundJaxrsResponse.Builder org.glassfish.jersey.message.internal 
Outbound JAX-RS Response.ResponseBuilder implementation.
 
OutboundMessageContext org.glassfish.jersey.message.internal 
Base outbound message context implementation.
 
OutboundMessageContext(Configuration) OutboundMessageContext 
Create new outbound message context.
 
OutboundMessageContext(OutboundMessageContext) OutboundMessageContext 
Create new outbound message context copying the content
 of another context.
 
OutboundMessageContext() OutboundMessageContext 
Deprecated. 
 
OutboundMessageContext.StreamProvider 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() LocalizationMessages 
The output stream has already been closed.
 
overrideSource(Parameter, Parameter.Source) Parameter 
Create new parameter model by overriding source
 of the original parameter model.
 
OVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) LocalizationMessages 
Method that overrides {0} cannot be found on class {1}.
 
 
RankedComparator T > - Class in org.glassfish.jersey.model.internal 
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase
 (
Configuration) in 
ranked provider.
 
RankedComparator() RankedComparator   
RankedComparator(RankedComparator.Order) RankedComparator   
RankedComparator.Order 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) RankedProvider 
Creates a new RankedProvider instance.
 
RankedProvider(T, int) RankedProvider 
Creates a new RankedProvider instance for given provider with specific rank (> 0).
 
RankedProvider(T, int, Set<Type>) RankedProvider 
Creates a new RankedProvider instance for given provider with specific rank (> 0).
 
RC_NOT_MODIFIABLE() LocalizationMessages 
The resource configuration is not modifiable in this context.
 
read(ClassReader, int, int, char[], int, Label[]) Attribute 
 
read() ChunkedInput 
Read next chunk from the response stream and convert it to a Java instance
 using the 
chunk media type.
 
read() EntityInputStream   
read(byte[]) EntityInputStream   
read(byte[], int, int) EntityInputStream   
read(byte[], int, int) NettyInputStream   
read() NettyInputStream   
READ_LISTENER_SET_ONLY_ONCE() LocalizationMessages 
"Read listener can be set only once."
 
READ_TIMEOUT ClientProperties 
Read timeout interval, in milliseconds.
 
readAcceptLanguage(String) HttpHeaderReader 
TODO javadoc.
 
readAcceptMediaType(String) HttpHeaderReader 
TODO javadoc.
 
readAcceptMediaType(String, List<QualitySourceMediaType>) HttpHeaderReader 
TODO javadoc.
 
readAcceptToken(String) HttpHeaderReader 
TODO javadoc.
 
readByte(int) ClassReader 
 
readChunk(InputStream) ChunkParser 
 
readChunk(ChannelHandlerContext) JerseyChunkedInput 
Deprecated. 
 
readChunk(ByteBufAllocator) JerseyChunkedInput   
readClass(int, char[]) ClassReader 
Reads a CONSTANT_Class constant pool entry in this 
ClassReader.
 
readConst(int, char[]) ClassReader 
Reads a numeric or string constant pool entry in this 
ClassReader.
 
readCookie(String) HttpHeaderReader 
TODO javadoc.
 
readCookies(String) HttpHeaderReader 
TODO javadoc.
 
readData() InboundEvent 
Get the original event data string 
String.
 
readData(Class<T>) InboundEvent 
Read event data as a given Java type.
 
readData(GenericType<T>) InboundEvent 
Read event data as a given generic type.
 
readData(Class<T>, MediaType) InboundEvent 
Read event data as a given Java type.
 
readData(GenericType<T>, MediaType) InboundEvent 
Read event data as a given generic type.
 
readDate ContentDisposition.ContentDispositionBuilder   
readDate(Date) ContentDisposition.ContentDispositionBuilder 
Add the "read-date" parameter.
 
readDate(String) HttpDateFormat 
Read a date.
 
readDate(String) HttpHeaderReader 
TODO javadoc.
 
readEntity(Class<T>) ClientResponse 
Read the message entity input stream as an instance of specified Java type
 using a MessageBodyReader that supports mapping the
 message entity stream onto the requested type.
 
readEntity(GenericType<T>) ClientResponse 
Read the message entity input stream as an instance of specified Java type
 using a MessageBodyReader that supports mapping the
 message entity stream onto the requested type.
 
readEntity(Class<T>, Annotation[]) ClientResponse 
Read the message entity input stream as an instance of specified Java type
 using a MessageBodyReader that supports mapping the
 message entity stream onto the requested type.
 
readEntity(GenericType<T>, Annotation[]) ClientResponse 
Read the message entity input stream as an instance of specified Java type
 using a MessageBodyReader that supports mapping the
 message entity stream onto the requested type.
 
readEntity(Class<T>, PropertiesDelegate) InboundMessageContext 
Read entity from a context entity input stream.
 
readEntity(Class<T>, Annotation[], PropertiesDelegate) InboundMessageContext 
Read entity from a context entity input stream.
 
readEntity(Class<T>, Type, PropertiesDelegate) InboundMessageContext 
Read entity from a context entity input stream.
 
readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) InboundMessageContext 
Read entity from a context entity input stream.
 
readEntity(Class<T>) OutboundJaxrsResponse   
readEntity(GenericType<T>) OutboundJaxrsResponse   
readEntity(Class<T>, Annotation[]) OutboundJaxrsResponse   
readEntity(GenericType<T>, Annotation[]) OutboundJaxrsResponse   
readEntity(Class<T>) ContainerRequest 
Read entity from a context entity input stream.
 
readEntity(Class<T>, Annotation[]) ContainerRequest 
Read entity from a context entity input stream.
 
readEntity(Class<T>, Type) ContainerRequest 
Read entity from a context entity input stream.
 
readEntity(Class<T>, Type, Annotation[]) ContainerRequest 
Read entity from a context entity input stream.
 
ReaderInterceptorExecutor org.glassfish.jersey.message.internal 
Represents reader interceptor chain executor for both client and server side.
 
ReaderModel org.glassfish.jersey.message 
MessageBodyReader model.
 
ReaderModel(MessageBodyReader, List<MediaType>, Boolean) ReaderModel 
Create new reader model instance.
 
ReaderProvider org.glassfish.jersey.message.internal   
ReaderProvider() ReaderProvider   
readersToString(Map<MediaType, List<MessageBodyReader>>) MessageBodyFactory   
readersToString(Map<MediaType, List<MessageBodyReader>>) MessageBodyWorkers 
Convert a map media type to list of message body readers to a string.
 
ReaderWriter org.glassfish.jersey.message.internal 
A utility class for reading and writing using byte and character streams.
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) AbstractCollectionJaxbProvider   
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) AbstractJaxbElementProvider   
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) AbstractJaxbElementProvider 
Read JAXB element from an entity stream.
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) AbstractRootElementJaxbProvider   
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) AbstractRootElementJaxbProvider 
Unmarshal a JAXB type.
 
readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) DocumentProvider   
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) XmlJaxbElementProvider   
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) XmlRootElementJaxbProvider   
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) XmlRootObjectJaxbProvider   
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) JsonBindingProvider   
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) KryoMessageBodyProvider   
readFrom(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) MultiPartReaderClientSide 
Reads the entire list of body parts from the Input stream, using the
 appropriate provider implementation to de-serialize each body part's entity.
 
readFrom(M, MediaType, boolean, InputStream) AbstractFormProvider   
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) ByteArrayProvider   
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) DataSourceProvider   
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) FileProvider   
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) FormMultivaluedMapProvider   
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) FormProvider   
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) InputStreamProvider   
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) MessageBodyFactory   
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) ReaderProvider   
readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) RenderedImageProvider   
readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) SourceProvider.DomSourceReader   
readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) SourceProvider.SaxSourceReader   
readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) SourceProvider.StreamSourceReader   
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) MessageBodyWorkers 
 
readFrom(Class<Publisher<InboundEvent>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) SseMessageBodyReader   
readFromAsString(InputStream, MediaType) AbstractMessageReaderWriterProvider 
Read the bytes of an input stream and convert to a string.
 
readFromAsString(InputStream, MediaType) ReaderWriter 
Read the bytes of an input stream and convert to a string.
 
readFromAsString(Reader) ReaderWriter 
Read the characters of a reader and convert to a string.
 
readInt(int) ClassReader 
 
readLabel(int, Label[]) ClassReader 
Returns the label corresponding to the given bytecode offset.
 
readLong(int) ClassReader 
 
readMatchingEntityTag(String) HttpHeaderReader 
TODO javadoc.
 
readMediaTypes(List<MediaType>, String) HttpHeaderReader 
TODO javadoc.
 
readModule(int, char[]) ClassReader 
Reads a CONSTANT_Module constant pool entry in this 
ClassReader.
 
readMultiPart(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) MultiPartReaderClientSide   
readMultiPart(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) MultiPartReaderServerSide   
readNewCookie(String) HttpHeaderReader 
TODO javadoc.
 
readPackage(int, char[]) ClassReader 
Reads a CONSTANT_Package constant pool entry in this 
ClassReader.
 
readParameters(HttpHeaderReader) HttpHeaderReader 
TODO javadoc.
 
readParameters(HttpHeaderReader, boolean) HttpHeaderReader 
TODO javadoc.
 
readQualityFactor(CharSequence) HttpHeaderReader 
TODO javadoc.
 
readQualityFactorParameter(HttpHeaderReader) HttpHeaderReader 
TODO javadoc.
 
readQualitySourceMediaType(String) HttpHeaderReader 
FIXME use somewhere in production code or remove.
 
readQualitySourceMediaType(String[]) HttpHeaderReader 
TODO javadoc.
 
readRequest(OAuth1Request) OAuth1Parameters 
Reads a request for OAuth parameters, and populates this object.
 
readShort(int) ClassReader 
 
readStringList(String) HttpHeaderReader 
TODO javadoc.
 
readTimeout(long, TimeUnit) JerseyClientBuilder   
readUnsignedShort(int) ClassReader 
 
readUTF8(int, char[]) ClassReader 
Reads a CONSTANT_Utf8 constant pool entry in this 
ClassReader.
 
REALM OAuth1Parameters 
Name of parameter containing the protection realm.
 
realm(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 protection realm.
 
RECONNECT_DEFAULT EventSource 
Default SSE 
EventSource reconnect delay value in milliseconds.
 
RECONNECT_NOT_SET SseFeature 
A "reconnection not set" value for the SSE reconnect delay set via retry field.
 
reconnectDelay(long, TimeUnit) EventProcessor.Builder 
Set initial reconnect delay.
 
reconnectDelay(long) OutboundEvent.Builder 
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait
 before attempting to reconnect in case a connection to SSE event source is lost.
 
reconnectingEvery(long, TimeUnit) EventSource.Builder 
Set the initial reconnect delay to be used by the event source.
 
reconnectingEvery(long, TimeUnit) JerseySseEventSource.Builder   
RecordComponentVisitor jersey.repackaged.org.objectweb.asm 
A visitor to visit a record component.
 
RecordComponentVisitor(int) RecordComponentVisitor 
 
RecordComponentVisitor(int, RecordComponentVisitor) RecordComponentVisitor 
 
redactHeaders(Collection<String>) LoggingFeature.LoggingFeatureBuilder   
REDIRECT_ERROR_DETERMINING_LOCATION() LocalizationMessages 
"Error determining redirect location."
 
REDIRECT_ERROR_DETERMINING_LOCATION(Object) LocalizationMessages 
"Error determining redirect location: ({0})."
 
REDIRECT_INFINITE_LOOP() LocalizationMessages 
"Infinite loop in chained redirects detected."
 
REDIRECT_INFINITE_LOOP() LocalizationMessages 
"Infinite loop in chained redirects detected."
 
REDIRECT_LIMIT_REACHED(Object) LocalizationMessages 
"Max chained redirect limit ({0}) exceeded."
 
REDIRECT_LIMIT_REACHED(Object) LocalizationMessages 
"Max chained redirect limit ({0}) exceeded."
 
REDIRECT_NO_LOCATION() LocalizationMessages 
"Received redirect that does not contain a location or the location is empty."
 
REDIRECT_NO_LOCATION() LocalizationMessages 
"Received redirect that does not contain a location or the location is empty."
 
RedirectException org.glassfish.jersey.jdk.connector.internal 
 
RedirectException(String) RedirectException 
Constructor.
 
RedirectException(String, Throwable) RedirectException 
Constructor.
 
RedirectException org.glassfish.jersey.netty.connector.internal 
 
RedirectException(String) RedirectException 
Constructor.
 
RedirectException(String, Throwable) RedirectException 
Constructor.
 
REDUCE_CONTEXT_PATH_SLASHES_ENABLED ServerProperties 
If set to true then a container will ignore multiple slashes between a port and a context path and will resolve it
 as URI with only one slash.
 
reduceLeadingSlashes(String) ContainerUtils 
Reduces the number of slashes before the path to only one slash.
 
referenceCurrent() RequestScope 
Get a new reference for to currently running request scope context.
 
referenceFactory() Hk2ReferencingFactory 
Get a reference factory providing an empty reference.
 
referenceFactory(T) Hk2ReferencingFactory 
Get a reference factory providing an initialized reference.
 
register(Class<?>) ClientConfig   
register(Object) ClientConfig   
register(Class<?>, int) ClientConfig   
register(Class<?>, Class<?>...) ClientConfig   
register(Class<?>, Map<Class<?>, Integer>) ClientConfig   
register(Object, int) ClientConfig   
register(Object, Class<?>...) ClientConfig   
register(Object, Map<Class<?>, Integer>) ClientConfig   
register(Class<?>) JerseyClient   
register(Object) JerseyClient   
register(Class<?>, int) JerseyClient   
register(Class<?>, Class<?>...) JerseyClient   
register(Class<?>, Map<Class<?>, Integer>) JerseyClient   
register(Object, int) JerseyClient   
register(Object, Class<?>...) JerseyClient   
register(Object, Map<Class<?>, Integer>) JerseyClient   
register(Class<?>) JerseyClientBuilder   
register(Class<?>, int) JerseyClientBuilder   
register(Class<?>, Class<?>...) JerseyClientBuilder   
register(Class<?>, Map<Class<?>, Integer>) JerseyClientBuilder   
register(Object) JerseyClientBuilder   
register(Object, int) JerseyClientBuilder   
register(Object, Class<?>...) JerseyClientBuilder   
register(Object, Map<Class<?>, Integer>) JerseyClientBuilder   
register(Class<?>) JerseyWebTarget   
register(Object) JerseyWebTarget   
register(Class<?>, int) JerseyWebTarget   
register(Class<?>, Class<?>...) JerseyWebTarget   
register(Class<?>, Map<Class<?>, Integer>) JerseyWebTarget   
register(Object, int) JerseyWebTarget   
register(Object, Class<?>...) JerseyWebTarget   
register(Object, Map<Class<?>, Integer>) JerseyWebTarget   
register(Invocation.Builder, GrizzlyConnectorProvider.RequestCustomizer) GrizzlyConnectorProvider 
Register a request customizer for a single request.
 
register(ClientConfig, GrizzlyConnectorProvider.RequestCustomizer) GrizzlyConnectorProvider 
Register a request customizer for a all requests executed by a client instance configured with this client config.
 
register(Binding) CdiSeInjectionManager   
register(Iterable<Binding>) CdiSeInjectionManager   
register(Binder) CdiSeInjectionManager   
register(Object) CdiSeInjectionManager   
register(Binding) DelayedHk2InjectionManager   
register(Iterable<Binding>) DelayedHk2InjectionManager   
register(Binder) DelayedHk2InjectionManager   
register(Object) DelayedHk2InjectionManager   
register(Binding) ImmediateHk2InjectionManager   
register(Iterable<Binding>) ImmediateHk2InjectionManager   
register(Binder) ImmediateHk2InjectionManager   
register(Object) ImmediateHk2InjectionManager   
register(EventListener) EventSource 
 
register(EventListener, String, String...) EventSource 
Add name-bound 
event listener which will be called only for incoming SSE
 
events whose 
name is equal to the specified
 name(s).
 
register(Consumer<InboundSseEvent>) JerseySseEventSource   
register(Consumer<InboundSseEvent>, Consumer<Throwable>) JerseySseEventSource   
register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) JerseySseEventSource   
register(Class<?>) CommonConfig   
register(Class<?>, int) CommonConfig   
register(Class<?>, Class<?>...) CommonConfig   
register(Class<?>, Map<Class<?>, Integer>) CommonConfig   
register(Object) CommonConfig   
register(Object, int) CommonConfig   
register(Object, Class<?>...) CommonConfig   
register(Object, Map<Class<?>, Integer>) CommonConfig   
register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component class using a given registration strategy.
 
register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component class as a contract provider with an explicitly specified binding priority.
 
register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component class as a contract provider for the specified contracts.
 
register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component class as a contract provider for the specified contracts.
 
register(Object, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component using a given registration strategy.
 
register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component as a contract provider with an explicitly specified binding priority.
 
register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component as a contract provider for the specified contracts.
 
register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) ComponentBag 
Register a component as a contract provider for the specified contracts.
 
register(Class<?>) FeatureContextWrapper   
register(Class<?>, int) FeatureContextWrapper   
register(Class<?>, Class<?>...) FeatureContextWrapper   
register(Class<?>, Map<Class<?>, Integer>) FeatureContextWrapper   
register(Object) FeatureContextWrapper   
register(Object, int) FeatureContextWrapper   
register(Object, Class<?>...) FeatureContextWrapper   
register(Object, Map<Class<?>, Integer>) FeatureContextWrapper   
register(Class<?>) ImmutableCommonConfig   
register(Class<?>, int) ImmutableCommonConfig   
register(Class<?>, Class<?>...) ImmutableCommonConfig   
register(Class<?>, Map<Class<?>, Integer>) ImmutableCommonConfig   
register(Object) ImmutableCommonConfig   
register(Object, int) ImmutableCommonConfig   
register(Object, Class<?>...) ImmutableCommonConfig   
register(Object, Map<Class<?>, Integer>) ImmutableCommonConfig   
register(Class<?>) ResourceConfig   
register(Class<?>, int) ResourceConfig   
register(Class<?>, Class<?>...) ResourceConfig   
register(Class<?>, Map<Class<?>, Integer>) ResourceConfig   
register(Object) ResourceConfig   
register(Object, int) ResourceConfig   
register(Object, Class<?>...) ResourceConfig   
register(Object, Map<Class<?>, Integer>) ResourceConfig   
registerBean(InstanceBinding<T>, AfterBeanDiscovery, List<InjectionResolver>) BeanHelper 
Registers an instance as 
JerseyBean into 
BeanManager.
 
registerBean(ClassBinding<T>, AfterBeanDiscovery, Collection<InjectionResolver>, BeanManager) BeanHelper 
 
registerClasses(Set<Class<?>>) ResourceConfig 
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature
 in the ResourceConfig.
 
registerClasses(Class<?>...) ResourceConfig 
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature
 in the ResourceConfig.
 
registerExecutorBindings(InjectionManager) ExecutorProviders 
 
registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) ExecutorProviders 
 
registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) AbstractExecutorProvidersConfigurator 
 
registerFeatures(Collection<Class<T>>, BootstrapBag) AbstractFeatureConfigurator 
Allows feature registration as part of autoDiscoverables list
 
registerFinder(ResourceFinder) ResourceConfig 
 
registerForPreDestroyCall(Object) ManagedObjectsFinalizer 
Register an object for invocation of its PreDestroy method.
 
registerInjectionManager(InjectionManager) GenericInjectionManagerStore   
registerInstances(Set<Object>) ResourceConfig 
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature
 Jersey Binder instances (singletons) in the ResourceConfig.
 
registerInstances(Object...) ResourceConfig 
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature,
 Jersey Binder instances (singletons) in the ResourceConfig.
 
registerResources(Resource...) ResourceConfig 
Register new programmatic resource models in the ResourceConfig.
 
registerResources(Set<Resource>) ResourceConfig 
Register new resource models in the ResourceConfig.
 
registerSupplier(SupplierInstanceBinding<T>, AfterBeanDiscovery, BeanManager) BeanHelper 
Registers an instance supplier and its provided value as 
JerseyBeans into 
BeanManager.
 
registerSupplier(SupplierClassBinding<T>, AfterBeanDiscovery, Collection<InjectionResolver>, BeanManager) BeanHelper 
Registers a class supplier and its provided value as 
JerseyBeans into 
BeanManager.
 
RegistrationNotRequiredKryoContextResolver org.glassfish.jersey.kryo.internal 
Backwards compatibility ContextResolver.
 
RegistrationNotRequiredKryoContextResolver() RegistrationNotRequiredKryoContextResolver   
registrationRequired(boolean) KryoFeature   
rel Link   
rel(String) JerseyLink.Builder   
relativize(URI, URI) UriTemplate 
Relativize URI with respect to a base URI.
 
release() CdiRequestContext 
Release a single reference to the current request scope instance.
 
release(RequestContext) CdiRequestScope   
release() Hk2RequestScope.Instance 
Release a single reference to the current request scope instance.
 
release() RequestContext 
Release a single reference to the current request scope instance.
 
release(RequestContext) RequestScope 
Releases the provided 
RequestContext to thread-local variable belonging to current request scope.
 
RELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() LocalizationMessages 
Attempt to release request processing resources has failed for a request.
 
reload() GrizzlyHttpContainer   
reload(ResourceConfig) GrizzlyHttpContainer   
reload() JdkHttpHandlerContainer   
reload(ResourceConfig) JdkHttpHandlerContainer   
reload() Container 
Reload the hosted Jersey application using the current 
configuration.
 
reload(ResourceConfig) Container 
 
reload() ServletContainer   
reload(ResourceConfig) ServletContainer   
reload() SimpleContainer   
reload(ResourceConfig) SimpleContainer   
remove(ForeignDescriptor) Hk2RequestScope.Instance 
Remove a value for the descriptor if present in the scope instance store.
 
remove(String) InboundMessageContext 
Remove a header.
 
remove(OUT) Broadcaster 
 
remove(BroadcasterListener<T>) Broadcaster 
 
remove() AbstractResourceFinderAdapter 
Default implementation of #remove() which complies with the defined contract.
 
remove() ResourceFinder 
 
removeProperty(String) ClientRequest   
removeProperty(String) InvocationBuilderListener.InvocationBuilderContext 
Removes a property with the given name from the current request/response
 exchange context.
 
removeProperty(String) MapPropertiesDelegate   
removeProperty(String) PropertiesDelegate 
Removes a property with the given name from the current request/response
 exchange context.
 
removeProperty(String) TracingAwarePropertiesDelegate   
removeProperty(String) ContainerRequest   
RenderedImageProvider org.glassfish.jersey.message.internal 
Provider for marshalling/un-marshalling of graphical image data represented as
 
image/*, application/x-www-form-urlencoded entity types to
 
rendered and from 
rendered or
 
buffered image instance.
 
RenderedImageProvider() RenderedImageProvider   
repeating Param   
replaceAll(MultivaluedMap<String, Object>) OutboundJaxrsResponse.Builder   
replaceChildResource(Resource, Resource) Resource.Builder 
Replace an existing child resource with a newly supplied one.
 
replaceHeaders(MultivaluedMap<String, Object>) OutboundMessageContext 
Replace all headers.
 
replaceMatrix(String) JerseyUriBuilder   
replaceMatrixParam(String, Object...) JerseyUriBuilder   
replacePath(String) JerseyUriBuilder   
replaceQuery(String) JerseyUriBuilder   
replaceQueryParam(String, Object...) JerseyUriBuilder   
Representation com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Representation() Representation   
representation Request   
representation Response   
request Method   
Request com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Request() Request   
request() JerseyWebTarget   
request(String...) JerseyWebTarget   
request(MediaType...) JerseyWebTarget   
request(long) SseEventSubscription 
 
REQUEST_CONFIG ApacheClientProperties 
Request configuration for the HttpClient.
 
REQUEST_CONFIG Apache5ClientProperties 
Request configuration for the HttpClient.
 
REQUEST_ENTITY_ALREADY_WRITTEN() LocalizationMessages 
The entity was already written in this request.
 
REQUEST_ENTITY_PROCESSING ClientProperties 
The property specified how the entity should be serialized to the output stream by the
 
connector; if the buffering
 should be used or the entity is streamed in chunked encoding.
 
REQUEST_ENTITY_WRITER_NULL() LocalizationMessages 
The entity of the client request is null.
 
RequestAuthenticationException org.glassfish.jersey.client.authentication 
Exception thrown by security request authentication.
 
RequestAuthenticationException(Throwable) RequestAuthenticationException 
Creates new instance of this exception with exception cause.
 
RequestAuthenticationException(String) RequestAuthenticationException 
Creates new instance of this exception with exception message.
 
RequestAuthenticationException(String, Throwable) RequestAuthenticationException 
Creates new instance of this exception with exception message and exception cause.
 
RequestContext org.glassfish.jersey.inject.hk2 
Class is able to communicate with 
RequestScope and provide request-scoped descriptors to HK2 DI provider to create or
 destroy instances.
 
RequestContext(RequestScope) RequestContext   
RequestContext org.glassfish.jersey.process.internal 
Wrapper for externally provided request context data.
 
RequestContext.Binder org.glassfish.jersey.inject.hk2 
Request scope injection binder.
 
RequestEntityProcessing org.glassfish.jersey.client 
 
RequestEvent org.glassfish.jersey.server.monitoring 
An event informing about details of a request processing.
 
RequestEvent.ExceptionCause org.glassfish.jersey.server.monitoring 
Describes the origin of the exception.
 
RequestEvent.Type org.glassfish.jersey.server.monitoring 
The type of the event which describes in which request processing phase the event
 is triggered.
 
RequestEventListener org.glassfish.jersey.server.monitoring 
 
RequestHeaderAutoDiscoverable org.glassfish.jersey.microprofile.restclient 
Auto discoverable feature to bind into jersey runtime.
 
RequestHeaderAutoDiscoverable() RequestHeaderAutoDiscoverable   
RequestProcessingInitializationStage org.glassfish.jersey.client 
Function that can be put to an acceptor chain to properly initialize
 the client-side request-scoped processing injection for the current
 request and response exchange.
 
RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, MessageBodyWorkers, InjectionManager) RequestProcessingInitializationStage 
 
RequestScope org.glassfish.jersey.process.internal 
Scopes a single request/response processing execution on a single thread.
 
RequestScope() RequestScope   
RequestScope.RequestScopeConfigurator org.glassfish.jersey.process.internal 
 
RequestScopeBean org.glassfish.jersey.inject.cdi.se 
 
RequestScopeBean(BeanManager) RequestScopeBean 
Creates a new Jersey-specific Bean instance.
 
RequestScopeConfigurator() RequestScope.RequestScopeConfigurator   
RequestScoped org.glassfish.jersey.process.internal 
Request scope binding annotation.
 
RequestScopedCdiBeanSupplier org.glassfish.jersey.ext.cdi1x.internal 
Supplier to provide CDI managed components
 that should be mapped into Jersey request scope.
 
RequestScopedCdiBeanSupplier(Class, InjectionManager, BeanManager, boolean) RequestScopedCdiBeanSupplier   
RequestScopedInitializer org.glassfish.jersey.server.spi 
Custom initialization provider that is guaranteed to be run from within an active
 request scope.
 
required Param   
requireNonNull(Object, Type) BootstrapBag 
Check whether the value is not 
null that means that the proper 
BootstrapConfigurator has not been configured
 or in a wrong order.
 
requiresEntity() HandlerConstructor   
requiresEntity() Invocable   
requiresEntity() Parameterized 
Provides information on presence of an entity parameter.
 
reset() Errors 
Removes all issues that have been added since the last marked position as well as
 removes the last mark.
 
reset() EntityInputStream reset() ResourceFinder 
 
resolve(Response) PostInvocationInterceptor.ExceptionContext 
Resolve the Throwables with a provided Response.
 
resolve(Injectee) ContextInjectionResolverImpl   
resolve(Injectee, ServiceHandle<?>) ContextInjectionResolverImpl   
resolve(Injectee) ContextInjectionResolverImpl 
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection
 Resolver.
 
resolve(Injectee, ServiceHandle) InjectionResolverWrapper   
resolve(Type, MediaType) ContextResolverFactory   
resolve(Class) ApplicationDescription   
resolve(Class) WadlGenerator.ExternalGrammarDefinition   
resolve(Class) WadlGenerator.Resolver 
Resolve a Class type to a QName.
 
resolve(Type, MediaType) ContextResolvers 
Get ContextResolver<T> instance for a given type
 and media type.
 
resolve(URI, String) UriTemplate 
Resolve a relative URI reference against a base URI as defined in
 
RFC 3986 .
 
resolve(URI, URI) UriTemplate 
Resolve a relative URI reference against a base URI as defined in
 
RFC 3986 .
 
resolveProperty(String, Class<T>) ClientRequest   
resolveProperty(String, T) ClientRequest   
resolveProperty(String, Class<T>) PropertiesResolver 
Resolve a property value for the specified property name.
 
resolveProperty(String, T) PropertiesResolver 
Resolve a property value for the specified property name.
 
resolveProperty(String, Class<T>) ContainerRequest   
resolveProperty(String, T) ContainerRequest   
resolver() MultiPartProperties 
Create a context resolver for a current state of this MultiPartProperties.
 
resolver() MoxyJsonConfig 
Create a context resolver for a current state of this MoxyJsonConfig.
 
resolveTemplate(String, Object) JerseyWebTarget   
resolveTemplate(String, Object, boolean) JerseyWebTarget   
resolveTemplate(String, Object) JerseyUriBuilder   
resolveTemplate(String, Object, boolean) JerseyUriBuilder   
resolveTemplateFromEncoded(String, Object) JerseyWebTarget   
resolveTemplateFromEncoded(String, Object) JerseyUriBuilder   
resolveTemplates(Map<String, Object>) JerseyWebTarget   
resolveTemplates(Map<String, Object>, boolean) JerseyWebTarget   
resolveTemplates(Map<String, Object>) JerseyUriBuilder   
resolveTemplates(Map<String, Object>, boolean) JerseyUriBuilder   
resolveTemplatesFromEncoded(Map<String, Object>) JerseyWebTarget   
resolveTemplatesFromEncoded(Map<String, Object>) JerseyUriBuilder   
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) UriTemplate 
Resolves template variables in the given template from _mapValues.
 
Resource com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Resource() Resource   
resource Resources   
Resource org.glassfish.jersey.server.model 
Model of a single resource component.
 
Resource.Builder org.glassfish.jersey.server.model 
Resource model component builder.
 
RESOURCE_ADD_CHILD_ALREADY_CHILD() LocalizationMessages 
The resource is already a child resource and cannot contain another child resource.
 
RESOURCE_AMBIGUOUS(Object, Object, Object) LocalizationMessages 
A resource, {0}, has ambiguous path definition with resource {1}.
 
RESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() LocalizationMessages 
Both application and applicationClass can't be null.
 
RESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) LocalizationMessages 
Resource configuration class {0} is not a subclass of {1}.
 
RESOURCE_CONFIG_UNABLE_TO_LOAD(Object) LocalizationMessages 
Resource configuration class {0} could not be loaded.
 
RESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) LocalizationMessages 
Unable to process {0}
 
RESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) LocalizationMessages 
The resource (or sub resource) {0} with path "{1}" contains (sub) resource method(s) and sub resource locator.
 
RESOURCE_EMPTY(Object, Object) LocalizationMessages 
A resource, {0}, with path "{1}" is empty.
 
RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) LocalizationMessages 
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
 
RESOURCE_LOOKUP_FAILED(Object) LocalizationMessages 
Lookup and initialization failed for a resource class: {0}.
 
RESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) LocalizationMessages 
Both resources, resource {0} and resource {1}, contains sub resource locators on the same path {2}.
 
RESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() LocalizationMessages 
Validation of the application resource model has failed during application initialization.
 
RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) LocalizationMessages 
A resource, {0}, is annotated with multiple scope annotations.
 
RESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) LocalizationMessages 
Replaced child resource does not exist in model: {0}.
 
RESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) LocalizationMessages 
Updated resource method does not exist in the model: {0}.
 
RESOURCE_VALIDATION_DISABLE ServerProperties 
If true then the extensive validation of application resource model is disabled.
 
RESOURCE_VALIDATION_IGNORE_ERRORS ServerProperties 
If true then validation of application resource models does not fail even in case of a fatal
 validation errors.
 
RESOURCE_VARIABLE TypeReference 
The sort of type references that target the type of a resource variable in a method.
 
ResourceConfig org.glassfish.jersey.server 
The resource configuration for configuring a web application.
 
ResourceConfig() ResourceConfig 
Create a new resource configuration without any custom properties or
 resource and provider classes.
 
ResourceConfig(Set<Class<?>>) ResourceConfig 
Create a new resource configuration initialized with a given set of
 resource/provider classes.
 
ResourceConfig(Class<?>...) ResourceConfig 
Create a new resource configuration initialized with a given set of
 resource/provider classes.
 
ResourceConfig(ResourceConfig) ResourceConfig 
Create a defensive resource configuration copy initialized with a given ResourceConfig.
 
ResourceDoclet org.glassfish.jersey.wadl.doclet 
Creates a resourcedoc XML file.
 
ResourceDoclet() ResourceDoclet   
ResourceFinder org.glassfish.jersey.server 
An interface used for finding and opening (loading) new resources.
 
ResourceLinkContributionContext org.glassfish.jersey.linking.contributing 
The ResourceLinkContributionContext provides access for link contributions from other sources to an entity.
 
ResourceMappingContext org.glassfish.jersey.linking.mapping 
This service tries to work out the UriTemplate required for a particular
 resource class.
 
ResourceMappingContext.Mapping org.glassfish.jersey.linking.mapping   
ResourceMethod org.glassfish.jersey.server.model 
Model of a method available on a resource.
 
ResourceMethod.Builder org.glassfish.jersey.server.model 
Resource method model builder.
 
ResourceMethod.JaxrsType org.glassfish.jersey.server.model 
Resource method classification based on the recognized JAX-RS
 resource method types.
 
ResourceMethodDispatcher org.glassfish.jersey.server.spi.internal 
A resource method dispatcher responsible for consuming a JAX-RS 
request
 by invoking the configured 
resource method on a given
 resource instance and returning the method invocation result in a form of a
 JAX-RS 
response.
 
ResourceMethodDispatcher.Provider org.glassfish.jersey.server.spi.internal 
 
ResourceMethodDispatcherFactory org.glassfish.jersey.server.model.internal 
A resource method dispatcher provider factory.
 
resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory) ResourceMethodInvoker.Builder 
Set resource method dispatcher factory.
 
ResourceMethodInvocationHandlerFactory org.glassfish.jersey.server.model.internal 
 
resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory) ResourceMethodInvoker.Builder 
Set resource method invocation handler factory.
 
ResourceMethodInvocationHandlerProvider org.glassfish.jersey.server.spi.internal 
 
ResourceMethodInvoker org.glassfish.jersey.server.model 
Server-side request-response 
inflector for invoking methods
 of annotation-based resource classes.
 
ResourceMethodInvoker.Builder org.glassfish.jersey.server.model 
Resource method invoker helper.
 
ResourceMethodInvokerConfigurator org.glassfish.jersey.server.model.internal 
 
ResourceMethodInvokerConfigurator() ResourceMethodInvokerConfigurator   
ResourceMethodMXBean org.glassfish.jersey.server.monitoring 
MXBean interface of resource method MXBeans.
 
ResourceMethodStatistics org.glassfish.jersey.server.monitoring 
Monitoring statistics an of an execution of the resource method.
 
ResourceModel org.glassfish.jersey.server.model 
Resource model of the deployed application which contains set of root resources.
 
ResourceModel.Builder org.glassfish.jersey.server.model 
 
ResourceModelComponent org.glassfish.jersey.server.model 
Marker interface for all abstract resource model components,
 so that they can be traversed using a visitor pattern.
 
ResourceModelConfigurator org.glassfish.jersey.server 
Configurator which binds providers and resources into InjectionManager.
 
ResourceModelConfigurator() ResourceModelConfigurator   
ResourceModelIssue org.glassfish.jersey.server.model 
Resource model validity issue.
 
ResourceModelIssue(Object, String) ResourceModelIssue 
Create a new resource model warning.
 
ResourceModelIssue(Object, String, Severity) ResourceModelIssue 
Create a new resource model issue.
 
ResourceModelVisitor org.glassfish.jersey.server.model 
Following the visitor pattern, this interface allows implementing processors
 traversing all abstract model components present in a given model.
 
ResourceMXBean org.glassfish.jersey.server.monitoring 
MXBean interface of resource MXBeans.
 
resources Application   
Resources com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Resources() Resources   
ResourceStatistics org.glassfish.jersey.server.monitoring 
Monitoring statistics of the resource.
 
resourceType Link   
ResourceType com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
ResourceType() ResourceType   
resourceTypeOrMethodOrRepresentation Application   
response Method   
Response com.sun.research.ws.wadl 
Java class for anonymous complex type.
 
Response() Response   
response(ClientResponse) AsyncConnectorCallback 
Invoked when a response for the asynchronously invoked request is available.
 
RESPONSE_CLOSED() LocalizationMessages 
Response is closed.
 
RESPONSE_SET_STATUS_OVER_SEND_ERROR ServerProperties 
Whenever response status is 4xx or 5xx it is possible to choose between sendError or
 setStatus on container specific Response implementation.
 
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED() LocalizationMessages 
Failed to convert a response into an exception.
 
RESPONSE_TYPE_IS_NULL() LocalizationMessages 
Requested response type is null.
 
ResponseAuthenticationException org.glassfish.jersey.client.authentication 
Exception thrown by security response authentication.
 
ResponseAuthenticationException(Response, Throwable) ResponseAuthenticationException 
Creates new instance of this exception with exception cause.
 
ResponseAuthenticationException(Response, String) ResponseAuthenticationException 
Creates new instance of this exception with exception message.
 
ResponseAuthenticationException(Response, String, Throwable) ResponseAuthenticationException 
Creates new instance of this exception with exception message and exception cause.
 
responseContextResolved() ResponseWriter   
ResponseErrorMapper org.glassfish.jersey.server.spi 
Contract for a provider that maps response processing errors to Response.
 
ResponseMXBean org.glassfish.jersey.server.monitoring 
MXBean interface of response MXBean.
 
ResponseStatistics org.glassfish.jersey.server.monitoring 
Monitoring statistics of responses produced by application.
 
ResponseWriter org.glassfish.jersey.servlet.internal 
 
ResponseWriter(boolean, boolean, HttpServletResponse, AsyncContextDelegate, ScheduledExecutorService) ResponseWriter 
Creates a new instance to write a single Jersey response.
 
RestClientExtension org.glassfish.jersey.microprofile.restclient 
Filters out all interfaces annotated with RegisterRestClient
 and creates new Producer from each of these selected interfaces.
 
RestClientExtension() RestClientExtension   
restClientRegistration(AfterBeanDiscovery, BeanManager) RestClientExtension 
Creates new producers based on collected interfaces.
 
RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) LocalizationMessages 
Attempt to send restricted header(s) while the [{0}] system property not set.
 
RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) LocalizationMessages 
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
 
RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) LocalizationMessages 
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
 
result() Stage.Continuation 
Get the data processing result.
 
resume(RequestContext) CdiRequestScope   
resume(RequestContext) RequestScope 
Resumes the provided 
RequestContext to thread-local variable belonging to current request scope.
 
resume(ExternalRequestContext<T>, InjectionManager) ExternalRequestScope 
Resume request associated with provided context.
 
RET Opcodes   
retrieve(ServletContext, String) Utils 
 
retrieve(Properties) SslConfigurator 
Retrieve the SSL context configuration from the supplied properties.
 
retrieve() SslConfigurator 
Retrieve the SSL context configuration from the system properties.
 
RETRY_HANDLER ApacheClientProperties 
HttpRequestRetryHandler which will be used to create HttpClient.
 
RETRY_STRATEGY Apache5ClientProperties 
HttpRequestRetryStrategy which will be used to create HttpClient.
 
RETURN Opcodes   
REUSE_STRATEGY ApacheClientProperties 
ConnectionReuseStrategy for the HttpClient.
 
REUSE_STRATEGY Apache5ClientProperties 
ConnectionReuseStrategy for the HttpClient.
 
rev Link   
RolesAllowedDynamicFeature org.glassfish.jersey.server.filter 
A DynamicFeature supporting the jakarta.annotation.security.RolesAllowed,
 jakarta.annotation.security.PermitAll and jakarta.annotation.security.DenyAll
 on resource methods and sub-resource methods.
 
RolesAllowedDynamicFeature() RolesAllowedDynamicFeature   
RootElementProvider(Provider<SAXParserFactory>, Providers) JaxbStringReaderProvider.RootElementProvider 
Creates new instance.
 
Routed org.glassfish.jersey.server.model 
Marker interface for all resource model components that contain path information
 usable for routing.
 
routingResponseType(Type) ResourceMethod.Builder 
Define the response entity type used during the routing for
 selection of the resource methods.
 
RsaSha1Method org.glassfish.jersey.oauth1.signature 
An OAuth signature method that implements RSA-SHA1.
 
RsaSha1Method() RsaSha1Method   
run() EventProcessor   
runInScope(RequestContext, Runnable) RequestScope 
 
runInScope(Runnable) RequestScope 
Runs the 
task in the new request scope.
 
runInScope(RequestContext, Callable<T>) RequestScope 
 
runInScope(Callable<T>) RequestScope 
Runs the 
task in the new request scope.
 
runInScope(RequestContext, Producer<T>) RequestScope 
Runs the 
task in the request scope initialized
 from the 
scope context.
 
runInScope(Producer<T>) RequestScope 
Runs the task in the new request scope.
 
RuntimeDelegateDecorator org.glassfish.jersey.internal 
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
 
RuntimeDelegateDecorator() RuntimeDelegateDecorator   
RuntimeDelegateImpl org.glassfish.jersey.internal 
Default implementation of JAX-RS RuntimeDelegate.
 
RuntimeDelegateImpl() RuntimeDelegateImpl   
RuntimeDelegateImpl org.glassfish.jersey.server.internal 
Server-side implementation of JAX-RS RuntimeDelegate.
 
RuntimeDelegateImpl() RuntimeDelegateImpl   
RuntimeResource org.glassfish.jersey.server.model 
Runtime resource is a group of 
resources with the same 
path
 regular expression.
 
RuntimeResourceModel org.glassfish.jersey.server.model 
Runtime Resource model contains structured information about runtime resources.
 
RuntimeResourceModel(List<Resource>) RuntimeResourceModel 
Creates new runtime resource model from the list of resources.
 
RuntimeResourceModelValidator org.glassfish.jersey.server.model 
Runtime resource model validator validating ambiguity of resource methods.
 
RuntimeResourceModelValidator(MessageBodyWorkers) RuntimeResourceModelValidator 
Create a new validator instance.
 
rx() JerseyInvocation.Builder   
rx(Class<T>) JerseyInvocation.Builder   
 
safelyClose(Closeable) ReaderWriter 
Safely close a closeable, without throwing an exception.
 
SALOAD Opcodes   
SASTORE Opcodes   
SAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE(Object) LocalizationMessages 
Cannot disable external general entity processing feature on SAX parser factory [{0}].
 
SAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE_ON_READER(Object) LocalizationMessages 
Cannot disable external general entity processing feature on XML reader [{0}].
 
SAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE(Object) LocalizationMessages 
Cannot disable external parameter entity processing feature on SAX parser factory [{0}].
 
SAX_CANNOT_ENABLE_DISALLOW_DOCTYPE_DECLARATION_FEATURE(Object) LocalizationMessages 
Cannot enable feature that disallows doctype declaration on SAX parser factory [{0}].
 
SAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE(Object) LocalizationMessages 
JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAX parser factory [{0}].
 
SAX_XDK_NO_SECURITY_FEATURES() LocalizationMessages 
Using XDK.
 
SaxParserFactoryInjectionProvider org.glassfish.jersey.jaxb.internal 
 
SaxParserFactoryInjectionProvider(InjectionManager, Configuration) SaxParserFactoryInjectionProvider 
Create new SAX parser factory provider.
 
SaxSourceReader(Provider<SAXParserFactory>) SourceProvider.SaxSourceReader   
schedule(Callable<T>, long, TimeUnit) ClientExecutor 
Creates and executes a 
ScheduledFuture that becomes enabled after the given delay.
 
schedule(Runnable, long, TimeUnit) ClientExecutor 
Creates and executes a one-shot action that becomes enabled after the given delay.
 
SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY ComponentBag 
 
scheduledExecutorService(ScheduledExecutorService) ClientConfig 
Register custom Jersey client scheduler.
 
scheduledExecutorService(ScheduledExecutorService) JerseyClientBuilder   
ScheduledExecutorServiceProvider 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 org.glassfish.jersey.spi 
 
ScheduledThreadPoolExecutorProvider(String) ScheduledThreadPoolExecutorProvider 
Create a new instance of the scheduled thread pool executor provider.
 
SCHEME OAuth1Parameters 
OAuth scheme in Authorization header.
 
scheme(String) JerseyUriBuilder   
schemeSpecificPart(String) JerseyUriBuilder   
scope(Class<? extends Annotation>) ContractProvider.Builder 
Change contract provider scope.
 
Scoped org.glassfish.jersey.model 
Scoped Jersey application model component.
 
secureConnection(JerseyClient, HttpURLConnection) HttpUrlConnector 
Secure connection if necessary.
 
SecureSaxParserFactory org.glassfish.jersey.jaxb.internal 
Secure SAX parser factory wrapper.
 
SecureSaxParserFactory(SAXParserFactory) SecureSaxParserFactory 
Create new secure SAX parser factory wrapper.
 
SECURITY_CONTEXT_WAS_NOT_SET() LocalizationMessages 
SecurityContext was not set.
 
securityProtocol(String) SslConfigurator 
Set the SSLContext protocol.
 
segment(String...) JerseyUriBuilder   
selectVariant(InboundMessageContext, List<Variant>, Ref<String>) VariantSelector 
Select the representation variant that best matches the request.
 
selectVariant(List<Variant>) ContainerRequest   
selectVariants(InboundMessageContext, List<Variant>, Ref<String>) VariantSelector 
Select possible representation variants in order in which they best matches the request.
 
separator(String) LoggingFeature.LoggingFeatureBuilder   
serializeAsArray JettisonConfig.Builder   
serializeAsArray(String...) JettisonConfig.MappedJettisonBuilder 
Add element names to be treated as arrays.
 
serializeAsArray(List<String>) JettisonConfig.MappedJettisonBuilder 
Add element names to be treated as arrays.
 
SERVER_SENT_EVENTS SseFeature 
String representation of Server sent events media type.
 
SERVER_SENT_EVENTS_TYPE SseFeature 
Server sent events media type.
 
ServerBootstrapBag org.glassfish.jersey.server 
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
 bootstrap.
 
ServerBootstrapBag() ServerBootstrapBag   
ServerConfig org.glassfish.jersey.server 
Server-side application configuration.
 
ServerFiltersAutoDiscoverable org.glassfish.jersey.server.filter.internal 
Enable auto-discoverable of certain server filters.
 
ServerFiltersAutoDiscoverable() ServerFiltersAutoDiscoverable   
ServerParameterService() Parameter.ServerParameterService   
ServerProperties org.glassfish.jersey.server 
Jersey server-side configuration properties.
 
ServerRuntime org.glassfish.jersey.server 
Server-side request processing runtime.
 
ServerTraceEvent org.glassfish.jersey.server.internal 
Server side tracing events.
 
service(Request, Response) GrizzlyHttpContainer   
service(ServletRequest, ServletResponse) ServletContainer 
Dispatches client requests to the protected
 service method.
 
service(HttpServletRequest, HttpServletResponse) ServletContainer 
Receives standard HTTP requests from the public service method and dispatches
 them to the doXXX  methods defined in
 this class.
 
service(URI, URI, HttpServletRequest, HttpServletResponse) ServletContainer 
Dispatch client requests to a resource class.
 
service(URI, URI, HttpServletRequest, HttpServletResponse) WebComponent 
Dispatch client requests to a resource class.
 
SERVICE_LOCATOR ServletProperties 
Identifies the object that will be used as a parent 
HK2 ServiceLocator in the Jersey
 
WebComponent.
 
ServiceConfigurationError org.glassfish.jersey.internal 
Error thrown when something goes wrong while looking up service providers.
 
ServiceConfigurationError(String) ServiceConfigurationError 
Constructs a new instance with the specified detail string.
 
ServiceConfigurationError(Throwable) 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 org.glassfish.jersey.internal 
The default service iterator provider that looks up provider classes in
 META-INF/services files.
 
ServiceFinder.ServiceIteratorProvider 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) ServiceFinderBinder 
Create a new service finder injection binder.
 
ServiceIteratorProvider() ServiceFinder.ServiceIteratorProvider   
SERVLET_ASYNC_CONTEXT_ALREADY_STARTED() LocalizationMessages 
Servlet request has been put into asynchronous mode by an external force.
 
SERVLET_PATH_MISMATCH(Object, Object) LocalizationMessages 
The servlet path {0} does not start with the filter context path {1}.
 
SERVLET_REQUEST_SUSPEND_FAILED() LocalizationMessages 
Attempt to put servlet request into asynchronous mode has failed.
 
ServletContainer org.glassfish.jersey.servlet 
A Servlet or Filter for deploying root resource classes.
 
ServletContainer() ServletContainer 
Create Jersey Servlet container.
 
ServletContainer(ResourceConfig) ServletContainer 
Create Jersey Servlet container.
 
ServletContainerProviderFactory org.glassfish.jersey.servlet.internal 
Factory class to get all "registered" implementations of ServletContainerProvider.
 
ServletProperties org.glassfish.jersey.servlet 
Jersey servlet container configuration properties.
 
set(T) ThreadLocalInvoker   
SET_METHOD_WORKAROUND HttpUrlConnectorProvider 
A value of 
true declares that the client will try to set
 unsupported HTTP method to 
HttpURLConnection via
 reflection.
 
setAdapter(XmlAdapter) JettisonJaxbMarshaller   
setAdapter(Class<A>, A) JettisonJaxbMarshaller   
setAdapter(XmlAdapter) JettisonJaxbUnmarshaller   
setAdapter(Class<A>, A) JettisonJaxbUnmarshaller   
setApplication(Application) ServerBootstrapBag   
setApplicationHandler(ApplicationHandler) ServerBootstrapBag   
setApplicationName(String) ResourceConfig 
Set the name of the application.
 
setArgs(Object[]) ValidationInterceptorContext 
Method parameters setter.
 
setAttachmentMarshaller(AttachmentMarshaller) JettisonJaxbMarshaller   
setAttachmentUnmarshaller(AttachmentUnmarshaller) JettisonJaxbUnmarshaller   
setAttributePrefix(String) MoxyJsonConfig   
setAutoDiscoverables(List<AutoDiscoverable>) BootstrapBag 
Sets a list of AutoDiscoverable.
 
setBase(String) Resources 
Sets the value of the base property.
 
setBaseUri(URI) OutboundJaxrsResponse.Builder 
 
setBasicAuthorizationHeader(MultivaluedMap<String, Object>, ClientProxy) ClientProxy   
setBeanManager(BeanManager) CdiSeInjectionManager   
setCallback(String) OAuth1Parameters 
Sets the callback URL.
 
setChunkType(MediaType) ChunkedInput 
Set custom chunk data media type.
 
setChunkType(String) ChunkedInput 
Set custom chunk data media type from a string value.
 
setClassLoader(ClassLoader) ResourceConfig 
Set 
ClassLoader which will be used for resource discovery.
 
setComponentProviders(LazyValue<Collection<ComponentProvider>>) ServerBootstrapBag   
setConfiguration(Configuration) BootstrapBag 
Sets an instance of Configuration.
 
setConfiguration(Configuration) AbstractJaxbProvider   
setConsumerKey(String) OAuth1Parameters 
Sets the consumer key.
 
setConsumerSecret(String) OAuth1Secrets   
setContainer(SeContainer) CdiSeInjectionManager   
setContentDisposition(ContentDisposition) BodyPart 
Sets the content disposition.
 
setContentDisposition(ContentDisposition) FormDataBodyPart 
 
setContextResolvers(ContextResolvers) BootstrapBag 
 
setCorePoolSize(int) ThreadPoolConfig 
Set the core thread pool size - the size of the thread pool will never bee smaller than this.
 
setDaemon(boolean) ThreadPoolConfig 
Set true if thread pool threads are daemons.
 
setDebug(boolean) SimpleServer 
To enable very low level logging this can be enabled.
 
setDefault(String) Param 
Sets the value of the default property.
 
setDefaultNext(Stage<DATA>) AbstractChainableStage   
setDefaultNext(Stage<DATA>) ChainableStage 
Set the default next stage that should be returned from this
 stage after it has been invoked by default.
 
setElement(QName) Representation 
Sets the value of the element property.
 
setEntity(Object) BodyPart 
Set the entity object to be unmarshalled from a request, or to be marshalled on a response.
 
setEntity(Object) FileDataBodyPart 
This operation is not supported from this implementation.
 
setEntity(Object) StreamDataBodyPart 
This operation is not supported from this implementation.
 
setEntity(Object) MultiPart 
Disables access to the entity for a 
MultiPart.
 
setEntity(Object) OutboundMessageContext 
Set a new message message entity.
 
setEntity(Object, Annotation[]) OutboundMessageContext 
Set a new message message entity.
 
setEntity(Object, Type, Annotation[]) OutboundMessageContext 
Set a new message message entity.
 
setEntity(Object, Annotation[], MediaType) OutboundMessageContext 
Set a new message message entity.
 
setEntity(Object) WriterInterceptorExecutor   
setEntity(Object) ContainerResponse 
Set a new message message entity.
 
setEntity(Object, Annotation[]) ContainerResponse 
Set a new message message entity.
 
setEntity(Object, Type, Annotation[]) ContainerResponse 
Set a new message message entity.
 
setEntity(Object, Annotation[], MediaType) ContainerResponse   
setEntityAnnotations(Annotation[]) OutboundMessageContext 
Set the annotations attached to the entity.
 
setEntityAnnotations(Annotation[]) ContainerResponse 
Set the annotations attached to the entity.
 
setEntityStream(InputStream) InboundMessageContext 
Set a new entity input stream.
 
setEntityStream(OutputStream) OutboundMessageContext 
Set a new entity output stream.
 
setEntityStream(InputStream) ContainerRequest   
setEntityStream(OutputStream) ContainerResponse   
setEntityType(Type) OutboundMessageContext 
Set the message entity type information.
 
setEntityType(Type) ContainerResponse 
Set the message entity type information.
 
setEventHandler(ValidationEventHandler) JettisonJaxbMarshaller   
setEventHandler(ValidationEventHandler) JettisonJaxbUnmarshaller   
setExceptionMappers(ExceptionMappers) BootstrapBag 
 
setFeature(String, boolean) SecureSaxParserFactory   
setFileEntity(File) FileDataBodyPart 
 
setFileEntity(File, MediaType) FileDataBodyPart 
 
setFilename(String) StreamDataBodyPart 
Sets the body part entity filename value to be used in the
 content-disposition header.
 
setFixed(String) Param 
Sets the value of the fixed property.
 
setFormattedOutput(boolean) MoxyJsonConfig   
setFormDataContentDisposition(FormDataContentDisposition) FormDataBodyPart 
Sets the form data content disposition.
 
setGeneratorClass(Class<? extends WadlGenerator>) WadlGeneratorDescription   
setGrammars(Grammars) Application 
Sets the value of the grammars property.
 
setHeader(Marshaller, Annotation[]) AbstractJaxbProvider 
Set the custom XML header on a JAXB marshaller if specified via 
XmlHeader annotation,
 present in the supplied array of annotations.
 
setHref(String) Include 
Sets the value of the href property.
 
setHref(String) Method 
Sets the value of the href property.
 
setHref(String) Param 
Sets the value of the href property.
 
setHref(String) Representation 
Sets the value of the href property.
 
setId(String) Method 
Sets the value of the id property.
 
setId(String) Param 
Sets the value of the id property.
 
setId(String) Representation 
Sets the value of the id property.
 
setId(String) Resource 
Sets the value of the id property.
 
setId(String) ResourceType 
Sets the value of the id property.
 
setIncludeRoot(boolean) MoxyJsonConfig   
setInitialClassLoader(ClassLoader) ThreadPoolConfig 
Specifies the context class loader that will be used by threads in this pool.
 
setInjectionResolvers(Collection<InjectionResolver>) JerseyInjectionTarget 
In some cases Injection Resolvers cannot be provided during th creation of the object therefore must be set later on.
 
setInputStream(InputStream) ReaderInterceptorExecutor   
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) ServiceFinder 
Register the service iterator provider to iterate on provider instances
 or classes.
 
setKeepAliveTime(long, TimeUnit) ThreadPoolConfig 
The max period of time a thread will wait for a new task to process.
 
setLang(String) Doc 
Sets the value of the lang property.
 
setLink(Link) Param 
Sets the value of the link property.
 
setListener(Marshaller.Listener) JettisonJaxbMarshaller   
setListener(Unmarshaller.Listener) JettisonJaxbUnmarshaller   
setManagedObjectsFinalizer(ManagedObjectsFinalizer) BootstrapBag 
 
setMappedFromException(boolean) ContainerResponse 
Sets the flag indicating whether the response was created based on the exception.
 
setMarshalEmptyCollections(boolean) MoxyJsonConfig   
setMarshallerProperties(Map<String, Object>) MoxyJsonConfig 
Add properties from the given map to the existing marshaller properties.
 
setMaxPoolSize(int) ThreadPoolConfig 
Set max thread pool size.
 
setMediaType(String) Option 
Sets the value of the mediaType property.
 
setMediaType(String) Representation 
Sets the value of the mediaType property.
 
setMediaType(MediaType) BodyPart 
Sets the MediaType for this BodyPart.
 
setMediaType(MediaType) FormDataMultiPart 
Disables changing the media type to anything other than multipart/form-data.
 
setMediaType(MediaType) MultiPart 
 
setMediaType(MediaType) OutboundMessageContext 
Set the message content media type.
 
setMediaType(MediaType) ContainerResponse 
Set the message content media type.
 
setMessageBodyWorkers(MessageBodyWorkers) BootstrapBag 
 
setMessageBodyWorkers(MessageBodyWorkers) BodyPart 
Set message body workers used to transform an entity stream into particular Java type.
 
setMethod(String) ClientRequest   
setMethod(String) ContainerRequest   
setMethodWithoutException(String) ContainerRequest 
 
setModelProcessors(Collection<ModelProcessor>) ServerBootstrapBag   
setMultivaluedParameterExtractorProvider(MultivaluedParameterExtractorProvider) ServerBootstrapBag   
setName(String) Method 
Sets the value of the name property.
 
setName(String) Param 
Sets the value of the name property.
 
setName(String) FormDataBodyPart 
Sets the control name.
 
setName(String) DataSourceProvider.ByteArrayDataSource   
setNamespaceAware(boolean) SecureSaxParserFactory   
setNamespacePrefixMapper(Map<String, String>) MoxyJsonConfig   
setNamespaceSeparator(char) MoxyJsonConfig   
setNonce(String) OAuth1Parameters 
Sets the nonce, a value that should be unique for a given timestamp.
 
setNonce() OAuth1Parameters 
Sets the nonce to contain a randomly-generated UUID.
 
setOutputStream(OutputStream) WriterInterceptorExecutor   
setParameterUpdaterProvider(ParameterUpdaterProvider) ClientBootstrapBag   
setParent(MultiPart) BodyPart 
Sets the parent 
MultiPart (if any) for this 
BodyPart.
 
setParser(ChunkParser) ChunkedInput 
Set new chunk parser.
 
setPath(String) Param 
Sets the value of the path property.
 
setPath(String) Resource 
Sets the value of the path property.
 
setPoolName(String) ThreadPoolConfig 
Set thread pool name.
 
setPredictor(MediaTypePredictor) FileDataBodyPart 
Sets the media type predictor.
 
setPriority(int) ThreadPoolConfig 
Set priority of the threads in thread pool.
 
setProcessingProviders(ProcessingProviders) ServerBootstrapBag   
setProperties(Map<String, ?>) CommonConfig 
Set the configured properties to the provided map of properties.
 
setProperties(Map<String, ?>) ImmutableCommonConfig   
setProperties(Map<String, ?>) ResourceConfig 
Set new configuration properties replacing all previously set properties.
 
setProperties(Properties) WadlGeneratorDescription   
setProperty(String, Object) ClientRequest   
setProperty(String, Object) MapPropertiesDelegate   
setProperty(String, Object) PropertiesDelegate 
Binds an object to a given property name in the current request/response
 exchange context.
 
setProperty(String, Object) BaseJsonMarshaller   
setProperty(String, Object) JettisonJaxbMarshaller   
setProperty(String, Object) JettisonJaxbUnmarshaller   
setProperty(String, Object) JettisonMarshaller 
 
setProperty(String, Object) TracingAwarePropertiesDelegate   
setProperty(String, Object) ContainerRequest   
setProviders(Providers) BodyPart 
Sets the configured Providers for this BodyPart.
 
setQueryParamStyle(JerseyQueryParamStyle) JerseyUriBuilder   
setQueryType(String) Resource 
Sets the value of the queryType property.
 
setQueue(Queue<Runnable>) ThreadPoolConfig 
Set a queue implementation that will be used to temporarily store tasks when all threads in the thread pool are busy.
 
setQueueLimit(int) ThreadPoolConfig 
Set the limit of the queue, where tasks are temporarily stored when all threads are busy.
 
setRealm(String) OAuth1Parameters 
Sets the protection realm for the request.
 
setRel(String) Link 
Sets the value of the rel property.
 
setRepeating(Boolean) Param 
Sets the value of the repeating property.
 
setReportToErrorService(boolean) MultiException 
Sets if this exception should be reported
 to the error service when thrown during a creation
 or deletion of a service.
 
setRequest(Request) Method 
Sets the value of the request property.
 
setRequestScope(RequestScope) BootstrapBag 
 
setRequestScopedInitializer(RequestScopedInitializer) ContainerRequest 
Set a custom container extensions initializer for the current request.
 
setRequestUri(URI) ContainerRequest   
setRequestUri(URI, URI) ContainerRequest   
setRequired(Boolean) Param 
Sets the value of the required property.
 
setResolvedRequestUri(URI) ClientResponse 
Set the absolute URI of the ultimate request that was made to receive this response.
 
setResource(Object) ValidationInterceptorContext 
Setter for resource instance that should get validated.
 
setResourceBag(ResourceBag) ServerBootstrapBag   
setResourceContext(JerseyResourceContext) ServerBootstrapBag   
setResourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) ServerBootstrapBag   
setResourceModel(ResourceModel) JerseyResourceContext 
Set the 
resource mode of the application associated with this context.
 
setResourceModel(ResourceModel) ServerBootstrapBag   
setResourceType(String) Link 
Sets the value of the resourceType property.
 
setRev(String) Link 
Sets the value of the rev property.
 
setSchema(Schema) SecureSaxParserFactory   
setSchema(Schema) JettisonJaxbMarshaller   
setSchema(Schema) JettisonJaxbUnmarshaller   
setSecurityContext(SecurityContext) ContainerRequest   
setSignature(String) OAuth1Parameters 
Sets the signature for the request.
 
setSignatureMethod(String) OAuth1Parameters 
Sets the signature method used to sign the request.
 
setStatus(int) ClientResponse   
setStatus(int) ContainerResponse   
setStatusInfo(Response.StatusType) ClientResponse   
setStatusInfo(Response.StatusType) ContainerResponse   
setStreamEntity(InputStream) StreamDataBodyPart 
Allows to explicitly set the body part entity.
 
setStreamEntity(InputStream, MediaType) StreamDataBodyPart 
Allows to explicitly set the value and the MIME type of the body part
 entity.
 
setStreamProvider(OutboundMessageContext.StreamProvider) CommittingOutputStream 
Set the buffering output stream provider.
 
setStreamProvider(OutboundMessageContext.StreamProvider) OutboundMessageContext 
Set a stream provider callback.
 
setStreamProvider(OutboundMessageContext.StreamProvider) ContainerResponse 
Set the output stream provider callback.
 
setStyle(ParamStyle) Param 
Sets the value of the style property.
 
setSuspendTimeout(long, TimeUnit) JerseyRequestTimeoutHandler 
Set the suspend timeout.
 
setSuspendTimeout(long, TimeUnit) ContainerResponseWriter 
Set the suspend timeout.
 
setSuspendTimeout(long, TimeUnit) ResponseWriter   
setThreadFactory(ThreadFactory) ThreadPoolConfig 
Set 
ThreadFactory that will be used to create thread pool threads.
 
setTimestamp(String) OAuth1Parameters 
Sets the timestamp.
 
setTimestamp() OAuth1Parameters 
Sets the timestamp to the current time as number of seconds since epoch.
 
setTitle(String) Doc 
Sets the value of the title property.
 
setToken(String) OAuth1Parameters 
Sets the request or access token.
 
setTokenSecret(String) OAuth1Secrets 
Sets request or access token.
 
setType(QName) Param 
Sets the value of the type property.
 
setUnmarshallerProperties(Map<String, Object>) MoxyJsonConfig 
Add properties from the given map to the existing unmarshaller properties.
 
setUri(URI) ClientRequest   
setValidating(boolean) SecureSaxParserFactory   
setValidating(boolean) JettisonJaxbUnmarshaller   
setValue(String) Option 
Sets the value of the value property.
 
setValue(MediaType, Object) FileDataBodyPart 
This operation is not supported from this implementation.
 
setValue(MediaType, Object) StreamDataBodyPart 
This operation is not supported from this implementation.
 
setValue(String) StreamDataBodyPart 
This operation is not supported from this implementation.
 
setValue(String) FormDataBodyPart 
Sets the field value for this body part.
 
setValue(MediaType, Object) FormDataBodyPart 
Sets the field media type and value for this body part.
 
setValueParamProviders(Collection<ValueParamProvider>) ServerBootstrapBag   
setValueWrapper(String) MoxyJsonConfig   
setVerifier(String) OAuth1Parameters 
Sets the verifier code.
 
setVersion(String) OAuth1Parameters 
Sets the protocol version.
 
setVersion() OAuth1Parameters 
Sets the protocol version to the default value of 1.0.
 
setWadlGenerationEnabled(boolean) WadlApplicationContextImpl   
setWadlGenerationEnabled(boolean) WadlApplicationContext 
Enable/disable WADL generation.
 
setWadlGeneratorDelegate(WadlGenerator) WadlGeneratorImpl   
setWadlGeneratorDelegate(WadlGenerator) WadlGenerator 
Sets the delegate that is decorated by this wadl generator.
 
setWorkers(MessageBodyWorkers) ClientRequest 
Set the message body workers associated with the request.
 
setWorkers(MessageBodyWorkers) InboundMessageContext 
Set context message body workers.
 
setWrappedStream(InputStream) EntityInputStream 
Set the wrapped input stream instance.
 
setWriter(ContainerResponseWriter) ContainerRequest 
Set the container response writer for the current request.
 
setXIncludeAware(boolean) SecureSaxParserFactory   
Severity org.glassfish.jersey 
Common severity.
 
SHORT Type 
The sort of the short type.
 
SHORT_TYPE Type 
The short type.
 
shutdown() CdiSeInjectionManager   
shutdown() RequestContext   
shutdown() EventProcessor.ShutdownHandler 
 
shutdown() RequestScope   
sign(String, OAuth1Secrets) HmaSha1Method 
Generates the HMAC-SHA1 signature of OAuth request elements.
 
sign(OAuth1Request, OAuth1Parameters, OAuth1Secrets) OAuth1Signature 
Generates an OAuth signature for the given request, parameters and
 secrets, and stores it as a signature parameter, and writes the
 OAuth parameters to the request as an Authorization header.
 
sign(String, OAuth1Secrets) OAuth1SignatureMethod 
Signs the data using the supplied secret(s).
 
sign(String, OAuth1Secrets) PlaintextMethod 
Generates the PLAINTEXT signature.
 
sign(String, OAuth1Secrets) RsaSha1Method 
Generates the RSA-SHA1 signature of OAuth request elements.
 
SIGNATURE OAuth1Parameters 
Name of parameter containing the signature.
 
signature(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 signature.
 
SIGNATURE_METHOD OAuth1Parameters 
Name of parameter containing the signature method.
 
signatureMethod(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 signature method.
 
SimpleContainer org.glassfish.jersey.simple 
Jersey Container implementation based on Simple framework
 Container.
 
SimpleContainerFactory org.glassfish.jersey.simple 
Factory for creating and starting Simple server containers.
 
SimpleContainerProvider org.glassfish.jersey.simple 
Container provider for containers based on Simple HTTP Server
 Container.
 
SimpleContainerProvider() SimpleContainerProvider   
SimpleServer org.glassfish.jersey.simple 
Simple server facade providing convenient methods to obtain info about the server (i.e.
 
SimpleTraceAnalyzer org.glassfish.jersey.simple 
Tracing at a very low level can be performed with a TraceAnalyzer.
 
SimpleTraceAnalyzer() SimpleTraceAnalyzer 
Creates an asynchronous trace event logger.
 
SINGLETON_INJECTS_PARAMETER(Object, Object) LocalizationMessages 
Parameter {1} of {0} cannot be injected into singleton resource.
 
SIPUSH Opcodes   
size() ByteVector 
Returns the actual number of bytes in this vector.
 
size ContentDisposition.ContentDispositionBuilder   
size(long) ContentDisposition.ContentDispositionBuilder 
Add the "size" parameter.
 
skip(long) EntityInputStream   
SKIP_CODE ClassReader 
A flag to skip the Code attributes.
 
SKIP_DEBUG ClassReader 
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable,
 LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
 
SKIP_FRAMES ClassReader 
A flag to skip the StackMap and StackMapTable attributes.
 
SLOW_SUBSCRIBER(Object) LocalizationMessages 
Slow Subscriber.
 
snapshot() ApplicationInfo 
Get the immutable consistent snapshot of the application info.
 
snapshot() ExceptionMapperStatistics 
 
snapshot() ExecutionStatistics 
 
snapshot() MonitoringStatistics 
 
snapshot() ResourceMethodStatistics 
 
snapshot() ResourceStatistics 
 
snapshot() ResponseStatistics 
 
snapshot() TimeWindowStatistics 
 
SOME_HEADERS_NOT_SENT(Object, Object) LocalizationMessages 
There are some request headers that have not been sent by connector [{0}].
 
SOURCE_DEPRECATED Opcodes   
SOURCE_MASK Opcodes   
SourceProvider org.glassfish.jersey.message.internal 
 
SourceProvider() SourceProvider   
SourceProvider.DomSourceReader org.glassfish.jersey.message.internal 
Provider for marshalling/un-marshalling 
DOMSource instances.
 
SourceProvider.SaxSourceReader org.glassfish.jersey.message.internal 
Provider for un-marshalling 
SAXSource instances.
 
SourceProvider.SourceWriter org.glassfish.jersey.message.internal 
Provider for marshaling 
Source instances.
 
SourceProvider.StreamSourceReader org.glassfish.jersey.message.internal 
 
SourceWriter(Provider<SAXParserFactory>, Provider<TransformerFactory>) SourceProvider.SourceWriter   
SPAN_CONTEXT_PROPERTY OpenTracingFeature 
Stored span's ContainerRequestContext property key.
 
sse() ResourceMethod.Builder 
Set the SSE flag on the method model to true.
 
SseAutoDiscoverable org.glassfish.jersey.media.sse.internal 
Jersey 
AutoDiscoverable responsible for registering 
SseFeature.
 
SseAutoDiscoverable() SseAutoDiscoverable   
SseBinder org.glassfish.jersey.media.sse.internal 
Binds implementations to interfaces for injection of SSE-related injectables.
 
SseBinder() SseBinder   
SseBroadcaster org.glassfish.jersey.media.sse 
Used for broadcasting SSE to multiple 
EventOutput instances.
 
SseBroadcaster() SseBroadcaster 
Creates a new instance.
 
SseBroadcaster(Class<? extends SseBroadcaster>) SseBroadcaster 
Can be used by subclasses to override the default functionality of adding self to the set of
 
listeners.
 
SseEventPublisher org.glassfish.jersey.microprofile.restclient   
SseEventSinkValueParamProvider org.glassfish.jersey.media.sse.internal 
 
SseEventSinkValueParamProvider(Provider<MultivaluedParameterExtractorProvider>, Provider<AsyncContext>) SseEventSinkValueParamProvider 
Constructor.
 
SseEventSubscription T > - Class in org.glassfish.jersey.microprofile.restclient 
 
SseEventSuscriber T > - Class in org.glassfish.jersey.microprofile.restclient   
SseEventSuscriber(Subscriber<T>) SseEventSuscriber   
SseFeature org.glassfish.jersey.media.sse 
A JAX-RS feature that enables Server-Sent Events support.
 
SseFeature() SseFeature   
SseMessageBodyReader org.glassfish.jersey.microprofile.restclient   
SseMessageBodyReader() SseMessageBodyReader   
SseTypeResolver org.glassfish.jersey.server.model.internal   
SSL_CTX_ALGORITHM_NOT_SUPPORTED() LocalizationMessages 
Error creating SSL context (algorithm not supported).
 
SSL_CTX_INIT_FAILED() LocalizationMessages 
Error initializing SSL context (operation failed).
 
SSL_KMF_ALGORITHM_NOT_SUPPORTED() LocalizationMessages 
Error initializing key manager factory (algorithm not supported).
 
SSL_KMF_INIT_FAILED() LocalizationMessages 
Error initializing key manager factory (operation failed).
 
SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() LocalizationMessages 
"byte array based"
 
SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() LocalizationMessages 
"provider based"
 
SSL_KMF_NO_PASSWORD_SET(Object) LocalizationMessages 
Neither key password nor key store password has been set for {0} key store.
 
SSL_KMF_PROVIDER_NOT_REGISTERED() LocalizationMessages 
Error initializing key manager factory (provider not registered).
 
SSL_KMF_UNRECOVERABLE_KEY() LocalizationMessages 
Error initializing key manager factory (unrecoverable key).
 
SSL_KS_CERT_LOAD_ERROR() LocalizationMessages 
Cannot load key store certificates.
 
SSL_KS_FILE_NOT_FOUND(Object) LocalizationMessages 
Cannot find key store file "{0}".
 
SSL_KS_IMPL_NOT_FOUND() LocalizationMessages 
Error initializing key store (implementation not available).
 
SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() LocalizationMessages 
Error initializing key store (algorithm to check key store integrity not found).
 
SSL_KS_LOAD_ERROR(Object) LocalizationMessages 
Error loading key store from file "{0}".
 
SSL_KS_PROVIDERS_NOT_REGISTERED() LocalizationMessages 
Error initializing key store (provider not registered).
 
SSL_SESSION_CLOSED() LocalizationMessages 
"SSL session has been closed."
 
SSL_TMF_ALGORITHM_NOT_SUPPORTED() LocalizationMessages 
Error initializing trust manager factory (algorithm not supported).
 
SSL_TMF_INIT_FAILED() LocalizationMessages 
Error initializing trust manager factory (operation failed).
 
SSL_TMF_PROVIDER_NOT_REGISTERED() LocalizationMessages 
Error initializing trust manager factory (provider not registered).
 
SSL_TS_CERT_LOAD_ERROR() LocalizationMessages 
Cannot load trust store certificates.
 
SSL_TS_FILE_NOT_FOUND(Object) LocalizationMessages 
Cannot find trust store file "{0}".
 
SSL_TS_IMPL_NOT_FOUND() LocalizationMessages 
Error initializing trust store (implementation not available).
 
SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() LocalizationMessages 
Error initializing trust store (algorithm to check trust store integrity not found).
 
SSL_TS_LOAD_ERROR(Object) LocalizationMessages 
Error loading trust store from file "{0}".
 
SSL_TS_PROVIDERS_NOT_REGISTERED() LocalizationMessages 
Error initializing trust store (provider not registered).
 
SslConfigurator org.glassfish.jersey 
Utility class, which helps to configure 
SSLContext instances.
 
sslContext(SSLContext) JerseyClientBuilder   
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 org.glassfish.jersey.process.internal 
A stage-related collection of utility methods.
 
Stages.LinkedStage DATA > - Class in org.glassfish.jersey.process.internal 
Linked linear stage implementation.
 
start() GrizzlyHttpContainer   
start() SimpleTraceAnalyzer 
Begin logging trace events to the underlying logger.
 
start(RootDoc) ResourceDoclet 
Start the doclet.
 
status Response   
status(Response.StatusType) OutboundJaxrsResponse.Builder   
status(int, String) OutboundJaxrsResponse.Builder   
status(int) OutboundJaxrsResponse.Builder   
Statuses org.glassfish.jersey.message.internal 
Factory for producing custom JAX-RS response status type
 instances.
 
Stax2JettisonFactory org.glassfish.jersey.jettison.internal 
Factory for creating JSON-enabled StAX readers and writers.
 
stop() SimpleTraceAnalyzer   
store(ResourceConfig, ServletContext, String) Utils 
 
STREAM_CLOSED() LocalizationMessages 
"The stream has been closed."
 
STREAM_CLOSED_FOR_INPUT() LocalizationMessages 
"This stream has already been closed for input."
 
STREAM_PROVIDER_NULL() LocalizationMessages 
Stream provider is not defined.
 
StreamDataBodyPart org.glassfish.jersey.media.multipart.file 
Represents an 
InputStream based file submission as a part of the
 multipart/form-data.
 
StreamDataBodyPart() StreamDataBodyPart 
Default constructor which forces user to manually set
 the required (name and streamEntity)
 properties.
 
StreamDataBodyPart(String, InputStream) StreamDataBodyPart 
Convenience constructor which assumes the defaults for:
 filename (part's name) and mediaType (
 MediaType.APPLICATION_OCTET_STREAM_TYPE).
 
StreamDataBodyPart(String, InputStream, String) StreamDataBodyPart 
Convenience constructor which assumes the defaults for the
 mediaType (MediaType.APPLICATION_OCTET_STREAM_TYPE).
 
StreamDataBodyPart(String, InputStream, String, MediaType) StreamDataBodyPart 
All-arguments constructor with all requested parameters set by the
 caller.
 
StreamingOutputProvider org.glassfish.jersey.message.internal 
Message body writer that supports streaming output marshalling.
 
StreamingOutputProvider() StreamingOutputProvider   
StreamSourceReader() SourceProvider.StreamSourceReader   
STRING_IS_NULL() LocalizationMessages 
String is null.
 
StringBuilderUtils org.glassfish.jersey.message.internal 
 
StringHeaderProvider org.glassfish.jersey.message.internal 
 
StringHeaderProvider() StringHeaderProvider   
stripQualityParams(MediaType) MediaTypes 
Strips any quality parameters, i.e.
 
style Param   
SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) LocalizationMessages 
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
 
SubjectSecurityContext org.glassfish.jersey.server 
Security context that allows establishing a subject before a resource method
 or a sub-resource locator is called.
 
submit(Callable<T>) ClientExecutor 
Submits a value-returning task for execution and returns a 
Future representing the pending results of the task.
 
submit(Runnable) ClientExecutor 
Submits a 
Runnable task for execution and returns a 
Future representing that task.
 
submit(Runnable, T) ClientExecutor 
Submits a 
Runnable task for execution and returns a 
Future representing that task.
 
submit() JerseyInvocation   
submit(Class<T>) JerseyInvocation   
submit(GenericType<T>) JerseyInvocation   
submit(InvocationCallback<T>) JerseyInvocation   
submit(GenericType<T>, InvocationCallback<T>) JerseyInvocation 
Submit the request for an asynchronous invocation and register an
 InvocationCallback to process the future result of the invocation.
 
SUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) LocalizationMessages 
Invalid value for sub-resource locator cache size: {0}.
 
SUBRES_LOC_CACHE_LOAD_FAILED(Object) LocalizationMessages 
Loading model and router from sub-resource locator cache failed for "{0}".
 
SUBRES_LOC_HAS_ENTITY_PARAM(Object) LocalizationMessages 
A sub-resource model, {0}, can not have an entity parameter.
 
SUBRES_LOC_RETURNS_VOID(Object) LocalizationMessages 
A sub-resource model, {0}, MUST return a non-void type.
 
SUBRES_LOC_URI_PATH_INVALID(Object, Object) LocalizationMessages 
A sub-resource model, {0}, has an invalid URI path: {1}
 
SUBRESOURCE_LOCATOR_CACHE_AGE ServerProperties 
An integer value that defines the maximum age (in seconds) for cached for sub-resource locator models.
 
SUBRESOURCE_LOCATOR_CACHE_JERSEY_RESOURCE_ENABLED ServerProperties 
If 
true then Jersey will cache 
Jersey resources in addition to
 caching sub-resource locator classes and instances (which are cached by default).
 
SUBRESOURCE_LOCATOR_CACHE_SIZE ServerProperties 
An integer value that defines the size of cache for sub-resource locator models.
 
SUBRESOURCE_LOCATOR_DEFAULT_CACHE_SIZE ServerProperties 
The default sub-resource locator cache size (64).
 
subscribe(Subscriber) SseEventPublisher 
 
SupplierFactoryBridge T > - Class in org.glassfish.jersey.inject.hk2 
This class is able to find the 
Supplier of the particular type and use this 
Supplier to create a new
 instance.
 
SupplierThreadScopeBean org.glassfish.jersey.inject.cdi.se.bean 
Creates an implementation of Bean interface using Jersey's SupplierInstanceBinding.
 
supports(Class<?>) CacheControlProvider   
supports(Class<?>) CookieProvider   
supports(Class<?>) DateProvider   
supports(Class<?>) EntityTagProvider   
supports(Class<?>) LinkProvider   
supports(Class<?>) LocaleProvider   
supports(Class<?>) MediaTypeProvider   
supports(Class<?>) NewCookieProvider   
supports(Class<?>) StringHeaderProvider   
supports(Class<?>) UriProvider   
supports(Class<?>) HeaderDelegateProvider 
Ascertain if the Provider supports a particular type.
 
supportsNullCreation() RequestContext   
SUPPRESS_HTTP_COMPLIANCE_VALIDATION ClientProperties 
If true, the strict validation of HTTP specification compliance
 will be suppressed.
 
suspend(RequestContext) CdiRequestScope   
suspend(RequestContext) RequestScope 
Executes the action when the request scope comes into suspended state.
 
suspend() AsyncContext 
Suspend the current asynchronous processing context.
 
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) JerseyRequestTimeoutHandler 
Suspend the request/response processing.
 
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) ContainerResponseWriter 
Suspend the request/response processing.
 
suspend(ExternalRequestContext<T>, InjectionManager) ExternalRequestScope 
Suspend request associated with provided context.
 
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) ResponseWriter   
suspend() AsyncContextDelegate 
Invoked by the superior 
ContainerResponseWriter responsible for writing the response when processing is to be
 suspended.
 
SUSPEND_HANDLER_EXECUTION_FAILED() LocalizationMessages 
Time-out handler execution failed.
 
SUSPEND_NOT_SUSPENDED() LocalizationMessages 
Not suspended.
 
SUSPEND_SCHEDULING_ERROR() LocalizationMessages 
Error while scheduling a timeout task.
 
Suspendable org.glassfish.jersey.server.model 
Jersey model component that is suspendable and may hold suspend-related
 information.
 
suspendCurrent() RequestScope 
 
suspended(long, TimeUnit) ResourceMethod.Builder 
Mark the component for suspending.
 
SWAP Opcodes   
SYNC_LISTENER_RESPONSE_MAX_SIZE JettyClientProperties 
Overrides the default Jetty synchronous listener response max buffer size.
 
SYNC_OPERATION_NOT_SUPPORTED() LocalizationMessages 
"Operation not supported in asynchronous mode."
 
SYSTEM_PROPERTIES_WARNING() LocalizationMessages 
Could not read system properties
 
 
V10 Opcodes   
V11 Opcodes   
V12 Opcodes   
V13 Opcodes   
V14 Opcodes   
V15 Opcodes   
V16 Opcodes   
V17 Opcodes   
V18 Opcodes   
V19 Opcodes   
V1_1 Opcodes   
V1_2 Opcodes   
V1_3 Opcodes   
V1_4 Opcodes   
V1_5 Opcodes   
V1_6 Opcodes   
V1_7 Opcodes   
V1_8 Opcodes   
V20 Opcodes   
V9 Opcodes   
V_PREVIEW Opcodes 
Version flag indicating that the class is using 'preview' features.
 
valid(String, UriComponent.Type) UriComponent 
Validates the legal characters of a percent-encoded string that
 represents a URI component type.
 
valid(String, UriComponent.Type, boolean) UriComponent 
Validates the legal characters of a percent-encoded string that
 represents a URI component type.
 
validate(ResourceModelComponent) ComponentModelValidator 
The validate method validates a component and adds possible
 issues found to it's list.
 
validate(String, UriComponent.Type) UriComponent 
Validates the legal characters of a percent-encoded string that
 represents a URI component type.
 
validate(String, UriComponent.Type, boolean) UriComponent 
Validates the legal characters of a percent-encoded string that
 represents a URI component type.
 
ValidationInterceptor org.glassfish.jersey.server.spi 
Interceptor for method validation processing.
 
ValidationInterceptorContext org.glassfish.jersey.server.spi 
 
validOptions(String[][], DocErrorReporter) ResourceDoclet 
Validate options.
 
value() HTTPMethods   
value Option   
value() ParamStyle   
value() NamedImpl   
valueOf(String) HTTPMethods 
Returns the enum constant of this type with the specified name.
 
valueOf(String) ParamStyle 
Returns the enum constant of this type with the specified name.
 
valueOf(String) RequestEntityProcessing 
Returns the enum constant of this type with the specified name.
 
valueOf(String) JettisonConfig.Notation 
Returns the enum constant of this type with the specified name.
 
valueOf(String) InjectLink.Style 
Returns the enum constant of this type with the specified name.
 
valueOf(String) LoggingFeature.Verbosity 
Returns the enum constant of this type with the specified name.
 
valueOf(String) DefaultMediaTypePredictor.CommonMediaTypes 
Returns the enum constant of this type with the specified name.
 
valueOf(String) EventProcessor.State 
Returns the enum constant of this type with the specified name.
 
valueOf(HttpHeaderReader) AcceptableMediaType 
 
valueOf(MediaType) AcceptableMediaType 
Create new acceptable media type instance from the supplied
 media type.
 
valueOf(String) HeaderValueException.Context 
Returns the enum constant of this type with the specified name.
 
valueOf(String) HttpHeaderReader.Event 
Returns the enum constant of this type with the specified name.
 
valueOf(String) LanguageTag   
valueOf(HttpHeaderReader) MatchingEntityTag 
Create new matching entity tag out of provided header reader.
 
valueOf(HttpHeaderReader) MediaTypeProvider 
Create a new MediaType instance from a header reader.
 
valueOf(String) MsgTraceEvent 
Returns the enum constant of this type with the specified name.
 
valueOf(HttpHeaderReader) QualitySourceMediaType 
 
valueOf(String) TracingLogger.Level 
Returns the enum constant of this type with the specified name.
 
valueOf(String) RankedComparator.Order 
Returns the enum constant of this type with the specified name.
 
valueOf(String) Parameter.Source 
Returns the enum constant of this type with the specified name.
 
valueOf(String) OpenTracingFeature.Verbosity 
Returns the enum constant of this type with the specified name.
 
valueOf(String) AsyncContext.State 
Returns the enum constant of this type with the specified name.
 
valueOf(String) HttpMethodOverrideFilter.Source 
Returns the enum constant of this type with the specified name.
 
valueOf(String) ServerTraceEvent 
Returns the enum constant of this type with the specified name.
 
valueOf(String) ResourceMethod.JaxrsType 
Returns the enum constant of this type with the specified name.
 
valueOf(String) ApplicationEvent.Type 
Returns the enum constant of this type with the specified name.
 
valueOf(String) RequestEvent.ExceptionCause 
Returns the enum constant of this type with the specified name.
 
valueOf(String) RequestEvent.Type 
Returns the enum constant of this type with the specified name.
 
valueOf(String) ValueParamProvider.Priority 
Returns the enum constant of this type with the specified name.
 
valueOf(String) TracingConfig 
Returns the enum constant of this type with the specified name.
 
valueOf(String) WebConfig.ConfigType 
Returns the enum constant of this type with the specified name.
 
valueOf(String) Severity 
Returns the enum constant of this type with the specified name.
 
valueOf(String) JerseyQueryParamStyle 
Returns the enum constant of this type with the specified name.
 
valueOf(String) PathPattern.RightHandPath 
Returns the enum constant of this type with the specified name.
 
valueOf(String) UriComponent.Type 
Returns the enum constant of this type with the specified name.
 
ValueParamProvider org.glassfish.jersey.server.spi.internal 
Parameter value factory SPI.
 
ValueParamProvider.Priority org.glassfish.jersey.server.spi.internal 
Enumeration of priorities for providers (e.g.
 
ValueParamProvider.PriorityType org.glassfish.jersey.server.spi.internal 
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are
 suitable for a particular action or not (e.g.
 
values() HTTPMethods 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() ParamStyle 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() RequestEntityProcessing 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() JettisonConfig.Notation 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() InjectLink.Style 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() LoggingFeature.Verbosity 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() DefaultMediaTypePredictor.CommonMediaTypes 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() EventProcessor.State 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() HeaderValueException.Context 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() HttpHeaderReader.Event 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() MsgTraceEvent 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() TracingLogger.Level 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() RankedComparator.Order 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() Parameter.Source 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() OpenTracingFeature.Verbosity 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() AsyncContext.State 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() HttpMethodOverrideFilter.Source 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() ServerTraceEvent 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() ResourceMethod.JaxrsType 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() ApplicationEvent.Type 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() RequestEvent.ExceptionCause 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() RequestEvent.Type 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() ValueParamProvider.Priority 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() TracingConfig 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() WebConfig.ConfigType 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() Severity 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() JerseyQueryParamStyle 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() PathPattern.RightHandPath 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
values() UriComponent.Type 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
variant(Variant) ClientRequest 
Set message content variant (type, language and encoding).
 
variant(Variant) OutboundJaxrsResponse.Builder   
VariantListBuilder org.glassfish.jersey.message.internal 
 
VariantListBuilder() VariantListBuilder   
variants(List<Variant>) OutboundJaxrsResponse.Builder   
variants(Variant...) OutboundJaxrsResponse.Builder   
VariantSelector org.glassfish.jersey.message.internal 
Utility for selecting variant that best matches request from a list of variants.
 
verbosity(LoggingFeature.Verbosity) LoggingFeature.LoggingFeatureBuilder   
VERIFIER OAuth1Parameters 
Name of parameter containing the verifier code.
 
verifier(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 verifier code.
 
verify(String, OAuth1Secrets, String) HmaSha1Method 
Verifies the HMAC-SHA1 signature of OAuth request elements.
 
verify(OAuth1Request, OAuth1Parameters, OAuth1Secrets) OAuth1Signature 
Verifies the OAuth signature for a given request, parameters and
 secrets.
 
verify(String, OAuth1Secrets, String) OAuth1SignatureMethod 
Verifies the signature for the data using the supplied secret(s).
 
verify(String, OAuth1Secrets, String) PlaintextMethod 
Verifies the Plaintext signature.
 
verify(String, OAuth1Secrets, String) RsaSha1Method 
Verifies the RSA-SHA1 signature of OAuth request elements.
 
verifyArrayType(Class, AbstractCollectionJaxbProvider.JaxbTypeChecker) AbstractCollectionJaxbProvider 
The method could be used to check if given type is an array of JAXB beans.
 
verifyCollectionSubclass(Class<?>) AbstractCollectionJaxbProvider   
verifyGenericType(Type, AbstractCollectionJaxbProvider.JaxbTypeChecker) AbstractCollectionJaxbProvider 
The method could be used to check if given type is a collection of JAXB beans.
 
Version org.glassfish.jersey.internal 
Utility class for reading build.properties file.
 
VERSION OAuth1Parameters 
Name of parameter containing the protocol version.
 
version(String) OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 version.
 
version() OAuth1Parameters 
Builder pattern method to return OAuth1Parameters after setting
 version to the default value of 1.0.
 
visit(String, Object) AnnotationVisitor 
Visits a primitive value of the annotation.
 
visit(int, int, String, String, String, String[]) ClassVisitor 
Visits the header of the class.
 
visit(int, int, String, String, String, String[]) ClassWriter   
visitAnnotableParameterCount(int, boolean) MethodVisitor 
Visits the number of method parameters that can have annotations.
 
visitAnnotation(String, String) AnnotationVisitor 
Visits a nested annotation value of the annotation.
 
visitAnnotation(String, boolean) ClassVisitor 
Visits an annotation of the class.
 
visitAnnotation(String, boolean) ClassWriter   
visitAnnotation(String, boolean) FieldVisitor 
Visits an annotation of the field.
 
visitAnnotation(String, boolean) MethodVisitor 
Visits an annotation of this method.
 
visitAnnotation(String, boolean) RecordComponentVisitor 
Visits an annotation of the record component.
 
visitAnnotationDefault() MethodVisitor 
Visits the default value of this annotation interface method.
 
visitArray(String) AnnotationVisitor 
Visits an array value of the annotation.
 
visitAttribute(Attribute) ClassVisitor 
Visits a non standard attribute of the class.
 
visitAttribute(Attribute) ClassWriter   
visitAttribute(Attribute) FieldVisitor 
Visits a non standard attribute of the field.
 
visitAttribute(Attribute) MethodVisitor 
Visits a non standard attribute of this method.
 
visitAttribute(Attribute) RecordComponentVisitor 
Visits a non standard attribute of the record component.
 
visitChildResource(Resource) AbstractResourceModelVisitor   
visitChildResource(Resource) ResourceModelVisitor 
Start visiting a single child resource model.
 
visitCode() MethodVisitor 
Starts the visit of the method's code, if any (i.e.
 
visitEnd() AnnotationVisitor 
Visits the end of the annotation.
 
visitEnd() ClassVisitor 
Visits the end of the class.
 
visitEnd() ClassWriter   
visitEnd() FieldVisitor 
Visits the end of the field.
 
visitEnd() MethodVisitor 
Visits the end of the method.
 
visitEnd() ModuleVisitor 
Visits the end of the module.
 
visitEnd() RecordComponentVisitor 
Visits the end of the record component.
 
visitEnum(String, String, String) AnnotationVisitor 
Visits an enumeration value of the annotation.
 
visitExport(String, int, String...) ModuleVisitor 
Visit an exported package of the current module.
 
visitField(int, String, String, String, Object) ClassVisitor 
Visits a field of the class.
 
visitField(int, String, String, String, Object) ClassWriter   
visitFieldInsn(int, String, String, String) MethodVisitor 
Visits a field instruction.
 
visitFrame(int, int, Object[], int, Object[]) MethodVisitor 
Visits the current state of the local variables and operand stack elements.
 
visitIincInsn(int, int) MethodVisitor 
Visits an IINC instruction.
 
visitInnerClass(String, String, String, int) ClassVisitor 
Visits information about an inner class.
 
visitInnerClass(String, String, String, int) ClassWriter   
visitInsn(int) MethodVisitor 
Visits a zero operand instruction.
 
visitInsnAnnotation(int, TypePath, String, boolean) MethodVisitor 
Visits an annotation on an instruction.
 
visitIntInsn(int, int) MethodVisitor 
Visits an instruction with a single int operand.
 
visitInvocable(Invocable) AbstractResourceModelVisitor   
visitInvocable(Invocable) ResourceModelVisitor 
Visit a single resource method invocable model.
 
visitInvokeDynamicInsn(String, String, Handle, Object...) MethodVisitor 
Visits an invokedynamic instruction.
 
visitJumpInsn(int, Label) MethodVisitor 
Visits a jump instruction.
 
visitLabel(Label) MethodVisitor 
Visits a label.
 
visitLdcInsn(Object) MethodVisitor 
Visits a LDC instruction.
 
visitLineNumber(int, Label) MethodVisitor 
Visits a line number declaration.
 
visitLocalVariable(String, String, String, Label, Label, int) MethodVisitor 
Visits a local variable declaration.
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) MethodVisitor 
Visits an annotation on a local variable type.
 
visitLookupSwitchInsn(Label, int[], Label[]) MethodVisitor 
Visits a LOOKUPSWITCH instruction.
 
visitMainClass(String) ModuleVisitor 
Visit the main class of the current module.
 
visitMaxs(int, int) MethodVisitor 
Visits the maximum stack size and the maximum number of local variables of the method.
 
visitMethod(int, String, String, String, String[]) ClassVisitor 
Visits a method of the class.
 
visitMethod(int, String, String, String, String[]) ClassWriter   
visitMethodHandler(MethodHandler) AbstractResourceModelVisitor   
visitMethodHandler(MethodHandler) ResourceModelVisitor 
Visit a single resource method handler model.
 
visitMethodInsn(int, String, String, String) MethodVisitor 
 
visitMethodInsn(int, String, String, String, boolean) MethodVisitor 
Visits a method instruction.
 
visitModule(String, int, String) ClassVisitor 
Visit the module corresponding to the class.
 
visitModule(String, int, String) ClassWriter   
visitMultiANewArrayInsn(String, int) MethodVisitor 
Visits a MULTIANEWARRAY instruction.
 
visitNestHost(String) ClassVisitor 
Visits the nest host class of the class.
 
visitNestHost(String) ClassWriter   
visitNestMember(String) ClassVisitor 
Visits a member of the nest.
 
visitNestMember(String) ClassWriter   
visitOpen(String, int, String...) ModuleVisitor 
Visit an open package of the current module.
 
visitOuterClass(String, String, String) ClassVisitor 
Visits the enclosing class of the class.
 
visitOuterClass(String, String, String) ClassWriter   
visitPackage(String) ModuleVisitor 
Visit a package of the current module.
 
visitParameter(String, int) MethodVisitor 
Visits a parameter of this method.
 
visitParameterAnnotation(int, String, boolean) MethodVisitor 
Visits an annotation of a parameter this method.
 
visitPermittedSubclass(String) ClassVisitor 
Visits a permitted subclasses.
 
visitPermittedSubclass(String) ClassWriter   
visitProvide(String, String...) ModuleVisitor 
Visit an implementation of a service.
 
visitRecordComponent(String, String, String) ClassVisitor 
Visits a record component of the class.
 
visitRecordComponent(String, String, String) ClassWriter   
visitRequire(String, int, String) ModuleVisitor 
Visits a dependence of the current module.
 
visitResource(Resource) AbstractResourceModelVisitor   
visitResource(Resource) ResourceModelVisitor 
Start visiting a single resource model.
 
visitResourceHandlerConstructor(HandlerConstructor) AbstractResourceModelVisitor   
visitResourceHandlerConstructor(HandlerConstructor) ResourceModelVisitor 
Process a resource method handler constructor.
 
visitResourceMethod(ResourceMethod) AbstractResourceModelVisitor   
visitResourceMethod(ResourceMethod) ResourceModelVisitor 
Visit a single resource method model.
 
visitResourceModel(ResourceModel) AbstractResourceModelVisitor   
visitResourceModel(ResourceModel) ResourceModelVisitor 
Process a resource model.
 
visitRuntimeResource(RuntimeResource) AbstractResourceModelVisitor   
visitRuntimeResource(RuntimeResource) ResourceModelVisitor 
Process a runtime resource model.
 
visitRuntimeResource(RuntimeResource) RuntimeResourceModelValidator   
visitSource(String, String) ClassVisitor 
Visits the source of the class.
 
visitSource(String, String) ClassWriter   
visitTableSwitchInsn(int, int, Label, Label...) MethodVisitor 
Visits a TABLESWITCH instruction.
 
visitTryCatchAnnotation(int, TypePath, String, boolean) MethodVisitor 
Visits an annotation on an exception handler type.
 
visitTryCatchBlock(Label, Label, Label, String) MethodVisitor 
Visits a try catch block.
 
visitTypeAnnotation(int, TypePath, String, boolean) ClassVisitor 
Visits an annotation on a type in the class signature.
 
visitTypeAnnotation(int, TypePath, String, boolean) ClassWriter   
visitTypeAnnotation(int, TypePath, String, boolean) FieldVisitor 
Visits an annotation on the type of the field.
 
visitTypeAnnotation(int, TypePath, String, boolean) MethodVisitor 
Visits an annotation on a type in the method signature.
 
visitTypeAnnotation(int, TypePath, String, boolean) RecordComponentVisitor 
Visits an annotation on a type in the record component signature.
 
visitTypeInsn(int, String) MethodVisitor 
Visits a type instruction.
 
visitUse(String) ModuleVisitor 
Visit a service used by the current module.
 
visitVarInsn(int, int) MethodVisitor 
Visits a local variable instruction.
 
VOID Type 
The sort of the void type.
 
VOID_TYPE Type 
The void type.