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

A

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
Common implementation of object provider and object graph transformer.
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
Configuration options specific to the Client API that utilizes ApacheConnectorProvider.
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.

B

basic(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
basic(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder of the http authentication feature working in basic authentication mode.
Beta - Annotation Type in org.glassfish.jersey
Marker of a public Jersey API that is still in "beta" non-final version.
build() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Build the feature.
build() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
build(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Build a new contract provider model.
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
builder() - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder.
builder(ContractProvider) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder from an existing one.
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

C

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
Set chunk size for requests transferred using a HTTP chunked transfer coding.
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
ClientAsyncExecutor annotation literal.
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
Path pattern comparator that defers to comparing the templates associated with the patterns.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
Order the templates according to JAX-RS specification.
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
Set a custom HttpURLConnection factory.
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
Create a new custom-configured JerseyClient instance.
createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Create a new instance of the thread pool executor that should be provided by the AbstractThreadPoolProvider.getExecutor() method.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
 
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.

D

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
The property defines the size of digest cache in the HttpAuthenticationFeature.digest() digest filter}.
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
 

E

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
Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property.
EncodingFilter - Class in org.glassfish.jersey.client.filter
Client filter adding support for content encoding.
EncodingFilter() - 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
Class available to entity-filtering processors providing means to add/remove entity-filtering scopes (e.g.
EntityGraphProvider - Interface in org.glassfish.jersey.message.filtering.spi
Provides entity graph and object graph instances.
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
Entity processor context providing details about entity processing.
EntityProcessorContext.Type - Enum in org.glassfish.jersey.message.filtering.spi
The type of the context which describes in which entity processing phase the EntityProcessor.process(EntityProcessorContext) is triggered.
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.

F

FAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Failed to stop the client.
failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked in case the asynchronous request invocation failed.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable auto-discovery on the client.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable feature auto discovery globally on client/server.
FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
FEATURE_AUTO_DISCOVERY_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filterableEntityClass(Class<?>) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Determine whether given class is filterable by entity-filtering.
FilteringHelper - Class in org.glassfish.jersey.message.filtering.spi
SPI utility methods for entity filtering.
find(Class<T>) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular class of exception.
findMapping(T) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular exception instance.
FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
Automatic redirection.
fullRelativeUri(URI) - Static method in class org.glassfish.jersey.uri.UriComponent
Return the Request-Uri representation as defined by HTTP spec.

G

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
Get a HttpURLConnection for a given URL.
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
Retrieve the underlying Apache CookieStore instance from JerseyClient or JerseyWebTarget configured to use 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
Retrieve the underlying Apache HttpClient instance from JerseyClient or JerseyWebTarget configured to use 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 MessageBodyReaders 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 MessageBodyWriters 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.

H

hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
 
hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
hashCode() - Method in class org.glassfish.jersey.SslConfigurator
 
hashCode() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
hashCode() - Method in class org.glassfish.jersey.uri.UriTemplate
Hash code is calculated from String of the regular expression generated from the template.
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
HTTP_AUTHENTICATION_BASIC_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http basic authentication feature for the request.
HTTP_AUTHENTICATION_BASIC_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http basic authentication feature for the request.
HTTP_AUTHENTICATION_DIGEST_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http digest authentication feature for the request.
HTTP_AUTHENTICATION_DIGEST_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http digest authentication feature for the request.
HTTP_AUTHENTICATION_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http authentication feature for the request.
HTTP_AUTHENTICATION_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http authentication feature for the request.
HttpAuthenticationFeature - Class in org.glassfish.jersey.client.authentication
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
HttpAuthenticationFeature.BasicBuilder - Interface in org.glassfish.jersey.client.authentication
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured for basic authentication.
HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
Builder that creates instances of HttpAuthenticationFeature.
HttpAuthenticationFeature.UniversalBuilder - Interface in org.glassfish.jersey.client.authentication
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured in universal mode that supports basic and digest authentication.
HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
Default Jersey client connector provider that provides connector instances which delegate HTTP requests to HttpURLConnection for processing.
HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
Create new HttpURLConnection-based Jersey client connector provider.
HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
A factory for HttpURLConnection instances.

I

ignoreUserAgent() - Method in class org.glassfish.jersey.client.ClientRequest
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
ignoreUserAgent(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
IGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Ignoring value of property "{0}" ("{1}") - not instance of "{2}".
Inflector<DATA,RESULT> - Interface in org.glassfish.jersey.process
A generic interface for transforming data into a result.
Initializable<T extends Initializable<T>> - Interface in org.glassfish.jersey.client
Initializable Jersey client-side component.
inspect(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityInspector
Inspect entity class and create/update EntityGraph for reader/writer.
INSTANCE - Static variable in class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
An ClientAsyncExecutor annotation instance.
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
IO_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
Value of the property indicates the buffer size to be used for I/O operations on byte and character streams.
IO_DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
The default buffer size (8192) for I/O operations on byte and character streams.
isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
Returns true if the request is called asynchronously using AsyncInvoker
isClosed() - Method in class org.glassfish.jersey.client.ChunkedInput
Check if the chunked input has been closed.
isClosed() - Method in class org.glassfish.jersey.client.JerseyClient
Check client state.
isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Check if this thread pool executor provider has been closed.
isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the custom flag value.
isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
Checks whether the character c is hexadecimal character.
isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
Determine whether this provider is able to process a supplied exception instance.
isNameBound() - Method in class org.glassfish.jersey.model.ContractProvider
 
isNameBound() - Method in interface org.glassfish.jersey.model.NameBound
Check if the component is bound or not.
isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
 
isProperty(String) - Method in interface org.glassfish.jersey.ExtendedConfig
Get the value of the property with a given name converted to boolean.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
Safely invokes isReadable method on the underlying provider.
isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
Safely invokes isWriteable method on the underlying provider.

J

JacksonFeature - Class in org.glassfish.jersey.jackson
Feature used to register Jackson JSON providers.
JacksonFeature() - Constructor for class org.glassfish.jersey.jackson.JacksonFeature
 
JAXB_PROCESS_XML_ROOT_ELEMENT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true then XML root element tag name for collections will be derived from @XmlRootElement annotation value and won't be de-capitalized.
JerseyClient - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS Client contract.
JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance using a default configuration.
JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClientBuilder - Class in org.glassfish.jersey.client
Jersey provider of JAX-RS client builder.
JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
Create new Jersey client builder instance.
JerseyInvocation - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client-side request invocation contract.
JerseyInvocation.Builder - Class in org.glassfish.jersey.client
Jersey-specific client invocation builder.
JerseyInvocation.Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
Create new Jersey-specific client invocation builder.
JerseyPriorities - Class in org.glassfish.jersey
Built-in Jersey-specific priority constants to be used along with Priorities where finer-grained categorization is required.
JerseyProcessingUncaughtExceptionHandler - Class in org.glassfish.jersey.process
Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
JerseyProcessingUncaughtExceptionHandler() - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
Create new Jersey processing uncaught exception handler.
JerseyProcessingUncaughtExceptionHandler(Level) - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
Create new Jersey processing uncaught exception handler.
JerseyWebTarget - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client target contract.
JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable configuration of Json Processing (JSR-353) feature on client.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable configuration of Json Processing (JSR-353) feature.
JSON_PROCESSING_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
JSON_PROCESSING_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties

K

KEY_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
Key manager factory algorithm name.
KEY_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Key manager factory provider name.
KEY_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
Key store file name.
KEY_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
Key store file password - the password used to unlock the trust store file.
KEY_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Key store provider name.
KEY_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
Key store type (see KeyStore.getType() for more info).
keyManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key manager factory algorithm.
keyManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key manager factory provider.
keyPassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of the key in the key store.
keyPassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of the key in the key store.
keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
keyStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store instance.
keyStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store payload as byte array.
keyStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store file name.
keyStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of key store.
keyStorePassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of key store.
keyStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store provider name.
keyStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the type of key store.

L

language(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
language(Locale) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
LEGACY_WORKERS_ORDERING - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, MessageBodyReaders and MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom providers have always precedence; providers are sorted by MediaType and afterwards by declaration distance - see MessageBodyFactory.DeclarationDistanceComparator.
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
Load the internal configuration state from an externally provided configuration state.
localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableFAILED_TO_STOP_CLIENT() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableIGNORING_VALUE_OF_PROPERTY(Object, Object, Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.apache.connector
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.apache.connector.LocalizationMessages
 
LoggingFilter - Class in org.glassfish.jersey.filter
Universal logging filter.
LoggingFilter() - Constructor for class org.glassfish.jersey.filter.LoggingFilter
Create a logging filter logging the request and response to a default JDK logger, named as the fully qualified class name of this class.
LoggingFilter(Logger, boolean) - Constructor for class org.glassfish.jersey.filter.LoggingFilter
Create a logging filter with custom logger and custom settings of entity logging.
LoggingFilter(Logger, int) - Constructor for class org.glassfish.jersey.filter.LoggingFilter
Creates a logging filter with custom logger and entity logging turned on, but potentially limiting the size of entity to be buffered and logged.

M

match(CharSequence) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
MessageBodyWorkers - Interface in org.glassfish.jersey.message
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageProperties - Class in org.glassfish.jersey.message
Jersey configuration properties for message & entity processing.
MessageUtils - Class in org.glassfish.jersey.message
Utility class with message related methods.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable META-INF/services lookup on client.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable META-INF/services lookup globally on client/server.
METAINF_SERVICES_LOOKUP_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
METAINF_SERVICES_LOOKUP_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable configuration of MOXy Json feature on client.
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable configuration of MOXy Json feature.
MOXY_JSON_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
Client-specific version of CommonProperties.MOXY_JSON_FEATURE_DISABLE.
MOXY_JSON_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
Server-specific version of CommonProperties.MOXY_JSON_FEATURE_DISABLE.

N

NameBound - Interface in org.glassfish.jersey.model
Model component that can be name bound.
newInstance() - Static method in class org.glassfish.jersey.SslConfigurator
Get a new & initialized SSL configurator instance.
newInstance(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
Get a new SSL configurator instance.
NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
"No priority" constant.
nonPreemptive() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
Configure the builder to create features in non-preemptive basic authentication mode.
normalize(String) - Static method in class org.glassfish.jersey.uri.UriTemplate
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.
normalize(URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.

O

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
Close event handler, that invoked during the AbstractThreadPoolProvider.close() operation.
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

P

path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
PathPattern - Class in org.glassfish.jersey.uri
A path pattern that is a regular expression generated from a URI path template.
PathPattern(String) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern(PathTemplate) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with a right hand path pattern.
PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with a right hand path pattern.
PathPattern.RightHandPath - Enum in org.glassfish.jersey.uri
The set of right hand path patterns that may be appended to a path pattern.
PathTemplate - Class in org.glassfish.jersey.uri
A URI template for a URI path.
PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PatternWithGroups - Class in org.glassfish.jersey.uri
A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct an empty pattern.
PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
permitAll() - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create PermitAll annotation implementation.
post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
POST_ENTITY_CODER - Static variable in class org.glassfish.jersey.JerseyPriorities
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors.
preDestroy() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
Container pre-destroy handler method.
preDestroy() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Container pre-destroy handler method.
PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
A value of true indicates that a client should send an authentication request even before the server gives a 401 response.
PREFIX - Static variable in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
Prefix for all selectable scopes
preInitialize() - Method in interface org.glassfish.jersey.client.Initializable
Pre-initializes the runtime and runtime configuration of this component in order to improve performance during the first request.
preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
 
preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
presentInScope(String, String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Determines whether a field/subgraph is present in ANY of the given scopes.
presentInScopes(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Determines whether a field/subgraph is present in ANY of the existing scopes.
process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.SelectableEntityProcessor
 
process(EntityProcessorContext) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
 
process(String, Class<?>, Annotation[], Annotation[], EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
Method is called from the default implementation of AbstractEntityProcessor.process(org.glassfish.jersey.message.filtering.spi.EntityProcessorContext) and is supposed to be overridden by custom implementations of this class.
process(EntityProcessorContext) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessor
Process given (class/property/accessor) context by modifying provided EntityGraph.
property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClient
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the provided Java type.
provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the modelled entity provider instance.
PROXY_PASSWORD - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a user password which will be used for HTTP proxy authentication.
PROXY_URI - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a URI of a HTTP proxy the client connector should use.
PROXY_USERNAME - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a user name which will be used for HTTP proxy authentication.
put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

Q

QUERY_PARAM_NAME - Static variable in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 

R

read() - Method in class org.glassfish.jersey.client.ChunkedInput
Read next chunk from the response stream and convert it to a Java instance using the chunk media type.
READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Read timeout interval, in milliseconds.
readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
Invoked by ChunkedInput to get the data for the next chunk.
readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
ReaderModel - Class in org.glassfish.jersey.message
MessageBodyReader model.
ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
Create new reader model instance.
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body readers to a string.
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Reads a type from the entityStream using interceptors.
register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Relativize URI with respect to a base URI.
remove(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Remove a field/subgraph from the graph (all entity-filtering scopes).
removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
REQUEST_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
Request configuration for the HttpClient.
REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
The property specified how the entity should be serialized to the output stream by the connector; if the buffering should be used or the entity is streamed in chunked encoding.
RequestEntityProcessing - Enum in org.glassfish.jersey.client
Defines values for the ClientProperties.REQUEST_ENTITY_PROCESSING property.
RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
Function that can be put to an acceptor chain to properly initialize the client-side request-scoped processing injection for the current request and response exchange.
RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, Provider<MessageBodyWorkers>, ServiceLocator) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
Create new MessageBodyWorkers initialization function for requests and responses.
resolve(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
resolve(Annotation[]) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeResolver
Resolve entity-filtering scopes for given annotations.
resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
Get ContextResolver<T> instance for a given type and media type.
resolve(URI, String) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolve a relative URI reference against a base URI as defined in RFC 3986.
resolve(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolve a relative URI reference against a base URI as defined in RFC 3986.
resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolves template variables in the given template from _mapValues.
response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked when a response for the asynchronously invoked request is available.
retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
Retrieve the SSL context configuration from the supplied properties.
rolesAllowed(String...) - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create RolesAllowed annotation implementation for given set of roles.

S

ScheduledExecutorServiceProvider - Interface in org.glassfish.jersey.spi
An extension contract for providing pluggable scheduled executor service providers to be used by Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a Jersey runtime processing task.
ScheduledThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
Default implementation of the Jersey scheduled executor service provider SPI.
ScheduledThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
Create a new instance of the scheduled thread pool executor provider.
scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Change contract provider scope.
Scoped - Interface in org.glassfish.jersey.model
Scoped Jersey application model component.
ScopeProvider - Interface in org.glassfish.jersey.message.filtering.spi
Entry point for obtaining entity-filtering scopes used to process a request/response entity.
ScopeResolver - Interface in org.glassfish.jersey.message.filtering.spi
Class used to resolve entity-filtering scopes from annotations.
SecurityAnnotations - Class in org.glassfish.jersey.message.filtering
Convenience utility methods for creating instances of security annotations.
securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the SSLContext protocol.
SelectableEntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
Feature used to add support for custom query parameter filtering for Entity Data Filtering feature.
SelectableEntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
SelectableEntityProcessor - Class in org.glassfish.jersey.message.filtering
 
SelectableEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.SelectableEntityProcessor
 
SelectableScopeResolver - Class in org.glassfish.jersey.message.filtering
 
SelectableScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.SelectableScopeResolver
 
ServiceLocatorClientProvider - Class in org.glassfish.jersey.client
Extension of ServiceLocatorProvider which contains helper static methods that extract ServiceLocator from client specific JAX-RS components.
ServiceLocatorClientProvider() - Constructor for class org.glassfish.jersey.client.ServiceLocatorClientProvider
 
ServiceLocatorProvider - Class in org.glassfish.jersey
Utility class with static methods that extract service locator from various JAX-RS components.
ServiceLocatorProvider() - Constructor for class org.glassfish.jersey.ServiceLocatorProvider
 
SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
A value of true declares that the client will try to set unsupported HTTP method to HttpURLConnection via reflection.
setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type.
setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type from a string value.
setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
Set new chunk parser.
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
 
setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
Set the absolute URI of the ultimate request that was made to receive this response.
setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
 
setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
 
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
Set the message body workers associated with the request.
Severity - Enum in org.glassfish.jersey
Common severity.
SslConfigurator - Class in org.glassfish.jersey
Utility class, which helps to configure SSLContext instances.
sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(GenericType<T>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation.
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
If true, the strict validation of HTTP specification compliance will be suppressed.

T

target(String) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
ThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
Default implementation of the Jersey executor service provider SPI.
ThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Create a new instance of the thread pool executor provider.
toString() - Method in class org.glassfish.jersey.client.ClientResponse
 
toString() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
 
trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
transform(ObjectGraph) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraphTransformer
Transform a given graph into an entity-filtering object.
TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
Trust manager factory algorithm name.
TRUST_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Trust manager factory provider name.
TRUST_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store file name.
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store file password - the password used to unlock the trust store file.
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store provider name.
TRUST_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store type (see KeyStore.getType() for more info).
trustManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust manager factory algorithm.
trustManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust manager factory provider.
trustStore(KeyStore) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
trustStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store instance.
trustStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store payload as byte array.
trustStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store file name.
trustStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of trust store.
trustStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store provider name.
trustStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the type of trust store.
type(MediaType) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.
type(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.

U

uncaughtException(Thread, Throwable) - Method in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
 
universal(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
universal(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
universalBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder that builds http authentication feature in combined mode supporting both, basic and digest authentication.
UriComponent - Class in org.glassfish.jersey.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in org.glassfish.jersey.uri
The URI component type.
UriTemplate - Class in org.glassfish.jersey.uri
A URI template.
UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
USE_ENCODING - Static variable in class org.glassfish.jersey.client.ClientProperties
If EncodingFilter is registered, this property indicates the value of Content-Encoding property the filter should be adding.
USE_FIXED_LENGTH_STREAMING - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
If true, the HttpUrlConnector (if used) will assume the content length from the value of "Content-Length" request header (if present).
useFixedLengthStreaming() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Instruct the provided connectors to use the fixed-length streaming mode on the underlying HTTP URL connection instance when sending requests.
useSetMethodWorkaround() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Instruct the provided connectors to use reflection when setting the HTTP method value.See HttpUrlConnectorProvider.SET_METHOD_WORKAROUND property documentation for more details.

V

valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
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).

W

withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
Write (serialize) the entity set in this request into the entity stream.
WriterModel - Class in org.glassfish.jersey.message
MessageBodyWriter model.
WriterModel(MessageBodyWriter, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.WriterModel
Create new writer model instance.
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Writers a type to the entityStream using interceptors.
WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
The proxy URI ("{0}") property MUST be an instance of String or URI.

X

XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true indicates that produced XML output should be formatted if possible (see below).
XML_SECURITY_DISABLE - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true XML security features when parsing XML documents will be disabled.
XmlHeader - Annotation Type in org.glassfish.jersey.message
Allows to specify XML header for XML output produced by a resource method it is attached to.
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.