- abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
-
- AbstractEntityProcessor - Class in org.glassfish.jersey.message.filtering.spi
-
Common
entity processor
supposed to be used as a base class for custom implementations.
- AbstractEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
-
- AbstractEntityProviderModel<T> - Class in org.glassfish.jersey.message
-
Abstract entity provider model.
- AbstractObjectProvider<T> - Class in org.glassfish.jersey.message.filtering.spi
-
- AbstractObjectProvider() - Constructor for class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
-
- AbstractThreadPoolProvider<E extends ThreadPoolExecutor> - Class in org.glassfish.jersey.spi
-
Abstract thread pool executor provider.
- AbstractThreadPoolProvider(String) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Inheritance constructor.
- accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted types to the message headers.
- accept(String...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted types to the message headers.
- accept(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- accept(MediaType...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted languages to the message headers.
- acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new accepted languages to the message headers.
- acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- addContract(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contract.
- addContract(Class<?>, int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contract with priority.
- addContracts(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contracts.
- addContracts(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new provided contracts.
- addField(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a field into this graph for all existing entity-filtering scopes.
- addField(String, String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a field into this graph for given list of entity-filtering scopes.
- addField(String, Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a field into this graph for given set of entity-filtering scopes.
- addFilteringScopes(String, Class<?>, Set<String>, EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
-
Add entity-filtering scopes of a field to an entity-graph.
- addFilteringScopes(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a set of entity-filtering scopes to this graph.
- addGlobalScopes(Set<String>, EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
-
Add entity-filtering scopes into given graph.
- addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Add a new contract provider name binding.
- addSubgraph(String, Class<?>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a subgraph into this graph for all existing entity-filtering scopes.
- addSubgraph(String, Class<?>, String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a subgraph into this graph for given list of entity-filtering scopes.
- addSubgraph(String, Class<?>, Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Add a subgraph into this graph for given set of entity-filtering scopes.
- ApacheClientProperties - Class in org.glassfish.jersey.apache.connector
-
- ApacheConnectorProvider - Class in org.glassfish.jersey.apache.connector
-
Connector provider for Jersey
connectors
that utilize
Apache HTTP Client to send and receive HTTP request and responses.
- ApacheConnectorProvider() - Constructor for class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- apply(ClientRequest) - Method in class org.glassfish.jersey.client.RequestProcessingInitializationStage
-
- apply(ClientRequest) - Method in interface org.glassfish.jersey.client.spi.Connector
-
Synchronously process client request into a response.
- apply(ClientRequest, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
-
Asynchronously process client request into a response.
- apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
-
Transform data of a given type into a result of the different type.
- aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
- aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
-
- aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
- asClosed(PathPattern) - Static method in class org.glassfish.jersey.uri.PathPattern
-
Return a new path pattern with a same path template but
a
closed
right hand path.
- async() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- ASYNC_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Asynchronous thread pool size.
- AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
-
Asynchronous connector response processing callback contract.
- cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new cache control entry to the message headers.
- cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- CachingConnectorProvider - Class in org.glassfish.jersey.client.spi
-
Caching connector provider.
- CachingConnectorProvider(ConnectorProvider) - Constructor for class org.glassfish.jersey.client.spi.CachingConnectorProvider
-
Create the caching connector provider.
- CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The value MUST be an instance convertible to
Integer
.
- ChunkedInput<T> - Class in org.glassfish.jersey.client
-
Response entity type used for receiving messages in "typed" chunks.
- ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
-
Package-private constructor used by the ChunkedInputReader
.
- ChunkParser - Interface in org.glassfish.jersey.client
-
Chunk data parser.
- chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- ClientAsyncExecutor - Annotation Type in org.glassfish.jersey.client
-
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey client runtime to execute
asynchronous
client requests.
- ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
-
- ClientConfig - Class in org.glassfish.jersey.client
-
Jersey externalized implementation of client-side JAX-RS configurable
contract.
- ClientConfig() - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance with the default features
and property values.
- ClientConfig(Class<?>...) - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance and register the provided list of provider classes.
- ClientConfig(Object...) - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance and register the provided list of provider instances.
- ClientLifecycleListener - Interface in org.glassfish.jersey.client
-
Jersey client lifecycle listener contract.
- ClientProperties - Class in org.glassfish.jersey.client
-
Jersey client implementation configuration properties.
- ClientRequest - Class in org.glassfish.jersey.client
-
Jersey client request context.
- ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
-
Create new Jersey client request context.
- ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
-
Copy constructor.
- ClientResponse - Class in org.glassfish.jersey.client
-
Jersey client response context.
- ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create new Jersey client response context initialized from a JAX-RS response
.
- ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create a new Jersey client response context.
- ClientResponse(Response.StatusType, ClientRequest, URI) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create a new Jersey client response context.
- close() - Method in class org.glassfish.jersey.client.ChunkedInput
-
- close() - Method in class org.glassfish.jersey.client.JerseyClient
-
- close() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Close connector and release all it's internally associated resources.
- close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Close this thread pool executor provider.
- CommonProperties - Class in org.glassfish.jersey
-
Common (server/client) Jersey configuration properties.
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
-
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
Order the templates according to JAX-RS specification.
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.jackson.JacksonFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
-
- CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Connect timeout interval, in milliseconds.
- CONNECTION_MANAGER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Connection Manager which will be used to create HttpClient
.
- CONNECTION_MANAGER_SHARED - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
A value of true
indicates that configured connection manager should be shared
among multiple Jersey ClientRuntime
instances.
- connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- Connector - Interface in org.glassfish.jersey.client.spi
-
Client transport connector extension contract.
- connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register a custom Jersey client connector provider.
- ConnectorProvider - Interface in org.glassfish.jersey.client.spi
-
Jersey client connector provider contract.
- containsEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Determine whether an entity graph for given entity class has been created by this provider.
- ContentEncoder - Class in org.glassfish.jersey.spi
-
Standard contract for plugging in content encoding support.
- ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
-
Initializes this encoder implementation with the list of supported content encodings.
- ContextResolvers - Interface in org.glassfish.jersey.spi
-
An injectable interface providing look-up for ContextResolver<T>
provider instances.
- contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- Contract - Annotation Type in org.glassfish.jersey.spi
-
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
- ContractProvider - Class in org.glassfish.jersey.model
-
Jersey contract provider model.
- ContractProvider.Builder - Class in org.glassfish.jersey.model
-
Contract provider model builder.
- cookie(Cookie) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new cookie to the message headers.
- cookie(Cookie) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- copy() - Method in class org.glassfish.jersey.SslConfigurator
-
Create a copy of the current SSL configurator instance.
- createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Creates a new ThreadPoolExecutor
with the given initial parameters.
- createObjectGraph(Class<?>, Set<String>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Create an ObjectGraph
for given parameters.
- createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
-
Create new chunk parser that will split the response entity input stream
based on a fixed boundary string.
- createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
-
Create new chunk parser that will split the response entity input stream
based on a fixed boundary sequence of bytes.
- createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
-
Create new SSL context instance using the current SSL context configuration.
- createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- credentials(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Set credentials.
- credentials(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Set credentials.
- CREDENTIALS_PROVIDER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
The credential provider that should be used to retrieve
credentials from a user.
- credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for digest authentication only.
- credentialsForDigest(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for digest authentication only.
- CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
-
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
- CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
-
Creates a new instance of the filter with X-Requested-By header value set to empty string.
- CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
-
Initialized the filter with a desired value of the X-Requested-By header.
- CustomProvidersFeature - Class in org.glassfish.jersey.client
-
Feature to provide the single-line registration of custom providers.
- CustomProvidersFeature(Collection<Class<?>>) - Constructor for class org.glassfish.jersey.client.CustomProvidersFeature
-
Constructs Feature which is used to register providers as providers in Configuration.
- declaredTypes() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
-
Get types declared as supported (via @Produces
or @Consumes
) on the entity provider.
- decode(String, InputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
-
- decode(String, InputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
-
- decode(String, InputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Implementations of this method should take the encoded stream, wrap it and return a stream that can be used
to read the decoded entity.
- decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decodes characters of a string that are percent-encoded octets using
UTF-8 decoding (if needed).
- decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the matrix component of a URI path segment.
- decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the path component of a URI as path segments.
- decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the path component of a URI as path segments.
- decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the path segment and add it to the list of path segments.
- decodeQuery(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the query component of a URI.
- decodeQuery(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the query component of a URI.
- decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Decode the query component of a URI.
- DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Default chunk size in HTTP chunk-encoded messages.
- DEFAULT_SCOPE - Static variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
-
Scope used for selecting all fields, i.e.: when no filter is applied
- DEFAULT_SCOPE - Static variable in interface org.glassfish.jersey.message.filtering.spi.ScopeProvider
-
Default entity-filtering scope.
- DEFAULT_TERMINATION_TIMEOUT - Static variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Default thread pool executor termination timeout in milliseconds.
- defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Set the contract default provider priority.
- DEFLATE_WITHOUT_ZLIB - Static variable in class org.glassfish.jersey.message.MessageProperties
-
If set to true
, DeflateEncoder deflate encoding interceptor
will use non-standard version
of the deflate content encoding, skipping the zlib wrapper.
- DeflateEncoder - Class in org.glassfish.jersey.message
-
Deflate encoding support.
- DeflateEncoder(Configuration) - Constructor for class org.glassfish.jersey.message.DeflateEncoder
-
Initialize DeflateEncoder.
- delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- denyAll() - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
-
Create
DenyAll
annotation implementation.
- digest() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in digest authentication mode initialized without default
credentials.
- digest(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in digest authentication mode initialized with credentials.
- digest(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
Create the http authentication feature in digest authentication mode initialized with credentials.
- DIGESTAUTH_URI_CACHE_SIZELIMIT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
- DISABLE_COOKIES - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
A value of false
indicates the client should handle cookies
automatically using HttpClient's default cookie policy.
- dispose(ExecutorService) - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
-
Invoked when Jersey runtime no longer requires use of the provided executor service.
- dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
-
The empty pattern that matches the null or empty string.
- EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
The empty URI template that matches the null
or empty URI path.
- EMPTY_ANNOTATIONS - Static variable in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
Empty annotation array.
- EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Empty path pattern matching only empty string.
- enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
-
Enable a buffering of serialized entity.
- enabled(Configuration) - Static method in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
-
Return true
whether at least one of the entity filtering features is registered in the given config.
- encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded
using the specified encoding.
- encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes a string with template parameters names present, specifically the
characters '{' and '}' will be percent-encoded.
- encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message encoding.
- EncodingFeature - Class in org.glassfish.jersey.client.filter
-
Feature that configures support for content encodings on the client side.
- EncodingFeature(Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
-
Create a new instance of the feature.
- EncodingFeature(String, Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
-
- EncodingFilter - Class in org.glassfish.jersey.client.filter
-
- EncodingFilter() - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
-
- END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Path pattern matching the end of a URI path.
- endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Check if the URI template ends in a slash ('/'
).
- ENTITY_FILTERING_SCOPE - Static variable in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
-
Defines one or more annotations that should be used as entity-filtering scope when reading/writing an entity.
- EntityFiltering - Annotation Type in org.glassfish.jersey.message.filtering
-
Meta-annotation used to create entity filtering annotations for entity (model) classes and resource methods and resources.
- EntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
-
Feature
used to add support for Entity Data Filtering feature for entity-filtering annotations based on
EntityFiltering
meta-annotation.
- EntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.EntityFilteringFeature
-
- EntityGraph - Interface in org.glassfish.jersey.message.filtering.spi
-
- EntityGraphProvider - Interface in org.glassfish.jersey.message.filtering.spi
-
- EntityInspector - Interface in org.glassfish.jersey.message.filtering.spi
-
Responsible for inspecting entity classes.
- EntityProcessor - Interface in org.glassfish.jersey.message.filtering.spi
-
Contract supposed to process entity classes for Entity Data Filtering.
- EntityProcessor.Result - Enum in org.glassfish.jersey.message.filtering.spi
-
Result type of processing an context.
- EntityProcessorContext - Interface in org.glassfish.jersey.message.filtering.spi
-
- EntityProcessorContext.Type - Enum in org.glassfish.jersey.message.filtering.spi
-
- equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
-
- equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
-
- equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
- equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Equality is calculated from the String of the regular expression
generated from the templates.
- ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
-
Error buffering the entity.
- ExceptionMappers - Interface in org.glassfish.jersey.spi
-
Provides lookup of ExceptionMapper
instances that can be used
to map exceptions to responses.
- ExecutorServiceProvider - Interface in org.glassfish.jersey.spi
-
An extension contract for providing pluggable executor service providers to be used by
Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
- EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
-
The supplied component is not configured to use a ApacheConnectorProvider.
- ExtendedConfig - Interface in org.glassfish.jersey
-
Extended common runtime configuration.
- ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
-
Extension of a exception mapper interface
.
- get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the request filter chain aborting response if set, or null
otherwise.
- getBackingThreadFactory() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get a backing thread factory that should be used as a delegate for creating the new threads for the provisioned executor
service.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
-
Get the character set from a media type.
- getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Get chunk data media type.
- getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getClassFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get all available entity-filtering scopes defined on a class.
- getClient() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the parent Jersey client this configuration is bound to.
- getClient() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getConfiguration() - Method in interface org.glassfish.jersey.client.Initializable
-
Get a live view of an internal client configuration state of this initializable instance.
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector.
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.spi.CachingConnectorProvider
-
- getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
-
Get a Jersey client connector instance for a given client
instance
and Jersey client runtime configuration
.
- getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector provider.
- getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the map of contracts and their priorities.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the map of contracts for the built contract provider model.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get provided contracts recognized by Jersey.
- getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the number of the core threads of the the provisioned thread pool executor.
- getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext
configured using default configuration settings.
- getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext
configured using default configuration settings.
- getDefaultFilteringScope() - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
Get a set containing default filtering scope.
- getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the default priority of the built contract provider model.
- getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the message entity Java instance.
- getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get an entity class this graph is created for.
- getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get entity class to be processed.
- getEntityClass(Type) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
A convenience method to get the domain class (i.e.
- getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get entity domain class of this graph.
- getEntityGraph() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get entity graph to be modified by the processing.
- getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the thread pool executor.
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
-
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
-
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of
specific tasks.
- getExecutorService() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- getExecutorService() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- getField() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get field to be processed.
- getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scope.
- getFields(String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scopes.
- getFields(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scopes.
- getFields() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get a set of all simple (non-filterable) fields of entity class.
- getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get fields with the given parent path.
- getFilteringObject(Type, boolean, Annotation...) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
-
- getFilteringObject(Type, boolean, Annotation...) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectProvider
-
Get reader/writer entity-filtering object for given type.
- getFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get all available entity-filtering scopes.
- getFilteringScopes(Annotation[], boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeProvider
-
Get entity-filtering scopes to be used to process an entity.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the group indexes to capturing groups.
- getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the thread keep-alive time (in seconds).
- getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the maximum number of threads to allow in the thread pool.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
s that are suitable for the given type
.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the most acceptable media type supported for a Java type given a set of
acceptable media types.
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
s that are suitable for the given type
.
- getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getMethod() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get method to be processed.
- getName() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Get name of current connector.
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get name bindings of the built contract provider model.
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
-
- getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
-
Get the collection of name bindings attached to this component.
- getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of characters in the regular expression not resulting
from conversion of template variables.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of explicit regular expressions declared in the template variables.
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of regular expression groups
- getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of template variables.
- getOrCreateEmptyEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Get an empty entity graph for given class.
- getOrCreateEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Get an entity graph for given class.
- getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Get the underlying chunk parser.
- getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI pattern.
- getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the provider contract priority, if set, default component provider, if not set.
- getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- getPropertyMethods(Class<?>, boolean) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
Get accessor method mappings (field -> getter/setter) for given class.
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get reader interceptors of this request.
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getReaderModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
models that are suitable for the given type
.
- getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with
a media type.
- getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the regular expression.
- getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
- getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the associated client request context paired with this response context.
- getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the absolute URI of the ultimate request made to receive this response.
- getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the scope of the built contract provider model.
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider
-
- getScope() - Method in interface org.glassfish.jersey.model.Scoped
-
Get model component scope.
- getServiceLocator() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getServiceLocator() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getServiceLocator(ClientRequestContext) - Static method in class org.glassfish.jersey.client.ServiceLocatorClientProvider
-
Extract and return service locator from clientRequestContext
.
- getServiceLocator(ClientResponseContext) - Static method in class org.glassfish.jersey.client.ServiceLocatorClientProvider
-
Extract and return service locator from clientResponseContext
.
- getServiceLocator(WriterInterceptorContext) - Static method in class org.glassfish.jersey.ServiceLocatorProvider
-
Extract and return service locator from writerInterceptorContext
.
- getServiceLocator(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.ServiceLocatorProvider
-
Extract and return service locator from readerInterceptorContext
.
- getServiceLocator(FeatureContext) - Static method in class org.glassfish.jersey.ServiceLocatorProvider
-
Extract and return service locator from featureContext
.
- getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getSubgraphs(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scope.
- getSubgraphs(String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scopes.
- getSubgraphs(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scopes.
- getSubgraphs() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get a map of all further-filterable fields of entity class.
- getSubgraphs(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get subgraphs with the given parent path.
- getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Returns values of Content-Encoding header supported by this encoder.
- getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
-
- getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI template as a String.
- getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the list of template variables for the template.
- getTerminationTimeout() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the provisioned thread pool executor termination time out (in milliseconds).
- getType() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get the
type
of this context.
- getUri() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<?>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the message body workers associated with the request.
- getWorkQueue() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the work queue for the provisioned thread pool executor.
- getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get writer interceptors of this request.
- getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with
a media type.
- getWritersModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
models that are suitable for the given type
.
- GZipEncoder - Class in org.glassfish.jersey.message
-
GZIP encoding support.
- GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
-
Initialize GZipEncoder.
- ObjectGraph - Interface in org.glassfish.jersey.message.filtering.spi
-
Read-only graph containing representations of an entity class that should be processed in entity-filtering.
- ObjectGraphTransformer<T> - Interface in org.glassfish.jersey.message.filtering.spi
-
This contract brings support for transforming an internal representation of entity data filtering feature into an object
familiar to underlying provider (e.g.
- ObjectProvider<T> - Interface in org.glassfish.jersey.message.filtering.spi
-
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).
- onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when the client instance is closed.
- onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
- onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when a new runtime is initialized for the client instance.
- OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Path pattern matching the any URI path.
- options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- 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.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.spi - package org.glassfish.jersey.client.spi
-
Jersey client SPI classes/interfaces.
- org.glassfish.jersey.filter - package org.glassfish.jersey.filter
-
Jersey Request & Response Filtering support & utility classes.
- org.glassfish.jersey.jackson - package org.glassfish.jersey.jackson
-
Jersey classes supporting JSON media type processing based on Jackson.
- org.glassfish.jersey.message - package org.glassfish.jersey.message
-
Common Jersey messaging classes.
- org.glassfish.jersey.message.filtering - package org.glassfish.jersey.message.filtering
-
Support for Entity Data Filtering in Jersey.
- org.glassfish.jersey.message.filtering.spi - package org.glassfish.jersey.message.filtering.spi
-
SPI for Entity Data Filtering in Jersey.
- org.glassfish.jersey.model - package org.glassfish.jersey.model
-
Common Jersey model related classes and interfaces.
- org.glassfish.jersey.process - package org.glassfish.jersey.process
-
Common Jersey processing classes.
- org.glassfish.jersey.spi - package org.glassfish.jersey.spi
-
Common Jersey service provider contract (SPI) classes.
- org.glassfish.jersey.uri - package org.glassfish.jersey.uri
-
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
-
An integer value that defines the buffer size used to buffer client-side
request entity in order to determine its size and set the value of HTTP
"Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.CommonProperties
-
An integer value that defines the buffer size used to buffer the outbound message entity in order to
determine its size and set the value of HTTP "Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
- OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
- valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- valueOf(String) - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message content variant (type, language and encoding).