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

A

abortWith(Response) - Method in interface javax.ws.rs.client.ClientRequestContext
Abort the filter chain with a response.
abortWith(Response) - Method in interface javax.ws.rs.container.ContainerRequestContext
Abort the filter chain with a response.
abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
 
abortWith(Response) - Method in class org.glassfish.jersey.server.ContainerRequest
 
AbstractContainerLifecycleListener - Class in org.glassfish.jersey.server.spi
Convenience class to allow implementing only a subset of container liefecycle listener callback method(s).
AbstractContainerLifecycleListener() - Constructor for class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
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.
AbstractErrorTemplateMapper<T extends Throwable> - Class in org.glassfish.jersey.server.mvc.spi
Default implementation of ExtendedExceptionMapper used to declare special handling for exception types that should be processed by MVC.
AbstractErrorTemplateMapper() - Constructor for class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
 
AbstractMemoryLeakSimpleTest - Class in org.glassfish.jersey.test.memleak.common
An abstract test class that adds support for dump heap at the beginning of the test execution.
AbstractMemoryLeakSimpleTest() - Constructor for class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakSimpleTest
 
AbstractMemoryLeakWebAppTest - Class in org.glassfish.jersey.test.memleak.common
Adds support for web application testing and memory leak detection in target JVM.
AbstractMemoryLeakWebAppTest() - Constructor for class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
 
AbstractMultivaluedMap<K,V> - Class in javax.ws.rs.core
Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class javax.ws.rs.core.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
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
 
AbstractResourceModelVisitor - Class in org.glassfish.jersey.server.model
Abstract implementation of resource model visitor containing empty implementations of interface methods.
AbstractResourceModelVisitor() - Constructor for class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
AbstractRxInvoker<T> - Class in org.glassfish.jersey.client.rx.spi
Default implementation of reactive invoker.
AbstractRxInvoker(Invocation.Builder, ExecutorService) - Constructor for class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
AbstractTemplateProcessor<T> - Class in org.glassfish.jersey.server.mvc.spi
Default implementation of template processor that can be used to implement support for custom templating engines.
AbstractTemplateProcessor(Configuration, ServletContext, String, String...) - Constructor for class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Create an instance of the processor with injected config and (optional) servlet context.
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(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add the accepted response media types.
accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add the accepted response media types.
ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
accept(A) - Method in interface jersey.repackaged.jsr166e.CompletableFuture.Action
 
accept(A, B) - Method in interface jersey.repackaged.jsr166e.CompletableFuture.BiAction
 
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
 
accept(String...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
accept(MediaType...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Invocable
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.MethodHandler
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Resource
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceModel
 
accept(ResourceModelVisitor) - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
A component should call the visitor back with an appropriate visitor interface method to give it a chance to process.
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.RuntimeResource
 
accept(String...) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add the accepted response media types.
accept(MediaType...) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add the accepted response media types.
ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
accepted() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status.
accepted(Object) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
acceptEither(CompletableFuture<? extends T>, CompletableFuture.Action<? super T>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when either this or the other given CompletableFuture completes, after performing the given action with the result of either this or the other CompletableFuture's result.
acceptEitherAsync(CompletableFuture<? extends T>, CompletableFuture.Action<? super T>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when either this or the other given CompletableFuture completes, after performing the given action with the result of either this or the other CompletableFuture's result from a task running in the ForkJoinPool.commonPool().
acceptEitherAsync(CompletableFuture<? extends T>, CompletableFuture.Action<? super T>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when either this or the other given CompletableFuture completes, after performing the given action with the result of either this or the other CompletableFuture's result from a task running in the given executor.
acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable encodings.
acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptEncoding(String...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
acceptLanguage(Locale...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable languages.
acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable languages.
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
 
acceptLanguage(Locale...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
acceptLanguage(String...) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
ACCESS_TOKEN_URI - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
If exposure of token resources is enabled (e.g.
AccessToken - Class in org.glassfish.jersey.client.oauth1
Access Token class (credentials issued by the Service Provider for the user).
AccessToken(String, String) - Constructor for class org.glassfish.jersey.client.oauth1.AccessToken
Create a new access token.
AccessToken(String, byte[]) - Constructor for class org.glassfish.jersey.client.oauth1.AccessToken
Create a new access token with secret defined as byte array.
accessToken(AccessToken) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FilterFeatureBuilder
Set the Access Token that will be used for signing the requests.
accessTokenUri(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set the access token URI on which the access token can be requested.
accessType(OAuth2FlowGoogleBuilder.AccessType) - Method in class org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
Set access type parameter used in Authorization Request.
actualServiceLocator - Static variable in class org.glassfish.jersey.weld.se.WeldRequestScope
 
adapt(Runnable) - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns a null result upon ForkJoinTask.join().
adapt(Runnable, T) - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns the given result upon ForkJoinTask.join().
adapt(Callable<? extends T>) - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns a new ForkJoinTask that performs the call method of the given Callable as its action, and returns its result upon ForkJoinTask.join(), translating any checked exceptions encountered into RuntimeException.
add(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add a value to the current list of values for the supplied key.
add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Add a value to the current list of values for the supplied key.
add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
add(K) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(double) - Method in class jersey.repackaged.jsr166e.DoubleAdder
Adds the given value.
add(E) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
add(int, E) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
add(long) - Method in class jersey.repackaged.jsr166e.LongAdder
Adds the given value.
add(K, long) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Adds the given value to the sum associated with the given key.
add(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Register ChunkedOutput to this Broadcaster instance.
add(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Register BroadcasterListener for Broadcaster events listening.
add(Closeable) - Method in interface org.glassfish.jersey.server.CloseableService
Register a new instance of Closeable that is to be closed when the request goes out of scope.
addAccessToken(String, String, String, String, Principal, Set<String>, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
addAll(K, V...) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(K, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in interface javax.ws.rs.core.MultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(Collection<? extends K>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling ConcurrentHashMapV8.KeySetView.add(K) on each one.
addAll(Collection<? extends E>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
addAll(int, Collection<? extends E>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
addAllAbsent(Collection<? extends E>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Appends all of the elements in the specified collection that are not already contained in this list, to the end of this list, in the order that they are returned by the specified collection's iterator.
addAndGet(double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Atomically adds the given value to the current value.
addAndGet(int, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Atomically adds the given value to the element at index i.
addBoundary(MediaType) - Static method in class org.glassfish.jersey.media.multipart.Boundary
Transforms a media type and add a boundary parameter with a unique value if one is not already present.
addChildResource(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new child resource to the resource.
addChildResource(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add an existing Resource as a child resource of current resource.
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.
addDateParameter(StringBuilder, String, Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addElement(E) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
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.
addFilter(Class<? extends Filter>, String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add a filter class.
addFilter(Class<? extends Filter>, String, Map<String, String>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add a filter class.
addFilter(Class<? extends Filter>, String, Set<DispatcherType>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add a filter class.
addFilter(Class<? extends Filter>, String, Map<String, String>, Set<DispatcherType>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add a filter class.
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.
addFirst(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirstNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addGlobalScopes(Set<String>, EntityGraph) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractEntityProcessor
Add entity-filtering scopes into given graph.
addHeaderValue(String, String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Adds a header with the given name and value.
addIfAbsent(E) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Appends the element, if not present.
addListener(Class<? extends EventListener>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add event listener class.
addLongParameter(StringBuilder, String, Long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addMethod(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model to the resource for processing requests of the specified HTTP method.
addMethod() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new arbitrary method model to the resource.
addMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model that is a copy of the given resourceMethod.
addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new contract provider name binding.
addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addProperties(Map<String, Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add properties to ResourceConfig.
addResolver(WadlGenerator.Resolver) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
addResource(Resource) - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Add a resource to the builder.
addStringParameter(StringBuilder, String, String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
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.
addToPendingCount(int) - Method in class jersey.repackaged.jsr166e.CountedCompleter
Adds (atomically) the given value to the pending count.
allOf(CompletableFuture<?>...) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
allow(String...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
allow(Set<String>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
AnnotatedMethod - Class in org.glassfish.jersey.server.model
Annotated method representation.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.server.model.AnnotatedMethod
Create annotated method instance from the Java method.
any - Variable in class com.sun.research.ws.wadl.Application
 
any - Variable in class com.sun.research.ws.wadl.Grammars
 
any - Variable in class com.sun.research.ws.wadl.Link
 
any - Variable in class com.sun.research.ws.wadl.Method
 
any - Variable in class com.sun.research.ws.wadl.Option
 
any - Variable in class com.sun.research.ws.wadl.Param
 
any - Variable in class com.sun.research.ws.wadl.Representation
 
any - Variable in class com.sun.research.ws.wadl.Request
 
any - Variable in class com.sun.research.ws.wadl.Resource
 
any - Variable in class com.sun.research.ws.wadl.Resources
 
any - Variable in class com.sun.research.ws.wadl.ResourceType
 
any - Variable in class com.sun.research.ws.wadl.Response
 
anyOf(CompletableFuture<?>...) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
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
 
Application - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class com.sun.research.ws.wadl.Application
 
Application - Class in javax.ws.rs.core
Defines the components of a JAX-RS application and supplies additional meta-data.
Application() - Constructor for class javax.ws.rs.core.Application
 
APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/atom+xml" media type.
APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/atom+xml" media type.
APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/json" media type.
APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/json" media type.
APPLICATION_NAME - Static variable in class org.glassfish.jersey.server.ServerProperties
String property that defines the application name.
APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/octet-stream" media type.
APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/octet-stream" media type.
APPLICATION_SVG_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/svg+xml" media type.
APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/svg+xml" media type.
APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/xhtml+xml" media type.
APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/xhtml+xml" media type.
APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "application/xml" media type.
APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "application/xml" media type.
ApplicationEvent - Interface in org.glassfish.jersey.server.monitoring
An event informing about application lifecycle changes.
ApplicationEvent.Type - Enum in org.glassfish.jersey.server.monitoring
The type of the event that identifies on which lifecycle change the event is triggered.
ApplicationEventListener - Interface in org.glassfish.jersey.server.monitoring
Jersey specific provider that listens to application events.
ApplicationHandler - Class in org.glassfish.jersey.server
Jersey server-side application handler.
ApplicationHandler() - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey application handler using a default configuration.
ApplicationHandler(Class<? extends Application>) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by a JAX-RS Application (sub-)class.
ApplicationHandler(Application) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a JAX-RS Application sub-class.
ApplicationHandler(Application, Binder) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig and a custom Binder.
ApplicationHandler(Application, Binder, ServiceLocator) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig, custom Binder and a parent ServiceLocator.
ApplicationInfo - Interface in org.glassfish.jersey.server.monitoring
Monitoring configuration of an application.
ApplicationMXBean - Interface in org.glassfish.jersey.server.monitoring
Application MX Bean.
ApplicationPath - Annotation Type in javax.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
apply(A, B) - Method in interface jersey.repackaged.jsr166e.CompletableFuture.BiFun
 
apply(A) - Method in interface jersey.repackaged.jsr166e.CompletableFuture.Fun
 
apply(A) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.Action
 
apply(A, B) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.BiAction
 
apply(A, B) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.BiFun
 
apply(double, double) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.DoubleByDoubleToDouble
 
apply(A) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.Fun
 
apply(int, int) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.IntByIntToInt
 
apply(long, long) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.LongByLongToLong
 
apply(A, B) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ObjectByObjectToDouble
 
apply(A, B) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ObjectByObjectToInt
 
apply(A, B) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ObjectByObjectToLong
 
apply(A) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ObjectToDouble
 
apply(A) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ObjectToInt
 
apply(A) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ObjectToLong
 
apply(A) - Method in interface jersey.repackaged.jsr166e.extra.ReadMostlyVector.Action
 
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.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest, OutputStream) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
apply(RequestProcessingContext) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
apply(Statement, Description) - Method in class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
 
applyToEither(CompletableFuture<? extends T>, CompletableFuture.Fun<? super T, U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when either this or the other given CompletableFuture completes, with the result of the given function of either this or the other CompletableFuture's result.
applyToEitherAsync(CompletableFuture<? extends T>, CompletableFuture.Fun<? super T, U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when either this or the other given CompletableFuture completes, with the result of the given function of either this or the other CompletableFuture's result from a task running in the ForkJoinPool.commonPool().
applyToEitherAsync(CompletableFuture<? extends T>, CompletableFuture.Fun<? super T, U>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when either this or the other given CompletableFuture completes, with the result of the given function of either this or the other CompletableFuture's result from a task running in the given executor.
aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
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.
asMap() - Method in class javax.ws.rs.core.Form
Returns multivalued map representation of the form.
asReadLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns a plain Lock view of this StampedLock in which the Lock.lock() method is mapped to StampedLock.readLock(), and similarly for other methods.
asReadWriteLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns a ReadWriteLock view of this StampedLock in which the ReadWriteLock.readLock() method is mapped to StampedLock.asReadLock(), and ReadWriteLock.writeLock() to StampedLock.asWriteLock().
asWriteLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns a plain Lock view of this StampedLock in which the Lock.lock() method is mapped to StampedLock.writeLock(), and similarly for other methods.
async() - Method in interface javax.ws.rs.client.Invocation.Builder
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
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.
ASYNC_TIMEOUT_MULTIPLIER - Static variable in class org.glassfish.jersey.test.TestProperties
Specifies the multiplier which will be applied to timeouts for asynchronous tests.
AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
Asynchronous connector response processing callback contract.
AsyncContextDelegate - Interface in org.glassfish.jersey.servlet.spi
Utilized by the Servlet container response writer to deal with the container async features.
AsyncContextDelegateProvider - Interface in org.glassfish.jersey.servlet.spi
Factory to create AsyncContextDelegate to deal with asynchronous features added in Servlet version 3.0.
AsyncContextDelegateProviderImpl - Class in org.glassfish.jersey.servlet.async
Servlet 3.x container response writer async extension and related extension factory implementation.
AsyncContextDelegateProviderImpl() - Constructor for class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
AsyncInvoker - Interface in javax.ws.rs.client
Uniform interface for asynchronous invocation of HTTP methods.
AsyncResponse - Interface in javax.ws.rs.container
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
AtomicDouble - Class in jersey.repackaged.jsr166e.extra
A double value that may be updated atomically.
AtomicDouble(double) - Constructor for class jersey.repackaged.jsr166e.extra.AtomicDouble
Creates a new AtomicDouble with the given initial value.
AtomicDouble() - Constructor for class jersey.repackaged.jsr166e.extra.AtomicDouble
Creates a new AtomicDouble with initial value 0.0.
AtomicDoubleArray - Class in jersey.repackaged.jsr166e.extra
A double array in which elements may be updated atomically.
AtomicDoubleArray(int) - Constructor for class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Creates a new AtomicDoubleArray of the given length, with all elements initially zero.
AtomicDoubleArray(double[]) - Constructor for class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Creates a new AtomicDoubleArray with the same length as, and all elements copied from, the given array.
attachTypes(ApplicationDescription) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Process the elements in the WADL definition to attach schema types as required.
AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
Security authentication filter/interceptor priority.
AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
Security authorization filter/interceptor priority.
AUTHORIZATION_HEADER - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of HTTP authorization header.
authorizationCodeGrantFlowBuilder(ClientIdentifier, String, String) - Static method in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
Get the builder of the Authorization Code Grant Flow.
authorizationFlow(String, String, String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Get the builder of OAuth1AuthorizationFlow.
authorizationUri(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set the URI to which the user should be redirected to authorize our application.
authorize(Principal, Set<String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
Authorizes this token - i.e.
authorizeToken(DefaultOAuth1Provider.Token, Principal, Set<String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Authorizes a request token for given principal and roles and returns verifier.
AutowiredInjectResolver - Class in org.glassfish.jersey.server.spring
HK2 injection resolver for Spring framework Autowired annotation injection.
AutowiredInjectResolver(ApplicationContext) - Constructor for class org.glassfish.jersey.server.spring.AutowiredInjectResolver
Create a new instance.
awaitAvailability() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns the current sequence number when the lock is, or becomes, available.
awaitQuiescence(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
If called by a ForkJoinTask operating in this pool, equivalent in effect to ForkJoinTask.helpQuiesce().
awaitTermination(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.

B

BackgroundScheduler - Annotation Type in org.glassfish.jersey.server
Injection qualifier that can be used to inject a ScheduledExecutorService instance used by Jersey to execute background timed/scheduled tasks.
BackgroundSchedulerLiteral - Class in org.glassfish.jersey.server
BackgroundScheduler annotation literal.
badgerFish() - Static method in class org.glassfish.jersey.jettison.JettisonConfig
A static method for obtaining a builder of JettisonConfig instance, which will use JettisonConfig.Notation.BADGERFISH JSON notation.
BadRequestException - Exception in javax.ws.rs
A runtime exception indicating a bad client request.
BadRequestException() - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
base - Variable in class com.sun.research.ws.wadl.Resources
 
Base64 - Class in org.glassfish.jersey.oauth1.signature
Base64 encoding util class.
Base64() - Constructor for class org.glassfish.jersey.oauth1.signature.Base64
 
baseUri(URI) - Method in interface javax.ws.rs.core.Link.Builder
Set the base URI for resolution of relative URIs.
baseUri(String) - Method in interface javax.ws.rs.core.Link.Builder
Set the base URI as a string for resolution of relative URIs.
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.
BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Basic authentication.
basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder of the http authentication feature working in basic authentication mode.
BEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Spring managed bean, {0}, registered with HK2.
BeanParam - Annotation Type in javax.ws.rs
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
Beta - Annotation Type in org.glassfish.jersey
Marker of a public Jersey API that is still in "beta" non-final version.
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method before binding of each component class internally during initialization of it's HK2 service locator.
bind(Class<?>, Set<Class<?>>) - Method in class org.glassfish.jersey.server.spring.SpringComponentProvider
 
Binding - Annotation Type in org.glassfish.jersey.linking
Specifies the binding between a URI template parameter and a bean property.
block() - Method in interface jersey.repackaged.jsr166e.ForkJoinPool.ManagedBlocker
Possibly blocks the current thread, for example waiting for a lock or condition.
BodyPart - Class in org.glassfish.jersey.media.multipart
A mutable model representing a body part nested inside a MIME MultiPart entity.
BodyPart() - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with a mediaType of text/plain.
BodyPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with the specified characteristics.
BodyPart(Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with the specified characteristics.
bodyPart(BodyPart) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to add the specified BodyPart to this MultiPart.
bodyPart(Object, MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to add a newly configured BodyPart to this MultiPart.
BodyPartEntity - Class in org.glassfish.jersey.media.multipart
Proxy class representing the entity of a BodyPart when a MultiPart entity is received and parsed.
BodyPartEntity(MIMEPart) - Constructor for class org.glassfish.jersey.media.multipart.BodyPartEntity
Constructs a new BodyPartEntity with a MIMEPart.
Boundary - Class in org.glassfish.jersey.media.multipart
Utility for creating boundary parameters.
Boundary() - Constructor for class org.glassfish.jersey.media.multipart.Boundary
 
BOUNDARY_PARAMETER - Static variable in class org.glassfish.jersey.media.multipart.Boundary
 
broadcast(T) - Method in class org.glassfish.jersey.server.Broadcaster
Broadcast a chunk to all registered ChunkedOutput instances.
Broadcaster<T> - Class in org.glassfish.jersey.server
Used for broadcasting response chunks to multiple ChunkedOutput instances.
Broadcaster() - Constructor for class org.glassfish.jersey.server.Broadcaster
Creates a new instance.
Broadcaster(Class<? extends Broadcaster>) - Constructor for class org.glassfish.jersey.server.Broadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners.
BroadcasterListener<T> - Interface in org.glassfish.jersey.server
Listener interface that can be implemented to listen to events fired by Broadcaster object.
BUFFER_THRESHOLD - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of the resource property for the threshold size (in bytes) above which a body part entity will be buffered to disk instead of being held in memory.
BUFFER_THRESHOLD_MEMORY_ONLY - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
The MultiPartProperties.BUFFER_THRESHOLD property value to keep a body part entity in memory only.
bufferEntity() - Method in class javax.ws.rs.core.Response
Buffer the message entity data.
bufferThreshold(int) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Set the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
build() - Method in class javax.ws.rs.client.ClientBuilder
Build a new client instance using all the configuration previously specified in this client builder.
build(String) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name.
build(String, Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name and request entity.
build(Object...) - Method in interface javax.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters.
build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
Create a Response instance from the current ResponseBuilder.
build(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object[], boolean) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
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 interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FilterFeatureBuilder
build() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
Build the OAuth1AuthorizationFlow.
build() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Build the OAuth2CodeGrantFlow instance.
build() - Method in class org.glassfish.jersey.jettison.JettisonConfig.Builder
Constructs a new immutable JettisonConfig object based on options set on this Builder
build() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Build the content disposition.
build() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition.FormDataContentDispositionBuilder
 
build() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
build() - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Build a new contract provider model.
build() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Build a new resource model.
build() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Build the resource method model and register it with the parent Resource.Builder.
build(ResourceMethod, ProcessingProviders) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Build a new resource method invoker instance.
build() - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Build the resource model.
build(Stage<RequestProcessingContext>, ApplicationEventListener, ProcessingProviders) - Method in class org.glassfish.jersey.server.ServerRuntime.Builder
Create new server-side request processing runtime.
build() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
build() - Method in class org.glassfish.jersey.test.DeploymentContext.Builder
Build a new application deployment context configured by the current state of this application deployment context builder.
build() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Build a new servlet deployment context configured by the current state of this servlet deployment context builder.
build() - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Build a Jersey container request context.
buildContentDisposition() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Builds the body part content-disposition header which the specified filename (or the default one if unspecified).
buildDelete() - Method in interface javax.ws.rs.client.Invocation.Builder
Build a DELETE request invocation.
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
builder(ConsumerCredentials) - Static method in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
Get a new builder of OAuth1 client support.
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.
builder() - Static method in class org.glassfish.jersey.server.model.Resource
Get a new unbound resource model builder.
builder(String) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder for a resource bound to a given path.
builder(List<Resource>) - Static method in class org.glassfish.jersey.server.model.Resource
Creates a resource builder instance from the list of resource which can be merged into a single resource.
builder(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Resource) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder initialized from a given resource model.
builder(Application) - Static method in class org.glassfish.jersey.test.DeploymentContext
Create a new deployment context builder for a JAX-RS / Jersey application instance.
builder(Class<? extends Application>) - Static method in class org.glassfish.jersey.test.DeploymentContext
Create a new deployment context builder for a JAX-RS / Jersey application instance.
builder(Application) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create a new servlet deployment context builder for a JAX-RS / Jersey application instance.
builder(Class<? extends Application>) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create a new servlet deployment context builder for a JAX-RS / Jersey application instance.
builder(Map<String, String>) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create new servlet deployment context builder initialized from the supplied initialization parameters.
buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromEncodedMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>, boolean) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildGet() - Method in interface javax.ws.rs.client.Invocation.Builder
Build a GET request invocation.
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildLinkFromUri(URI, InjectLink) - Static method in class org.glassfish.jersey.linking.InjectLink.Util
 
buildPost(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a POST request invocation.
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPut(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a PUT request invocation.
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildRelativized(URI, Object...) - Method in interface javax.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
BV_DISABLE_VALIDATE_ON_EXECUTABLE_OVERRIDE_CHECK - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.
BV_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable Bean Validation support.
BV_SEND_ERROR_IN_RESPONSE - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.

C

CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
CACHE_TEMPLATES - Static variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
If true then enable caching of Freemarker templates to avoid multiple compilation.
CACHE_TEMPLATES - Static variable in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
If true then enable caching of Mustache templates to avoid multiple compilation.
CACHE_TEMPLATES - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
If true then enable caching of template objects, i.e.
cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
Set the cache control data of the message.
CacheControl - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Cache-Control response header.
CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
Create a new instance of CacheControl.
cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the cache control data of the message.
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
 
cacheControl(CacheControl) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
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.
CALLBACK - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the callback URL.
callback(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting callback URL.
CALLBACK_CONFIRMED - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the token secret.
callbackUri(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
Set the callback URI to which the user (resource owner) should be redirected after he/she grants access to this application.
cancel() - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(boolean) - Method in class jersey.repackaged.jsr166e.CompletableFuture
If not already completed, completes this CompletableFuture with a CancellationException.
cancel(boolean) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Attempts to cancel execution of this task.
capacity() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
The media type charset parameter name.
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.
ChunkedOutput<T> - Class in org.glassfish.jersey.server
Used for sending messages in "typed" chunks.
ChunkedOutput() - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput.
ChunkedOutput(Type) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create ChunkedOutput with specified type.
ChunkedOutput(byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(Type, byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(Type, String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedResponseWriter - Class in org.glassfish.jersey.server
Used for writing ChunkedOutput.
ChunkedResponseWriter() - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
 
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.
cleanIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Removes all issues from the current issue list.
cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Perform any necessary cleanup at the end of processing this BodyPart.
cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
Cleans up temporary file(s), if any were utilized.
cleanup() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Performs any necessary cleanup at the end of processing this MultiPart.
clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
clear() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Removes all of the mappings from this map.
clear() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
Client - Interface in javax.ws.rs.client
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
client(Client) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
Set the client that should be used internally by the OAuth1AuthorizationFlow to make requests to Authorization Server.
client(Client) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set the client that should be used internally by the OAuth1AuthorizationFlow to make requests to Authorization Server.
client() - Method in class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
 
client(Client) - Method in class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
 
client() - Method in class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
 
client(Client) - Method in class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
 
client() - Method in class org.glassfish.jersey.test.JerseyTest
Get the JAX-RS test client that is pre-configured for this test.
client() - Method in interface org.glassfish.jersey.test.spi.TestNgStrategy
Return a JAX-RS client.
client(Client) - Method in interface org.glassfish.jersey.test.spi.TestNgStrategy
Set a new JAX-RS client instance and return the old, previously stored, instance.
CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Client Certificate authentication.
CLIENT_ID - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Parameter client_id that corresponds to (ClientIdentifier.getClientId()).
CLIENT_SECRET - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Parameter client_secret that corresponds to (ClientIdentifier.getClientSecret()).
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.
ClientBinding - Annotation Type in org.glassfish.jersey.server
Meta-annotation that provides a facility for creating bindings between an @Uri-injectable WebTarget instances and clients (and their configurations) that are used to create the injected web target instances.
ClientBuilder - Class in javax.ws.rs.client
Main entry point to the client API used to bootstrap Client instances.
ClientBuilder() - Constructor for class javax.ws.rs.client.ClientBuilder
Allows custom implementations to extend the ClientBuilder class.
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.
ClientErrorException - Exception in javax.ws.rs
A base runtime application exception indicating a client request error (HTTP 4xx status codes).
ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientIdentifier - Class in org.glassfish.jersey.client.oauth2
Client Identifier that contains information about client id and client secret issues by a Service Provider for application.
ClientIdentifier(String, String) - Constructor for class org.glassfish.jersey.client.oauth2.ClientIdentifier
Create a new instance initialized with client id and client secret in form of String value.
ClientIdentifier(String, byte[]) - Constructor for class org.glassfish.jersey.client.oauth2.ClientIdentifier
Create a new instance initialized with client id and client secret in form of byte array.
clientIdentifier(ClientIdentifier) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set client identifier of the application that should be authorized.
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.
ClientRequestContext - Interface in javax.ws.rs.client
Client request filter context.
ClientRequestFilter - Interface in javax.ws.rs.client
An extension interface implemented by client request filters.
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.
ClientResponseContext - Interface in javax.ws.rs.client
Client response filter context.
ClientResponseFilter - Interface in javax.ws.rs.client
An extension interface implemented by client response filters.
clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
clone() - Method in class javax.ws.rs.core.UriBuilder
Create a copy of the UriBuilder preserving its state.
clone() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
clone() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
 
clone() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
 
close() - Method in interface javax.ws.rs.client.Client
Close client instance and all it's associated resources.
close() - Method in class javax.ws.rs.core.Response
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
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.media.multipart.BodyPartEntity
close() - Method in class org.glassfish.jersey.media.multipart.MultiPart
 
close() - Method in class org.glassfish.jersey.media.sse.EventSource
Close this event source.
close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
close() - Method in class org.glassfish.jersey.server.ChunkedOutput
Close this response - it will be finalized and underlying connections will be closed or made available for another response.
close() - Method in interface org.glassfish.jersey.server.CloseableService
Invokes Closeable#close() method on all instances of Closeable added by the #add(Closeable) method.
close() - Method in class org.glassfish.jersey.server.ContainerResponse
Closes the response.
close() - Method in interface org.glassfish.jersey.server.ResourceFinder

Release allocated/opened resources (such as streams).

close() - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Finish the actual request.
close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close this thread pool executor provider.
close(Response...) - Method in class org.glassfish.jersey.test.JerseyTest
Utility method that safely closes a response without throwing an exception.
close() - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
 
CloseableService - Interface in org.glassfish.jersey.server
A closeable service to add instances of Closeable that are required to be closed.
closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
Close all registered ChunkedOutput instances.
closeIfNotNull(Client...) - Static method in class org.glassfish.jersey.test.JerseyTest
Utility method that safely closes a client instance without throwing an exception.
CODE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Authorization code
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
comment(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set comment string associated with the event.
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response & close the container response writer.
commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
Commit the entity stream unless already committed.
commonPool() - Static method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns the common pool instance.
CommonProperties - Class in org.glassfish.jersey
Common (server/client) Jersey configuration properties.
COMPARATOR - Static variable in class org.glassfish.jersey.server.model.RuntimeResource
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
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.
compareAndSet(double, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Atomically sets the value to the given updated value if the current value is bitwise equal to the expected value.
compareAndSet(int, double, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Atomically sets the element at position i to the given updated value if the current value is bitwise equal to the expected value.
compareAndSetForkJoinTaskTag(short, short) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class jersey.repackaged.jsr166e.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
CompletableFuture<T> - Class in jersey.repackaged.jsr166e
A Future that may be explicitly completed (setting its value and status), and may include dependent functions and actions that trigger upon its completion.
CompletableFuture() - Constructor for class jersey.repackaged.jsr166e.CompletableFuture
Creates a new incomplete CompletableFuture.
CompletableFuture.Action<A> - Interface in jersey.repackaged.jsr166e
Interface describing a void action of one argument
CompletableFuture.AsynchronousCompletionTask - Interface in jersey.repackaged.jsr166e
A marker interface identifying asynchronous tasks produced by async methods.
CompletableFuture.BiAction<A,B> - Interface in jersey.repackaged.jsr166e
Interface describing a void action of two arguments
CompletableFuture.BiFun<A,B,T> - Interface in jersey.repackaged.jsr166e
Interface describing a function of two arguments
CompletableFuture.Fun<A,T> - Interface in jersey.repackaged.jsr166e
Interface describing a function of one argument
CompletableFuture.Generator<T> - Interface in jersey.repackaged.jsr166e
Interface describing a function of no arguments
complete(T) - Method in class jersey.repackaged.jsr166e.CompletableFuture
If not already completed, sets the value returned by CompletableFuture.get() and related methods to the given value.
complete(T) - Method in class jersey.repackaged.jsr166e.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(CountedCompleter), marks this task as complete and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
complete() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked upon a response writing completion when the response write is either committed or canceled.
completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation was successfully completed.
completedFuture(U) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is already completed with the given value.
completeExceptionally(Throwable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
If not already completed, causes invocations of CompletableFuture.get() and related methods to throw the given exception.
completeExceptionally(Throwable) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
CompletionCallback - Interface in javax.ws.rs.container
A request processing callback that receives request processing completion events.
CompletionException - Exception in jersey.repackaged.jsr166e
Exception thrown when an error or other exception is encountered in the course of completing a result or task.
CompletionException() - Constructor for exception jersey.repackaged.jsr166e.CompletionException
Constructs a CompletionException with no detail message.
CompletionException(String) - Constructor for exception jersey.repackaged.jsr166e.CompletionException
Constructs a CompletionException with the specified detail message.
CompletionException(String, Throwable) - Constructor for exception jersey.repackaged.jsr166e.CompletionException
Constructs a CompletionException with the specified detail message and cause.
CompletionException(Throwable) - Constructor for exception jersey.repackaged.jsr166e.CompletionException
Constructs a CompletionException with the specified cause.
ComponentModelValidator - Class in org.glassfish.jersey.server.model
A resource model validator that checks the given resource model.
ComponentModelValidator(ServiceLocator) - Constructor for class org.glassfish.jersey.server.model.ComponentModelValidator
 
ComponentProvider - Interface in org.glassfish.jersey.server.spi
Component provider interface to allow custom management of 3rd party components life-cycle and dependency injection.
compute(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute() - Method in class jersey.repackaged.jsr166e.CountedCompleter
The main computation performed by this task.
compute() - Method in class jersey.repackaged.jsr166e.RecursiveAction
The main computation performed by this task.
compute() - Method in class jersey.repackaged.jsr166e.RecursiveTask
The main computation performed by this task.
computeIfAbsent(K, ConcurrentHashMapV8.Fun<? super K, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
ConcurrentHashMapV8<K,V> - Class in jersey.repackaged.jsr166e
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMapV8() - Constructor for class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMapV8(int) - Constructor for class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMapV8(Map<? extends K, ? extends V>) - Constructor for class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
ConcurrentHashMapV8(int, float) - Constructor for class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMapV8(int, float, int) - Constructor for class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMapV8.Action<A> - Interface in jersey.repackaged.jsr166e
Interface describing a void action of one argument
ConcurrentHashMapV8.BiAction<A,B> - Interface in jersey.repackaged.jsr166e
Interface describing a void action of two arguments
ConcurrentHashMapV8.BiFun<A,B,T> - Interface in jersey.repackaged.jsr166e
Interface describing a function of two arguments
ConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> - Interface in jersey.repackaged.jsr166e
An object for traversing and partitioning elements of a source.
ConcurrentHashMapV8.DoubleByDoubleToDouble - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping two doubles to a double
ConcurrentHashMapV8.Fun<A,T> - Interface in jersey.repackaged.jsr166e
Interface describing a function of one argument
ConcurrentHashMapV8.IntByIntToInt - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping two ints to an int
ConcurrentHashMapV8.KeySetView<K,V> - Class in jersey.repackaged.jsr166e
A view of a ConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentHashMapV8.LongByLongToLong - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping two longs to a long
ConcurrentHashMapV8.ObjectByObjectToDouble<A,B> - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping two arguments to a double
ConcurrentHashMapV8.ObjectByObjectToInt<A,B> - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping two arguments to an int
ConcurrentHashMapV8.ObjectByObjectToLong<A,B> - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping two arguments to a long
ConcurrentHashMapV8.ObjectToDouble<A> - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping its argument to a double
ConcurrentHashMapV8.ObjectToInt<A> - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping its argument to an int
ConcurrentHashMapV8.ObjectToLong<A> - Interface in jersey.repackaged.jsr166e
Interface describing a function mapping its argument to a long
ConcurrentParameterizedRunner - Class in org.glassfish.jersey.test.util.runner
Custom implementation of a JUnit Runner that allows parameterized tests to run in parallel.
ConcurrentParameterizedRunner(Class<?>) - Constructor for class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
Create a new runner for given test class.
ConcurrentRunner - Class in org.glassfish.jersey.test.util.runner
Jersey implementation of a JUnit Runner that runs all test methods within a single test class in parallel.
ConcurrentRunner(Class<?>) - Constructor for class org.glassfish.jersey.test.util.runner.ConcurrentRunner
Create a new runner for given test class.
Configurable<C extends Configurable> - Interface in javax.ws.rs.core
Represents a client or server-side configurable context in JAX-RS.
Configuration - Interface in javax.ws.rs.core
A configuration state associated with a configurable JAX-RS context.
configuration - Variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerDefaultConfigurationFactory
 
configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e.
configure(FeatureContext) - Method in interface javax.ws.rs.core.Feature
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
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.jackson1.Jackson1Feature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jettison.JettisonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.jsonp.JsonProcessingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.kryo.KryoFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.linking.DeclarativeLinkingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.multipart.MultiPartFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.SseFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SecurityEntityFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.gae.GaeFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.beanvalidation.MvcBeanValidationFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.jsp.JspMvcFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.MvcFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.validation.ValidationFeature
 
configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
 
configure() - Method in class org.glassfish.jersey.test.JerseyTest
Create the tested JAX-RS /Jersey application.
configureClient(ClientConfig) - Method in class org.glassfish.jersey.test.JerseyTest
Configure the test client.
configureClient(ClientConfig) - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
 
configureDeployment() - Method in class org.glassfish.jersey.test.JerseyTest
Create and configure deployment context for the tested application.
configureDeployment() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
 
configureStrategy() - Method in class org.glassfish.jersey.test.JerseyTestNg
Configure strategy for this TestNG JerseyTest.
configureStrategy() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
 
configureStrategy() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
 
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.
ConnectionCallback - Interface in javax.ws.rs.container
Asynchronous request processing lifecycle callback that receives connection related asynchronous response lifecycle events.
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.
ConstrainedTo - Annotation Type in javax.ws.rs
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Defines the constraint validator factory.
CONSUMER_KEY - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the consumer key.
ConsumerCredentials - Class in org.glassfish.jersey.client.oauth1
Consumer credentials class (credentials issued by the Service Provider for the application).
ConsumerCredentials(String, String) - Constructor for class org.glassfish.jersey.client.oauth1.ConsumerCredentials
Create new consumer credentials.
ConsumerCredentials(String, byte[]) - Constructor for class org.glassfish.jersey.client.oauth1.ConsumerCredentials
Create a new consumer credentials with secret defined as byte array.
consumerKey(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting consumer key.
consumerSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
Builder pattern method to return OAuth1Secrets after setting consumer secret.
Consumes - Annotation Type in javax.ws.rs
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
consumes(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
Consuming - Interface in org.glassfish.jersey.server.model
Model component that is able to consume media types.
Container - Interface in org.glassfish.jersey.server.spi
Jersey container service contract.
CONTAINER_FACTORY - Static variable in class org.glassfish.jersey.test.TestProperties
Specifies the test container factory implementation class to be used to create a test container instance for the test.
CONTAINER_PORT - Static variable in class org.glassfish.jersey.test.TestProperties
Specifies the network connection port to be used by an active test container for test application deployment.
ContainerException - Exception in org.glassfish.jersey.server
Exception thrown by the container components in to notify Jersey runtime about any errors.
ContainerException(Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerException(String) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerFactory - Class in org.glassfish.jersey.server
Factory for creating specific HTTP-based containers.
ContainerLifecycleListener - Interface in org.glassfish.jersey.server.spi
Classes implementing this contract receive container life-cycle notification events.
ContainerMessageBodyWorkersInitializer - Class in org.glassfish.jersey.server
Function that can be put to an acceptor chain to properly initialize MessageBodyWorkers instance on a current request and response.
ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
Create new MessageBodyWorkers initialization function for requests and responses.
ContainerPerClassTestNgStrategy - Class in org.glassfish.jersey.test
TestNG strategy that creates one test container / client per test class.
ContainerPerClassTestNgStrategy() - Constructor for class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
 
ContainerPerMethodTestNgStrategy - Class in org.glassfish.jersey.test
TestNG strategy that creates separate test container / client per test method.
ContainerPerMethodTestNgStrategy() - Constructor for class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
 
ContainerProvider - Interface in org.glassfish.jersey.server.spi
Service-provider interface for creating container instances.
ContainerRequest - Class in org.glassfish.jersey.server
Jersey container request context.
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) - Constructor for class org.glassfish.jersey.server.ContainerRequest
Create new Jersey container request context.
ContainerRequestBuilder - Class in org.glassfish.jersey.test.util.server
Used by unit tests / benchmarks to create mock ContainerRequest instances.
ContainerRequestContext - Interface in javax.ws.rs.container
Container request filter context.
ContainerRequestFilter - Interface in javax.ws.rs.container
An extension interface implemented by container request filters.
ContainerResponse - Class in org.glassfish.jersey.server
Jersey container response context.
ContainerResponse(ContainerRequest, Response) - Constructor for class org.glassfish.jersey.server.ContainerResponse
Create a new Jersey container response context.
ContainerResponseContext - Interface in javax.ws.rs.container
Container response filter context.
ContainerResponseFilter - Interface in javax.ws.rs.container
An extension interface implemented by container response filters.
ContainerResponseWriter - Interface in org.glassfish.jersey.server.spi
A suspendable, request-scoped I/O container response writer.
ContainerResponseWriter.TimeoutHandler - Interface in org.glassfish.jersey.server.spi
Time-out handler can be registered when the container response writer gets suspended.
contains(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Deprecated.
contains(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
contains(Object) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
containsAll(Collection<?>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
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.
containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsKey(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsValue(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns true if this map maps one or more keys to the specified value.
content - Variable in class com.sun.research.ws.wadl.Doc
 
CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
contentDisposition - Variable in class org.glassfish.jersey.media.multipart.BodyPart
 
contentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
ContentDisposition - Class in org.glassfish.jersey.media.multipart
A content disposition header.
ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in org.glassfish.jersey.media.multipart
Builder to build content disposition.
ContentEncoder - Class in org.glassfish.jersey.spi
Standard contract for plugging in content encoding support.
ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
Initializes this encoder implementation with the list of supported content encodings.
contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the content location.
Context - Annotation Type in javax.ws.rs.core
This annotation is used to inject information into a class field, bean property or method parameter.
contextParam(String, String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add a context parameter.
contextParams(Map<String, String>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add context parameters.
contextPath(String) - Method in class org.glassfish.jersey.test.DeploymentContext.Builder
Set the application deployment context path.
contextPath(String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
 
ContextResolver<T> - Interface in javax.ws.rs.ext
Contract for a provider that supplies context information to resource classes and other providers.
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 interface javax.ws.rs.client.Invocation.Builder
Add a cookie to be set.
cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
Add a cookie to be set.
Cookie - Class in javax.ws.rs.core
Represents the value of a HTTP cookie, transferred in a request.
Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add cookies to the response message.
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
 
cookie(Cookie) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
cookie(String, String) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
cookie(Cookie) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add a cookie to be set.
CookieParam - Annotation Type in javax.ws.rs
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
cookies(Cookie...) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add cookies to be set.
copy() - Method in class org.glassfish.jersey.SslConfigurator
Create a copy of the current SSL configurator instance.
copyBuilder(JettisonConfig) - Static method in class org.glassfish.jersey.jettison.JettisonConfig
 
copyInto(Object[]) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
CountedCompleter<T> - Class in jersey.repackaged.jsr166e
A ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter(CountedCompleter<?>, int) - Constructor for class jersey.repackaged.jsr166e.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
CountedCompleter(CountedCompleter<?>) - Constructor for class jersey.repackaged.jsr166e.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter() - Constructor for class jersey.repackaged.jsr166e.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
create(String) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Servlet, Map<String, String>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet instance.
create(String) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the ServletContainer.
create(String, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the ServletContainer.
create(URI) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the ServletContainer.
create(URI, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the ServletContainer.
create(String, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the declared servlet class.
create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the declared servlet class.
create(URI, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the declared servlet class.
create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the declared servlet class.
create(URI, Servlet, Map<String, String>, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
Create a Server that registers the declared servlet instance.
create(Inflector<Request, T>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector instance.
create(Class<? extends Inflector>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector class.
create(MethodHandler, Method) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, Method, boolean, Type) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Object) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Object, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a parameter model.
create(Class, Class, Constructor<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given resource method handler injectable constructor.
create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.
create(URI, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, SimpleContainer) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
create(URI, SSLContext, ResourceConfig, ServiceLocator, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, SimpleContainer, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.external.ExternalTestContainerFactory
 
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
 
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
 
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory
 
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory
 
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.jetty.JettyTestContainerFactory
 
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.simple.SimpleTestContainerFactory
 
create(URI, DeploymentContext) - Method in interface org.glassfish.jersey.test.spi.TestContainerFactory
Create a test container instance.
createAlternative() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createBoundary() - Static method in class org.glassfish.jersey.media.multipart.Boundary
Creates a unique boundary.
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.
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
 
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.jetty.JettyHttpContainerProvider
 
createContainer(Class<T>, Application) - Static method in class org.glassfish.jersey.server.ContainerFactory
Create a container according to the class requested.
createContainer(Class<T>, Application) - Method in interface org.glassfish.jersey.server.spi.ContainerProvider
Create an container of a given type.
createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.simple.SimpleContainerProvider
 
created(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
createDelegate(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
createDelegate(HttpServletRequest, HttpServletResponse) - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
Factory method to create instances of Servlet container response writer extension, AsyncContextDelegate, for response processing.
createDigest() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Doc
createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a configured instance of the supplied endpoint type.
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.
createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Perform any post create functions such as generating grammars.
createFormData() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Grammars
createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Obtain an instance of a RuntimeDelegate.HeaderDelegate for the supplied class.
createHttpServer(URI) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, ServiceLocator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig, ServiceLocator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, GrizzlyHttpContainer, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Create new HttpServer instance.
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create and start the JDK HttpServer with the Jersey application deployed at the given URI.
createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, ServiceLocator) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, SSLContext) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create and start the JDK HttpServer, eventually HttpServer's subclass JDK HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer, eventually HttpServer's subclass JDK HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, ServiceLocator, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer, eventually HttpServer's subclass HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Create HttpUrlConnector.
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createJSONConfiguration(JettisonConfig) - Static method in class org.glassfish.jersey.jettison.JettisonConfig
A static method for obtaining JettisonConfig instance with humanReadableFormatting set according to formatted parameter.
createJsonMarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Create a JSON marshaller.
createJsonUnmarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Create a JSON unmarshaller.
createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Link
createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Link.Builder.
createMarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Overrides underlaying createMarshaller method and returns a marshaller which is capable of JSON serialization.
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createMixed() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createObjectGraph(Class<?>, Set<String>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
Create an ObjectGraph for given parameters.
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createParallel() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Param
createParam(Resource, ResourceMethod, Parameter) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
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.
createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Representation
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resource
createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResources() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of ResourceType
createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Response
createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Response.ResponseBuilder.
createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createServer(URI) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Creates a Server instance that registers an Handler.
createServer(URI, boolean) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Creates a Server instance that registers an Handler.
createServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Create a Server that registers an Handler that in turn manages all root resource and provider classes declared by the resource configuration.
createServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Create a Server that registers an Handler that in turn manages all root resource and provider classes declared by the resource configuration.
createServer(URI, ResourceConfig, boolean, ServiceLocator) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Create a Server that registers an Handler that in turn manages all root resource and provider classes declared by the resource configuration.
createServer(URI, ResourceConfig, ServiceLocator) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Create a Server that registers an Handler that in turn manages all root resource and provider classes declared by the resource configuration.
createServer(URI, SslContextFactory, ResourceConfig) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Create a Server that registers an Handler that in turn manages all root resource and provider classes declared by the resource configuration.
createServer(URI, SslContextFactory, JettyHttpContainer, boolean) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
Create a Server that registers an Handler that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
Create new SSL context instance using the current SSL context configuration.
createUnmarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Overrides underlying createUnmarshaller method and returns an unmarshaller which is capable of JSON deserialization.
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.
createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a UriBuilder.
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.
createValidator() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Simply delegates to underlying JAXBContext implementation.
createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
createWadlGenerator(ServiceLocator) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Create a new instance of WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
creationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
creationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "creation-date" parameter.
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.
CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
CTX_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Spring context lookup failed, skipping spring component provider initialization.
CTX_LOOKUP_STARTED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Spring context lookup started.
CTX_LOOKUP_SUCESSFUL() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Spring context lookup done.
current() - Static method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
customize(Client, Configuration, AsyncHttpClientConfig.Builder) - Method in interface org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider.AsyncClientCustomizer
Customize the underlying asynchronous client configuration builder.
customize(ClientRequest, RequestBuilder) - Method in interface org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider.RequestCustomizer
Customize the underlying Async HTTP Client request builder associated with a specific Jersey client request.
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

data(Class, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and java type of event data.
data(GenericType, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and a generic java type of event data.
data(Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and java type of event data.
DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
DeclarativeLinkingFeature - Class in org.glassfish.jersey.linking
A feature to enable the declarative linking functionality.
DeclarativeLinkingFeature() - Constructor for class org.glassfish.jersey.linking.DeclarativeLinkingFeature
 
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) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts a Base64 encoded string to a byte array.
decode(String, int, int) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts an embedded Base64 encoded string to a byte array.
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.
decrement() - Method in class jersey.repackaged.jsr166e.LongAdder
Equivalent to add(-1).
decrement(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Decrements the sum associated with the given key.
decrementPendingCountUnlessZero() - Method in class jersey.repackaged.jsr166e.CountedCompleter
If the pending count is nonzero, (atomically) decrements it.
DEFAULT - Static variable in class org.glassfish.jersey.jettison.JettisonConfig
The default JettisonConfig uses JettisonConfig.Notation.MAPPED_JETTISON notation with root unwrapping option set to true.
DEFAULT_BUFFER_THRESHOLD - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Default threshold size for buffer.
DEFAULT_CALLBACK - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default JavaScript callback function name.
DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Default chunk size in HTTP chunk-encoded messages.
DEFAULT_CONTAINER_FACTORY - Static variable in class org.glassfish.jersey.test.TestProperties
Specifies the default test container factory implementation class to be used to create a test container instance for the test.
DEFAULT_CONTAINER_PORT - Static variable in class org.glassfish.jersey.test.TestProperties
Specifies the default network connection port to be used by an active test container for test application deployment.
DEFAULT_HTTP_PORT - Static variable in interface org.glassfish.jersey.server.spi.Container
Default container port number for HTTP protocol.
DEFAULT_HTTPS_PORT - Static variable in interface org.glassfish.jersey.server.spi.Container
Default container port number for HTTPS protocol.
DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_QUERY - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default query parameter name to obtain the JavaScript callback function name from.
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.
DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
defaultForkJoinWorkerThreadFactory - Static variable in class jersey.repackaged.jsr166e.ForkJoinPool
Creates a new ForkJoinWorkerThread.
DefaultMediaTypePredictor - Class in org.glassfish.jersey.media.multipart.file
DefaultMediaTypePredictor() - Constructor for class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
DefaultMediaTypePredictor.CommonMediaTypes - Enum in org.glassfish.jersey.media.multipart.file
This enum represents file extension and MIME types of commonly used file.
DefaultOAuth1Provider - Class in org.glassfish.jersey.server.oauth1
Default in-memory implementation of OAuth1Provider.
DefaultOAuth1Provider() - Constructor for class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
DefaultOAuth1Provider.Consumer - Class in org.glassfish.jersey.server.oauth1
Simple read-only implementation of OAuth1Consumer.
DefaultOAuth1Provider.Token - Class in org.glassfish.jersey.server.oauth1
Simple immutable implementation of OAuth1Token.
DefaultOAuth1Provider.Token(String, String, String, String, Principal, Set<String>, MultivaluedMap<String, String>) - Constructor for class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
DefaultOAuth1Provider.Token(String, String, String, String, Map<String, List<String>>) - Constructor for class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
DefaultOAuth1Provider.Token(String, String, DefaultOAuth1Provider.Token) - Constructor for class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Set the contract default provider priority.
DefaultSslContextProvider - Interface in org.glassfish.jersey.client.spi
Default SSLContext provider.
DefaultValue - Annotation Type in javax.ws.rs
Defines the default value of request meta-data that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
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 interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
DELETE - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests.
DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP DELETE method.
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
 
delete() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
delete(Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
delete(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
delete() - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
delete(Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
delete(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
delete() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP DELETE method for the current request.
delete() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
delete(Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
delete(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
delete() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
delete(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
delete(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
denyAll() - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create DenyAll annotation implementation.
DeploymentContext - Class in org.glassfish.jersey.test
Basic application deployment context.
DeploymentContext(DeploymentContext.Builder) - Constructor for class org.glassfish.jersey.test.DeploymentContext
Create new application deployment context.
DeploymentContext.Builder - Class in org.glassfish.jersey.test
Deployment context builder for building a basic application deployment context for the JAX-RS / Jersey application defined by the associated Application class or instance.
DeploymentContext.Builder() - Constructor for class org.glassfish.jersey.test.DeploymentContext.Builder
Create new deployment context builder instance not explicitly bound to the JAX-RS / Jersey application class.
DeploymentContext.Builder(Application) - Constructor for class org.glassfish.jersey.test.DeploymentContext.Builder
Create new deployment context builder instance and bind it to the JAX-RS / Jersey application instance.
DeploymentContext.Builder(Class<? extends Application>) - Constructor for class org.glassfish.jersey.test.DeploymentContext.Builder
Create new deployment context builder instance and bind it to the JAX-RS / Jersey application class.
descriptions() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
destroy() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
destroy() - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
destroy() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
DestroyListener - Interface in org.glassfish.jersey.server.monitoring
A listener contract that allows any registered implementation class to receive application destroy events.
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.
DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Digest authentication.
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(String) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically disable a feature with a given name.
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.
DISABLE_COOKIES - Static variable in class org.glassfish.jersey.jetty.connector.JettyClientProperties
A value of false indicates the client should handle cookies automatically using HttpClient's default cookie policy.
DISABLE_SSE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
If true then SSE Feature automatic registration is suppressed.
DISABLE_SSE_CLIENT - Static variable in class org.glassfish.jersey.media.sse.SseFeature
Client-side variant of SseFeature.DISABLE_SSE property.
DISABLE_SSE_SERVER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
Server-side variant of SseFeature.DISABLE_SSE property.
display(OAuth2FlowGoogleBuilder.Display) - Method in class org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
Set display parameter used in Authorization Request.
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
 
doAsSubject(PrivilegedAction) - Method in interface org.glassfish.jersey.server.SubjectSecurityContext
Jersey wraps calls to resource methods and sub-resource locators in PrivilegedAction instance and passes it to this method when dispatching a request.
doc - Variable in class com.sun.research.ws.wadl.Application
 
Doc - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class com.sun.research.ws.wadl.Doc
 
doc - Variable in class com.sun.research.ws.wadl.Grammars
 
doc - Variable in class com.sun.research.ws.wadl.Include
 
doc - Variable in class com.sun.research.ws.wadl.Link
 
doc - Variable in class com.sun.research.ws.wadl.Method
 
doc - Variable in class com.sun.research.ws.wadl.Option
 
doc - Variable in class com.sun.research.ws.wadl.Param
 
doc - Variable in class com.sun.research.ws.wadl.Representation
 
doc - Variable in class com.sun.research.ws.wadl.Request
 
doc - Variable in class com.sun.research.ws.wadl.Resource
 
doc - Variable in class com.sun.research.ws.wadl.Resources
 
doc - Variable in class com.sun.research.ws.wadl.ResourceType
 
doc - Variable in class com.sun.research.ws.wadl.Response
 
DocProcessor - Interface in org.glassfish.jersey.wadl.doclet
A doc processor is handed over javadoc elements so that it can turn this into resource doc elements, even self defined.
DocProcessorWrapper - Class in org.glassfish.jersey.wadl.doclet
This DocProcessor wraps multiple DocProcessors.
DocProcessorWrapper() - Constructor for class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
Create new DocProcessorWrapper instance.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
done() - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.
done() - Method in class org.glassfish.jersey.server.spring.SpringComponentProvider
 
doStart() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
Inform this container that the server has been started.
doStop() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
Inform this container that the server is being stopped.
doTag() - Method in class org.glassfish.jersey.server.mvc.jsp.Include
 
DoubleAdder - Class in jersey.repackaged.jsr166e
One or more variables that together maintain an initially zero double sum.
DoubleAdder() - Constructor for class jersey.repackaged.jsr166e.DoubleAdder
Creates a new adder with initial sum of zero.
DoubleMaxUpdater - Class in jersey.repackaged.jsr166e
One or more variables that together maintain a running double maximum with initial value Double.NEGATIVE_INFINITY.
DoubleMaxUpdater() - Constructor for class jersey.repackaged.jsr166e.DoubleMaxUpdater
Creates a new instance with initial value of Double.NEGATIVE_INFINITY.
doubleValue() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Equivalent to DoubleAdder.sum().
doubleValue() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Equivalent to DoubleMaxUpdater.max().
doubleValue() - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Returns the value of this AtomicDouble as a double.
doubleValue() - Method in class jersey.repackaged.jsr166e.LongAdder
Returns the LongAdder.sum() as a double after a widening primitive conversion.
doubleValue() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Returns the LongMaxUpdater.max() as a double after a widening primitive conversion.
drainTasksTo(Collection<? super ForkJoinTask<?>>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Removes all available unexecuted submitted and forked tasks from scheduling queues and adds them to the given collection, without altering their execution status.
DUMP_ENTITY - Static variable in class org.glassfish.jersey.test.TestProperties
If set to true the property instructs the test traffic logger to dump message entities as part of the test traffic logging.
dumpTheHeap() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakSimpleTest
 
DynamicFeature - Interface in javax.ws.rs.container
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.

E

element - Variable in class com.sun.research.ws.wadl.Representation
 
elementAt(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
elements() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns an enumeration of the values in this table.
elements() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
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.
EmptyHk2CustomInjectionTypeProvider - Class in org.glassfish.jersey.ext.cdi1x.hk2ban
Utility class that effectively disables any attempts of Jersey/CDI integration layer to delegate injection from CDI to HK2.
EmptyHk2CustomInjectionTypeProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProvider
 
enable(String) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically enable a feature with a given name.
ENABLE_SSL_HOSTNAME_VERIFICATION - Static variable in class org.glassfish.jersey.jetty.connector.JettyClientProperties
A value of false indicates the client disable a hostname verification during SSL Handshake.
ENABLE_TOKEN_RESOURCES - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
If set to true, token resources will be exposed.
enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
Enable a buffering of serialized entity.
enableBuffering(Configuration) - Method in class org.glassfish.jersey.server.ContainerResponse
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.
enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
Enables this filter along with the provided encoders for the supplied ResourceConfig.
enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Registers this filter into the passed ResourceConfig instance and configures it.
enableLogging() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
Enable logging (headers and entities) of OAuth requests and responses.
enableResponseBuffering() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Return true if the entity buffering should be enabled in Jersey.
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
encode(byte[]) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts a byte array into a Base64 encoded string.
encode(byte[], int, int) - Static method in class org.glassfish.jersey.oauth1.signature.Base64
Converts a byte array into a Base64 encoded string.
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.
Encoded - Annotation Type in javax.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
If set to true, the parameter values will not be automatically decoded.
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 javax.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message encoding.
ENCODING - Static variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
Property defines output encoding produced by TemplateProcessor.
ENCODING - Static variable in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
Property defines output encoding produced by TemplateProcessor.
ENCODING - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
Property defines output encoding produced by TemplateProcessor.
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
 
EncodingFilter - Class in org.glassfish.jersey.server.filter
Container filter that supports encoding-based content negotiation.
EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
 
encodings(String...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the encoding(s) for this variant.
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 ('/').
ensureCapacity(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Entity<T> - Class in javax.ws.rs.client
Encapsulates message entity including the associated variant information.
entity(T, MediaType) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, MediaType, Annotation[]) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, String) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant, Annotation[]) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object, Annotation[]) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
entity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Override the entity set operation on a MultiPart to throw IllegalArgumentException.
entity(InputStream) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Set the request entity input stream.
entity(Object, MessageBodyWorkers) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Set the request entity and entity input stream.
entity(Object, ApplicationHandler) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Set the request entity and entity input stream.
ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
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.
EntityTag - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of an EntityTag.
entrySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
entrySet() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class jersey.repackaged.jsr166e.LongAdderTable
Returns the current set of key-value mappings.
equals(Object) - Method in class javax.ws.rs.client.Entity
 
equals(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

equals(Object) - Method in class javax.ws.rs.core.CacheControl
Compares object argument to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class javax.ws.rs.core.Cookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class javax.ws.rs.core.GenericEntity
 
equals(Object) - Method in class javax.ws.rs.core.GenericType
 
equals(Object) - Method in class javax.ws.rs.core.Link.JaxbLink
 
equals(Object) - Method in class javax.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class javax.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
equals(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
 
equals(Object) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
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.client.oauth1.AccessToken
 
equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
 
equals(Object) - Method in class org.glassfish.jersey.server.model.Parameter
 
equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
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.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface javax.ws.rs.core.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
Error buffering the entity.
ERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
Error buffering the entity.
ErrorTemplate - Annotation Type in org.glassfish.jersey.server.mvc
Used to annotate JAX-RS resources and resource methods to provide reference to an error template if an exception has been raised during processing a request (resource method invocation).
estimateSize() - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
Returns an estimate of the number of elements covered by this Spliterator.
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
evaluatePreconditions(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(Date) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions() - Method in class org.glassfish.jersey.server.ContainerRequest
 
EVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Message body reader not found for the SSE event data.
EVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
This event source has already been closed.
EVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
This event source is already open.
EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Waiting for opening the event source connection has been interrupted.
EVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Waiting for the event source executor for [{0}] to shutdown has been interrupted.
EVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Attempt to shutdown the event source executor for [{0}] has timed out.
EventInput - Class in org.glassfish.jersey.media.sse
Inbound Server-Sent Events channel.
EventListener - Interface in org.glassfish.jersey.media.sse
EventSource listener that can be registered to listen for newly received InboundEvent notifications.
EventOutput - Class in org.glassfish.jersey.media.sse
Outbound Server-Sent Events channel.
EventOutput() - Constructor for class org.glassfish.jersey.media.sse.EventOutput
Create new outbound Server-Sent Events channel.
EventSource - Class in org.glassfish.jersey.media.sse
Client for reading and processing incoming Server-Sent Events.
EventSource(WebTarget) - Constructor for class org.glassfish.jersey.media.sse.EventSource
Create new SSE event source and open a connection it to the supplied SSE streaming web target.
EventSource(WebTarget, boolean) - Constructor for class org.glassfish.jersey.media.sse.EventSource
Create new SSE event source pointing at a SSE streaming web target.
EventSource.Builder - Class in org.glassfish.jersey.media.sse
Jersey EventSource builder class.
exceptionally(CompletableFuture.Fun<Throwable, ? extends T>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when this CompletableFuture completes, with the result of the given function of the exception triggering this CompletableFuture's completion when it completes exceptionally; otherwise, if this CompletableFuture completes normally, then the returned CompletableFuture also completes normally with the same value.
ExceptionMapper<E extends Throwable> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of the exception mapper statistics.
ExceptionMappers - Interface in org.glassfish.jersey.spi
Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
ExceptionMapperStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of exception mapper executions.
exec() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Implements execution conventions for CountedCompleters.
exec() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.
exec() - Method in class jersey.repackaged.jsr166e.RecursiveAction
Implements execution conventions for RecursiveActions.
exec() - Method in class jersey.repackaged.jsr166e.RecursiveTask
Implements execution conventions for RecursiveTask.
execute(ForkJoinTask<?>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Arranges for (asynchronous) execution of the given task.
execute(Runnable) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
execute(EnforcerRuleHelper) - Method in class org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRule
 
execute(EnforcerRuleHelper) - Method in class org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRule
 
ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of one target.
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.
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
The supplied component is not configured to use a GrizzlyConnectorProvider.
EXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
The supplied component is not configured to use a JettyConnectorProvider.
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
extended(boolean) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
extended(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
ExtendedConfig - Interface in org.glassfish.jersey
Extended common runtime configuration.
ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
ExtendedResource - Annotation Type in org.glassfish.jersey.server.model
This annotation can mark resource classes or resource methods that should be considered as extended resources.
ExtendedResourceContext - Interface in org.glassfish.jersey.server
Jersey extension of ResourceContext.
ExtendedUriInfo - Interface in org.glassfish.jersey.server
Extensions to UriInfo.
ExternalRequestContext<T> - Class in org.glassfish.jersey.server.spi
Wrapper for externally provided request context data.
ExternalRequestContext(T) - Constructor for class org.glassfish.jersey.server.spi.ExternalRequestContext
Create new external request context containing given data.
ExternalRequestScope<T> - Interface in org.glassfish.jersey.server.spi
This is to allow integration with other DI providers that define their own request scope.
ExternalTestContainerFactory - Class in org.glassfish.jersey.test.external
A Web-based test container factory for creating test container instances when the Web application is independently deployed in a separate JVM to that of the tests.
ExternalTestContainerFactory() - Constructor for class org.glassfish.jersey.test.external.ExternalTestContainerFactory
 

F

facebookFlowBuilder(ClientIdentifier, String) - Static method in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
Get a builder that can be directly used to perform Authorization Code Grant flow defined by Facebook.
failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
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.
failure(Throwable) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Propagate an unhandled error to the I/O container.
familyOf(int) - Static method in enum javax.ws.rs.core.Response.Status.Family
Get the response status family for the status code.
fatalIssuesFound() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Convenience method to see if there were fatal issues found.
Feature - Interface in javax.ws.rs.core
A feature extension contract.
feature() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Get the builder of filter feature.
feature(String) - Static method in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
Build the client filter feature from the accessToken that will add Authorization http header to the request with the OAuth authorization information.
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 - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable auto discovery on 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
FeatureContext - Interface in javax.ws.rs.core
A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
field(String, String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Builder pattern method to add a named field with a text value, and return this instance.
field(String, Object, MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Builder pattern method to add a named field with an arbitrary media type and entity, and return this instance.
FileDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
An extension of FormDataBodyPart for associating File File as a body part entity.
FileDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
A no-args constructor which expects its client to set the values individually, the attributes to be set are fileEntity and name; the media type will be predicted from the fileEntity if not set explicitly.
FileDataBodyPart(String, File) - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Constructs the body part with the provided name and file, it predicts the MediaType of the file provided.
FileDataBodyPart(String, File, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Constructs the body part with all the attributes set for its proper function.
fileName - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
fileName(String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "file-name" parameter.
FilePatternDoesNotExistRule - Class in org.glassfish.jersey.test.maven.rule
Maven enforcer rule to enforce that given set of files does not exist.
This rule is similar to apache requireFilesDontExist with a support for wildcards.
FilePatternDoesNotExistRule() - Constructor for class org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRule
 
files(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file and directory names to scan for components.
files(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file and directory names to scan for components.
filter(ClientRequestContext) - Method in interface javax.ws.rs.client.ClientRequestFilter
Filter method called before a request has been dispatched to a client transport layer.
filter(ClientRequestContext, ClientResponseContext) - Method in interface javax.ws.rs.client.ClientResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or when the HTTP invocation returns.
filter(ContainerRequestContext) - Method in interface javax.ws.rs.container.ContainerRequestFilter
Filter method called before a request has been dispatched to a resource.
filter(ContainerRequestContext, ContainerResponseContext) - Method in interface javax.ws.rs.container.ContainerResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or by a matched resource method.
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
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.server.filter.EncodingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
filter(MethodList.Filter) - Method in class org.glassfish.jersey.server.model.MethodList
Created a new method list containing only the methods supported by the method list filter.
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.spring.scope.RequestContextFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.server.spring.scope.RequestContextFilter
 
FILTER_CONTEXT_PATH - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set, indicates the URL pattern of the Jersey servlet filter context path.
FILTER_FORWARD_ON_404 - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set to true and a 404 response with no entity body is returned from either the runtime or the application then the runtime forwards the request to the next filter in the filter chain.
FILTER_STATIC_CONTENT_REGEX - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set the regular expression is used to match an incoming servlet path URI to some web page content such as static resources or JSPs to be handled by the underlying servlet engine.
filterableEntityClass(Class<?>) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
Determine whether given class is filterable by entity-filtering.
filterClass(Class<? extends Filter>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Set the filter class.
filterClass(Class<? extends Filter>, Set<DispatcherType>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Set the filter class.
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.
finish() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
Finish the authorization process and return the AccessToken.
finish(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
Finish the authorization process and return the AccessToken.
finish(String, String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
Finish the authorization process and return the TokenResult.
FINISH_WAIT_CYCLE_MS - Variable in class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
 
FINISH_WAIT_CYCLE_MS - Variable in class org.glassfish.jersey.test.util.runner.ConcurrentRunner
 
firstComplete() - Method in class jersey.repackaged.jsr166e.CountedCompleter
If this task's pending count is zero, returns this task; otherwise decrements its pending count and returns null.
firstElement() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
fixed - Variable in class com.sun.research.ws.wadl.Param
 
floatValue() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Returns the DoubleAdder.sum() as a float after a narrowing primitive conversion.
floatValue() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Returns the DoubleMaxUpdater.max() as a float after a narrowing primitive conversion.
floatValue() - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Returns the value of this AtomicDouble as a float after a narrowing primitive conversion.
floatValue() - Method in class jersey.repackaged.jsr166e.LongAdder
Returns the LongAdder.sum() as a float after a widening primitive conversion.
floatValue() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Returns the LongMaxUpdater.max() as a float after a widening primitive conversion.
FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
Automatic redirection.
forApplication(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance for the supplied application.
forApplicationClass(Class<? extends Application>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
forApplicationClass(Class<? extends Application>, Set<Class<?>>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
ForbiddenException - Exception in javax.ws.rs
A runtime exception indicating that an access to a resource requested by a client has been forbidden by the server.
ForbiddenException() - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
forceDisable(String) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically force-disable a feature with a given name.
forceEnable(String) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically force-enable a feature with a given name.
forceSet(String, String) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically force-set a value of a property with a given name.
forEach(ConcurrentHashMapV8.BiAction<? super K, ? super V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
 
forEach(long, ConcurrentHashMapV8.BiAction<? super K, ? super V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each (key, value).
forEach(long, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each (key, value).
forEach(ConcurrentHashMapV8.Action<? super K>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
 
forEachEntry(long, ConcurrentHashMapV8.Action<? super Map.Entry<K, V>>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each entry.
forEachEntry(long, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each entry.
forEachKey(long, ConcurrentHashMapV8.Action<? super K>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each key.
forEachKey(long, ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each key.
forEachReadOnly(ReadMostlyVector.Action<E>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
forEachRemaining(ConcurrentHashMapV8.Action<? super T>) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
Applies the action to each untraversed element
forEachValue(long, ConcurrentHashMapV8.Action<? super V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each value.
forEachValue(long, ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each value.
fork() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Arranges to asynchronously execute this task in the pool the current task is running in, if applicable, or using the ForkJoinPool.commonPool() if not ForkJoinTask.inForkJoinPool().
ForkJoinPool - Class in jersey.repackaged.jsr166e
An ExecutorService for running ForkJoinTasks.
ForkJoinPool() - Constructor for class jersey.repackaged.jsr166e.ForkJoinPool
Creates a ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int) - Constructor for class jersey.repackaged.jsr166e.ForkJoinPool
Creates a ForkJoinPool with the indicated parallelism level, the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class jersey.repackaged.jsr166e.ForkJoinPool
Creates a ForkJoinPool with the given parameters.
ForkJoinPool.ForkJoinWorkerThreadFactory - Interface in jersey.repackaged.jsr166e
Factory for creating new ForkJoinWorkerThreads.
ForkJoinPool.ManagedBlocker - Interface in jersey.repackaged.jsr166e
Interface for extending managed parallelism for tasks running in ForkJoinPools.
ForkJoinTask<V> - Class in jersey.repackaged.jsr166e
Abstract base class for tasks that run within a ForkJoinPool.
ForkJoinTask() - Constructor for class jersey.repackaged.jsr166e.ForkJoinTask
 
ForkJoinWorkerThread - Class in jersey.repackaged.jsr166e
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
ForkJoinWorkerThread(ForkJoinPool) - Constructor for class jersey.repackaged.jsr166e.ForkJoinWorkerThread
Creates a ForkJoinWorkerThread operating in the given pool.
form(Form) - Static method in class javax.ws.rs.client.Entity
form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.Entity
Form - Class in javax.ws.rs.core
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Form() - Constructor for class javax.ws.rs.core.Form
Create a new form data instance.
Form(String, String) - Constructor for class javax.ws.rs.core.Form
Create a new form data instance with a single parameter entry.
Form(MultivaluedMap<String, String>) - Constructor for class javax.ws.rs.core.Form
Create a new form data instance and register a custom underlying parameter store.
FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Form authentication.
FORMATTED - Static variable in interface org.glassfish.jersey.jettison.JettisonMarshaller
 
FormDataBodyPart - Class in org.glassfish.jersey.media.multipart
Subclass of BodyPart with specialized support for media type multipart/form-data.
FormDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed new FormDataBodyPart with a mediaType of text/plain.
FormDataBodyPart(boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed new FormDataBodyPart with mediaType of text/plain and setting the flag for applying the fix for erroneous file name value if content disposition header of messages coming from MS Internet Explorer (see JERSEY-759).
FormDataBodyPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed FormDataBodyPart with the specified characteristics.
FormDataBodyPart(Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed FormDataBodyPart with the specified characteristics.
FormDataBodyPart(String, String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with a media type of text/plain and String value.
FormDataBodyPart(String, Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with the specified characteristics.
FormDataBodyPart(FormDataContentDisposition, String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with the specified characteristics.
FormDataBodyPart(FormDataContentDisposition, Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with the specified characteristics.
FormDataContentDisposition - Class in org.glassfish.jersey.media.multipart
A form-data content disposition header.
FormDataContentDisposition(String, String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
Constructor for the builder.
FormDataContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
FormDataContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
FormDataContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
FormDataContentDisposition.FormDataContentDispositionBuilder - Class in org.glassfish.jersey.media.multipart
Builder to build form data content disposition.
FormDataMultiPart - Class in org.glassfish.jersey.media.multipart
Subclass of MultiPart with specialized support for media type multipart/form-data.
FormDataMultiPart() - Constructor for class org.glassfish.jersey.media.multipart.FormDataMultiPart
Instantiates a new FormDataMultiPart instance with default characteristics.
FormDataParam - Annotation Type in org.glassfish.jersey.media.multipart
Binds the named body part(s) of a "multipart/form-data" request entity body to a resource method parameter.
FormParam - Annotation Type in javax.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
forPackages(String) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create new servlet deployment context builder initialized with the providers from the specified packages.
forServlet(HttpServlet) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create new servlet deployment context builder bound to a Servlet instance.
forServlet(Class<? extends HttpServlet>) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create new servlet deployment context builder bound to a Servlet class.
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment.
FreemarkerConfigurationFactory - Interface in org.glassfish.jersey.server.mvc.freemarker
Provides lookup of Configuration instance for Freemarker templating.
FreemarkerDefaultConfigurationFactory - Class in org.glassfish.jersey.server.mvc.freemarker
Handy FreemarkerConfigurationFactory that supplies a minimally configured Configuration able to create Freemarker templates.
FreemarkerDefaultConfigurationFactory(ServletContext) - Constructor for class org.glassfish.jersey.server.mvc.freemarker.FreemarkerDefaultConfigurationFactory
 
FreemarkerMvcFeature - Class in org.glassfish.jersey.server.mvc.freemarker
Feature used to add support for MVC and Freemarker templates.
FreemarkerMvcFeature() - Constructor for class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
 
from(Client) - Static method in class org.glassfish.jersey.client.rx.guava.RxListenableFuture
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with invoker based on the listenable future from Guava.
from(Client, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.guava.RxListenableFuture
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with invoker based on the listenable future from Guava.
from(WebTarget) - Static method in class org.glassfish.jersey.client.rx.guava.RxListenableFuture
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with invoker based on the listenable future from Guava.
from(WebTarget, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.guava.RxListenableFuture
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with invoker based on the listenable future from Guava.
from(Client) - Static method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFuture
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with invoker based on the completable future from JSR-166e (pre-Java 8).
from(Client, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFuture
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with invoker based on the completable future from JSR-166e (pre-Java 8).
from(WebTarget) - Static method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFuture
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with invoker based on the completable future from JSR-166e (pre-Java 8).
from(WebTarget, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFuture
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with invoker based on the completable future from JSR-166e (pre-Java 8).
from(Client, Class<RX>) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with provided reactive invocation type.
from(Client, Class<RX>, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with provided reactive invocation type.
from(WebTarget, Class<RX>) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with provided reactive invocation type.
from(WebTarget, Class<RX>, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with provided reactive invocation type.
from(Client) - Static method in class org.glassfish.jersey.client.rx.rxjava.RxObservable
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with invoker based on the observable from RxJava.
from(Client, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.rxjava.RxObservable
Create a new reactive client instance initialized with given JAX-RS client instance and parametrized with invoker based on the observable from RxJava.
from(WebTarget) - Static method in class org.glassfish.jersey.client.rx.rxjava.RxObservable
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with invoker based on the observable from RxJava.
from(WebTarget, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.rxjava.RxObservable
Create a new reactive client target instance initialized with given JAX-RS client web target instance and parametrized with invoker based on the observable from RxJava.
from(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
from(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
from(String, String) - Static method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Create new Jersey container request context builder.
from(String, String, String) - Static method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Create new Jersey container request context builder.
from(String, String, String, SecurityContext, PropertiesDelegate) - Static method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Create new Jersey container request context builder.
from(URI, String) - Static method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Create new Jersey container request context builder.
from(URI, URI, String) - Static method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Create new Jersey container request context builder.
from(URI, URI, String, SecurityContext, PropertiesDelegate) - Static method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Create new Jersey container request context builder.
fromLink(Link) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from another link.
fromLink(Link) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from a Link.
fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a resource.
fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a Path-annotated method.
fromPath(String) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a path.
fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a resource.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromResponse(Response) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status.
fromString(String) - Method in interface javax.ws.rs.ext.ParamConverter
Parse the supplied value and create an instance of T.
fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
fromUri(URI) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from an existing URI represented as a string.
fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUriBuilder(UriBuilder) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from a URI builder.
fromValue(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
 
fromValue(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
 
fullRelativeUri(URI) - Static method in class org.glassfish.jersey.uri.UriComponent
Return the Request-Uri representation as defined by HTTP spec.

G

GaeFeature - Class in org.glassfish.jersey.server.gae
Google App Engine integration for Jersey server runtime.
GaeFeature() - Constructor for class org.glassfish.jersey.server.gae.GaeFeature
 
GC_PERIOD - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Property that can be set to frequency of collecting nonces exceeding max.
generate(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
Generates and returns an OAuth signature for the given request, parameters and secrets.
generator(Class<? extends WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
GenericEntity<T> - Class in javax.ws.rs.core
Represents a message entity of a generic type T.
GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
Constructs a new generic entity.
GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
Create a new instance of GenericEntity, supplying the generic type information.
GenericType<T> - Class in javax.ws.rs.core
Represents a generic message entity type T.
GenericType() - Constructor for class javax.ws.rs.core.GenericType
Constructs a new generic type, deriving the generic type and class from type parameter.
GenericType(Type) - Constructor for class javax.ws.rs.core.GenericType
Constructs a new generic type, supplying the generic type information and deriving the class.
get() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
GET - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP GET requests.
GET - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP GET method.
get() - Method in interface jersey.repackaged.jsr166e.CompletableFuture.Generator
 
get() - Method in class jersey.repackaged.jsr166e.CompletableFuture
Waits if necessary for this future to complete, and then returns its result.
get(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Waits if necessary for at most the given time for this future to complete, and then returns its result, if available.
get(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Gets the current value.
get(int) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Gets the current value at position i.
get(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
get() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
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
 
get() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
get(Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
get(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
get() - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
get(Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
get(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
get() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP GET method for the current request.
get(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP GET method for the current request.
get(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP GET method for the current request.
get() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
get(Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
get(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
get() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
get(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
get(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
Get the request filter chain aborting response if set, or null otherwise.
getAbortResponse() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the request filter chain aborting response if set, or null otherwise.
getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request.
getAbsolutePath() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the absolute path of the request.
getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request in the form of a UriBuilder.
getAcceptableLanguages() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getAcceptableMediaTypes() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getAccessToken() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
Get access token.
getAccessToken(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
getAccessToken(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
Returns the access token by the consumer key and token value.
getAccessTokens(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Returns a list of access tokens authorized with the supplied principal name.
getAccessTokenSecret() - Method in class org.glassfish.jersey.client.oauth1.AccessToken
Get the access token secret.
getAccessTokenSecretAsByteArray() - Method in class org.glassfish.jersey.client.oauth1.AccessToken
Get the access token secret in byte arrays (in default encoding).
getActiveThreadCount() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns an estimate of the number of threads that are currently stealing or executing tasks.
getAllMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides resource methods and resource locator are available on the resource.
getAllowedMethods() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class javax.ws.rs.core.Response
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getAllProperties() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
Get the map of all properties returned in the Access Token Response.
getAndAdd(double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Atomically adds the given value to the current value.
getAndAdd(int, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Atomically adds the given value to the element at index i.
getAndSet(double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Atomically sets to the given value and returns the old value.
getAndSet(int, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Atomically sets the element at position i to the given value and returns the old value.
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.Parameter
 
getAnnotations() - Method in class javax.ws.rs.client.Entity
Get the entity annotations.
getAnnotations() - Method in interface javax.ws.rs.ext.InterceptorContext
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
getAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getAny() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the any property.
getAppHandler() - Method in class org.glassfish.jersey.servlet.WebComponent
Get ApplicationHandler used by this web component.
getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Returns JAX-RS application corresponding with this ResourceConfig.
getApplication(UriInfo, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get a new instance of a ApplicationDescription corresponding to all the root resource classes, and configure the base URI.
getApplication(UriInfo, Resource, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get a new instance of Application for a particular resource.
getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the application class used for configuration of Jersey application.
getApplicationHandler() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
getApplicationHandler() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
getApplicationHandler() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
 
getApplicationHandler() - Method in interface org.glassfish.jersey.server.spi.Container
Get the Jersey server-side application handler associated with the container.
getApplicationHandler() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
getApplicationHandler() - Method in class org.glassfish.jersey.simple.SimpleContainer
 
getApplicationName() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the application name.
getApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig
Get the name of the Jersey application.
getArgs() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Provide method parameters for which validation will be done.
getArrayElements() - Method in class org.glassfish.jersey.jettison.JettisonConfig
Returns a list of elements to be treated as arrays.
getAsyncMode() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAsyncTimeoutMultiplier() - Method in class org.glassfish.jersey.test.JerseyTest
Returns TestProperties.ASYNC_TIMEOUT_MULTIPLIER or 1 if the property is not defined.
getAttributePrefix() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getAttributes() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
Returns additional attributes associated with the consumer (e.g.
getAttributes() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
getAttributes() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
Returns additional custom attributes associated with the token.
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getAuthorizedClient() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
Return the client configured for performing authorized requests to the Service Provider.
getAuthorizedClient() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
Return the client configured for performing authorized requests to the Service Provider.
getAverageDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the average duration (processing time) in milliseconds of the request processing measured in the time window.
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.
getBase() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the base property.
getBasePath() - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Return base path for current template processor.
getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application.
getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get base request URI.
getBaseUri() - Method in class org.glassfish.jersey.test.JerseyTest
Returns the base URI of the tested application.
getBaseUri() - Method in interface org.glassfish.jersey.test.spi.TestContainer
Get the base URI of the application.
getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application in the form of a UriBuilder.
getBodyParts() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Return a mutable list of BodyParts nested in this MultiPart.
getBufferThreshold() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Get the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
getBuilder() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
Return invocation builder this reactive invoker was initialized with.
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
getCallback() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the callback URL.
getCallbackUrl() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
Returns callback URL for this token (applicable just to request tokens)
getCDataElements() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
specify which of your elements you want to be handled as CDATA.
getCDataElements() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
getChallenges() - Method in exception javax.ws.rs.NotAuthorizedException
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
Get the character set from a media type.
getChildResources() - Method in class org.glassfish.jersey.server.model.Resource
Returns the list of child resources available on this resource.
getChildRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get child runtime resources of this resource.
getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
Get chunk data media type.
getClasses() - Method in class javax.ws.rs.core.Application
Get a set of root resource, provider and feature classes.
getClasses() - Method in interface javax.ws.rs.core.Configuration
Get the immutable set of registered JAX-RS component (such as provider or feature) classes to be instantiated, injected and utilized in the scope of the configurable instance.
getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
 
getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getClassFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Get all available entity-filtering scopes defined on a class.
getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
Get resource and provider class loader.
getClient() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the client instance associated with the request.
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
 
getClient() - Method in class org.glassfish.jersey.test.JerseyTest
Get the JAX-RS test client that is pre-configured for this test.
getClient() - Method in class org.glassfish.jersey.test.JerseyTestNg
 
getClientConfig() - Method in interface org.glassfish.jersey.test.spi.TestContainer
Get a client configuration specific to the test container.
getClientConfig() - Static method in class org.glassfish.jersey.test.util.client.LoopBackConnectorProvider
Get a client configuration specific to the connector.
getClientId() - Method in class org.glassfish.jersey.client.oauth2.ClientIdentifier
Get the client id.
getClientSecret() - Method in class org.glassfish.jersey.client.oauth2.ClientIdentifier
Get client secret.
getClientSecretAsByteArray() - Method in class org.glassfish.jersey.client.oauth2.ClientIdentifier
Get client secret as byte array.
getComment() - Method in class javax.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getComment() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get a comment string that accompanies the event.
getComment() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get a comment string that accompanies the event.
getCommonPoolParallelism() - Static method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns the targeted parallelism level of the common pool.
getCompleter() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getComponents() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getComponents() - Method in class org.glassfish.jersey.server.model.Invocable
 
getComponents() - Method in class org.glassfish.jersey.server.model.MethodHandler
 
getComponents() - Method in class org.glassfish.jersey.server.model.Resource
 
getComponents() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getComponents() - Method in class org.glassfish.jersey.server.model.ResourceModel
 
getComponents() - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
Should return all existing resource model sub-components.
getComponents() - Method in class org.glassfish.jersey.server.model.RuntimeResource
 
getConfigType() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the configuration type of this config.
getConfigType() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getConfigType() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getConfiguration() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the immutable configuration of the request.
getConfiguration() - Method in interface javax.ws.rs.core.Configurable
Get a live view of an internal configuration state of this configurable instance.
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
 
getConfiguration() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
getConfiguration() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
getConfiguration() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
 
getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
Get the application configuration.
getConfiguration() - Method in interface org.glassfish.jersey.server.mvc.freemarker.FreemarkerConfigurationFactory
 
getConfiguration() - Method in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerDefaultConfigurationFactory
 
getConfiguration() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getConfiguration() - Method in interface org.glassfish.jersey.server.spi.Container
Return an immutable representation of the current configuration.
getConfiguration() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
getConfiguration() - Method in class org.glassfish.jersey.simple.SimpleContainer
 
getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
Return WadlGeneratorConfig that was used to produce current description instance.
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.
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
 
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
 
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.test.util.client.LoopBackConnectorProvider
 
getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector provider.
getConstraintValidatorFactory() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Return ConstraintValidatorFactory implementation used for configuration.
getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
Get the underlying java constructor.
getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler constructors.
getConsumedTypes() - Method in interface org.glassfish.jersey.server.model.Consuming
Get the consumed media types supported by the component.
getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getConsumer(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
getConsumer() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
getConsumer(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
Gets consumer corresponding to a given consumer key.
getConsumer() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
Returns consumer this token was issued for.
getConsumerKey() - Method in class org.glassfish.jersey.client.oauth1.ConsumerCredentials
Get consumer key.
getConsumerKey() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the consumer key.
getConsumers(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Returns a set of consumers registered by a given owner.
getConsumerSecret() - Method in class org.glassfish.jersey.client.oauth1.ConsumerCredentials
Get consumer secret.
getConsumerSecret() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
Returns the consumer secret.
getConsumerSecretAsByteArray() - Method in class org.glassfish.jersey.client.oauth1.ConsumerCredentials
Get consumer secret as a byte array (in default encoding).
getConsumesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the string with media types consumed by this method, enclosed in double quotas and separated by a comma (e.g.
getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container request.
getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get container request filters used during the request filtering phase.
getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container response.
getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get container response filters used during the response filtering phase.
getContent() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the content property.
getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Gets the content disposition.
getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Overrides the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be obtained.
getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
Get a context of type T that is applicable to the supplied type.
getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
Get me current external context data.
getContextParams() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get the context parameters.
getContextPath() - Method in class org.glassfish.jersey.test.DeploymentContext
Get the deployed application context path.
getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a context resolver for a particular type of context and media type.
getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
Get the map of contracts and their priorities.
getContracts(Class<?>) - Method in interface javax.ws.rs.core.Configuration
Get the extension contract registration information for a component of a given class.
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.
getContracts(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
getConverter(Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.ParamConverterProvider
Obtain a ParamConverter that can provide from/to string conversion for an instance of a particular Java type.
getCookies() - Method in interface javax.ws.rs.client.ClientRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface javax.ws.rs.client.ClientResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
Get any cookies that accompanied the request.
getCookies() - Method in class javax.ws.rs.core.Response
Get any new cookies set on the response message.
getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
 
getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
 
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.
getCreationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the creation-date parameter.
getData() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get event data.
getDate() - Method in interface javax.ws.rs.client.ClientRequestContext
Get message date.
getDate() - Method in interface javax.ws.rs.client.ClientResponseContext
Get message date.
getDate() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get message date.
getDate() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get message date.
getDate() - Method in interface javax.ws.rs.core.HttpHeaders
Get message date.
getDate() - Method in class javax.ws.rs.core.Response
Get message date.
getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getDeclaringClassName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the full class name of the class that declares the handling method.
getDefault() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the default property.
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.
getDefaultMediaType() - Static method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Gets the default MediaType to be used if the user didn't specify any.
getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the default priority of the built contract provider model.
getDefaultSslContext() - Method in interface org.glassfish.jersey.client.spi.DefaultSslContextProvider
Get default SSLContext.
getDefaultStringValue() - Method in exception org.glassfish.jersey.server.ParamException
Get the default String value.
getDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Get the default parameter value.
getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method that should be executed.
getDispatcherTypes() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
Get filter dispatcher type set.
getDoc() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the doc property.
getDomain() - Method in class javax.ws.rs.core.Cookie
Get the domain of the cookie.
getElement() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the element property.
getEncoding() - Method in class javax.ws.rs.client.Entity
Get entity encoding.
getEncoding() - Method in class javax.ws.rs.core.Variant
Get the encoding of the variant.
getEncoding() - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Get the output encoding.
getEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the message entity Java instance.
getEntity() - Method in class javax.ws.rs.client.Entity
Get entity data.
getEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the message entity Java instance.
getEntity() - Method in class javax.ws.rs.core.GenericEntity
Get the enclosed entity.
getEntity() - Method in class javax.ws.rs.core.Response
Get the message entity Java instance.
getEntity() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get object to be written as HTTP entity.
getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
Get the message entity Java instance.
getEntity() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the entity object to be unmarshalled from a request, or to be marshalled on a response.
getEntity() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Disables access to the entity for a MultiPart.
getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAnnotations() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the annotations attached to the entity instance.
getEntityAnnotations() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the annotations attached to the entity instance.
getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the entity after appropriate conversion to the requested type.
getEntityClass() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the raw entity type information.
getEntityClass() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the raw entity type information.
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.
getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityGraph() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get entity graph to be modified by the processing.
getEntityStream() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the entity output stream.
getEntityStream() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the entity input stream.
getEntityStream() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the entity input stream.
getEntityStream() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the entity output stream.
getEntityStream() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityTag() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the entity tag.
getEntityTag() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the entity tag.
getEntityTag() - Method in class javax.ws.rs.core.Response
Get the entity tag.
getEntityTag() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityType() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the generic entity type information.
getEntityType() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the generic entity type information.
getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getErrorCode() - Method in exception org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException
 
getErrorModel(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
Get a model for error template.
getErrorStatus(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
Get a response status of to-be-processed error template.
getException() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if none or if the method has not yet completed.
getException() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the latest exception, if any, thrown by the request and response processing.
getExceptionCause() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
Get an exception mapping provider for a particular class of exception.
getExceptionMapper() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the ExceptionMapper that was found and used during the exception mapping phase.
getExceptionMapperCount() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get the statistics of execution of exception mappers.
getExceptionMapperExecutions() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get the count of exception mapper executions.
getExceptionMapperStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get statistics about registered exception mappers.
getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the thread pool executor.
getExecutorService() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
Return executorService service this reactive invoker was initialized with.
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
 
getExpiresIn() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
Get expiration time of the access token in seconds.
getExpiry() - Method in class javax.ws.rs.core.NewCookie
Get the cookie expiry date.
getExtension() - Method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Gets the file extension.
getFactory() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns the factory used for constructing new workers.
getFamily() - Method in enum javax.ws.rs.core.Response.Status
Get the class of status code.
getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
Get the class of status code.
getField(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Gets a form data body part given a control name.
getField() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get field to be processed.
getFields(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Gets a list of one or more form data body parts given a control name.
getFields() - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Gets a map of form data body parts where the key is the control name and the value is a list of one or more form data body parts.
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.
getFileEntity() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Gets the file for this body part.
getFileName() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the filename parameter.
getFilename() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Gets the filename value which is to be used in the content-disposition header of this body part entity.
getFilterClass() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
Get filter class.
getFilterConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the corresponding FilterConfig if this WebConfig represents a FilterConfig
getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
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.
getFilterName() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
Get filter name.
getFilters() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get the filter class.
getFirst(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFixed() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the fixed property.
getFlag() - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns the numeric value of the bit corresponding to this flag.
getForkJoinTaskTag() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns the tag for this task.
getFormDataContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the form data content disposition.
getFullPathRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get full regular expression of this runtime resource prefixed by regular expression of parent if present.
getGeneratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
getGenericParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get generic method parameter types.
getGenericType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get the type of the object to be produced or written.
getGenericType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get generic data type.
getGrammars() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the grammars property.
getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the group indexes to capturing groups.
getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
Get the model of the resource method handler that will be used to invoke the handling resource method on.
getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler class.
getHandlerClasses() - Method in class org.glassfish.jersey.server.model.Resource
Get the method handler classes for the resource methods registered on the resource.
getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the raw handler instance that is backing this method handler.
getHandlerInstances() - Method in class org.glassfish.jersey.server.model.Resource
Get the method handler (singleton) instances for the resource methods registered on the resource.
getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method
getHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in class javax.ws.rs.core.Response
Get view of the response headers and their object values.
getHeaders() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns a mutable map of HTTP header value(s) for this BodyPart, keyed by the header name.
getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
Get a HTTP header as a single string value.
getHeaderString(String) - Method in class javax.ws.rs.core.Response
Get a message header as a single string value.
getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHeaderValues(String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Returns the value(s) of the specified request header.
getHk2Types() - Method in class org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProvider
 
getHk2Types() - Method in interface org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider
Provide a set of types that should became accessible by CDI container in a form of CDI beans backed by HK2.
getHoldCount() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Queries the number of holds on this lock by the current thread.
getHostnameVerifier() - Method in interface javax.ws.rs.client.Client
Get the hostname verifier configured in the client or null in case no hostname verifier has been configured.
getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
 
getHref() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the href property.
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.
getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
Retrieve the underlying Grizzly AsyncHttpClient instance from JerseyClient or JerseyWebTarget configured to use GrizzlyConnectorProvider.
getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
Retrieve the underlying Jetty HttpClient instance from JerseyClient or JerseyWebTarget configured to use JettyConnectorProvider.
getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the associated HTTP method.
getHttpMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the HTTP method of the method.
getId() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the id property.
getId() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get event identifier.
getId() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get event identifier.
getInclude() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the include property.
getInflector() - Method in class org.glassfish.jersey.server.model.Inflecting
Get the inflector.
getInitParameter(String) - Method in interface org.glassfish.jersey.servlet.WebConfig
Get an initialization parameter.
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getInitParameterNames() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getInitParams() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
Get filter initialization parameters.
getInitParams() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get the initialization parameters.
getInputStream() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Get the input stream of the object to be read.
getInputStream() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
Gets the input stream of the raw bytes of this body part entity.
getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
Obtain a RuntimeDelegate instance.
getInstance() - Static method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
Gets the singleton instance of this class.
getInstance(ServiceLocator) - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the injected resource method handler instance.
getInstances() - Method in interface javax.ws.rs.core.Configuration
Get the immutable set of registered JAX-RS component (such as provider or feature) instances to be utilized by the configurable instance.
getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
 
getInstances() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getInvalidValue() - Method in class org.glassfish.jersey.server.validation.ValidationError
Returns the string representation of the value failing to pass the constraint.
getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the invocable method model.
getInvocable() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Provide invocable for which validation will been done.
getInvoker(Class<T>, Invocation.Builder, ExecutorService) - Method in class org.glassfish.jersey.client.rx.guava.RxListenableFutureInvokerProvider
 
getInvoker(Class<T>, Invocation.Builder, ExecutorService) - Method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvokerProvider
 
getInvoker(Class<T>, Invocation.Builder, ExecutorService) - Method in class org.glassfish.jersey.client.rx.rxjava.RxObservableInvokerProvider
 
getInvoker(Class<RX>, Invocation.Builder, ExecutorService) - Method in interface org.glassfish.jersey.client.rx.spi.RxInvokerProvider
Create an invoker of a given type.
getIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Returns a list of issues found after ComponentModelValidator.validate(org.glassfish.jersey.server.model.ResourceModelComponent) method has been invoked.
getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
Get validation issues.
getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context associated with the WadlGenerator for the Web application.
getJSONConfiguration() - Method in interface org.glassfish.jersey.jettison.JettisonConfigured
Provides information on current JSON configuration options for this object.
getJSONConfiguration() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
Get the JSON configuration.
getJSONMarshaller(Marshaller) - Static method in class org.glassfish.jersey.jettison.JettisonJaxbContext
getJSONUnmarshaller(Unmarshaller) - Static method in class org.glassfish.jersey.jettison.JettisonJaxbContext
getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the thread keep-alive time (in seconds).
getKey() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
 
getKey() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
 
getKey() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
 
getKey() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
 
getKey() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
Returns consumer key.
getLang() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the lang property.
getLanguage() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the language of the entity.
getLanguage() - Method in class javax.ws.rs.client.Entity
Get entity language.
getLanguage() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
Get the language of the request entity.
getLanguage() - Method in class javax.ws.rs.core.Response
Get the language of the message entity.
getLanguage() - Method in class javax.ws.rs.core.Variant
Get the language of the variant.
getLanguage() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLanguageString() - Method in class javax.ws.rs.core.Variant
Get the string representation of the variant language, or null if no language has been set.
getLastLines() - Method in exception org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException
 
getLastLoggedRecord() - Method in class org.glassfish.jersey.test.JerseyTest
Get last stored log record if enabled by setting TestProperties.RECORD_LOG_LEVEL or null.
getLastModified() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the last modified date.
getLastModified() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the last modified date.
getLastModified() - Method in class javax.ws.rs.core.Response
Get the last modified date.
getLastModified() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
Returns the response code of a last response written by the application.
getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Returns the response code of a last response written by the application.
getLastStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Return time when target was executed last time.
getLength() - Method in interface javax.ws.rs.client.ClientResponseContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.core.HttpHeaders
Get Content-Length value.
getLength() - Method in class javax.ws.rs.core.Response
Get Content-Length value.
getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLink() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the link property.
getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Get the link for the relation.
getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the link for the relation.
getLink(String) - Method in class javax.ws.rs.core.Response
Get the link for the relation.
getLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLinks() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the links attached to the message as header.
getLinks() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the links attached to the message as header.
getLinks() - Method in class javax.ws.rs.core.Response
Get the links attached to the message as headers.
getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
 
getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getListeners() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get all the registered Listener classes
getLocation() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the location.
getLocation() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the location.
getLocation() - Method in class javax.ws.rs.core.Response
Get the location.
getLocation() - Method in exception javax.ws.rs.RedirectionException
Get the redirection response location.
getLocation() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLocatorSubResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the list of sub resources returned from resource locators during matching.
getLoggedRecords() - Method in class org.glassfish.jersey.test.JerseyTest
Get stored log records if enabled by setting TestProperties.RECORD_LOG_LEVEL or an empty list.
getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the throwable that was mapped to a response.
getMappedValue() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMapping(Class<?>) - Method in class org.glassfish.jersey.linking.mapping.NaiveResourceMappingContext
 
getMapping(Class<?>) - Method in interface org.glassfish.jersey.linking.mapping.ResourceMappingContext
 
getMarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Get marshaller properties.
getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched model resource from which the matched resource method was invoked.
getMatchedResourceLocators() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get resource locators matched since beginning of a matching.
getMatchedResourceMethod() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched resource method that is invoked.
getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of the currently matched resource class instances.
getMatchedResults() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedRuntimeResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Return all matched runtime resources including runtime resources based on child resources.
getMatchedTemplates() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMatchedURIs() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchedURIs(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
Get a map of the matrix parameters associated with the path segment.
getMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
getMaxAge() - Method in class javax.ws.rs.core.NewCookie
Get the maximum age of the the cookie in seconds.
getMaximumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the maximum duration (processing time) in milliseconds of the request processing measured in the time window.
getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
Get the maximum number of threads to allow in the thread pool.
getMediaType() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the mediaType property.
getMediaType() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the mediaType property.
getMediaType() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the media type of the entity.
getMediaType() - Method in class javax.ws.rs.client.Entity
Get entity media type.
getMediaType() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
Get the media type of the request entity.
getMediaType() - Method in class javax.ws.rs.core.Response
Get the media type of the message entity.
getMediaType() - Method in class javax.ws.rs.core.Variant
Get the media type of the variant.
getMediaType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get media type of HTTP entity.
getMediaType() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the MediaType for this BodyPart.
getMediaType() - Method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Gets the media type.
getMediaType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get media type of the event data.
getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getMediaType() - Method in class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
Get the media type for which the view processor resolved the template reference.
getMediaTypeFromFile(File) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
A utility method for predicting media type from a file name.
getMediaTypeFromFile(File) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
getMediaTypeFromFile(File) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
Get the media type from a file name.
getMediaTypeFromFileName(String) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
A utility method for predicting media type from a file name.
getMediaTypeFromFileName(String) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
getMediaTypeFromFileName(String) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
Get the media type from a file name.
getMessage() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
 
getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
Human-readable description of the issue.
getMessage() - Method in class org.glassfish.jersey.server.validation.ValidationError
Return the interpolated error message for this validation error.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a message body reader that matches a set of criteria.
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 javax.ws.rs.ext.Providers
Get a message body writer that matches a set of criteria.
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.
getMessageInterpolator() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Return MessageInterpolator implementation used for configuration.
getMessageTemplate() - Method in class org.glassfish.jersey.server.validation.ValidationError
Return the non-interpolated error message for this validation error.
getMetadata() - Method in class javax.ws.rs.core.Response
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get all instances of the specified meta-annotation type found on the method annotations.
getMethod() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the request method.
getMethod() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the request method.
getMethod() - Method in interface javax.ws.rs.core.Request
Get the request method, e.g.
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.
getMethod() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getMethod() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get the underlying Java method.
getMethodName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the name of the Java method.
getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the methodOrResource property.
getMethodOrResource() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the methodOrResource property.
getMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get execution statistics that contain measurements of times only for execution of resource method.
getMinimumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the minimum duration (processing time) in milliseconds of the request processing measured in the time window.
getModel() - Method in class org.glassfish.jersey.server.mvc.Viewable
Get the model.
getModificationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the modification-date parameter.
getName() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the name property.
getName() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the name property.
getName() - Method in class javax.ws.rs.core.Cookie
Get the name of the cookie.
getName() - Method in interface org.glassfish.jersey.client.spi.Connector
Get name of current connector.
getName() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the control name.
getName() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
Get the name parameter.
getName() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get event name.
getName() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get event name.
getName() - Method in class org.glassfish.jersey.server.model.Resource
Get the resource name.
getName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMXBean
Get the name of the resource.
getName() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the name of the Web component.
getName() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getName() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
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.
getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getNames() - Method in class org.glassfish.jersey.server.model.Resource
Return a list of resource names.
getNamespacePrefixMapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getNamespaceSeparator() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getNonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the nonce, a value that should be unique for a given timestamp.
getNotation() - Method in class org.glassfish.jersey.jettison.JettisonConfig
Returns JSON notation selected for this configuration
getNow(T) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns the result value (or throws any encountered exception) if completed, else returns the given valueIfAbsent.
getNumberOfDependents() - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns the estimated number of CompletableFutures whose completions are awaiting completion of this CompletableFuture.
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.
getOAuth1Feature() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
Return the oauth filter feature that can be used to configure client instances to perform authenticated requests to the Service Provider.
getOAuth2Feature() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
Return the oauth filter feature that can be used to configure client instances to perform authenticated requests to the Service Provider.
getOption() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the option property.
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.
getOrDefault(Object, V) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Representation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputStream() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get the output stream for the object to be written.
getOwner() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns the thread that currently owns this lock, or null if not owned.
getOwner() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
Returns identifier of owner of this consumer - i.e.
getParallelism() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns the targeted parallelism level of this pool.
getParam() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the param property.
getParameterAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter annotations.
getParameterizedHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns an immutable map of parameterized HTTP header value(s) for this BodyPart, keyed by header name.
getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
Get the parameter name.
getParameterNameProvider() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Return ParameterNameProvider implementation used for configuration.
getParameterNames() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Returns an Set of String objects containing the names of the parameters contained in the request.
getParameters() - Method in class javax.ws.rs.core.MediaType
Getter for a read-only parameter map.
getParameters() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the parameters.
getParameters() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getParameters() - Method in class org.glassfish.jersey.server.model.Invocable
 
getParameters() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the parameters associated directly with the resource method handler, if any (e.g.
getParameters() - Method in class org.glassfish.jersey.server.model.Parameter.BeanParameter
 
getParameters() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides access to all parameters associated with given Parameterized instance.
getParameterType() - Method in exception org.glassfish.jersey.server.ParamException
Get the type of the parameter annotation.
getParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter types.
getParameterValues(String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Returns an List of String objects containing the values of the specified request parameter, or null if the parameter does not exist.
getParams() - Method in class javax.ws.rs.core.Link
Returns an immutable map that includes all the link parameters defined on this link.
getParams() - Method in class javax.ws.rs.core.Link.JaxbLink
Get the parameter map for this link.
getParent() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the parent MultiPart (if any) for this BodyPart.
getParent() - Method in class org.glassfish.jersey.server.model.Resource
Get the parent resource for this resource model or null in case this resource is a top-level resource and does not have a parent.
getParent() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the parent resource for this resource method model.
getParent() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get parent of this runtime resource.
getParentResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Return parent resources of resources from this runtime resource.
getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
Get the underlying chunk parser.
getPath() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the path property.
getPath() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the path property.
getPath() - Method in class javax.ws.rs.core.Cookie
Get the path of the cookie.
getPath() - Method in interface javax.ws.rs.core.PathSegment
Get the path segment.
getPath() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the path of the current request relative to the application root (base) URI as a string.
getPath(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Get the resource class @Path annotation.
getPath() - Method in class org.glassfish.jersey.server.model.Resource
 
getPath() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path direct assigned to the component.
getPath() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the sub resource method path of the method.
getPath() - Method in class org.glassfish.jersey.server.validation.ValidationError
Return the string representation of the property path to the value.
getPathParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathPattern() - Method in class org.glassfish.jersey.server.model.Resource
 
getPathPattern() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.
getPathPattern() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get path pattern for matching purposes.
getPathSegments() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(String) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the path segments that contain a template variable.
getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the path segments that contain a template variable.
getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI pattern.
getPendingCount() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Returns the current pending count.
getPool() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
getPool() - Method in class jersey.repackaged.jsr166e.ForkJoinWorkerThread
Returns the pool hosting this thread.
getPoolIndex() - Method in class jersey.repackaged.jsr166e.ForkJoinWorkerThread
Returns the unique index number of this thread in its pool.
getPoolSize() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns the number of worker threads that have started but not yet terminated.
getPort() - Method in interface org.glassfish.jersey.simple.SimpleServer
 
getPort() - Method in class org.glassfish.jersey.test.JerseyTest
Get the port to be used for test application deployments.
getPredictor() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Gets the media type predictor.
getPrincipal() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
 
getPrincipal() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
getPrincipal() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
Returns a Principal object representing this consumer.
getPrincipal() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
Returns a Principal object containing the name of the user the request containing this token is authorized to act on behalf of.
getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
Get the provider contract priority, if set, default component provider, if not set.
getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the private cache control directive.
getProducedTypes() - Method in interface org.glassfish.jersey.server.model.Producing
Get the produced media types supported by the component.
getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getProducesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the string with media types produced by this method, enclosed in double quotas and separated by a comma (e.g.
getProfile() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the profile property.
getProperties() - Method in class javax.ws.rs.core.Application
Get a map of custom application-wide properties.
getProperties() - Method in interface javax.ws.rs.core.Configuration
Get the immutable bag of configuration properties.
getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperties() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the map of configuration properties converted to strings.
getProperties() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProperties() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
getPropertiesDelegate() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the underlying properties delegate.
getProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.ws.rs.core.Configuration
Get the value for the property with a given name.
getProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
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 interface javax.ws.rs.client.ClientRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.ws.rs.container.ContainerRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.ws.rs.core.Configuration
Returns an immutable collection containing the property names available within the context of the current configuration instance.
getPropertyNames() - Method in interface javax.ws.rs.ext.InterceptorContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get classes of registered providers.
getProviders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the configured Providers for this BodyPart.
getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get registered providers available in the runtime.
getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get registered providers available in the runtime.
getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the queryType property.
getQueuedSubmissionCount() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns an estimate of the number of tasks submitted to this pool that have not yet begun executing.
getQueuedTaskCount() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
getQueuedTaskCount() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns an estimate of the number of tasks that have been forked by the current worker thread but not yet executed.
getQueuedThreads() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueueLength() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns an estimate of the number of threads waiting to acquire this lock.
getRawData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get the raw event data bytes.
getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method raw response type.
getRawResult() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Returns the result of the computation.
getRawResult() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns the result that would be returned by ForkJoinTask.join(), even if this task completed abnormally, or null if this task is not known to have been completed.
getRawResult() - Method in class jersey.repackaged.jsr166e.RecursiveAction
Always returns null.
getRawResult() - Method in class jersey.repackaged.jsr166e.RecursiveTask
 
getRawRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the response Class of the Invocable.handlingMethod that will be used during the routing for the purpose of selection of the resource method.
getRawType() - Method in class javax.ws.rs.core.GenericEntity
Gets the raw type of the enclosed entity.
getRawType() - Method in class javax.ws.rs.core.GenericType
Returns the object representing the class or interface that declared the type represented by this generic type instance.
getRawType() - Method in class org.glassfish.jersey.server.model.Parameter
Get raw type information for the parameter.
getReadDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the read-date parameter.
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get reader interceptors of this request.
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
 
getReaderInterceptors() - Method in class org.glassfish.jersey.server.ContainerRequest
Get all reader interceptors applicable to this request.
getReaderInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all writer interceptors applicable to the resource method wrapped by this invoker.
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.
getReadLockCount() - Method in class jersey.repackaged.jsr166e.StampedLock
Queries the number of read locks held for this lock.
getRealm() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the protection realm for the request.
getReasonPhrase() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase.
getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
Get the reason phrase.
getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE source is lost.
getRefreshToken() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
Get the refresh token.
getRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get regular expression of path pattern of this runtime resource.
getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the regular expression.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource classes registered by the user in the current application.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get resource classes registered by the user in the current application.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get a set of string names of resource classes registered by the user.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource instances registered by the user in the current application.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get resource instances registered by the user in the current application.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get a set of string names of classes of user registered instances.
getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
getRel() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rel property.
getRel() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param, or null if this param is not specified.
getRels() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param as a list of strings or the empty list if rel is not defined.
getRepresentation() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the representation property.
getRepresentation() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the representation property.
getRequest() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the request property.
getRequest() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable request information.
getRequest() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
Get the associated client request context paired with this response context.
getRequestContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the associated container request context paired with this response context.
getRequestCount() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the count of requests received measured in the time window.
getRequestExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
getRequestFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound request filters applicable to the resource method wrapped by this invoker.
getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of a HTTP request header.
getRequestHeader(String) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the values of a HTTP request header.
getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of HTTP request headers.
getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the values of HTTP request headers.
getRequestMethod() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
Get a custom container extensions initializer for the current request.
getRequestsPerSecond() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns average value of how many requests per second were received by application in the time window.
getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the global application statistics of request execution.
getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
getRequestToken(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
getRequestToken(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
Returns the request token by the consumer key and token value.
getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI including any query parameters.
getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get request URI.
getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI in the form of a UriBuilder.
getRequestURL() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
Returns the URL of the request, including protocol, server name, optional port number, and server path.
getRequiredJaxbContextClasses() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Specify jaxb classes of instances that you add to the resourcedoc model.
getRequiredJaxbContextClasses() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
getRequiredJaxbContextPath() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
The jaxb context path that is used when the generated wadl application is marshalled to a file.
getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
Get the absolute URI of the ultimate request made to receive this response.
getResolvingClass() - Method in class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
Get resolving class.
getResource() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the resource property.
getResource(Class<T>) - Method in interface javax.ws.rs.container.ResourceContext
Get a resolved instance of a resource or sub-resource class.
getResource() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Provide actual resource instance that will get validated.
getResourceClass() - Method in interface javax.ws.rs.container.ResourceInfo
Get the resource class that is the target of a request, or null if this information is not available.
getResourceClass() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
getResourceClassStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the statistics for each resource Class that is deployed in the application.
getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource config associated with the application.
getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get the resource config.
getResourceConfig() - Method in class org.glassfish.jersey.test.DeploymentContext
Get the deployed application resource configuration.
getResourceLocator() - Method in class org.glassfish.jersey.server.model.Resource
Provides a resource locator available on the resource.
getResourceLocator() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Return the resource locator of this resource.
getResourceLocators() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resource locators of all resources of this runtime resource.
getResourceMethod() - Method in interface javax.ws.rs.container.ResourceInfo
Get the resource method that is the target of a request, or null if this information is not available.
getResourceMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
getResourceMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get a resource method for which this ResourceMethodStatistics are calculated.
getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get execution statistics that contain measurements of times only for execution of resource methods.
getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides a non-null list of resource methods available on the resource.
getResourceMethods() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resource methods (excluding resource locators) of all resources of this runtime resource.
getResourceMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Return the statistics for resource method.
getResourceModel() - Method in interface org.glassfish.jersey.server.ExtendedResourceContext
Return resource model from which the current jersey application is built.
getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get the resource model of the application.
getResources() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resources property.
getResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return all resources from this resource model.
getResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resources creating this runtime resource.
getResources() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getResources() - Method in interface org.glassfish.jersey.server.ServerConfig
Get programmatically modeled resources.
getResourceType() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResponse() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the response property.
getResponse() - Method in exception javax.ws.rs.client.ResponseProcessingException
Get the HTTP response for which the processing has failed.
getResponse() - Method in exception javax.ws.rs.WebApplicationException
Get the HTTP response.
getResponseCodes() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Returns statistics of response codes produces by the application.
getResponseCodesToCountMap() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
Returns statistics of response codes produces by the application.
getResponseFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound response filters applicable to the resource method wrapped by this invoker.
getResponseStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get global application response statistics.
getResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method generic response type information.
getResponseWriter() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the container response writer for the current request.
getRetryTime(Date) - Method in exception javax.ws.rs.ServiceUnavailableException
Get the retry time for the failed request.
getRev() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rev property.
getRoot() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.
getRootResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return root resources from this resource model.
getRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the response type of the Invocable.handlingMethod that will be used during the routing for the purpose of selection of the resource method.
getRunningThreadCount() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization.
getRuntimeResourceModel() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return runtime resource model based on this this resource model.
getRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).
getRuntimeType() - Method in interface javax.ws.rs.core.Configuration
Get the runtime type of this configuration context.
getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
 
getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
 
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.
getSecret() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
 
getSecret() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
getSecret() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
Returns consumer secret.
getSecret() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
Returns the token secret.
getSecurityContext() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable security context information for the current request.
getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getSequence() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns the current sequence number of this lock.
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() - Method in class org.glassfish.jersey.server.ApplicationHandler
Returns ServiceLocator relevant to current application.
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.
getServletClass() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get the servlet class.
getServletConfig() - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
getServletConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the corresponding ServletConfig if this WebConfig represents a ServletConfig
getServletConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getServletContext() - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Return current servlet context, if present.
getServletContext() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the servlet context for the servlet or filter, depending on how this class is registered.
getServletContext() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the ServletContext.
getServletContext() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getServletInfo() - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
getServletInstance() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get the servlet instance.
getServletPath() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
Get the servlet path.
getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
getSignature() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the signature for the request.
getSignatureMethod() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the signature method used to sign the request.
getSingletons() - Method in class javax.ws.rs.core.Application
Get a set of root resource, provider and feature instances.
getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Originally, the method has been called before writeTo to ascertain the length in bytes of the serialized form of t.
getSize(Object, Class, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
 
getSize() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the size parameter.
getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
getSource() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter value source type.
getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
The issue source.
getSourceAnnotation() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter source annotation.
getSourceName() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter source name, i.e.
getSslContext() - Method in interface javax.ws.rs.client.Client
Get the SSL context configured to be used with the current client run-time.
getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
 
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get the start time of the application.
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the start time of the application (when application was initialized).
getStaticContentPattern() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the static content path pattern.
getStatus() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the status property.
getStatus() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the status code associated with the response.
getStatus() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the status code associated with the response.
getStatus() - Method in class javax.ws.rs.core.Response
Get the status code associated with the response.
getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStatus() - Method in exception org.glassfish.jersey.server.oauth1.OAuth1Exception
Get the status of the error response.
getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
Get the associated status code.
getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
Get the associated status code.
getStatusInfo() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in class javax.ws.rs.core.Response
Get the complete status information associated with the response.
getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStealCount() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns an estimate of the total number of tasks stolen from one thread's work queue by another.
getStreamEntity() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Gets the underlying stream entity which will form the body part entity.
getStringHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in class javax.ws.rs.core.Response
Get view of the response headers and their string values.
getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStyle() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the style property.
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.
getSubtype() - Method in class javax.ws.rs.core.MediaType
Getter for subtype.
getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of all successful exception mappings.
getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of all successful exception mappings.
getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
Returns values of Content-Encoding header supported by this encoder.
getSurplusQueuedTaskCount() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns an estimate of how many more locally queued tasks are held by the current worker thread than there are other worker threads that might steal them, or zero if this thread is not operating in a ForkJoinPool.
getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeout() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value in the given time unit.
getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeoutUnit() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value time unit.
getTempDir() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Get the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
getTemplate() - Method in interface org.glassfish.jersey.linking.mapping.ResourceMappingContext.Mapping
 
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.
getTemplateName() - Method in class org.glassfish.jersey.server.mvc.Viewable
Get the template name.
getTemplateObjectFactory(ServiceLocator, Class<F>, Value<F>) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Retrieve a template object factory.
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).
getTestContainerFactory() - Method in class org.glassfish.jersey.test.JerseyTest
Return an instance of TestContainerFactory class.
getTimestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the timestamp, a value expected to be a positive integer, typically containing the number of seconds since January 1, 1970 00:00:00 GMT (epoch).
getTimeWindow() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the size of time window in milliseconds.
getTimeWindowStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Returns time window statistics for available time window sizes.
getTitle() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the title property.
getTitle() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link title param, or null if this param is not specified.
getToken() - Method in class org.glassfish.jersey.client.oauth1.AccessToken
Get the access token.
getToken() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the request or access token.
getToken() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
getToken() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
Returns string representing the token.
getTokenSecret() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
Returns request or access token.
getTokenType() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
Get the type of the returned access token.
getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of exception mappings that were performed on exceptions.
getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of exception mappings that were performed on exceptions.
getTraversableResolver() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Return TraversableResolver implementation used for configuration.
getType() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the type property.
getType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the type property.
getType() - Method in class javax.ws.rs.core.GenericEntity
Gets underlying Type instance.
getType() - Method in class javax.ws.rs.core.GenericType
Retrieve the type represented by the generic type instance.
getType() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link type param, or null if this param is not specified.
getType() - Method in class javax.ws.rs.core.MediaType
Getter for primary type.
getType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get Java type supported by corresponding message body provider.
getType() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the type.
getType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get data type.
getType() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
Get the type of this context.
getType() - Method in class org.glassfish.jersey.server.model.Parameter
Get generic type information for the parameter.
getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the JAX-RS method type.
getType() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Return the type of the event.
getType() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns the type of this event.
getTypeParameters() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method type parameters.
getUncaughtExceptionHandler() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
getUnmarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Get unmarshaller properties.
getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of all unsuccessful exception mappings.
getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of all unsuccessful exception mappings.
getUri() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the request URI.
getUri() - Method in interface javax.ws.rs.client.WebTarget
Get the URI identifying the resource.
getUri() - Method in class javax.ws.rs.core.Link
Returns the underlying URI associated with this link.
getUri() - Method in class javax.ws.rs.core.Link.JaxbLink
Get the underlying URI for this link.
getUri() - Method in class org.glassfish.jersey.client.ClientRequest
 
getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUriBuilder() - Method in interface javax.ws.rs.client.WebTarget
Get the URI builder initialized with the URI of the current resource target.
getUriBuilder() - Method in class javax.ws.rs.core.Link
Convenience method that returns a UriBuilder initialized with this link's underlying URI.
getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUriInfo() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get request URI information.
getUriInfo() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getUriInfo() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the extended uri info associated with this request.
getUriStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the statistics for each URI that is exposed in the application.
getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getValue() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the value property.
getValue() - Method in class javax.ws.rs.core.Cookie
Get the value of the cookie.
getValue() - Method in class javax.ws.rs.core.EntityTag
Get the value of an EntityTag.
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() - Method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
 
getValue() - Method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
 
getValue() - Method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
 
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.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.jetty.connector.JettyClientProperties
Get the value of the specified property.
getValue() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the field value for this body part.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the specified property.
getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
Get the value of the specified property.
getValueAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the field value after appropriate conversion to the requested type.
getValueProviders(ServiceLocator) - Method in class org.glassfish.jersey.server.model.Invocable
Returns list of value providers which provides values for parameters of this Invocable returned by Invocable.getParameters().
getValues(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Return a non-null list of values for a given key.
getValueWrapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getVariant() - Method in class javax.ws.rs.client.Entity
Get entity variant information.
getVaryValue() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the value of HTTP Vary response header to be set in the response, or null if no value is to be set.
getVerifier() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the verifier code.
getVersion() - Method in class javax.ws.rs.core.Cookie
Get the version of the cookie.
getVersion() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Returns the protocol version.
getWebComponent() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get WebComponent used by this servlet container.
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.
getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the wrapped response message context.
getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get writer interceptors of this request.
getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all reader interceptors applicable to the resource method wrapped by this invoker.
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.
getWwwAuthHeader() - Method in exception org.glassfish.jersey.server.oauth1.OAuth1Exception
Get the WWW-Authenticate header of the request that cause the exception.
getXml2JsonNs() - Method in class org.glassfish.jersey.jettison.JettisonConfig
Returns a map for XML to JSON namespace mapping This property is valid for the JettisonConfig.Notation.MAPPED_JETTISON notation only.
googleFlowBuilder(ClientIdentifier, String, String) - Static method in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
Get a builder that can be directly used to perform Authorization Code Grant flow defined by Google.
grammars - Variable in class com.sun.research.ws.wadl.Application
 
Grammars - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
 
GrizzlyConnectorProvider - Class in org.glassfish.jersey.grizzly.connector
Connector provider for Jersey connectors that utilize Grizzly Asynchronous HTTP Client to send and receive HTTP request and responses.
GrizzlyConnectorProvider() - Constructor for class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
Create new Grizzly Async HTTP Client connector provider.
GrizzlyConnectorProvider(GrizzlyConnectorProvider.AsyncClientCustomizer) - Constructor for class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
Create new Grizzly Async HTTP Client connector provider with a custom client configuration customizer.
GrizzlyConnectorProvider.AsyncClientCustomizer - Interface in org.glassfish.jersey.grizzly.connector
A customization SPI for the async client instance underlying Grizzly connectors.
GrizzlyConnectorProvider.RequestCustomizer - Interface in org.glassfish.jersey.grizzly.connector
A customization SPI for the async client request instances.
GrizzlyHttpContainer - Class in org.glassfish.jersey.grizzly2.httpserver
Jersey Container implementation based on Grizzly HttpHandler.
GrizzlyHttpContainerProvider - Class in org.glassfish.jersey.grizzly2.httpserver
Container provider for containers based on Grizzly HttpHandler.
GrizzlyHttpContainerProvider() - Constructor for class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
 
GrizzlyHttpServerFactory - Class in org.glassfish.jersey.grizzly2.httpserver
Factory for creating Grizzly Http Server.
GrizzlyTestContainerFactory - Class in org.glassfish.jersey.test.grizzly
Jersey test framework container factory implementation based on Grizzly 2.x HTTP server.
GrizzlyTestContainerFactory() - Constructor for class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
 
GrizzlyWebContainerFactory - Class in org.glassfish.jersey.grizzly2.servlet
Factory for creating and starting Grizzly 2 HttpServer instances for deploying a Servlet.
GrizzlyWebTestContainerFactory - Class in org.glassfish.jersey.test.grizzly
A Servlet-based test container factory for creating test container instances using Grizzly.
GrizzlyWebTestContainerFactory() - Constructor for class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
 
GZipEncoder - Class in org.glassfish.jersey.message
GZIP encoding support.
GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
Initialize GZipEncoder.

H

handle(CompletableFuture.BiFun<? super T, Throwable, ? extends U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when this CompletableFuture completes, with the result of the given function of the result and exception of this CompletableFuture's completion.
handle(HttpExchange) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
 
handle(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
The main request/response processing entry point for Jersey container implementations.
handle(Request, Response) - Method in class org.glassfish.jersey.simple.SimpleContainer
 
handledBy(Class<?>, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Object, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Inflector<ContainerRequestContext, ?>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
handledBy(Class<? extends Inflector>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
HandlerConstructor - Class in org.glassfish.jersey.server.model
Abstraction for a resource handler class constructor.
handlerParameters(Collection<Parameter>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Parameters defined on the handler (i.e.
handleTimeout(AsyncResponse) - Method in interface javax.ws.rs.container.TimeoutHandler
Invoked when the suspended asynchronous response is about to time out.
handlingMethod(Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a specific method of the handling class that will be executed.
hasDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter has a default value set.
hasEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
Check if there is an entity available in the request.
hasEntity() - Method in interface javax.ws.rs.client.ClientResponseContext
Check if there is a non-empty entity input stream is available in the response message.
hasEntity() - Method in interface javax.ws.rs.container.ContainerRequestContext
Check if there is a non-empty entity input stream available in the request message.
hasEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
Check if there is an entity available in the response.
hasEntity() - Method in class javax.ws.rs.core.Response
Check if there is an entity available in the response.
hasEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
hashCode() - Method in class javax.ws.rs.client.Entity
 
hashCode() - Method in class javax.ws.rs.core.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

hashCode() - Method in class javax.ws.rs.core.CacheControl
Generate hash code from cache control properties.
hashCode() - Method in class javax.ws.rs.core.Cookie
Generate a hash code by hashing all of the cookies properties.
hashCode() - Method in class javax.ws.rs.core.EntityTag
Generate hashCode based on value and weakness.
hashCode() - Method in class javax.ws.rs.core.GenericEntity
 
hashCode() - Method in class javax.ws.rs.core.GenericType
 
hashCode() - Method in class javax.ws.rs.core.Link.JaxbLink
 
hashCode() - Method in class javax.ws.rs.core.MediaType
Generate a hash code from the type, subtype and parameters.
hashCode() - Method in class javax.ws.rs.core.NewCookie
Generate a hash code by hashing all of the properties.
hashCode() - Method in class javax.ws.rs.core.Variant
Generate hash code from variant properties.
hashCode() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
 
hashCode() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
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.client.oauth1.AccessToken
 
hashCode() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
hashCode() - Method in class org.glassfish.jersey.server.model.Parameter
 
hashCode() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
hashCode() - Method in class org.glassfish.jersey.SslConfigurator
 
hashCode() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
hashCode() - Method in class org.glassfish.jersey.uri.UriTemplate
Hash code is calculated from String of the regular expression generated from the template.
hasLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Check if link for relation exists.
hasLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Check if link for relation exists.
hasLink(String) - Method in class javax.ws.rs.core.Response
Check if link for relation exists.
hasLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
hasNumParams(int) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that have the specific number of parameters.
hasQueuedSubmissions() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns true if there are any tasks submitted to this pool that have not yet begun executing.
hasQueuedThread(Thread) - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThreads() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Queries whether any threads are waiting to acquire this lock.
hasRetryAfter() - Method in exception javax.ws.rs.ServiceUnavailableException
Check if the underlying response contains the information on when is it possible to retry the request.
hasReturnType(Class<?>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that declare the specified return type.
head() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head(InvocationCallback<Response>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP HEAD method for the current request synchronously.
HEAD - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests.
HEAD - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP HEAD method.
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
head() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
head() - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
head() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP HEAD method for the current request.
head() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
head() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
header(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
Add an arbitrary header.
header(String, Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add an arbitrary header.
header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
header(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
header(String, Object) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add an arbitrary header.
HEADER_DECORATOR - Static variable in class javax.ws.rs.Priorities
Header decorator filter/interceptor priority.
HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HEADER_NAME - Static variable in class org.glassfish.jersey.server.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.
HeaderParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
headers(MultivaluedMap<String, Object>) - Method in interface javax.ws.rs.client.Invocation.Builder
Replaces all existing headers with the newly supplied headers.
headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
headers(MultivaluedMap<String, Object>) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
helpQuiesce() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Possibly executes tasks until the pool hosting the current task is quiescent.
Hk2CustomBoundTypesProvider - Interface in org.glassfish.jersey.ext.cdi1x.spi
Helper SPI to help specify Jersey HK2 custom bound types that should be HK2-injectable into CDI components.
HmaSha1Method - Class in org.glassfish.jersey.oauth1.signature
An OAuth signature method that implements HMAC-SHA1.
HmaSha1Method() - Constructor for class org.glassfish.jersey.oauth1.signature.HmaSha1Method
 
HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
host(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI host.
hostnameVerifier(HostnameVerifier) - Method in class javax.ws.rs.client.ClientBuilder
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
href - Variable in class com.sun.research.ws.wadl.Include
 
href - Variable in class com.sun.research.ws.wadl.Method
 
href - Variable in class com.sun.research.ws.wadl.Param
 
href - Variable in class com.sun.research.ws.wadl.Representation
 
html(T) - Static method in class javax.ws.rs.client.Entity
Create a "text/html" entity.
HtmlJsonProvider - Class in org.glassfish.jersey.media.htmljson
Implementation of Jersey's message body reader and writer that can handle reading and writing of JSON models generated by Model annotation provided by net.java.html.json library.
HtmlJsonProvider() - Constructor for class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
 
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.
HTTP_METHOD_OVERRIDE - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines configuration of HTTP method overriding.
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.
HttpHeaders - Interface in javax.ws.rs.core
An injectable interface that provides access to HTTP header information.
HttpMethod - Annotation Type in javax.ws.rs
Associates the name of a HTTP method with an annotation.
httpMethod(String) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the associated HTTP method name.
HttpMethodOverrideFilter - Class in org.glassfish.jersey.server.filter
A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
HttpMethodOverrideFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Create a filter that reads the configuration (ServerProperties.HTTP_METHOD_OVERRIDE) from the provided ResourceConfig instance.
HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source...) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Initializes this filter setting the sources of information the filter should look for.
HttpMethodOverrideFilter.Source - Enum in org.glassfish.jersey.server.filter
Enumeration representing possible sources of information about the method overriding the filter should look for.
HTTPMethods - Enum in com.sun.research.ws.wadl
Java class for HTTPMethods.
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

id - Variable in class com.sun.research.ws.wadl.Method
 
id - Variable in class com.sun.research.ws.wadl.Param
 
id - Variable in class com.sun.research.ws.wadl.Representation
 
id - Variable in class com.sun.research.ws.wadl.Resource
 
id - Variable in class com.sun.research.ws.wadl.ResourceType
 
id(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event id.
IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
IGNORE_PATH_PATTERN - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Property that can be set to a regular expression used to match the path (relative to the base URI) this filter should not be applied to.
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}".
IN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.
IN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Unable to parse inbound event retry value [{0}] as decimal number.
InboundEvent - Class in org.glassfish.jersey.media.sse
Inbound event.
include - Variable in class com.sun.research.ws.wadl.Grammars
 
Include - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Include() - Constructor for class com.sun.research.ws.wadl.Include
 
Include - Class in org.glassfish.jersey.server.mvc.jsp
Includes a side JSP file for the resolvingClass class.
Include() - Constructor for class org.glassfish.jersey.server.mvc.jsp.Include
 
increment() - Method in class jersey.repackaged.jsr166e.LongAdder
Equivalent to add(1).
increment(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Increments the sum associated with the given key.
indexOf(Object) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
indexOf(Object, int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Inflecting<T> - Class in org.glassfish.jersey.server.model
Inflector provider resource model component.
Inflecting() - Constructor for class org.glassfish.jersey.server.model.Inflecting
 
Inflector<DATA,RESULT> - Interface in org.glassfish.jersey.process
A generic interface for transforming data into a result.
inForkJoinPool() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns true if the current thread is a ForkJoinWorkerThread executing as a ForkJoinPool computation.
init() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Invoked before all methods related to wadl-building are invoked.
init(FilterConfig) - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
init(ServletConfig) - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
init(WebConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
Initiate the Web component.
init() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
init(FilterConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
Initializable<T extends Initializable<T>> - Interface in org.glassfish.jersey.client
Initializable Jersey client-side component.
initialize(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Initializes the component provider with a reference to a HK2 service locator instance, which will get used in the application to manage individual components.
initialize(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.RequestScopedInitializer
Perform request-scoped initialization.
initialize(ServiceLocator) - Method in class org.glassfish.jersey.server.spring.SpringComponentProvider
 
initParam(String, String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add an initialization parameter.
initParams(Map<String, String>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Add initialization parameters.
initResource(T) - Method in interface javax.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
initTracingSupport(TracingConfig, TracingLogger.Level, ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
According to configuration/request header it initialize TracingLogger and put it to the request properties.
InjectLink - Annotation Type in org.glassfish.jersey.linking
Specifies a link injection target in a returned representation bean.
InjectLink.Extension - Annotation Type in org.glassfish.jersey.linking
 
InjectLink.Style - Enum in org.glassfish.jersey.linking
Styles of URI supported
InjectLink.Util - Class in org.glassfish.jersey.linking
 
InjectLink.Util() - Constructor for class org.glassfish.jersey.linking.InjectLink.Util
 
InjectLinkNoFollow - Annotation Type in org.glassfish.jersey.linking
Specifies on a field that should be ignored by Link recursive introspection.
InjectLinks - Annotation Type in org.glassfish.jersey.linking
Used to request the addition of a set of links, can be used for both link headers on a Class or injection into a List or Link[] property.
InMemoryTestContainerFactory - Class in org.glassfish.jersey.test.inmemory
In-memory test container factory.
InMemoryTestContainerFactory() - Constructor for class org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory
 
inResponseProcessing() - Method in class org.glassfish.jersey.server.ContainerRequest
Notify this request that the response created from this request is already being processed.
insertElementAt(E, int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
inspect(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityInspector
Inspect entity class and create/update EntityGraph for reader/writer.
install(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
If the given key does not already exist in the table, inserts the key with initial sum of zero; in either case returning the adder associated with this key.
INSTANCE - Static variable in class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
An ClientAsyncExecutor annotation instance.
INSTANCE - Static variable in class org.glassfish.jersey.server.BackgroundSchedulerLiteral
BackgroundScheduler annotation instance.
INSTANCE - Static variable in class org.glassfish.jersey.server.ManagedAsyncExecutorLiteral
ManagedAsyncExecutor annotation instance.
InterceptorContext - Interface in javax.ws.rs.ext
InternalServerErrorException - Exception in javax.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
intValue() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Returns the DoubleAdder.sum() as an int after a narrowing primitive conversion.
intValue() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Returns the DoubleMaxUpdater.max() as an int after a narrowing primitive conversion.
intValue() - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Returns the value of this AtomicDouble as an int after a narrowing primitive conversion.
intValue() - Method in class jersey.repackaged.jsr166e.LongAdder
Returns the LongAdder.sum() as an int after a narrowing primitive conversion.
intValue() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Returns the LongMaxUpdater.max() as an int after a narrowing primitive conversion.
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.
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
INVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
InvalidSecretException - Exception in org.glassfish.jersey.oauth1.signature
Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
InvalidSecretException() - Constructor for exception org.glassfish.jersey.oauth1.signature.InvalidSecretException
Constructs an invalid OAuth secret exception with no detail message.
InvalidSecretException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.InvalidSecretException
Constructs an invalid OAuth secret exception with the specified detail message.
Invocable - Class in org.glassfish.jersey.server.model
A common interface for invocable resource components.
invocation(Link) - Method in interface javax.ws.rs.client.Client
Build an invocation builder from a link.
Invocation - Interface in javax.ws.rs.client
A client request invocation.
invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
invocation(Link) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
Invocation.Builder - Interface in javax.ws.rs.client
A client request invocation builder.
InvocationCallback<RESPONSE> - Interface in javax.ws.rs.client
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
invoke() - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response back.
invoke(Class<T>) - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified type back.
invoke(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified generic type back.
invoke(ForkJoinTask<T>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Performs the given task, returning its result upon completion.
invoke() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Commences performing this task, awaits its completion if necessary, and returns its result, or throws an (unchecked) RuntimeException or Error if the underlying computation did so.
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
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.client.proxy.WebResourceFactory
 
invokeAll(Collection<? extends Callable<T>>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
invokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(ForkJoinTask<?>...) - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(Collection<T>) - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Forks all tasks in the specified collection, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
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.
isAcceptable(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Check if the class is acceptable as a JAX-RS provider or resource.
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.Parameter
 
isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
Returns true if the request is called asynchronously using AsyncInvoker
isCancelled() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the asynchronous response instance has been cancelled.
isCancelled() - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns true if this CompletableFuture was cancelled before it completed normally.
isCancelled() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
 
isChunked() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response entity is a ChunkedOutput instance.
isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler
Return whether the method handler creates instances based on classes.
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.server.ChunkedOutput
Get state information.
isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Check if this thread pool executor provider has been closed.
isCommitted() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the entity stream has been committed.
isCompatible(MediaType) - Method in class javax.ws.rs.core.MediaType
Check if this media type is compatible with another media type.
isCompletedAbnormally() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns true if this task threw an exception or was cancelled.
isCompletedNormally() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns true if this task completed without throwing an exception and was not cancelled.
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.server.spring.AutowiredInjectResolver
 
isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the custom flag value.
isDefaultSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
Get information about used SSLContext.
isDone() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isDone() - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns true if completed in any fashion: normally, exceptionally, or via cancellation.
isDone() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
 
isEmpty() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
isEmpty() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
isEmpty() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Check if the event is empty (i.e.
isEnabled(Feature) - Method in interface javax.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface javax.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEnabled(String) - Method in class org.glassfish.jersey.test.JerseyTest
Check if the Jersey test boolean property (flag) has been set to true.
isEncoded() - Method in class org.glassfish.jersey.server.model.Parameter
If true, the injected parameter value should remain encoded.
isExtended() - Method in class org.glassfish.jersey.server.model.Resource
Get the flag indicating whether the resource is extended.
isExtended() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
isFormattedOutput() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isHeldByCurrentThread() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Queries if this lock is held by the current thread.
isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
Checks whether the character c is hexadecimal character.
isHttpOnly() - Method in class javax.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isIncludeRoot() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
Check if the invocable represents an inflector processing method.
isInRole(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
 
isInRole(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
 
isInRole(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
Returns a boolean indicating whether this consumer is authorized for the specified logical "role".
isInRole(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
Returns a boolean indicating whether this token is authorized for the specified logical "role".
isLocked() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Queries if this lock is held by any thread.
isManagedAsyncDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isManagedAsyncDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked to be executed asynchronously by using an internal Jersey executor service.
isMappable(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
 
isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
Determine whether this provider is able to process a supplied exception instance.
isMappedFromException() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response is result of the exception (for example created during exception mapping).
isMarshalEmptyCollections() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isMethodParameterIndicator() - Method in class org.glassfish.jersey.server.spring.AutowiredInjectResolver
 
isMustRevalidate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
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.
isNameBound() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isNoCache() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
isNoStore() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
isNotPublic() - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that are not public.
isNoTransform() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
isOpen() - Method in class org.glassfish.jersey.media.sse.EventSource
Check if this event source instance has already been opened.
isPresentIn(int) - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns true if the bit corresponding to this flag is set in a given integer value.
isPrivate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
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.
isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isQualified() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter is qualified.
isQuiescent() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns true if all worker threads are currently idle.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyReader
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
Safely invokes isReadable method on the underlying provider.
isReadLocked() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns true if the lock is currently held non-exclusively.
isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Check if the connection retry time has been set in the event.
isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Check if the connection retry time has been set in the event.
isRegistered(Object) - Method in interface javax.ws.rs.core.Configuration
Check if a particular JAX-RS component instance (such as providers or features) has been previously registered in the runtime configuration context.
isRegistered(Class<?>) - Method in interface javax.ws.rs.core.Configuration
Check if a JAX-RS component of the supplied componentClass class has been previously registered in the runtime configuration context.
isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isReleasable() - Method in interface jersey.repackaged.jsr166e.ForkJoinPool.ManagedBlocker
Returns true if blocking is unnecessary.
isRepeating() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the repeating property.
isRequired() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the required property.
isResponseSuccessfullyMapped() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns true if the response was successfully mapped from an exception by exception mappers.
isResponseWritten() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns true if the response has been successfully written.
isSecure() - Method in class javax.ws.rs.core.NewCookie
Whether the cookie will only be sent over a secure connection.
isSecure() - Method in interface javax.ws.rs.core.SecurityContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isShutdown() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns true if this pool has been shut down.
isSimple() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
 
isSuccess() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Return true if the request and response has been successfully processed.
isSuspendDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isSuspendDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked for suspending.
isSuspended() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the asynchronous response instance is in a suspended state.
isTemplateNameAbsolute() - Method in class org.glassfish.jersey.server.mvc.Viewable
Determines whether the template name is represented by an absolute path.
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isTerminated() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns true if all tasks have completed following shut down.
isTerminating() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns true if the process of termination has commenced but not yet completed.
isUserInRole(String) - Method in interface javax.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isWadlGenerationEnabled() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get WADL generation status.
isWeak() - Method in class javax.ws.rs.core.EntityTag
Check the strength of an EntityTag.
isWildcardSubtype() - Method in class javax.ws.rs.core.MediaType
Checks if the subtype is a wildcard.
isWildcardType() - Method in class javax.ws.rs.core.MediaType
Checks if the primary type is a wildcard.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Ascertain if the MessageBodyWriter supports a particular type.
isWriteable(Class, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
Safely invokes isWriteable method on the underlying provider.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
isWriteLocked() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns true if the lock is currently held exclusively.
iterator() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
 
iterator() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
iterator() - Method in class org.glassfish.jersey.server.model.MethodList
Iterator over the list of annotated methods contained in this method list.

J

Jackson1Feature - Class in org.glassfish.jersey.jackson1
Feature used to register Jackson (1.x) JSON providers.
Jackson1Feature() - Constructor for class org.glassfish.jersey.jackson1.Jackson1Feature
 
JacksonFeature - Class in org.glassfish.jersey.jackson
Feature used to register Jackson JSON providers.
JacksonFeature() - Constructor for class org.glassfish.jersey.jackson.JacksonFeature
 
javax.ws.rs - package javax.ws.rs
High-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.client - package javax.ws.rs.client
The JAX-RS client API
javax.ws.rs.container - package javax.ws.rs.container
Container-specific JAX-RS API.
javax.ws.rs.core - package javax.ws.rs.core
Low-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.ext - package javax.ws.rs.ext
APIs that provide extensions to the types supported by the JAX-RS API.
JAXB_PROCESS_XML_ROOT_ELEMENT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true then XML root element tag name for collections will be derived from @XmlRootElement annotation value and won't be de-capitalized.
JAXRS_APPLICATION_CLASS - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Application configuration initialization property whose value is a fully qualified class name of a class that implements Application.
JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class javax.ws.rs.client.ClientBuilder
Name of the property identifying the ClientBuilder implementation to be returned from ClientBuilder.newBuilder().
JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class javax.ws.rs.ext.RuntimeDelegate
Name of the property identifying the RuntimeDelegate implementation to be returned from RuntimeDelegate.getInstance().
JdkHttpHandlerContainer - Class in org.glassfish.jersey.jdkhttp
Jersey Container implementation based on Java SE HttpServer.
JdkHttpHandlerContainerProvider - Class in org.glassfish.jersey.jdkhttp
Container provider for containers based on lightweight Java SE HTTP Server's HttpHandler.
JdkHttpHandlerContainerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
JdkHttpServerFactory - Class in org.glassfish.jersey.jdkhttp
Factory for creating JDK HttpServer instances to run Jersey applications.
JdkHttpServerTestContainerFactory - Class in org.glassfish.jersey.test.jdkhttp
Factory for testing JdkHttpHandlerContainer.
JdkHttpServerTestContainerFactory() - Constructor for class org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory
 
jersey.repackaged.jsr166e - package jersey.repackaged.jsr166e
 
jersey.repackaged.jsr166e.extra - package jersey.repackaged.jsr166e.extra
 
JERSEY_CONFIG_TEST_CONTAINER_CONTEXT_ROOT - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The context root where the deployed application will be accessible.
JERSEY_CONFIG_TEST_CONTAINER_LOGFILE - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The log file where the output (stdout/stderr) of container is located.
JERSEY_CONFIG_TEST_MEMLEAK_HEAP_DUMP_PATH - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The path where to create heap dump files.
JERSEY_CONFIG_TEST_MEMLEAK_TIMEOUT - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The memory leak timeout denotes successful end of the memory leak test.
JERSEY_CONTAINER_CANT_LOAD() - Static method in class org.glassfish.jersey.servlet.portability.LocalizationMessages
Unable to instantiate Jersey ServletContainer.
JERSEY_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.servlet.portability.LocalizationMessages
No Jersey runtime found on the application classpath.
JERSEY_TEST_HOST - Static variable in class org.glassfish.jersey.test.external.ExternalTestContainerFactory
Specifies the active test container host address where application is deployed.
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, SSLContext, HostnameVerifier, DefaultSslContextProvider) - 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.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, DefaultSslContextProvider) - 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.
JerseyServletContainerInitializer - Class in org.glassfish.jersey.servlet.init
ServletContainerInitializer implementation used for Servlet 3.x deployment.
JerseyServletContainerInitializer() - Constructor for class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 
JerseyTest - Class in org.glassfish.jersey.test
Parent class for testing JAX-RS and Jersey-based applications using Jersey test framework.
JerseyTest() - Constructor for class org.glassfish.jersey.test.JerseyTest
Initialize JerseyTest instance.
JerseyTest(TestContainerFactory) - Constructor for class org.glassfish.jersey.test.JerseyTest
Initialize JerseyTest instance and specify the test container factory to be used by this test.
JerseyTest(Application) - Constructor for class org.glassfish.jersey.test.JerseyTest
Initialize JerseyTest instance.
JerseyTestNg - Class in org.glassfish.jersey.test
Parent class for testing JAX-RS and Jersey-based applications using Jersey test framework and TestNG framework.
JerseyTestNg() - Constructor for class org.glassfish.jersey.test.JerseyTestNg
Initialize JerseyTestNg instance.
JerseyTestNg(TestContainerFactory) - Constructor for class org.glassfish.jersey.test.JerseyTestNg
Initialize JerseyTestNg instance and specify the test container factory to be used by this test.
JerseyTestNg(Application) - Constructor for class org.glassfish.jersey.test.JerseyTestNg
Initialize JerseyTestNg instance.
JerseyTestNg.ContainerPerClassTest - Class in org.glassfish.jersey.test
Parent for TestNg tests that needs to create a test container only once per a test class.
JerseyTestNg.ContainerPerClassTest() - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
 
JerseyTestNg.ContainerPerClassTest(TestContainerFactory) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
 
JerseyTestNg.ContainerPerClassTest(Application) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
 
JerseyTestNg.ContainerPerMethodTest - Class in org.glassfish.jersey.test
Parent for TestNg tests that needs to create a separate test container for each test in a test class.
JerseyTestNg.ContainerPerMethodTest() - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
 
JerseyTestNg.ContainerPerMethodTest(TestContainerFactory) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
 
JerseyTestNg.ContainerPerMethodTest(Application) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
 
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.
JettisonConfig - Class in org.glassfish.jersey.jettison
An immutable configuration of JSON notation and options.
JettisonConfig.Builder - Class in org.glassfish.jersey.jettison
Builder class for constructing JettisonConfig options
JettisonConfig.MappedJettisonBuilder - Class in org.glassfish.jersey.jettison
Builder class for constructing JettisonConfig options for the JettisonConfig.Notation.MAPPED_JETTISON convention.
JettisonConfig.Notation - Enum in org.glassfish.jersey.jettison
Enumeration of supported JSON notations.
JettisonConfigured - Interface in org.glassfish.jersey.jettison
An interface declaring a JSON configuration is available.
JettisonFeature - Class in org.glassfish.jersey.jettison
Feature used to register Jettison JSON providers.
JettisonFeature() - Constructor for class org.glassfish.jersey.jettison.JettisonFeature
 
JettisonJaxbContext - Class in org.glassfish.jersey.jettison
An adaption of JAXBContext that supports marshalling and unmarshalling of JAXB beans using the JSON format.
JettisonJaxbContext(Class...) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Constructs a new instance with default JettisonConfig.
JettisonJaxbContext(JettisonConfig, Class...) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Constructs a new instance with given JettisonConfig.
JettisonJaxbContext(Class[], Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Constructs a new instance with a custom set of properties.
JettisonJaxbContext(JettisonConfig, Class[], Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Constructs a new instance with a custom set of properties.
JettisonJaxbContext(String) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Construct a new instance of using context class loader of the thread with default JettisonConfig.
JettisonJaxbContext(JettisonConfig, String) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Construct a new instance of using context class loader of the thread with given JettisonConfig.
JettisonJaxbContext(String, ClassLoader) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Construct a new instance using a specified class loader with default JettisonConfig.
JettisonJaxbContext(String, ClassLoader, Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Construct a new instance using a specified class loader and a custom set of properties.
JettisonJaxbContext(JettisonConfig, String, ClassLoader, Map<String, Object>) - Constructor for class org.glassfish.jersey.jettison.JettisonJaxbContext
Construct a new instance using a specified class loader, set of properties and JettisonConfig .
JettisonMarshaller - Interface in org.glassfish.jersey.jettison
A JSON marshaller responsible for serializing Java content trees, defined by JAXB, to JSON data.
JettisonUnmarshaller - Interface in org.glassfish.jersey.jettison
A JSON unmarshaller responsible for deserializing JSON data to a Java content tree, defined by JAXB.
JettyClientProperties - Class in org.glassfish.jersey.jetty.connector
Configuration options specific to the Client API that utilizes JettyConnectorProvider.
JettyConnectorProvider - Class in org.glassfish.jersey.jetty.connector
A ConnectorProvider for Jersey connector instances that utilize the Jetty HTTP Client to send and receive HTTP request and responses.
JettyConnectorProvider() - Constructor for class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
 
JettyHttpContainer - Class in org.glassfish.jersey.jetty
Jersey Container implementation based on Jetty Handler.
JettyHttpContainerFactory - Class in org.glassfish.jersey.jetty
Factory for creating and starting Jetty server handlers.
JettyHttpContainerProvider - Class in org.glassfish.jersey.jetty
Container provider for containers based on Jetty Server Handler.
JettyHttpContainerProvider() - Constructor for class org.glassfish.jersey.jetty.JettyHttpContainerProvider
 
JettyTestContainerFactory - Class in org.glassfish.jersey.test.jetty
Factory for testing JettyHttpContainer.
JettyTestContainerFactory() - Constructor for class org.glassfish.jersey.test.jetty.JettyTestContainerFactory
 
JettyWebContainerFactory - Class in org.glassfish.jersey.jetty.servlet
Factory for creating and starting Jetty Server instances for deploying a Servlet.
join() - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns the result value when complete, or throws an (unchecked) exception if completed exceptionally.
join() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns the result of the computation when it is done.
json(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/json" entity.
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 - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable configuration of Json Processing (JSR-353) feature on server.
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
JSONP - Annotation Type in org.glassfish.jersey.server
Annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptable media type of this request.
JsonProcessingFeature - Class in org.glassfish.jersey.jsonp
Feature used to register JSON-P providers.
JsonProcessingFeature() - Constructor for class org.glassfish.jersey.jsonp.JsonProcessingFeature
 
jsonXml2JsonNs - Variable in class org.glassfish.jersey.jettison.JettisonConfig.Builder
 
JspMvcFeature - Class in org.glassfish.jersey.server.mvc.jsp
Feature used to add support for MVC and JSP templates.
JspMvcFeature() - Constructor for class org.glassfish.jersey.server.mvc.jsp.JspMvcFeature
 

K

keep(AnnotatedMethod) - Method in interface org.glassfish.jersey.server.model.MethodList.Filter
Decide whether the method should remain in the list or should be filtered out.
key - Static variable in enum org.glassfish.jersey.client.oauth2.OAuth2Parameters.GrantType
Parameter key name.
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.
keys() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns an enumeration of the keys in this table.
keySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
keySet() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in class jersey.repackaged.jsr166e.LongAdderTable
Returns the current set of keys.
keyStore(KeyStore, char[]) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side key store.
keyStore(KeyStore, String) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side 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.
KryoFeature - Class in org.glassfish.jersey.kryo
Feature used to register Kryo providers.
KryoFeature() - Constructor for class org.glassfish.jersey.kryo.KryoFeature
 

L

lang - Variable in class com.sun.research.ws.wadl.Doc
 
language(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
language(Locale) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
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.
LANGUAGE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to languages.
languageMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
languages(Locale...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported languages.
languages(Locale...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the language(s) for this variant.
LAST_EVENT_ID_HEADER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
"Last-Event-ID" HTTP request header name as defined by SSE specification.
LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
lastElement() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
lastIndexOf(Object) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
lastIndexOf(Object, int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
lastModified(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity last modification date.
lazySet(double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Eventually sets to the given value.
lazySet(int, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Eventually sets the element at position i to the given value.
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.
length() - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Returns the length of the array.
Link - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Link() - Constructor for class com.sun.research.ws.wadl.Link
 
link - Variable in class com.sun.research.ws.wadl.Param
 
LINK - Static variable in interface javax.ws.rs.core.HttpHeaders
Link - Class in javax.ws.rs.core
Class representing hypermedia links.
Link() - Constructor for class javax.ws.rs.core.Link
 
link(Link) - Method in interface javax.ws.rs.core.Link.Builder
Initialize builder using another link.
link(String) - Method in interface javax.ws.rs.core.Link.Builder
Initialize builder using another link represented as a string.
link(URI, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a link header.
link(String, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a link header.
Link.Builder - Interface in javax.ws.rs.core
Builder class for hypermedia links.
Link.JaxbAdapter - Class in javax.ws.rs.core
An implementation of JAXB XmlAdapter that maps the JAX-RS Link type to a value that can be marshalled and unmarshalled by JAXB.
Link.JaxbAdapter() - Constructor for class javax.ws.rs.core.Link.JaxbAdapter
 
Link.JaxbLink - Class in javax.ws.rs.core
Value type for Link that can be marshalled and unmarshalled by JAXB.
Link.JaxbLink() - Constructor for class javax.ws.rs.core.Link.JaxbLink
Default constructor needed during unmarshalling.
Link.JaxbLink(URI) - Constructor for class javax.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and no parameters.
Link.JaxbLink(URI, Map<QName, Object>) - Constructor for class javax.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and some parameters.
links(Link...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add one or more link headers.
listIterator() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
listIterator(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
Load the internal configuration state from an externally provided configuration state.
loadWadlGeneratorsFromConfig(Map<String, Object>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
Load the WadlGeneratorConfig from the provided ResourceConfig using the property ServerProperties.WADL_GENERATOR_CONFIG.
localizableBEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableCTX_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableCTX_LOOKUP_STARTED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableCTX_LOOKUP_SUCESSFUL() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableERROR_BUFFERING_ENTITY() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
 
localizableEVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
 
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() - Static method in class org.glassfish.jersey.jetty.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
 
localizableIN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableIN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
 
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
localizableJERSEY_CONTAINER_CANT_LOAD() - Static method in class org.glassfish.jersey.servlet.portability.LocalizationMessages
 
localizableJERSEY_NOT_AVAILABLE() - Static method in class org.glassfish.jersey.servlet.portability.LocalizationMessages
 
localizableMETHOD_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
localizableNO_BEANS_FOUND_FOR_TYPE(Object) - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableNONE_OR_MULTIPLE_BEANS_AVAILABLE(Object) - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableNOT_IN_REQUEST_SCOPE() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableOUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableREGISTERING_CTX_LOADER_LISTENER() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableSKIPPING_CTX_LODAER_LISTENER_REGISTRATION() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableSPRING_COMPONENT_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.apache.connector.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
 
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.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
 
LocalizationMessages - Class in org.glassfish.jersey.grizzly.connector
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.grizzly.connector.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.jetty.connector
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.jetty.connector.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.media.sse
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.media.sse.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.server.spring
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.server.spring.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.servlet.portability
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.servlet.portability.LocalizationMessages
 
LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the location.
LOCATION_HEADER_RELATIVE_URI_RESOLUTION_DISABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will not attempt to resolve relative URIs in the Location http header against the request URI.
lock() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Acquires the lock.
lockInterruptibly() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Acquires the lock unless the current thread is interrupted.
LOG_TRAFFIC - Static variable in class org.glassfish.jersey.test.TestProperties
If set to true the property enables basic logging of the request and response flow on both - client and server.
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.
LOGIN_HINT - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
Property key that defines values for "login_hint" parameter used in Google OAuth flow.
loginHint(String) - Method in class org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
Set login hint parameter used in Authorization Request.
logStart(ContainerRequest) - Static method in class org.glassfish.jersey.server.TracingUtils
Log tracing messages START events.
LongAdder - Class in jersey.repackaged.jsr166e
One or more variables that together maintain an initially zero long sum.
LongAdder() - Constructor for class jersey.repackaged.jsr166e.LongAdder
Creates a new adder with initial sum of zero.
LongAdderTable<K> - Class in jersey.repackaged.jsr166e
A keyed table of adders, that may be useful in computing frequency counts and histograms, or may be used as a form of multiset.
LongAdderTable() - Constructor for class jersey.repackaged.jsr166e.LongAdderTable
Creates a new empty table.
LongMaxUpdater - Class in jersey.repackaged.jsr166e
One or more variables that together maintain a running long maximum with initial value Long.MIN_VALUE.
LongMaxUpdater() - Constructor for class jersey.repackaged.jsr166e.LongMaxUpdater
Creates a new instance with initial maximum of Long.MIN_VALUE.
longValue() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Returns the DoubleAdder.sum() as a long after a narrowing primitive conversion.
longValue() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Returns the DoubleMaxUpdater.max() as a long after a narrowing primitive conversion.
longValue() - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Returns the value of this AtomicDouble as a long after a narrowing primitive conversion.
longValue() - Method in class jersey.repackaged.jsr166e.LongAdder
Equivalent to LongAdder.sum().
longValue() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Equivalent to LongMaxUpdater.max().
lookupLocator() - Method in class org.glassfish.jersey.weld.se.WeldHk2LocatorManager
 
LoopBackConnectorProvider - Class in org.glassfish.jersey.test.util.client
The default connector provider used for testing/benchmarking purposes.
LoopBackConnectorProvider() - Constructor for class org.glassfish.jersey.test.util.client.LoopBackConnectorProvider
 

M

ManagedAsync - Annotation Type in org.glassfish.jersey.server
Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey executor service.
managedAsync() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the managed async required flag on the method model to true.
ManagedAsyncExecutor - Annotation Type in org.glassfish.jersey.server
Injection qualifier that can be used to inject an ExecutorService instance used by Jersey to execute managed asynchronous requests.
ManagedAsyncExecutorLiteral - Class in org.glassfish.jersey.server
ManagedAsyncExecutor annotation literal.
managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class jersey.repackaged.jsr166e.ForkJoinPool
Blocks in accord with the given blocker.
map - Variable in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
mappedJettison() - Static method in class org.glassfish.jersey.jettison.JettisonConfig
A static method for obtaining a builder of JettisonConfig instance, which will use JettisonConfig.Notation.MAPPED_JETTISON JSON notation.
mappingCount() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the number of mappings.
marshal(Link) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link into a Link.JaxbLink.
marshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for used Marshaller.
marshallToJSON(Object, OutputStream) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
Marshall the content tree rooted at jaxbElement into an output stream.
marshallToJSON(Object, Writer) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
Marshall the content tree rooted at jaxbElement into an output stream.
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 interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.
matrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MatrixParam - Annotation Type in javax.ws.rs
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
matrixParam(String, Object...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
max() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Returns the current maximum.
max() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Returns the current maximum.
MAX_AGE - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Property defines maximum age (in milliseconds) of nonces that should be tracked (default = 300000 ms = 5 min).
MAX_NONCE_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Defines maximum number of nonces that can be stored in the nonce cache.
maxThenReset() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Equivalent in effect to DoubleMaxUpdater.max() followed by DoubleMaxUpdater.reset().
maxThenReset() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Equivalent in effect to LongMaxUpdater.max() followed by LongMaxUpdater.reset().
MEDIA_TYPE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to media types.
MEDIA_TYPE_WILDCARD - Static variable in class javax.ws.rs.core.MediaType
The value of a type or subtype wildcard "*".
mediaType - Variable in class com.sun.research.ws.wadl.Option
 
mediaType - Variable in class com.sun.research.ws.wadl.Representation
 
MediaType - Class in javax.ws.rs.core
An abstraction for a media type.
MediaType(String, String, Map<String, String>) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and parameters.
MediaType(String, String) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type and subtype.
MediaType(String, String, String) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and "charset" parameter.
MediaType() - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType, both type and subtype are wildcards.
mediaType(MediaType) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set the media type of the event data.
mediaTypeMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
MediaTypePredictor - Interface in org.glassfish.jersey.media.multipart.file
An interface which allows developers implement their own media type predictor.
mediaTypes(MediaType...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported media types.
mediaTypes(MediaType...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the media type(s) for this variant.
MemoryLeakSucceedingTimeout - Class in org.glassfish.jersey.test.memleak.common
 
MemoryLeakSucceedingTimeout() - Constructor for class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
 
MemoryLeakSucceedingTimeout(int) - Constructor for class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
 
MemoryLeakUtils - Class in org.glassfish.jersey.test.memleak.common
Utility class for memory leak test infrastructure.
merge(K, V, ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
If the specified key is not already associated with a (non-null) value, associates it with the given value.
mergeWith(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model into this resource model builder.
mergeWith(Resource.Builder) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model builder into this resource model builder.
MessageBodyReader<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
messageBodyWorkers - Variable in class org.glassfish.jersey.media.multipart.BodyPart
 
MessageBodyWorkers - Interface in org.glassfish.jersey.message
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageBodyWriter<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a Java type to a stream.
messageInterpolator(MessageInterpolator) - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Defines the message interpolator.
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 - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable META-INF/services lookup on 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 - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Method() - Constructor for class com.sun.research.ws.wadl.Method
 
method(String) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
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
 
method(String) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
method(String, Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
method(String, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
method(String, Entity<?>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
method(String) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
method(String, Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
method(String, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
method(String, Entity<?>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
method(String) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke an arbitrary method for the current request.
method(String) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
method(String, Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
method(String, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
method(String, Entity<?>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
method(String) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
method(String, Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
method(String, GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
METHOD_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
Method {0} not supported.
MethodHandler - Class in org.glassfish.jersey.server.model
Resource method handler model.
MethodHandler() - Constructor for class org.glassfish.jersey.server.model.MethodHandler
Create new instance of a resource method handler model.
MethodHandler(Collection<Parameter>) - Constructor for class org.glassfish.jersey.server.model.MethodHandler
Create new instance of a resource method handler model.
MethodList - Class in org.glassfish.jersey.server.model
Iterable list of methods on a single class with convenience getters for additional method information.
MethodList(Class<?>) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list for a class.
MethodList(Class<?>, boolean) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list for a class.
MethodList(Collection<Method>) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given collection of methods.
MethodList(Method...) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given array of methods.
MethodList(AnnotatedMethod...) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given array of annotated methods.
MethodList.Filter - Interface in org.glassfish.jersey.server.model
Method list filter.
methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
 
methodOrResource - Variable in class com.sun.research.ws.wadl.ResourceType
 
ModelProcessor - Interface in org.glassfish.jersey.server.model
Contract for a model processors that processes resource models during application initialization and resource returned by sub resource locators.
ModelValidationException - Exception in org.glassfish.jersey.server.model
Resource model validation exception.
ModelValidationException(String, List<ResourceModelIssue>) - Constructor for exception org.glassfish.jersey.server.model.ModelValidationException
Creates new resource model validation exception with the list of validation issues and the message.
modificationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
modificationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "modification-date" parameter.
MONITORING_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then application monitoring will be enabled.
MONITORING_STATISTICS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then calculation of monitoring statistics will be enabled.
MONITORING_STATISTICS_MBEANS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will expose MBeans with monitoring statistics.
MONITORING_STATISTICS_REFRESH_INTERVAL - Static variable in class org.glassfish.jersey.server.ServerProperties
Interval (in ms) indicating how often will be monitoring statistics refreshed and onStatistics method called.
MonitoringStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics return statistic information about application run like number of requests received, duration of request processing, number of successfully processed requests, statistical information about execution of methods and resources, information about matching.
MonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
A Jersey specific provider that listens to monitoring statistics.
moveTo(File) - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
Move the contents of the underlying InputStream or File to the given file.
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 - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable configuration of MOXy Json feature on server.
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.
MoxyJsonConfig - Class in org.glassfish.jersey.moxy.json
Configuration class for MOXy JSON provider.
MoxyJsonConfig() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a new configuration for MOXyJsonProvider and initialize default properties.
MoxyJsonConfig(boolean) - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a new configuration for MOXyJsonProvider.
MoxyJsonFeature - Class in org.glassfish.jersey.moxy.json
Feature used to register MOXy JSON providers.
MoxyJsonFeature() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
MoxyXmlFeature - Class in org.glassfish.jersey.moxy.xml
Feature used to register MOXy XML providers.
MoxyXmlFeature() - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Default constructor creates standard JAXBContext without any activated features and properties.
MoxyXmlFeature(Class<?>...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Constructor which allows MOXy JAXBContext customization.
MoxyXmlFeature(Map<String, Object>, ClassLoader, boolean, Class...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Constructor which allows MOXy JAXBContext customization.
MULTI_PART_CONFIG_RESOURCE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of a properties resource that (if found in the classpath for this application) will be used to configure the settings returned by our getter methods.
MultiPart - Class in org.glassfish.jersey.media.multipart
A mutable model representing a MIME MultiPart entity.
MultiPart() - Constructor for class org.glassfish.jersey.media.multipart.MultiPart
Instantiates a new MultiPart with a mediaType of multipart/mixed.
MultiPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.MultiPart
Instantiates a new MultiPart with the specified characteristics.
MULTIPART_ALTERNATIVE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/alternative"
MULTIPART_ALTERNATIVE_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/alternative"
MULTIPART_DIGEST - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/digest"
MULTIPART_DIGEST_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/digest"
MULTIPART_FORM_DATA - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "multipart/form-data" media type.
MULTIPART_FORM_DATA_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "multipart/form-data" media type.
MULTIPART_MIXED - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/mixed"
MULTIPART_MIXED_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/mixed"
MULTIPART_PARALLEL - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/parallel"
MULTIPART_PARELLEL_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/parallel"
MultiPartFeature - Class in org.glassfish.jersey.media.multipart
Feature used to register Multipart providers.
MultiPartFeature() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartFeature
 
MultiPartMediaTypes - Class in org.glassfish.jersey.media.multipart
Convenience MediaType (and associated String) manifest constants.
MultiPartMediaTypes() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
MultiPartProperties - Class in org.glassfish.jersey.media.multipart
Injectable JavaBean containing the configuration parameters for jersey-multipart as used in this particular application.
MultiPartProperties() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartProperties
Load and customize (if necessary) the configuration values for the jersey-multipart injection binder.
MultivaluedHashMap<K,V> - Class in javax.ws.rs.core
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in javax.ws.rs.core
A map of key-values pairs.
MustacheMvcFeature - Class in org.glassfish.jersey.server.mvc.mustache
Feature used to add support for MVC and Mustache templates.
MustacheMvcFeature() - Constructor for class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
 
MvcBeanValidationFeature - Class in org.glassfish.jersey.server.mvc.beanvalidation
Feature used to add support for MVC and Bean Validation.
MvcBeanValidationFeature() - Constructor for class org.glassfish.jersey.server.mvc.beanvalidation.MvcBeanValidationFeature
 
MvcFeature - Class in org.glassfish.jersey.server.mvc
MvcFeature used to add MVC support to the server.
MvcFeature() - Constructor for class org.glassfish.jersey.server.mvc.MvcFeature
 

N

NaiveResourceMappingContext - Class in org.glassfish.jersey.linking.mapping
This implementation of the resource mapping context assumed resources are of a simple type with a statically defined structure.
NaiveResourceMappingContext(ExtendedResourceContext) - Constructor for class org.glassfish.jersey.linking.mapping.NaiveResourceMappingContext
 
name - Variable in class com.sun.research.ws.wadl.Method
 
name - Variable in class com.sun.research.ws.wadl.Param
 
name(String) - Static method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
Start building a form data content disposition.
name(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event name.
NAME - Static variable in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
 
name() - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
 
name() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
Returns the name of this signature method, as negotiated through the OAuth protocol.
NAME - Static variable in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
Method name.
name() - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
 
NAME - Static variable in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
 
name() - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
 
name(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new name of the built resource.
NameBinding - Annotation Type in javax.ws.rs
Meta-annotation used to create name binding annotations for filters and interceptors.
nameBindings(Collection<Class<? extends Annotation>>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Class<? extends Annotation>...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Annotation...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
NameBound - Interface in org.glassfish.jersey.model
Model component that can be name bound.
named(String) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Set a custom name for the event source.
nameStartsWith(String) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a specified method name prefix.
newAccessToken(OAuth1Token, String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
newAccessToken(OAuth1Token, String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
Creates a new access token.
newBuilder() - Static method in class javax.ws.rs.client.ClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient() - Static method in class javax.ws.rs.client.ClientBuilder
Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient(Configuration) - Static method in class javax.ws.rs.client.ClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient() - Static method in class org.glassfish.jersey.client.rx.guava.RxListenableFuture
Create a new reactive client instance parametrized with invoker based on the listenable future from Guava.
newClient(ExecutorService) - Static method in class org.glassfish.jersey.client.rx.guava.RxListenableFuture
Create a new reactive client instance parametrized with invoker based on the listenable future from Guava.
newClient() - Static method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFuture
Create a new reactive client instance parametrized with invoker based on the completable future from JSR-166e (pre-Java 8).
newClient(ExecutorService) - Static method in class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFuture
Create a new reactive client instance parametrized with invoker based on the completable future from JSR-166e (pre-Java 8).
newClient(Class<RX>) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance parametrized with given reactive invocation type.
newClient(Class<RX>, ExecutorService) - Static method in class org.glassfish.jersey.client.rx.Rx
Create a new reactive client instance parametrized with given reactive invocation type.
newClient() - Static method in class org.glassfish.jersey.client.rx.rxjava.RxObservable
Create a new reactive client instance parametrized with invoker based on the observable from RxJava.
newClient(ExecutorService) - Static method in class org.glassfish.jersey.client.rx.rxjava.RxObservable
Create a new reactive client instance parametrized with invoker based on the observable from RxJava.
newCondition() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Throws UnsupportedOperationException.
NewCookie - Class in javax.ws.rs.core
Used to create a new HTTP cookie, transferred in a response.
NewCookie(String, String) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(Cookie) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance copying the information in the supplied cookie.
NewCookie(Cookie, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
newInstance() - Static method in class javax.ws.rs.core.Response.ResponseBuilder
Create a new builder instance.
newInstance() - Static method in class javax.ws.rs.core.UriBuilder
Creates a new instance of UriBuilder.
newInstance() - Static method in class javax.ws.rs.core.Variant.VariantListBuilder
Create a new builder instance.
newInstance() - Static method in class org.glassfish.jersey.SslConfigurator
Get a new & initialized SSL configurator instance.
newInstance(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
Get a new SSL configurator instance.
newInstance(Application) - Static method in class org.glassfish.jersey.test.DeploymentContext
Create a new deployment context for a JAX-RS / Jersey application instance.
newInstance(Class<? extends Application>) - Static method in class org.glassfish.jersey.test.DeploymentContext
Create a new deployment context for a JAX-RS / Jersey application instance.
newInstance(Application) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create a new servlet deployment context for a JAX-RS / Jersey application instance.
newInstance(Class<? extends Application>) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create a new servlet deployment context for a JAX-RS / Jersey application instance.
newInstance(String) - Static method in class org.glassfish.jersey.test.ServletDeploymentContext
Create new servlet deployment context initialized with the providers from the specified packages.
newKeySet() - Static method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new Set backed by a ConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int) - Static method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Creates a new Set backed by a ConcurrentHashMapV8 from the given type to Boolean.TRUE.
newRequestToken(String, String, Map<String, List<String>>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
 
newRequestToken(String, String, Map<String, List<String>>) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
Creates a new request token for a given consumerKey.
newResource(Class<C>, WebTarget) - Static method in class org.glassfish.jersey.client.proxy.WebResourceFactory
Creates a new client-side representation of a resource described by the interface passed in the first argument.
newResource(Class<C>, WebTarget, boolean, MultivaluedMap<String, Object>, List<Cookie>, Form) - Static method in class org.glassfish.jersey.client.proxy.WebResourceFactory
Creates a new client-side representation of a resource described by the interface passed in the first argument.
newTaskFor(Runnable, T) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
newTaskFor(Callable<T>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
newThread(ForkJoinPool) - Method in interface jersey.repackaged.jsr166e.ForkJoinPool.ForkJoinWorkerThreadFactory
Returns a new worker thread operating in the given pool.
newUUIDString() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Generates a new non-guessable random string (used for token/customer strings, secrets and verifier.
next(int) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
 
nextComplete() - Method in class jersey.repackaged.jsr166e.CountedCompleter
If this task does not have a completer, invokes ForkJoinTask.quietlyComplete() and returns null.
nextDouble(double) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed double value between 0 (inclusive) and the specified value (exclusive).
nextDouble(double, double) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextInt(int, int) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextLong(long) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between 0 (inclusive) and the specified value (exclusive).
nextLong(long, long) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
NO_BEANS_FOUND_FOR_TYPE(Object) - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
No beans found.
NO_CALLBACK_URI_VALUE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Default value of the callback URI that should be used during Authorization flow for Request Token request when the client is not capable of handling redirects (e.g.
NO_FAIL - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
If set to true makes the correct OAuth authentication optional.
NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
"No priority" constant.
NO_TIMEOUT - Static variable in interface javax.ws.rs.container.AsyncResponse
Constant specifying no suspend timeout value.
noContent() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for an empty response.
NoContentException - Exception in javax.ws.rs.core
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.
NoContentException(String) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(String, Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
nonce(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Set the nonce.
NONCE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the nonce.
nonce(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting nonce.
nonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting nonce to a randomly-generated UUID.
NONE_OR_MULTIPLE_BEANS_AVAILABLE(Object) - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
None or multiple beans found in Spring context for type {0}, skipping the type.
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.
NOT_IN_REQUEST_SCOPE() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Cannot ask for request attributes - request is not active anymore!
notAcceptable(List<Variant>) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a not acceptable response.
NotAcceptableException - Exception in javax.ws.rs
A runtime exception indicating that a client request is not acceptable by the server.
NotAcceptableException() - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAllowedException - Exception in javax.ws.rs
A runtime exception indicating a client requesting a resource method that is not allowed.
NotAllowedException(String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAuthorizedException - Exception in javax.ws.rs
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
NotAuthorizedException(Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotFoundException - Exception in javax.ws.rs
A runtime exception indicating a resource requested by a client was not found on the server.
NotFoundException() - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
notModified() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
NotSupportedException - Exception in javax.ws.rs
A runtime exception indicating that the client request entity media type is not supported.
NotSupportedException() - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.

O

OAuth1AuthorizationFlow - Interface in org.glassfish.jersey.client.oauth1
The interface of the OAuth 1 Authorization Flow utility.
OAuth1Builder - Interface in org.glassfish.jersey.client.oauth1
Builder of OAuth 1 client support.
OAuth1Builder.FilterFeatureBuilder - Interface in org.glassfish.jersey.client.oauth1
Builder of the Feature.
OAuth1Builder.FlowBuilder - Interface in org.glassfish.jersey.client.oauth1
Builder of the OAuth1AuthorizationFlow.
OAuth1ClientSupport - Class in org.glassfish.jersey.client.oauth1
The main class to build the support for OAuth 1 into the Jersey client.
OAuth1Consumer - Interface in org.glassfish.jersey.server.oauth1
Class representing a registered consumer.
OAuth1Exception - Exception in org.glassfish.jersey.server.oauth1
OAuth1Exception(Response.Status, String) - Constructor for exception org.glassfish.jersey.server.oauth1.OAuth1Exception
Create a new exception.
OAuth1Parameters - Class in org.glassfish.jersey.oauth1.signature
A data structure class that represents OAuth protocol parameters.
OAuth1Parameters() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
 
OAuth1Provider - Interface in org.glassfish.jersey.server.oauth1
Contract for a provider that supports managing OAuth tokens and consumer secrets.
OAuth1Request - Interface in org.glassfish.jersey.oauth1.signature
Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.
OAuth1Secrets - Class in org.glassfish.jersey.oauth1.signature
Contains the secrets used to generate and/or verify signatures.
OAuth1Secrets() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
 
OAuth1ServerFeature - Class in org.glassfish.jersey.server.oauth1
The feature enables support for OAuth 1.0a on the server.
OAuth1ServerFeature(OAuth1Provider, String, String) - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
Create a new feature configured with OAuth provider and request and access token URIs.
OAuth1ServerFeature(OAuth1Provider) - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
Create a new feature configured with OAuth provider.
OAuth1ServerFeature() - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
Create a new feature.
OAuth1ServerProperties - Class in org.glassfish.jersey.server.oauth1
Properties used to configure OAuth server module.
OAuth1ServerProperties() - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
 
OAuth1Signature - Class in org.glassfish.jersey.oauth1.signature
Injectable class used for processing an OAuth signature (signing or verifying).
OAuth1Signature(ServiceLocator) - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Signature
Create a new instance of the OAuth signature configured with injected ServiceLocator.
OAuth1SignatureException - Exception in org.glassfish.jersey.oauth1.signature
Thrown to indicate that an OAuth exception occurred.
OAuth1SignatureException() - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
Constructs an OAuth signature exception with no detail message.
OAuth1SignatureException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
Constructs an OAuth signature exception with the specified detail message.
OAuth1SignatureException(Throwable) - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
Constructs an OAuth signature exception with the specified cause.
OAuth1SignatureFeature - Class in org.glassfish.jersey.oauth1.signature
Feature enabling OAuth signature support.
OAuth1SignatureFeature() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
 
OAuth1SignatureMethod - Interface in org.glassfish.jersey.oauth1.signature
An interface representing the OAuth signature method.
OAuth1Token - Interface in org.glassfish.jersey.server.oauth1
Interface representing an OAuth token (i.e.
OAUTH2_PROPERTY_ACCESS_TOKEN - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
Key of the property that can be attached to the client request using ClientRequestContext.setProperty(String, Object) and that defines access token that should be used when generating OAuth Authorization http header.
OAuth2ClientSupport - Class in org.glassfish.jersey.client.oauth2
Main class to build the Authorization Flow instances and client filter feature that can supports performing of authenticated OAuth requests.
OAuth2CodeGrantFlow - Interface in org.glassfish.jersey.client.oauth2
The interface that defines OAuth 2 Authorization Code Grant Flow.
OAuth2CodeGrantFlow.Builder<T extends OAuth2CodeGrantFlow.Builder> - Interface in org.glassfish.jersey.client.oauth2
The builder of OAuth2CodeGrantFlow.
OAuth2CodeGrantFlow.Phase - Enum in org.glassfish.jersey.client.oauth2
Phase of the Authorization Code Grant Flow.
OAuth2FlowGoogleBuilder - Class in org.glassfish.jersey.client.oauth2
Class that provides methods to build OAuth2CodeGrantFlow pre-configured for usage with Google provider.
OAuth2FlowGoogleBuilder.AccessType - Enum in org.glassfish.jersey.client.oauth2
Enum that defines values for "access_type" parameter used in Google OAuth flow.
OAuth2FlowGoogleBuilder.Display - Enum in org.glassfish.jersey.client.oauth2
Enum that defines values for "display" parameter used in Google OAuth flow.
OAuth2FlowGoogleBuilder.Prompt - Enum in org.glassfish.jersey.client.oauth2
Enum that defines values for "prompt" parameter used in Google OAuth flow.
OAuth2Parameters - Class in org.glassfish.jersey.client.oauth2
Class that contains definition od parameters used in OAuth2.
OAuth2Parameters.GrantType - Enum in org.glassfish.jersey.client.oauth2
Parameter grant_type used in the access token request.
OAUTH_PROPERTY_ACCESS_TOKEN - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
Key of the property that can be attached to the client request using ClientRequestContext.setProperty(String, Object) and that defines access token that should be used when generating OAuth Authorization http header.
OAUTH_PROPERTY_CONSUMER_CREDENTIALS - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
Key of the property that can be attached to the client request using ClientRequestContext.setProperty(String, Object) and that defines consumer credentials that should be used when generating OAuth Authorization http header.
OAUTH_PROPERTY_OAUTH_PARAMETERS - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
Key of the property that can be attached to the client request using ClientRequestContext.setProperty(String, Object) and that defines OAuth1Parameters that should be used when generating OAuth Authorization http header.
OAUTH_PROPERTY_OAUTH_SECRETS - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
Key of the property that can be attached to the client request using ClientRequestContext.setProperty(String, Object) and that defines OAuth1Secrets that should be used when generating OAuth Authorization http header.
ObjectFactory - Class in com.sun.research.ws.wadl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.research.ws.wadl package.
ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun .research.ws.wadl
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).
obtrudeException(Throwable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Forcibly causes subsequent invocations of method CompletableFuture.get() and related methods to throw the given exception, whether or not already completed.
obtrudeValue(T) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Forcibly sets or resets the value subsequently returned by method CompletableFuture.get() and related methods, whether or not already completed.
ok() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an OK status.
ok(Object) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, MediaType) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, Variant) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
Invoked when the client instance is closed.
onClose(ChunkedOutput<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Called when the chunkedOutput has been closed (either by client closing the connection or by calling ChunkedOutput.close() on the server side.
onClose(ChunkedOutput<T>) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when the chunkedOutput has been closed (either by client closing the connection or by calling ChunkedOutput.close() on the server side.
onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
Close event handler, that invoked during the AbstractThreadPoolProvider.close() operation.
onComplete(Throwable) - Method in interface javax.ws.rs.container.CompletionCallback
A completion callback notification method that will be invoked when the request processing is finished, after a response is processed and is sent back to the client or when an unmapped throwable has been propagated to the hosting I/O container.
onCompletion(CountedCompleter<?>) - Method in class jersey.repackaged.jsr166e.CountedCompleter
Performs an action when method CountedCompleter.tryComplete() is invoked and the pending count is zero, or when the unconditional method CountedCompleter.complete(T) is invoked.
onDestroy() - Method in interface org.glassfish.jersey.server.monitoring.DestroyListener
The method is called when application is destroyed.
onDisconnect(AsyncResponse) - Method in interface javax.ws.rs.container.ConnectionCallback
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
onEvent(InboundEvent) - Method in interface org.glassfish.jersey.media.sse.EventListener
Called when a new InboundEvent is received by an event source.
onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.EventSource
Called when a new InboundEvent is received by an event source.
onEvent(ApplicationEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
Process the application event.
onEvent(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.RequestEventListener
The method is called when new request event occurs.
onException(ChunkedOutput<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onException(ChunkedOutput<T>, Exception) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class jersey.repackaged.jsr166e.CountedCompleter
Performs an action when method ForkJoinTask.completeExceptionally(Throwable) is invoked or method CountedCompleter.compute() throws an exception, and this task has not already otherwise completed normally.
onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
Invoked when a new runtime is initialized for the client instance.
onReload(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
onReload(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onReload(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked when the container has been reloaded.
onReload(Container) - Method in class org.glassfish.jersey.server.spring.SpringLifecycleListener
 
onRequest(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
Process a new request and return a request event listener if listening to request events is required.
onShutdown(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
onShutdown(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onShutdown(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoke at the container shut-down.
onShutdown(Container) - Method in class org.glassfish.jersey.server.spring.SpringLifecycleListener
 
onStart() - Method in class jersey.repackaged.jsr166e.ForkJoinWorkerThread
Initializes internal state after construction but before processing any tasks.
onStartup(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
 
onStartup(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onStartup(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked at the container start-up.
onStartup(Container) - Method in class org.glassfish.jersey.server.spring.SpringLifecycleListener
 
onStartup(ServletContext) - Method in class org.glassfish.jersey.server.spring.SpringWebApplicationInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 
onStatistics(MonitoringStatistics) - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatisticsListener
The method is called when new statistics are available and statistics are passed as an argument.
onTermination(Throwable) - Method in class jersey.repackaged.jsr166e.ForkJoinWorkerThread
Performs cleanup associated with termination of this worker thread.
onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Method is called, when ContainerResponseWriter.suspend(...) operation times out.
onValidate(ValidationInterceptorContext) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptor
Used to intercept resource method validation processing.
open() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
open() - Method in class org.glassfish.jersey.media.sse.EventSource
Open the connection to the supplied SSE underlying web target and start processing incoming events.
open() - Method in interface org.glassfish.jersey.server.ResourceFinder
Open current resource.
open(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Invoked when a new request gets started.
open(ServiceLocator) - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
 
OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the any URI path.
Option - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Option() - Constructor for class com.sun.research.ws.wadl.Option
 
option - Variable in class com.sun.research.ws.wadl.Param
 
optionLength(String) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
Return array length for given option: 1 + the number of arguments that the option takes.
options() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
OPTIONS - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP OPTIONS method.
OPTIONS - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP OPTIONS requests.
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
 
options() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
options(Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
options(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
options() - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
options(Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
options(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
options() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
options(Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
options(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
options() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
options(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
options(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
OptionsMethodProcessor - Class in org.glassfish.jersey.server.wadl.processor
Model processor enhancing resource model and sub resources by default OPTIONS methods defined by JAX-RS specification.
OptionsMethodProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
Creates new instance.
org.glassfish.jersey - package org.glassfish.jersey
Common Jersey core classes.
org.glassfish.jersey.apache.connector - package org.glassfish.jersey.apache.connector
Jersey client connector based on the Apache Http Client.
org.glassfish.jersey.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.oauth1 - package org.glassfish.jersey.client.oauth1
Jersey OAuth 1 Client API.
org.glassfish.jersey.client.oauth2 - package org.glassfish.jersey.client.oauth2
Jersey OAuth 2 Client API.
org.glassfish.jersey.client.proxy - package org.glassfish.jersey.client.proxy
This package defines a high-level (proxy-based) client API.
org.glassfish.jersey.client.rx - package org.glassfish.jersey.client.rx
Jersey Reactive Client API.
org.glassfish.jersey.client.rx.guava - package org.glassfish.jersey.client.rx.guava
Jersey Reactive Client - Guava (ListenableFuture) provider.
org.glassfish.jersey.client.rx.jsr166e - package org.glassfish.jersey.client.rx.jsr166e
Jersey Reactive Client - JSR 166e, pre-Java 8, (CompletableFuture) provider.
org.glassfish.jersey.client.rx.rxjava - package org.glassfish.jersey.client.rx.rxjava
Jersey Reactive Client - RxJava (Observable) provider.
org.glassfish.jersey.client.rx.spi - package org.glassfish.jersey.client.rx.spi
Jersey Reactive Client SPI.
org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
Jersey client SPI classes/interfaces.
org.glassfish.jersey.ext.cdi1x.hk2ban - package org.glassfish.jersey.ext.cdi1x.hk2ban
Jersey package supporting Jersey HK2 custom injection binding to be disabled in CDI environment.
org.glassfish.jersey.ext.cdi1x.spi - package org.glassfish.jersey.ext.cdi1x.spi
Jersey package to support custom defined HK2 injection binding for Jersey/CDI applications.
org.glassfish.jersey.filter - package org.glassfish.jersey.filter
Jersey Request & Response Filtering support & utility classes.
org.glassfish.jersey.grizzly.connector - package org.glassfish.jersey.grizzly.connector
Jersey client connector based on the Grizzly Async Client.
org.glassfish.jersey.grizzly2.httpserver - package org.glassfish.jersey.grizzly2.httpserver
Jersey Grizzly 2.x container classes.
org.glassfish.jersey.grizzly2.servlet - package org.glassfish.jersey.grizzly2.servlet
Jersey Grizzly 2.x Servlet container classes.
org.glassfish.jersey.jackson - package org.glassfish.jersey.jackson
Jersey classes supporting JSON media type processing based on Jackson.
org.glassfish.jersey.jackson1 - package org.glassfish.jersey.jackson1
Jersey classes supporting JSON media type processing based on Jackson 1.x.
org.glassfish.jersey.jdkhttp - package org.glassfish.jersey.jdkhttp
The container adapter between JDK HTTP server and Jersey Jersey application handler classes.
org.glassfish.jersey.jettison - package org.glassfish.jersey.jettison
Jersey classes supporting JSON media type processing based on Jettison.
org.glassfish.jersey.jetty - package org.glassfish.jersey.jetty
Jersey Jetty container classes.
org.glassfish.jersey.jetty.connector - package org.glassfish.jersey.jetty.connector
Jersey client connector based on the Jetty Client.
org.glassfish.jersey.jetty.servlet - package org.glassfish.jersey.jetty.servlet
Jersey Jetty Servlet container classes.
org.glassfish.jersey.jsonp - package org.glassfish.jersey.jsonp
Jersey classes supporting JSON processing (JSON-P) media providers.
org.glassfish.jersey.kryo - package org.glassfish.jersey.kryo
 
org.glassfish.jersey.linking - package org.glassfish.jersey.linking
 
org.glassfish.jersey.linking.mapping - package org.glassfish.jersey.linking.mapping
 
org.glassfish.jersey.media.htmljson - package org.glassfish.jersey.media.htmljson
Jersey package with entity provider that allows usage of net.java.html.json.
org.glassfish.jersey.media.multipart - package org.glassfish.jersey.media.multipart
JAX-RS Integration with MIME MultiPart Message Formats
org.glassfish.jersey.media.multipart.file - package org.glassfish.jersey.media.multipart.file
Provides support for body parts that are file attachments.
org.glassfish.jersey.media.sse - package org.glassfish.jersey.media.sse
Support for Server Sent events in Jersey.
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.moxy.json - package org.glassfish.jersey.moxy.json
Jersey classes supporting JSON media type processing based on Moxy.
org.glassfish.jersey.moxy.xml - package org.glassfish.jersey.moxy.xml
Jersey classes supporting XML media type processing based on Moxy.
org.glassfish.jersey.oauth1.signature - package org.glassfish.jersey.oauth1.signature
Jersey OAuth 1 Signature API and Implementation.
org.glassfish.jersey.process - package org.glassfish.jersey.process
Common Jersey processing classes.
org.glassfish.jersey.server - package org.glassfish.jersey.server
Jersey server-side classes.
org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
Provides core server filters.
org.glassfish.jersey.server.gae - package org.glassfish.jersey.server.gae
Public API of Google App Engine integration support.
org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
Jersey server-side application & resource modeling classes.
org.glassfish.jersey.server.monitoring - package org.glassfish.jersey.server.monitoring
Jersey server-side monitoring JMX MBeans interfaces.
org.glassfish.jersey.server.mvc - package org.glassfish.jersey.server.mvc
Provides support for Model, View and Controller (MVC).
org.glassfish.jersey.server.mvc.beanvalidation - package org.glassfish.jersey.server.mvc.beanvalidation
Jersey server-side classes adding support of bean validation to MVC (Model View Controller).
org.glassfish.jersey.server.mvc.freemarker - package org.glassfish.jersey.server.mvc.freemarker
Jersey server-side classes adding support of FreeMarker to Jersey MVC (Model View Controller).
org.glassfish.jersey.server.mvc.jsp - package org.glassfish.jersey.server.mvc.jsp
Jersey server-side MVC support for servlet containers.
org.glassfish.jersey.server.mvc.mustache - package org.glassfish.jersey.server.mvc.mustache
Jersey server-side classes adding support of Mustache to Jersey MVC (Model View Controller).
org.glassfish.jersey.server.mvc.spi - package org.glassfish.jersey.server.mvc.spi
Provides support for view aspect of model view controller and templates that produce views.
org.glassfish.jersey.server.oauth1 - package org.glassfish.jersey.server.oauth1
Jersey OAuth 1 Server API.
org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
Jersey server-side service provider contract (SPI) classes.
org.glassfish.jersey.server.spring - package org.glassfish.jersey.server.spring
Jersey server-side spring 3 integration classes.
org.glassfish.jersey.server.spring.scope - package org.glassfish.jersey.server.spring.scope
Jersey server-side spring 3 integration injection scopes related classes.
org.glassfish.jersey.server.validation - package org.glassfish.jersey.server.validation
Jersey server-side bean validation classes.
org.glassfish.jersey.server.wadl - package org.glassfish.jersey.server.wadl
Jersey server-side WADL support public classes and interfaces.
org.glassfish.jersey.server.wadl.config - package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
org.glassfish.jersey.server.wadl.processor - package org.glassfish.jersey.server.wadl.processor
Jersey server-side WADL model processor classes that extends resource model with resources and resource methods that produce WADL content.
org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.
org.glassfish.jersey.servlet.async - package org.glassfish.jersey.servlet.async
Jersey servlet container asynchronous support classes.
org.glassfish.jersey.servlet.init - package org.glassfish.jersey.servlet.init
Jersey servlet container initialization classes.
org.glassfish.jersey.servlet.portability - package org.glassfish.jersey.servlet.portability
Package containing utility classes enabling web applications to be portable between different versions of Jersey runtime.
org.glassfish.jersey.servlet.spi - package org.glassfish.jersey.servlet.spi
SPI for Jersey generic Servlet container support.
org.glassfish.jersey.simple - package org.glassfish.jersey.simple
Jersey Simple 5.x container classes.
org.glassfish.jersey.spi - package org.glassfish.jersey.spi
Common Jersey service provider contract (SPI) classes.
org.glassfish.jersey.test - package org.glassfish.jersey.test
Jersey test framework common classes that support testing JAX-RS and Jersey-based applications.
org.glassfish.jersey.test.external - package org.glassfish.jersey.test.external
Jersey test framework external container provider classes.
org.glassfish.jersey.test.grizzly - package org.glassfish.jersey.test.grizzly
Jersey test framework Grizzly 2 container provider classes.
org.glassfish.jersey.test.inmemory - package org.glassfish.jersey.test.inmemory
Jersey test framework in-memory provider classes.
org.glassfish.jersey.test.jdkhttp - package org.glassfish.jersey.test.jdkhttp
Jersey test framework for JDK HttpServer Container.
org.glassfish.jersey.test.jetty - package org.glassfish.jersey.test.jetty
Jersey test framework for Jetty Http Container.
org.glassfish.jersey.test.maven.rule - package org.glassfish.jersey.test.maven.rule
 
org.glassfish.jersey.test.maven.runner - package org.glassfish.jersey.test.maven.runner
 
org.glassfish.jersey.test.memleak.common - package org.glassfish.jersey.test.memleak.common
 
org.glassfish.jersey.test.simple - package org.glassfish.jersey.test.simple
Jersey test framework for Simple Container classes.
org.glassfish.jersey.test.spi - package org.glassfish.jersey.test.spi
Jersey test framework service provider contract (SPI) classes.
org.glassfish.jersey.test.util - package org.glassfish.jersey.test.util
Jersey Utils used for unit tests and benchmarks.
org.glassfish.jersey.test.util.client - package org.glassfish.jersey.test.util.client
 
org.glassfish.jersey.test.util.runner - package org.glassfish.jersey.test.util.runner
 
org.glassfish.jersey.test.util.server - package org.glassfish.jersey.test.util.server
 
org.glassfish.jersey.uri - package org.glassfish.jersey.uri
Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
org.glassfish.jersey.wadl.doclet - package org.glassfish.jersey.wadl.doclet
Jersey classes used for doclet generation for WADL purposes.
org.glassfish.jersey.weld.se - package org.glassfish.jersey.weld.se
 
OUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Outbound event data must not be explicitly set to 'null'.
OUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Outbound event data type must not be explicitly set to 'null'.
OUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Outbound event data media type must not be explicitly set to 'null'.
OUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Cannot build outbound event.
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 - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the buffer size used to buffer server-side response entity in order to determine its size and set the value of HTTP "Content-Length" header.
OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
OutboundEvent - Class in org.glassfish.jersey.media.sse
Representation of a single outbound SSE event.
OutboundEvent.Builder - Class in org.glassfish.jersey.media.sse
Used for creating OutboundEvent instances.
OutboundEvent.Builder() - Constructor for class org.glassfish.jersey.media.sse.OutboundEvent.Builder
 
overrideSource(Parameter, Parameter.Source) - Static method in class org.glassfish.jersey.server.model.Parameter
Create new parameter model by overriding source of the original parameter model.

P

packages(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for components.
packages(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for components.
Param - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Param() - Constructor for class com.sun.research.ws.wadl.Param
 
param - Variable in class com.sun.research.ws.wadl.Representation
 
param - Variable in class com.sun.research.ws.wadl.Request
 
param - Variable in class com.sun.research.ws.wadl.Resource
 
param - Variable in class com.sun.research.ws.wadl.ResourceType
 
param - Variable in class com.sun.research.ws.wadl.Response
 
param(String, String) - Method in class javax.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface javax.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
ParamConverter<T> - Interface in javax.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverter.Lazy - Annotation Type in javax.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in javax.ws.rs.ext
Contract for a provider of ParamConverter instances.
Parameter - Class in org.glassfish.jersey.server.model
Method parameter model.
Parameter.BeanParameter - Class in org.glassfish.jersey.server.model
Bean Parameter class represents a parameter annotated with BeanParam which in fact represents additional set of parameters.
Parameter.Source - Enum in org.glassfish.jersey.server.model
Parameter injection sources type.
Parameterized - Interface in org.glassfish.jersey.server.model
Used in the resource model to capture information on method parameters.
parameterNameProvider(ParameterNameProvider) - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Defines the parameter name provider.
ParamException - Exception in org.glassfish.jersey.server
An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException(Throwable, Response.StatusType, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException
 
ParamException.CookieParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with CookieParam.
ParamException.CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
 
ParamException.FormParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with FormParam.
ParamException.FormParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.FormParamException
 
ParamException.HeaderParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with HeaderParam.
ParamException.HeaderParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.HeaderParamException
 
ParamException.MatrixParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with MatrixParam.
ParamException.MatrixParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.MatrixParamException
 
ParamException.PathParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with PathParam.
ParamException.PathParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.PathParamException
 
ParamException.QueryParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with QueryParam.
ParamException.QueryParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.QueryParamException
 
ParamException.UriParamException - Exception in org.glassfish.jersey.server
An abstract parameter exception for the class of URI-parameter-based exceptions.
ParamException.UriParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.UriParamException
 
ParamQualifier - Annotation Type in org.glassfish.jersey.server.model
A meta-annotation that identifies an annotation as a parameter-based annotation.
ParamStyle - Enum in com.sun.research.ws.wadl
Java class for ParamStyle.
path - Variable in class com.sun.research.ws.wadl.Param
 
path - Variable in class com.sun.research.ws.wadl.Resource
 
path(String) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class javax.ws.rs.core.UriBuilder
Append path to the existing path.
path(Class) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
Path - Annotation Type in javax.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
path(String) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
path(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new path for the built resource.
PathParam - Annotation Type in javax.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
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.
PathSegment - Interface in javax.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
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.
PatternNotMatchedInFileRule - Class in org.glassfish.jersey.test.maven.rule
Maven enforcer rule to enforce that given file does not contain line matching given pattern.
PatternNotMatchedInFileRule() - Constructor for class org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRule
 
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.
peekNextLocalTask() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available.
permitAll() - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create PermitAll annotation implementation.
PlaintextMethod - Class in org.glassfish.jersey.oauth1.signature
An OAuth signature method that implements Plaintext.
PlaintextMethod() - Constructor for class org.glassfish.jersey.oauth1.signature.PlaintextMethod
 
pollNextLocalTask() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
Unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if the current thread is operating in a ForkJoinPool.
pollSubmission() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Removes and returns the next unexecuted submission if one is available.
pollTask() - Static method in class jersey.repackaged.jsr166e.ForkJoinTask
If the current thread is operating in a ForkJoinPool, unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if one is available, or if not available, a task that was forked by some other thread, if available.
port(int) - Method in class javax.ws.rs.core.UriBuilder
Set the URI port.
PortableServletContainer - Class in org.glassfish.jersey.servlet.portability
Jersey Servlet/Filter class that can be referenced in web.xml instead of Jersey 1.x specific com.sun.jersey.spi.container.servlet.ServletContainer and Jersey 2.x specific ServletContainer to enable web application portability between Jersey 1.x and Jersey 2.x servlet containers.
PortableServletContainer() - Constructor for class org.glassfish.jersey.servlet.portability.PortableServletContainer
Create a new servlet container.
post(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP POST method.
POST - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
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<?>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
post(Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
post(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
post(Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
post(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
post(Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
post(Entity<?>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
post(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
post(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
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.
predictMediaType() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Predicts the media type of the current fileEntity.
predictMediaType(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Predicts the media type of the provided File.
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.
PREEMPTIVE_BASIC_AUTHENTICATION - Static variable in class org.glassfish.jersey.jetty.connector.JettyClientProperties
The credential provider that should be used to retrieve credentials from a user.
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
 
PreMatching - Annotation Type in javax.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
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.
Priorities - Class in javax.ws.rs
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their javax.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
proceed() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Proceed with validation.
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.
process(ContainerRequest) - Method in class org.glassfish.jersey.server.ServerRuntime
Process a container request.
processClassDoc(ClassDoc, ClassDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Use this method to extend the provided ClassDocType with the information from the given ClassDoc.
processClassDoc(ClassDoc, ClassDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
PROCESSING_RESPONSE_ERRORS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If property value is true then the errors raised during response processing are tried to handled using available response error mappers.
ProcessingException - Exception in javax.ws.rs
A base JAX-RS runtime processing exception.
ProcessingException(Throwable) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProcessingException(String, Throwable) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
ProcessingException(String) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
processMethodDoc(MethodDoc, MethodDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Process the provided methodDoc and add your custom information to the methodDocType.
Use e.g.
processMethodDoc(MethodDoc, MethodDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processParamTag(ParamTag, Parameter, ParamDocType) - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
Use this method to extend the provided ParamDocType with the information from the given ParamTag and Parameter.
processParamTag(ParamTag, Parameter, ParamDocType) - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
 
processResourceModel(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
Process resourceModel and return the processed model.
processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
processSubResource(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
Process subResourceModel which was returned a sub resource locator.
processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
Produces - Annotation Type in javax.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
produces(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
Producing - Interface in org.glassfish.jersey.server.model
Model component that is able to produce media types.
profile - Variable in class com.sun.research.ws.wadl.Representation
 
prompt(OAuth2FlowGoogleBuilder.Prompt) - Method in class org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder
Set prompt parameter used in Authorization Request.
prop(String, Object) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
Specify the property value for the current WadlGenerator.
propagateCompletion() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Equivalent to CountedCompleter.tryComplete() but does not invoke CountedCompleter.onCompletion(CountedCompleter) along the completion path: If the pending count is nonzero, decrements the count; otherwise, similarly tries to complete this task's completer, if one exists, else marks this task as complete.
property(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface javax.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface javax.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
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
 
property(OAuth2CodeGrantFlow.Phase, String, String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set property (parameter) that will be added to requests or URIs as a query parameters during the Authorization Flow.
property(String, String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in enum org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
Set property defined by key and value to the appropriate property map based on this phase.
property(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
property(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
 
property(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
property(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for both Marshaller / Unmarshaller.
property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the provided Java type.
Provider - Annotation Type in javax.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
Get the modelled entity provider instance.
PROVIDER_CLASSNAMES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more class names that implement application-specific resources and providers.
PROVIDER_CLASSPATH - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines class-path that contains application-specific resources and providers.
PROVIDER_PACKAGES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more packages that contain application-specific resources and providers.
PROVIDER_SCANNING_RECURSIVE - Static variable in class org.glassfish.jersey.server.ServerProperties
Sets the recursion strategy for package scanning.
PROVIDER_WEB_APP - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Indicates that Jersey should scan the whole web app for application-specific resources and providers.
Providers - Interface in javax.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
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 interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
PUT - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP PUT method.
PUT - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
put(K, V) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Maps the specified key to the specified value in this table.
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
 
put(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
put(Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
put(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
put(Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
put(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
put(Entity<?>, Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
put(Entity<?>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
put(Entity<?>, Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
put(Entity<?>, GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
put(String, String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
putSingle(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.

Q

QUERY_PARAM_NAME - Static variable in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
 
QUERY_PARAMS_AS_FORM_PARAMS_DISABLED - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If true then query parameters will not be treated as form parameters (e.g.
queryParam(String, Object...) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by configuring a query parameter on the URI of the current target instance.
queryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Append a query parameter to the existing set of query parameters.
QueryParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
queryParam(String, Object...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
queryType - Variable in class com.sun.research.ws.wadl.Resource
 
quietlyComplete() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Completes this task normally without setting a value.
quietlyCompleteRoot() - Method in class jersey.repackaged.jsr166e.CountedCompleter
Equivalent to getRoot().quietlyComplete().
quietlyInvoke() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Commences performing this task and awaits its completion if necessary, without returning its result or throwing its exception.
quietlyJoin() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Joins this task, without returning its result or throwing its exception.

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.
readData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get the original event data string String.
readData(Class<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given Java type.
readData(GenericType<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given generic type.
readData(Class<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given Java type.
readData(GenericType<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given generic type.
readDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
readDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "read-date" parameter.
readEntity(Class<T>) - Method in class javax.ws.rs.core.Response
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 javax.ws.rs.core.Response
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 javax.ws.rs.core.Response
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 javax.ws.rs.core.Response
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>) - 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.
readEntity(Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
ReaderInterceptor - Interface in javax.ws.rs.ext
ReaderInterceptorContext - Interface in javax.ws.rs.ext
Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
ReaderModel - Class in org.glassfish.jersey.message
ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
Create new reader model instance.
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<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface javax.ws.rs.ext.MessageBodyReader
Read a type from the InputStream.
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
 
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.
readLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Non-exclusively acquires the lock, blocking if necessary until available.
readLockInterruptibly() - Method in class jersey.repackaged.jsr166e.StampedLock
Non-exclusively acquires the lock, blocking if necessary until available or the current thread is interrupted.
ReadMostlyVector<E> - Class in jersey.repackaged.jsr166e.extra
A class with the same methods and array-based characteristics as Vector but with reduced contention and improved throughput when invocations of read-only methods by multiple threads are most common.
ReadMostlyVector(int, int) - Constructor for class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Creates an empty vector with the given initial capacity and capacity increment.
ReadMostlyVector(int) - Constructor for class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Creates an empty vector with the given initial capacity.
ReadMostlyVector() - Constructor for class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Creates an empty vector.
ReadMostlyVector(Collection<? extends E>) - Constructor for class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Creates a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ReadMostlyVector.Action<A> - Interface in jersey.repackaged.jsr166e.extra
Interface describing a void action of one argument
readRequest(OAuth1Request) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Reads a request for OAuth parameters, and populates this object.
realm(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Set the realm to which the user wants to authenticate.
REALM - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the protection realm.
realm(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting protection realm.
REALM - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
OAuth realm (String property).
RECONNECT_DEFAULT - Static variable in class org.glassfish.jersey.media.sse.EventSource
Default SSE EventSource reconnect delay value in milliseconds.
RECONNECT_NOT_SET - Static variable in class org.glassfish.jersey.media.sse.SseFeature
A "reconnection not set" value for the SSE reconnect delay set via retry field.
reconnectDelay(long) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
reconnectingEvery(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Set the initial reconnect delay to be used by the event source.
RECORD_LOG_LEVEL - Static variable in class org.glassfish.jersey.test.TestProperties
If set to a numeric value then this property enables to store log records at log level value (or higher) defined by the value of this property.
RecursiveAction - Class in jersey.repackaged.jsr166e
A recursive resultless ForkJoinTask.
RecursiveAction() - Constructor for class jersey.repackaged.jsr166e.RecursiveAction
 
RecursiveTask<V> - Class in jersey.repackaged.jsr166e
A recursive result-bearing ForkJoinTask.
RecursiveTask() - Constructor for class jersey.repackaged.jsr166e.RecursiveTask
 
REDIRECT_URI - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Parameter response_type used in the authorization request.
REDIRECT_URI_UNDEFINED - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
 
RedirectionException - Exception in javax.ws.rs
A runtime application exception indicating a request redirection (HTTP 3xx status codes).
RedirectionException(Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(int, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, int, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(Response) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
redirectUri(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set the redirect URI to which the user (resource owner) should be redirected after he/she grants access to our application.
reduce(long, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
REDUCE_CONTEXT_PATH_SLASHES_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If set to true then a container will ignore multiple slashes between a port and a context path and will resolve it as URI with only one slash.
reduceEntries(long, ConcurrentHashMapV8.BiFun<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntriesToDouble(long, ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K, V>>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ConcurrentHashMapV8.ObjectToInt<Map.Entry<K, V>>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ConcurrentHashMapV8.ObjectToLong<Map.Entry<K, V>>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, ConcurrentHashMapV8.BiFun<? super K, ? super K, ? extends K>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeysToDouble(long, ConcurrentHashMapV8.ObjectToDouble<? super K>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ConcurrentHashMapV8.ObjectToInt<? super K>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ConcurrentHashMapV8.ObjectToLong<? super K>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceToDouble(long, ConcurrentHashMapV8.ObjectByObjectToDouble<? super K, ? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ConcurrentHashMapV8.ObjectByObjectToInt<? super K, ? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ConcurrentHashMapV8.ObjectByObjectToLong<? super K, ? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValuesToDouble(long, ConcurrentHashMapV8.ObjectToDouble<? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ConcurrentHashMapV8.ObjectToInt<? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ConcurrentHashMapV8.ObjectToLong<? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
REFRESH_TOKEN - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Parameter refresh_token contains Refresh Token (corresponds to TokenResult.getRefreshToken()).
refreshAccessToken(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
Refresh the access token using a refresh token.
refreshTokenUri(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set the refresh token URI on which the access token can be refreshed using a refresh token.
register(Class<?>) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.container.AsyncResponse
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object, Object...) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, int) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, int) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
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
 
register(Class<?>) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>, int) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object, int) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Object, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
register(Class<?>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Class<?>, int) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Class<?>, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object, int) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object, Class<?>...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
register(Invocation.Builder, GrizzlyConnectorProvider.RequestCustomizer) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
Register a request customizer for a single request.
register(ClientConfig, GrizzlyConnectorProvider.RequestCustomizer) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
Register a request customizer for a all requests executed by a client instance configured with this client config.
register(EventListener) - Method in class org.glassfish.jersey.media.sse.EventSource
Register new event listener to receive all streamed SSE events.
register(EventListener, String, String...) - Method in class org.glassfish.jersey.media.sse.EventSource
Add name-bound event listener which will be called only for incoming SSE events whose name is equal to the specified name(s).
register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
registerClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature in the ResourceConfig.
registerClasses(Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature in the ResourceConfig.
registerConsumer(String, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Register a new consumer.
registerConsumer(String, String, String, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Register a new consumer configured with Consumer Key.
registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
Add a ResourceFinder to ResourceConfig.
REGISTERING_CTX_LOADER_LISTENER() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Registering Spring ContextLoaderListener
registerInstances(Set<Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature or HK2 binder instances (singletons) in the ResourceConfig.
registerInstances(Object...) - Method in class org.glassfish.jersey.server.ResourceConfig
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature or HK2 binder instances (singletons) in the ResourceConfig.
registerResources(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
Register new programmatic resource models in the ResourceConfig.
registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig
Register new resource models in the ResourceConfig.
reinitialize() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Resets the internal bookkeeping state of this task, allowing a subsequent fork.
rel - Variable in class com.sun.research.ws.wadl.Link
 
rel(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a link relation.
REL - Static variable in class javax.ws.rs.core.Link
Rel link param from RFC 5988.
relativize(URI) - Method in interface javax.ws.rs.core.UriInfo
Relativize a URI with respect to the current request URI.
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Relativize URI with respect to a base URI.
reload() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
reload() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
reload() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
 
reload() - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using the current configuration.
reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using a new configuration.
reload() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
reload() - Method in class org.glassfish.jersey.simple.SimpleContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.simple.SimpleContainer
 
remove(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
remove(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
remove(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
remove(Object) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
remove(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Removes the given key from the table.
remove(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
Remove a field/subgraph from the graph (all entity-filtering scopes).
remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Un-register ChunkedOutput from this Broadcaster instance.
remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Un-register BroadcasterListener.
remove() - Method in interface org.glassfish.jersey.server.ResourceFinder

This operation is not supported by ResourceFinder & throws UnsupportedOperationException when invoked.

removeAll(Collection<?>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
removeAll() - Method in class jersey.repackaged.jsr166e.LongAdderTable
Removes all keys from the table.
removeAllElements() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
removeElement(Object) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
removeElementAt(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
removeProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
repeating - Variable in class com.sun.research.ws.wadl.Param
 
replace(K, V, V) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
replace(K, V) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
replaceAll(MultivaluedMap<String, Object>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Replaces all existing headers with the newly supplied headers.
replaceAll(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
 
replaceChildResource(Resource, Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Replace an existing child resource with a newly supplied one.
replaceMatrix(String) - Method in class javax.ws.rs.core.UriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
replacePath(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI path.
replaceQuery(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a query parameter.
Representation - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Representation() - Constructor for class com.sun.research.ws.wadl.Representation
 
representation - Variable in class com.sun.research.ws.wadl.Request
 
representation - Variable in class com.sun.research.ws.wadl.Response
 
request - Variable in class com.sun.research.ws.wadl.Method
 
Request - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Request() - Constructor for class com.sun.research.ws.wadl.Request
 
request() - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource.
request(String...) - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
request(MediaType...) - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
Request - Interface in javax.ws.rs.core
An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
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() - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
request(String...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
request(MediaType...) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
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.
REQUEST_TOKEN_URI - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
If exposure of token resources is enabled (e.g.
RequestAuthenticationException - Exception in org.glassfish.jersey.client.authentication
Exception thrown by security request authentication.
RequestAuthenticationException(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
Creates new instance of this exception with exception cause.
RequestAuthenticationException(String) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
Creates new instance of this exception with exception message.
RequestAuthenticationException(String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
Creates new instance of this exception with exception message and exception cause.
RequestContextFilter - Class in org.glassfish.jersey.server.spring.scope
Spring filter to provide a bridge between JAX-RS and Spring request attributes.
RequestContextFilter(ServiceLocator) - Constructor for class org.glassfish.jersey.server.spring.scope.RequestContextFilter
Create a new request context filter instance.
RequestEntityProcessing - Enum in org.glassfish.jersey.client
Defines values for the ClientProperties.REQUEST_ENTITY_PROCESSING property.
RequestEvent - Interface in org.glassfish.jersey.server.monitoring
An event informing about details of a request processing.
RequestEvent.ExceptionCause - Enum in org.glassfish.jersey.server.monitoring
Describes the origin of the exception.
RequestEvent.Type - Enum in org.glassfish.jersey.server.monitoring
The type of the event which describes in which request processing phase the event is triggered.
RequestEventListener - Interface in org.glassfish.jersey.server.monitoring
Non-registrable provider that listens to request events.
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.
RequestScopedInitializer - Interface in org.glassfish.jersey.server.spi
Custom initialization provider that is guaranteed to be run from within an active request scope.
required - Variable in class com.sun.research.ws.wadl.Param
 
Requires - Annotation Type in org.glassfish.jersey.test.spi
TODO
requiresEntity() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
requiresEntity() - Method in class org.glassfish.jersey.server.model.Invocable
 
requiresEntity() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides information on presence of an entity parameter.
reset() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Resets variables maintaining the sum to zero.
reset() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Resets variables maintaining updates to Double.NEGATIVE_INFINITY.
reset() - Method in class jersey.repackaged.jsr166e.LongAdder
Resets variables maintaining the sum to zero.
reset(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Resets the sum associated with the given key to zero if the key exists in the table.
reset() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Resets variables maintaining updates to Long.MIN_VALUE.
reset() - Method in interface org.glassfish.jersey.server.ResourceFinder
Reset the ResourceFinder instance.
reset() - Method in class org.glassfish.jersey.test.DeploymentContext.Builder
Reset the application deployment context builder values to defaults.
reset() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
 
resetAll() - Method in class jersey.repackaged.jsr166e.LongAdderTable
Resets the sum associated with each key to zero.
resolve(URI) - Method in interface javax.ws.rs.core.UriInfo
Resolve a relative URI with respect to the base URI of the application.
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(String, MediaType) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
 
resolve(String, Reader) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Resolve given template path and/or reader to a template reference object.
resolve(String, MediaType) - Method in interface org.glassfish.jersey.server.mvc.spi.TemplateProcessor
Resolve a template name to a template reference.
resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.server.spring.AutowiredInjectResolver
 
resolve(Class) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
resolve(Class) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator.Resolver
Resolve a Class type to a QName.
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.
ResolvedViewable<T> - Class in org.glassfish.jersey.server.mvc.spi
A resolved viewable.
ResolvedViewable(TemplateProcessor<T>, T, Viewable, MediaType) - Constructor for class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
Create a resolved viewable.
ResolvedViewable(TemplateProcessor<T>, T, Viewable, Class<?>, MediaType) - Constructor for class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
Create a resolved viewable.
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.
resolver() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Create a context resolver for a current state of this MultiPartProperties.
resolver() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a context resolver for a current state of this MoxyJsonConfig.
resolveTemplate(String, Object) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplate(String, Object, boolean) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplates(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
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
 
resolveTemplates(Map<String, Object>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface org.glassfish.jersey.client.rx.RxWebTarget
 
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.
resolveViewable(Viewable, MediaType, Class<?>, TemplateProcessor) - Method in interface org.glassfish.jersey.server.mvc.spi.ViewableContext
Resolve given viewable using mediaType, resourceClass and templateProcessor.
Resource - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resource() - Constructor for class com.sun.research.ws.wadl.Resource
 
resource - Variable in class com.sun.research.ws.wadl.Resources
 
Resource - Class in org.glassfish.jersey.server.model
Model of a single resource component.
Resource.Builder - Class in org.glassfish.jersey.server.model
Resource model component builder.
RESOURCE_VALIDATION_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then the extensive validation of application resource model is disabled.
RESOURCE_VALIDATION_IGNORE_ERRORS - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then validation of application resource models does not fail even in case of a fatal validation errors.
ResourceConfig - Class in org.glassfish.jersey.server
The resource configuration for configuring a web application.
ResourceConfig() - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration without any custom properties or resource and provider classes.
ResourceConfig(Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration initialized with a given set of resource/provider classes.
ResourceConfig(Class<?>...) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration initialized with a given set of resource/provider classes.
ResourceConfig(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a defensive resource configuration copy initialized with a given ResourceConfig.
ResourceContext - Interface in javax.ws.rs.container
The resource context provides access to instances of resource classes.
ResourceDoclet - Class in org.glassfish.jersey.wadl.doclet
Creates a resourcedoc XML file.
ResourceDoclet() - Constructor for class org.glassfish.jersey.wadl.doclet.ResourceDoclet
 
ResourceFinder - Interface in org.glassfish.jersey.server
An interface used for finding and opening (loading) new resources.
ResourceInfo - Interface in javax.ws.rs.container
An injectable class to access the resource class and resource method matched by the current request.
ResourceMappingContext - Interface in org.glassfish.jersey.linking.mapping
This service tries to work out the UriTemplate required for a particular resource class.
ResourceMappingContext.Mapping - Interface in org.glassfish.jersey.linking.mapping
 
ResourceMethod - Class in org.glassfish.jersey.server.model
Model of a method available on a resource.
ResourceMethod.Builder - Class in org.glassfish.jersey.server.model
Resource method model builder.
ResourceMethod.JaxrsType - Enum in org.glassfish.jersey.server.model
Resource method classification based on the recognized JAX-RS resource method types.
ResourceMethodInvoker - Class in org.glassfish.jersey.server.model
Server-side request-response inflector for invoking methods of annotation-based resource classes.
ResourceMethodInvoker.Builder - Class in org.glassfish.jersey.server.model
Resource method invoker "assisted" injection helper.
ResourceMethodInvoker.Builder() - Constructor for class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
ResourceMethodMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of resource method MXBeans.
ResourceMethodStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics an of an execution of the resource method.
ResourceModel - Class in org.glassfish.jersey.server.model
Resource model of the deployed application which contains set of root resources.
ResourceModel.Builder - Class in org.glassfish.jersey.server.model
Builder used to create resource model instances.
ResourceModel.Builder(ResourceModel, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resourceModel.
ResourceModel.Builder(List<Resource>, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resource.
ResourceModel.Builder(boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder with empty resources.
ResourceModelComponent - Interface in org.glassfish.jersey.server.model
Marker interface for all abstract resource model components, so that they can be traversed using a visitor pattern.
ResourceModelIssue - Class in org.glassfish.jersey.server.model
Resource model validity issue.
ResourceModelIssue(Object, String) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
Create a new resource model warning.
ResourceModelIssue(Object, String, Severity) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
Create a new resource model issue.
ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
ResourceMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of resource MXBeans.
resources - Variable in class com.sun.research.ws.wadl.Application
 
Resources - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resources() - Constructor for class com.sun.research.ws.wadl.Resources
 
ResourceStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of the resource.
resourceType - Variable in class com.sun.research.ws.wadl.Link
 
ResourceType - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
 
response - Variable in class com.sun.research.ws.wadl.Method
 
Response - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Response() - Constructor for class com.sun.research.ws.wadl.Response
 
Response - Class in javax.ws.rs.core
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response() - Constructor for class javax.ws.rs.core.Response
Protected constructor, use one of the static methods to obtain a Response.ResponseBuilder instance and obtain a Response from that.
response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked when a response for the asynchronously invoked request is available.
Response.ResponseBuilder - Class in javax.ws.rs.core
A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.ResponseBuilder() - Constructor for class javax.ws.rs.core.Response.ResponseBuilder
Protected constructor, use one of the static methods of Response to obtain an instance.
Response.Status - Enum in javax.ws.rs.core
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.Status.Family - Enum in javax.ws.rs.core
An enumeration representing the class of status code.
Response.StatusType - Interface in javax.ws.rs.core
Base interface for statuses used in responses.
RESPONSE_SET_STATUS_OVER_SEND_ERROR - Static variable in class org.glassfish.jersey.server.ServerProperties
Whenever response status is 4xx or 5xx it is possible to choose between sendError or setStatus on container specific Response implementation.
RESPONSE_TYPE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Parameter response_type used in the authorization request.
ResponseAuthenticationException - Exception in org.glassfish.jersey.client.authentication
Exception thrown by security response authentication.
ResponseAuthenticationException(Response, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
Creates new instance of this exception with exception cause.
ResponseAuthenticationException(Response, String) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
Creates new instance of this exception with exception message.
ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
Creates new instance of this exception with exception message and exception cause.
ResponseErrorMapper - Interface in org.glassfish.jersey.server.spi
Contract for a provider that maps response processing errors to Response.
ResponseMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of response MXBean.
ResponseProcessingException - Exception in javax.ws.rs.client
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
ResponseProcessingException(Response, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception for a specific response with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ResponseProcessingException(Response, String, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
ResponseProcessingException(Response, String) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
ResponseStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of responses produced by application.
resume(Object) - Method in interface javax.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided response data.
resume(Throwable) - Method in interface javax.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided throwable.
resume(ExternalRequestContext<T>, ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Resume request associated with provided context.
resume(ExternalRequestContext<Map<String, Object>>, ServiceLocator) - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
 
retainAll(Collection<?>) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
Retrieve the SSL context configuration from the supplied properties.
RETRY_AFTER - Static variable in interface javax.ws.rs.core.HttpHeaders
rev - Variable in class com.sun.research.ws.wadl.Link
 
revokeAccessToken(String, String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
Checks if the supplied token is authorized for a given principal name and if so, revokes the authorization.
rolesAllowed(String...) - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
Create RolesAllowed annotation implementation for given set of roles.
RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
A DynamicFeature supporting the javax.annotation.security.RolesAllowed, javax.annotation.security.PermitAll and javax.annotation.security.DenyAll on resource methods and sub-resource methods.
RolesAllowedDynamicFeature() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
Routed - Interface in org.glassfish.jersey.server.model
Marker interface for all resource model components that contain path information usable for routing.
routingResponseType(Type) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define the response entity type used during the routing for selection of the resource methods.
RsaSha1Method - Class in org.glassfish.jersey.oauth1.signature
An OAuth signature method that implements RSA-SHA1.
RsaSha1Method() - Constructor for class org.glassfish.jersey.oauth1.signature.RsaSha1Method
 
run() - Method in class jersey.repackaged.jsr166e.ForkJoinWorkerThread
This method is required to be public, but should never be called explicitly.
runAfterBoth(CompletableFuture<?>, Runnable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when both this and the other given CompletableFuture complete, after performing the given action.
runAfterBothAsync(CompletableFuture<?>, Runnable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when both this and the other given CompletableFuture complete, after performing the given action from a task running in the ForkJoinPool.commonPool().
runAfterBothAsync(CompletableFuture<?>, Runnable, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when both this and the other given CompletableFuture complete, after performing the given action from a task running in the given executor.
runAfterEither(CompletableFuture<?>, Runnable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when either this or the other given CompletableFuture completes, after performing the given action.
runAfterEitherAsync(CompletableFuture<?>, Runnable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when either this or the other given CompletableFuture completes, after performing the given action from a task running in the ForkJoinPool.commonPool().
runAfterEitherAsync(CompletableFuture<?>, Runnable, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when either this or the other given CompletableFuture completes, after performing the given action from a task running in the given executor.
runAsync(Runnable) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() after it runs the given action.
runAsync(Runnable, Executor) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor after it runs the given action.
runChild(FrameworkMethod, RunNotifier) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentRunner
 
RunSeparately - Annotation Type in org.glassfish.jersey.test.util.runner
Marker annotation for test methods that should be run separately in a non-parallel fashion.
RuntimeDelegate - Class in javax.ws.rs.ext
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate() - Constructor for class javax.ws.rs.ext.RuntimeDelegate
Allows custom implementations to extend the RuntimeDelegate class.
RuntimeDelegate.HeaderDelegate<T> - Interface in javax.ws.rs.ext
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
RuntimeResource - Class in org.glassfish.jersey.server.model
Runtime resource is a group of resources with the same path regular expression.
RuntimeResourceModel - Class in org.glassfish.jersey.server.model
Runtime Resource model contains structured information about runtime resources.
RuntimeResourceModel(List<Resource>) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModel
Creates new runtime resource model from the list of resources.
RuntimeResourceModelValidator - Class in org.glassfish.jersey.server.model
Runtime resource model validator validating ambiguity of resource methods.
RuntimeResourceModelValidator(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
Create a new validator instance.
RuntimeType - Enum in javax.ws.rs
Enumeration of JAX-RS runtime types.
Rx - Class in org.glassfish.jersey.client.rx
Main entry point to the Reactive Client API used to bootstrap reactive client or reactive client target instances.
rx() - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
Access the reactive request invocation interface to invoke the built request.
rx(ExecutorService) - Method in interface org.glassfish.jersey.client.rx.RxInvocationBuilder
Access the reactive request invocation interface to invoke the built request on a given executor service.
RxClient<RX extends RxInvoker> - Interface in org.glassfish.jersey.client.rx
RxClient is the main entry point to the fluent API used to build and execute (reactive) client requests in order to consume responses returned.
RxCompletableFuture - Class in org.glassfish.jersey.client.rx.jsr166e
Main entry point to the Reactive Client API used to bootstrap reactive client or reactive client target instances based on JSR-166e's (pre-Java 8) completable future.
RxCompletableFutureInvoker - Interface in org.glassfish.jersey.client.rx.jsr166e
Reactive invoker providing support for CompletableFuture from JSR-166e (pre-Java 8).
RxCompletableFutureInvokerProvider - Class in org.glassfish.jersey.client.rx.jsr166e
Invoker provider for invokers based on JSR-166e's (pre-Java 8) CompletableFuture.
RxCompletableFutureInvokerProvider() - Constructor for class org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvokerProvider
 
RxInvocationBuilder<RX extends RxInvoker> - Interface in org.glassfish.jersey.client.rx
A reactive client request invocation builder.
RxInvoker<T> - Interface in org.glassfish.jersey.client.rx
Uniform interface for reactive invocation of HTTP methods.
RxInvokerProvider - Interface in org.glassfish.jersey.client.rx.spi
Client-provider interface for creating reactive invoker instances.
RxListenableFuture - Class in org.glassfish.jersey.client.rx.guava
Main entry point to the Reactive Client API used to bootstrap reactive client or reactive client target instances based on Guava's listenable future.
RxListenableFutureInvoker - Interface in org.glassfish.jersey.client.rx.guava
Reactive invoker providing support for ListenableFuture from Guava.
RxListenableFutureInvokerProvider - Class in org.glassfish.jersey.client.rx.guava
Invoker provider for invokers based on Guava's ListenableFuture.
RxListenableFutureInvokerProvider() - Constructor for class org.glassfish.jersey.client.rx.guava.RxListenableFutureInvokerProvider
 
RxObservable - Class in org.glassfish.jersey.client.rx.rxjava
Main entry point to the Reactive Client API used to bootstrap reactive client or reactive client target instances based on RxJava's observable.
RxObservableInvoker - Interface in org.glassfish.jersey.client.rx.rxjava
Reactive invoker providing support for observable from RxJava.
RxObservableInvokerProvider - Class in org.glassfish.jersey.client.rx.rxjava
Invoker provider for invokers based on RxJava's Observable.
RxObservableInvokerProvider() - Constructor for class org.glassfish.jersey.client.rx.rxjava.RxObservableInvokerProvider
 
RxWebTarget<RX extends RxInvoker> - Interface in org.glassfish.jersey.client.rx
A reactive resource target identified by the resource URI.

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.
scheme(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme.
SCHEME - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
OAuth scheme in Authorization header.
schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme-specific-part (see URI).
scope(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Set a scope to which the application will get authorization grant.
SCOPE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
Parameter scope that defines the scope to which an authorization is requested.
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.
search(long, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each (key, value), or null if none.
searchEntries(long, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, ConcurrentHashMapV8.Fun<? super K, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, ConcurrentHashMapV8.Fun<? super V, ? extends U>) - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each value, or null if none.
SecurityAnnotations - Class in org.glassfish.jersey.message.filtering
Convenience utility methods for creating instances of security annotations.
SecurityContext - Interface in javax.ws.rs.core
An injectable interface that provides access to security related information.
SecurityEntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
Feature used to add support for Java Security annotations (javax.annotation.security) for Entity Data Filtering feature.
SecurityEntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.SecurityEntityFilteringFeature
 
securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the SSLContext protocol.
seeOther(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a redirection.
segment(String...) - Method in class javax.ws.rs.core.UriBuilder
Append path segments to the existing path.
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
 
selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
Select the representation variant that best matches the request.
selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
 
SequenceLock - Class in jersey.repackaged.jsr166e.extra
A reentrant mutual exclusion Lock in which each lock acquisition or release advances a sequence number.
SequenceLock() - Constructor for class jersey.repackaged.jsr166e.extra.SequenceLock
Creates an instance of SequenceLock with the default number of retry attempts to acquire the lock before blocking.
SequenceLock(int) - Constructor for class jersey.repackaged.jsr166e.extra.SequenceLock
Creates an instance of SequenceLock that will retry attempts to acquire the lock at least the given number of times before blocking.
serializeAsArray - Variable in class org.glassfish.jersey.jettison.JettisonConfig.Builder
 
serializeAsArray(String...) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
Add element names to be treated as arrays.
serializeAsArray(List<String>) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
Add element names to be treated as arrays.
SERVER_SENT_EVENTS - Static variable in class org.glassfish.jersey.media.sse.SseFeature
String representation of Server sent events media type.
SERVER_SENT_EVENTS_TYPE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
Server sent events media type.
ServerConfig - Interface in org.glassfish.jersey.server
Server-side application configuration.
serverError() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an server error status.
ServerErrorException - Exception in javax.ws.rs
A base runtime application exception indicating a server error (HTTP 5xx status codes).
ServerErrorException(Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerProperties - Class in org.glassfish.jersey.server
Jersey server-side configuration properties.
ServerRuntime - Class in org.glassfish.jersey.server
Server-side request processing runtime.
ServerRuntime.Builder - Class in org.glassfish.jersey.server
Server-side request processing runtime builder.
ServerRuntime.Builder() - Constructor for class org.glassfish.jersey.server.ServerRuntime.Builder
 
service(Request, Response) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
 
service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the protected service method.
service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatch client requests to a resource class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.WebComponent
Dispatch client requests to a resource class.
SERVICE_LOCATOR - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Identifies the object that will be used as a parent ServiceLocator in the Jersey WebComponent.
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
 
ServiceUnavailableException - Exception in javax.ws.rs
A runtime exception indicating that the requested resource cannot be served.
ServiceUnavailableException() - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(String) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
servlet(HttpServlet) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Set the servlet instance.
servletClass(Class<? extends HttpServlet>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Set the servlet class.
ServletContainer - Class in org.glassfish.jersey.servlet
A Servlet or Filter for deploying root resource classes.
ServletContainer() - Constructor for class org.glassfish.jersey.servlet.ServletContainer
Create Jersey Servlet container.
ServletContainer(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.ServletContainer
Create Jersey Servlet container.
ServletDeploymentContext - Class in org.glassfish.jersey.test
A Servlet-based deployment context.
ServletDeploymentContext(ServletDeploymentContext.Builder) - Constructor for class org.glassfish.jersey.test.ServletDeploymentContext
Create new servlet deployment context.
ServletDeploymentContext.Builder - Class in org.glassfish.jersey.test
The builder for building a Servlet-based deployment context.
ServletDeploymentContext.Builder() - Constructor for class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Create new deployment context builder instance not explicitly bound to the JAX-RS / Jersey application class.
ServletDeploymentContext.Builder(String, String) - Constructor for class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Create a builder with one initialization parameter.
ServletDeploymentContext.Builder(Application) - Constructor for class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Create new deployment context builder instance and bind it to the JAX-RS / Jersey application instance.
ServletDeploymentContext.Builder(Class<? extends Application>) - Constructor for class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Create new deployment context builder instance and bind it to the JAX-RS / Jersey application class.
ServletDeploymentContext.FilterDescriptor - Class in org.glassfish.jersey.test
Helper class to keep configuration information of a single filter.
servletPath(String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
Set the servlet path.
ServletProperties - Class in org.glassfish.jersey.servlet
Jersey servlet container configuration properties.
set(double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Sets to the given value.
set(int, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Sets the element at position i to the given value.
set(int, E) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
set(String, Object) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically set a value of a property with a given name.
set(String, String) - Method in class org.glassfish.jersey.test.JerseyTest
Programmatically set a value of a property with a given name.
SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
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.
setAnnotations(Annotation[]) - Method in interface javax.ws.rs.ext.InterceptorContext
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig
Set the name of the application.
setArgs(Object[]) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Method parameters setter.
setAttributePrefix(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setBase(String) - Method in class com.sun.research.ws.wadl.Resources
Sets the value of the base property.
setCallback(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the callback URL.
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.
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
Set ClassLoader which will be used for resource discovery.
setClient(Client) - Method in class org.glassfish.jersey.test.JerseyTest
Get the old JAX-RS test client and set a new one.
setClient(Client) - Method in class org.glassfish.jersey.test.JerseyTestNg
 
setConsumerKey(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the consumer key.
setConsumerSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
 
setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the content disposition.
setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Overrides the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be set.
setContentType(MediaType, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
Set the HttpHeaders.CONTENT_TYPE header to the httpHeaders based on mediaType and default encoding defined in this processor.
setDefault(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the default property.
setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the element property.
setElementAt(E, int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
setEntity(Object) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Update object to be written as HTTP entity.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Set the entity object to be unmarshalled from a request, or to be marshalled on a response.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
This operation is not supported from this implementation.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
This operation is not supported from this implementation.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Disables access to the entity for a MultiPart.
setEntity(Object) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the annotations attached to the entity.
setEntityStream(OutputStream) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new entity output stream.
setEntityStream(InputStream) - Method in interface javax.ws.rs.client.ClientResponseContext
Set a new entity input stream.
setEntityStream(InputStream) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new entity input stream.
setEntityStream(OutputStream) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new entity output stream.
setEntityStream(InputStream) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message entity type information.
setFileEntity(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Sets the fileEntity for this FormDataBodyPart.
setFileEntity(File, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Sets the MediaType and fileEntity for this FormDataBodyPart.
setFilename(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Sets the body part entity filename value to be used in the content-disposition header.
setFixed(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the fixed property.
setForkJoinTaskTag(short) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Atomically sets the tag value for this task.
setFormattedOutput(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setFormDataContentDisposition(FormDataContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the form data content disposition.
setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
setGenericType(Type) - Method in interface javax.ws.rs.ext.InterceptorContext
Update type of the object to be produced or written.
setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the grammars property.
setHref(String) - Method in class com.sun.research.ws.wadl.Include
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the href property.
setId(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
Sets the value of the id property.
setIncludeRoot(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setInputStream(InputStream) - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Set the input stream of the object to be read.
setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
Set the runtime delegate that will be used by JAX-RS classes.
setInvalidValue(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
Set the value failing to pass the constraint.
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLink(Link) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the link property.
setMappedFromException(boolean) - Method in class org.glassfish.jersey.server.ContainerResponse
Sets the flag indicating whether the response was created based on the exception.
setMarshalEmptyCollections(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setMarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Add properties from the given map to the existing marshaller properties.
setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the mediaType property.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the mediaType property.
setMediaType(MediaType) - Method in interface javax.ws.rs.ext.InterceptorContext
Update media type of HTTP entity.
setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the MediaType for this BodyPart.
setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Disables changing the media type to anything other than multipart/form-data.
setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Sets the MediaType for this MultiPart.
setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message content media type.
setMessage(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
Return the interpolated error message for this validation error.
setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Set message body workers used to transform an entity stream into particular Java type.
setMessageTemplate(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
Set the non-interpolated error message for this validation error.
setMethod(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Set the request method.
setMethod(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set the request method.
setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
setMethod(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setMethodWithoutException(String) - Method in class org.glassfish.jersey.server.ContainerRequest
Like ContainerRequest.setMethod(String) but does not throw IllegalStateException if the method is invoked in other than pre-matching phase.
setMustRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setName(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the name property.
setName(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the name property.
setName(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the control name.
setNamespacePrefixMapper(Map<String, String>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setNamespaceSeparator(char) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
setNonce(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the nonce, a value that should be unique for a given timestamp.
setNonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the nonce to contain a randomly-generated UUID.
setNoStore(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
setNoTransform(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
setOutputStream(OutputStream) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Set a new output stream for the object to be written.
setPage(String) - Method in class org.glassfish.jersey.server.mvc.jsp.Include
Specifies the name of the JSP to be included.
setParent(MultiPart) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the parent MultiPart (if any) for this BodyPart.
setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
Set new chunk parser.
setPath(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the path property.
setPath(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the path property.
setPath(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
Set the string representation of the property path to the value.
setPendingCount(int) - Method in class jersey.repackaged.jsr166e.CountedCompleter
Sets the pending count to the given value.
setPredictor(MediaTypePredictor) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Sets the media type predictor.
setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig
Set new configuration properties replacing all previously set properties.
setProperties(Properties) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
setProperty(String, Object) - Method in interface javax.ws.rs.client.ClientRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.ws.rs.container.ContainerRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.ws.rs.ext.InterceptorContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
 
setProperty(String, Object) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
Set the particular property in the underlying implementation of JettisonMarshaller.
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setProviders(Providers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the configured Providers for this BodyPart.
setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the queryType property.
setRawResult(T) - Method in class jersey.repackaged.jsr166e.CountedCompleter
A method that result-bearing CountedCompleters may optionally use to help maintain result data.
setRawResult(V) - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Forces the given value to be returned as a result.
setRawResult(Void) - Method in class jersey.repackaged.jsr166e.RecursiveAction
Requires null completion value.
setRawResult(V) - Method in class jersey.repackaged.jsr166e.RecursiveTask
 
setRealm(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the protection realm for the request.
setRel(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the repeating property.
setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the request property.
setRequestScopedInitializer(RequestScopedInitializer) - Method in class org.glassfish.jersey.server.ContainerRequest
Set a custom container extensions initializer for the current request.
setRequestUri(URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
setRequestUri(URI, URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new request URI using a new base URI to resolve the application-specific request URI part.
setRequestUri(URI) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setRequestUri(URI, URI) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the required property.
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.
setResource(Object) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
Setter for resource instance that should get validated.
setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the resourceType property.
setRev(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rev property.
setSecurityContext(SecurityContext) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new injectable security context information for the current request.
setSecurityContext(SecurityContext) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setSeed(long) - Method in class jersey.repackaged.jsr166e.ThreadLocalRandom
Throws UnsupportedOperationException.
setSignature(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the signature for the request.
setSignatureMethod(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the signature method used to sign the request.
setSize(int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
setStatus(int) - Method in interface javax.ws.rs.client.ClientResponseContext
Set a new response status code.
setStatus(int) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new response status code.
setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.client.ClientResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStreamEntity(InputStream) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Allows to explicitly set the body part entity.
setStreamEntity(InputStream, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Allows to explicitly set the value and the MIME type of the body part entity.
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the output stream provider callback.
setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the style property.
setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Set the suspend timeout.
setTimeout(long, TimeUnit) - Method in interface javax.ws.rs.container.AsyncResponse
Set/update the suspend timeout.
setTimeoutHandler(TimeoutHandler) - Method in interface javax.ws.rs.container.AsyncResponse
Set/replace a time-out handler for the suspended asynchronous response.
setTimestamp(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the timestamp.
setTimestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the timestamp to the current time as number of seconds since epoch.
setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the title property.
setToken(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the request or access token.
setTokenSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
Sets request or access token.
setType(QName) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the type property.
setType(Class<?>) - Method in interface javax.ws.rs.ext.InterceptorContext
Update Java type before calling message body provider.
setUnmarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Add properties from the given map to the existing unmarshaller properties.
setUp() - Method in class org.glassfish.jersey.test.JerseyTest
Set up the test by creating a test container instance, starting it and by creating a new pre-configured test client.
setUp() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
 
setUp() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
 
setUri(URI) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new request URI.
setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
 
setValue(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the value property.
setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
This operation is not supported from this implementation.
setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
This operation is not supported from this implementation.
setValue(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
This operation is not supported from this implementation.
setValue(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the field value for this body part.
setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the field media type and value for this body part.
setValueWrapper(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setVerifier(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the verifier code.
setVersion(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the protocol version.
setVersion() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Sets the protocol version to the default value of 1.0.
setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Enable/disable WADL generation.
setWadlGeneratorDelegate(WadlGenerator) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Sets the delegate that is decorated by this wadl generator.
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
Set the message body workers associated with the request.
setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
Set the container response writer for the current request.
Severity - Enum in org.glassfish.jersey
Common severity.
ShellMojoExecutionException - Exception in org.glassfish.jersey.test.maven.runner
Mojo Execution exception that contains additional information regarding an error from an executed shell script.
ShellMojoExecutionException(String, int, Collection<String>) - Constructor for exception org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException
Constructs shell mojo exection exception.
shutdown() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Possibly initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
Generates the HMAC-SHA1 signature of OAuth request elements.
sign(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
Generates an OAuth signature for the given request, parameters and secrets, and stores it as a signature parameter, and writes the OAuth parameters to the request as an Authorization header.
sign(String, OAuth1Secrets) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
Signs the data using the supplied secret(s).
sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
Generates the PLAINTEXT signature.
sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
Generates the RSA-SHA1 signature of OAuth request elements.
SIGNATURE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the signature.
signature(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting signature.
SIGNATURE_METHOD - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the signature method.
signatureMethod(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Set the signature method name.
signatureMethod(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting signature method.
SimpleContainer - Class in org.glassfish.jersey.simple
Jersey Container implementation based on Simple framework Container.
SimpleContainerFactory - Class in org.glassfish.jersey.simple
Factory for creating and starting Simple server containers.
SimpleContainerProvider - Class in org.glassfish.jersey.simple
Container provider for containers based on Simple HTTP Server Container.
SimpleContainerProvider() - Constructor for class org.glassfish.jersey.simple.SimpleContainerProvider
 
SimpleServer - Interface in org.glassfish.jersey.simple
Simple server facade providing convenient methods to obtain info about the server (i.e.
SimpleTestContainerFactory - Class in org.glassfish.jersey.test.simple
Factory for testing SimpleContainer.
SimpleTestContainerFactory() - Constructor for class org.glassfish.jersey.test.simple.SimpleTestContainerFactory
 
size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
size() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
size() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
size - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
size(long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "size" parameter.
SKIPPING_CTX_LODAER_LISTENER_REGISTRATION() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Presuming Spring ContextLoaderListener was manually registered.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
Get the immutable consistent snapshot of the application info.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
snapshotIterator() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
Returns an iterator operating over a snapshot copy of the elements of this collection created upon construction of the iterator.
spliteratorV8() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8.KeySetView
 
SPRING_COMPONENT_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
Spring component provider initialized.
SpringComponentProvider - Class in org.glassfish.jersey.server.spring
Custom ComponentProvider class.
SpringComponentProvider() - Constructor for class org.glassfish.jersey.server.spring.SpringComponentProvider
 
SpringLifecycleListener - Class in org.glassfish.jersey.server.spring
JAX-RS Provider class for processing Jersey 2 Spring integration container life-cycle events.
SpringLifecycleListener() - Constructor for class org.glassfish.jersey.server.spring.SpringLifecycleListener
 
SpringWebApplicationInitializer - Class in org.glassfish.jersey.server.spring
Spring WebApplicationInitializer implementation initializes Spring context by adding a Spring ContextLoaderListener to the ServletContext.
SpringWebApplicationInitializer() - Constructor for class org.glassfish.jersey.server.spring.SpringWebApplicationInitializer
 
SseBroadcaster - Class in org.glassfish.jersey.media.sse
Used for broadcasting SSE to multiple EventOutput instances.
SseBroadcaster() - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
Creates a new instance.
SseBroadcaster(Class<? extends SseBroadcaster>) - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners.
SseFeature - Class in org.glassfish.jersey.media.sse
A JAX-RS feature that enables Server-Sent Events support.
SseFeature() - Constructor for class org.glassfish.jersey.media.sse.SseFeature
 
SslConfigurator - Class in org.glassfish.jersey
Utility class, which helps to configure SSLContext instances.
sslContext(SSLContext) - Method in class javax.ws.rs.client.ClientBuilder
Set the SSL context that will be used when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.
sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
StampedLock - Class in jersey.repackaged.jsr166e
A capability-based lock with three modes for controlling read/write access.
StampedLock() - Constructor for class jersey.repackaged.jsr166e.StampedLock
Creates a new lock, initially in unlocked state.
start() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
Start the authorization process and return redirection URI on which the user should give a consent for our application to access resources.
start() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
Start the authorization process and return redirection URI on which the user should give a consent for our application to access resources.
start() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
start() - Method in interface org.glassfish.jersey.test.spi.TestContainer
Start the container.
start(RootDoc) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
Start the doclet.
STATE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
State parameter used in the authorization request and authorization response to protect against CSRF attacks.
status - Variable in class com.sun.research.ws.wadl.Response
 
status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(Response.Status) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(int) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
stop() - Method in interface org.glassfish.jersey.test.spi.TestContainer
Stop the container.
store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
StreamDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
Represents an InputStream based file submission as a part of the multipart/form-data.
StreamDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Default constructor which forces user to manually set the required (name and streamEntity) properties.
StreamDataBodyPart(String, InputStream) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Convenience constructor which assumes the defaults for: filename (part's name) and mediaType ( MediaType.APPLICATION_OCTET_STREAM_TYPE).
StreamDataBodyPart(String, InputStream, String) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Convenience constructor which assumes the defaults for the mediaType (MediaType.APPLICATION_OCTET_STREAM_TYPE).
StreamDataBodyPart(String, InputStream, String, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
All-arguments constructor with all requested parameters set by the caller.
StreamingOutput - Interface in javax.ws.rs.core
A type that may be used as a resource method return value or as the entity in a Response when the application wishes to stream the output.
style - Variable in class com.sun.research.ws.wadl.Param
 
SubjectSecurityContext - Interface in org.glassfish.jersey.server
Security context that allows establishing a subject before a resource method or a sub-resource locator is called.
subList(int, int) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
submit() - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response back.
submit(Class<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
submit(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
submit(InvocationCallback<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation.
submit(ForkJoinTask<T>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Submits a ForkJoinTask for execution.
submit(Callable<T>) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
submit(Runnable, T) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
submit(Runnable) - Method in class jersey.repackaged.jsr166e.ForkJoinPool
 
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.
SUBRESOURCE_LOCATOR_CACHE_AGE - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the maximum age (in seconds) for cached for sub-resource locator models.
SUBRESOURCE_LOCATOR_CACHE_JERSEY_RESOURCE_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will cache Jersey resources in addition to caching sub-resource locator classes and instances (which are cached by default).
SUBRESOURCE_LOCATOR_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the size of cache for sub-resource locator models.
SUBRESOURCE_LOCATOR_DEFAULT_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
The default sub-resource locator cache size (64).
sum() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Returns the current sum.
sum() - Method in class jersey.repackaged.jsr166e.LongAdder
Returns the current sum.
sum(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Returns the sum associated with the given key, or zero if the key does not currently exist in the table.
sumAll() - Method in class jersey.repackaged.jsr166e.LongAdderTable
Returns the sum totalled across all keys.
sumThenReset() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Equivalent in effect to DoubleAdder.sum() followed by DoubleAdder.reset().
sumThenReset() - Method in class jersey.repackaged.jsr166e.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().
sumThenReset(K) - Method in class jersey.repackaged.jsr166e.LongAdderTable
Resets the sum associated with the given key to zero if the key exists in the table.
sumThenResetAll() - Method in class jersey.repackaged.jsr166e.LongAdderTable
Totals, then resets, the sums associated with all keys.
supplyAsync(CompletableFuture.Generator<U>) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the ForkJoinPool.commonPool() with the value obtained by calling the given Generator.
supplyAsync(CompletableFuture.Generator<U>, Executor) - Static method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the given executor with the value obtained by calling the given Generator.
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
Supports - Annotation Type in org.glassfish.jersey.test.spi
TODO
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.
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Suspend the request/response processing.
suspend(ExternalRequestContext<T>, ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
Suspend request associated with provided context.
suspend() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked by the superior ContainerResponseWriter responsible for writing the response when processing is to be suspended.
suspend(ExternalRequestContext<Map<String, Object>>, ServiceLocator) - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
 
Suspendable - Interface in org.glassfish.jersey.server.model
Jersey model component that is suspendable and may hold suspend-related information.
Suspended - Annotation Type in javax.ws.rs.container
Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
suspended(long, TimeUnit) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Mark the component for suspending.
SyncInvoker - Interface in javax.ws.rs.client
Uniform interface for synchronous invocation of HTTP methods.

T

tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
target(String) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(Link) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
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
 
target(String) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(URI) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(UriBuilder) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(Link) - Method in interface org.glassfish.jersey.client.rx.RxClient
 
target(WebTarget) - Static method in class org.glassfish.jersey.media.sse.EventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
target() - Method in class org.glassfish.jersey.test.JerseyTest
Create a JAX-RS web target whose URI refers to the base URI the tested JAX-RS / Jersey application is deployed at, plus the path specified in the path argument.
target(String) - Method in class org.glassfish.jersey.test.JerseyTest
Create a JAX-RS web target whose URI refers to the base URI the tested JAX-RS / Jersey application is deployed at, plus the path specified in the path argument.
tearDown() - Method in class org.glassfish.jersey.test.JerseyTest
Tear down the test by stopping the test container obtained from the test container factory and by closing and discarding the pre-configured test client that was set up for the test.
tearDown() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
 
tearDown() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
 
TEMP_DIRECTORY - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of the resource property for the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold..
tempDir(String) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Set the path to the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
Template - Annotation Type in org.glassfish.jersey.server.mvc
Used to annotate JAX-RS resources and resource methods to provide reference to a template for MVC support.
TEMPLATE_BASE_PATH - Static variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
String property defining the base path to Freemarker templates.
TEMPLATE_BASE_PATH - Static variable in class org.glassfish.jersey.server.mvc.jsp.JspMvcFeature
String property defining the base path to JSP templates.
TEMPLATE_BASE_PATH - Static variable in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
String property defining the base path to Mustache templates.
TEMPLATE_BASE_PATH - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
String property defining the base path to MVC templates.
TEMPLATE_OBJECT_FACTORY - Static variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
Property used to pass user-configured FreemarkerConfigurationFactory.
TEMPLATE_OBJECT_FACTORY - Static variable in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
Property used to pass user-configured factory able to create Mustache templates.
TEMPLATE_OBJECT_FACTORY - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
Property used to pass user-configured factory able to create template objects.
TemplateProcessor<T> - Interface in org.glassfish.jersey.server.mvc.spi
A view processor.
temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
TEST_THREADS - Variable in class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
 
TEST_THREADS - Variable in class org.glassfish.jersey.test.util.runner.ConcurrentRunner
 
testContainer() - Method in class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
 
testContainer(TestContainer) - Method in class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
 
testContainer() - Method in class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
 
testContainer(TestContainer) - Method in class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
 
TestContainer - Interface in org.glassfish.jersey.test.spi
A test container.
testContainer() - Method in interface org.glassfish.jersey.test.spi.TestNgStrategy
Return a test container to run the tests in.
testContainer(TestContainer) - Method in interface org.glassfish.jersey.test.spi.TestNgStrategy
Set a new test container instance to run the tests in and return the old, previously stored, instance.
TestContainerException - Exception in org.glassfish.jersey.test.spi
Thrown when a test container-specific error occurs.
TestContainerException() - Constructor for exception org.glassfish.jersey.test.spi.TestContainerException
Construct a new instance with no message.
TestContainerException(String) - Constructor for exception org.glassfish.jersey.test.spi.TestContainerException
Construct a new instance with a message.
TestContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.test.spi.TestContainerException
Construct a new instance with a message and a cause.
TestContainerException(Throwable) - Constructor for exception org.glassfish.jersey.test.spi.TestContainerException
Construct a new instance with a cause.
TestContainerFactory - Interface in org.glassfish.jersey.test.spi
A test container factory responsible for creating test containers.
TestHelper - Class in org.glassfish.jersey.test.spi
Helper class for Jersey Test Framework.
TestNgStrategy - Interface in org.glassfish.jersey.test.spi
Strategy defining how test containers and clients are stored and passed to TestNG tests.
TestProperties - Class in org.glassfish.jersey.test
Jersey test framework configuration properties.
text(T) - Static method in class javax.ws.rs.client.Entity
Create a "text/plain" entity.
TEXT_HTML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "text/html" media type.
TEXT_HTML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "text/html" media type.
TEXT_PLAIN - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "text/plain" media type.
TEXT_PLAIN_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "text/plain" media type.
TEXT_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing "text/xml" media type.
TEXT_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing "text/xml" media type.
thenAccept(CompletableFuture.Action<? super T>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when this CompletableFuture completes, after performing the given action with this CompletableFuture's result.
thenAcceptAsync(CompletableFuture.Action<? super T>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when this CompletableFuture completes, after performing the given action with this CompletableFuture's result from a task running in the ForkJoinPool.commonPool().
thenAcceptAsync(CompletableFuture.Action<? super T>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when this CompletableFuture completes, after performing the given action with this CompletableFuture's result from a task running in the given executor.
thenAcceptBoth(CompletableFuture<? extends U>, CompletableFuture.BiAction<? super T, ? super U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when both this and the other given CompletableFuture complete, after performing the given action with the results of the two CompletableFutures.
thenAcceptBothAsync(CompletableFuture<? extends U>, CompletableFuture.BiAction<? super T, ? super U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when both this and the other given CompletableFuture complete, after performing the given action with the results of the two CompletableFutures from a task running in the ForkJoinPool.commonPool().
thenAcceptBothAsync(CompletableFuture<? extends U>, CompletableFuture.BiAction<? super T, ? super U>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when both this and the other given CompletableFuture complete, after performing the given action with the results of the two CompletableFutures from a task running in the given executor.
thenApply(CompletableFuture.Fun<? super T, ? extends U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when this CompletableFuture completes, with the result of the given function of this CompletableFuture's result.
thenApplyAsync(CompletableFuture.Fun<? super T, ? extends U>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when this CompletableFuture completes, with the result of the given function of this CompletableFuture's result from a task running in the ForkJoinPool.commonPool().
thenApplyAsync(CompletableFuture.Fun<? super T, ? extends U>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when this CompletableFuture completes, with the result of the given function of this CompletableFuture's result from a task running in the given executor.
thenCombine(CompletableFuture<? extends U>, CompletableFuture.BiFun<? super T, ? super U, ? extends V>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when both this and the other given CompletableFuture complete, with the result of the given function of the results of the two CompletableFutures.
thenCombineAsync(CompletableFuture<? extends U>, CompletableFuture.BiFun<? super T, ? super U, ? extends V>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when both this and the other given CompletableFuture complete, with the result of the given function of the results of the two CompletableFutures from a task running in the ForkJoinPool.commonPool().
thenCombineAsync(CompletableFuture<? extends U>, CompletableFuture.BiFun<? super T, ? super U, ? extends V>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when both this and the other given CompletableFuture complete, with the result of the given function of the results of the two CompletableFutures from a task running in the given executor.
thenCompose(CompletableFuture.Fun<? super T, CompletableFuture<U>>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a CompletableFuture that upon completion, has the same value as produced by the given function of the result of this CompletableFuture.
thenComposeAsync(CompletableFuture.Fun<? super T, CompletableFuture<U>>) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a CompletableFuture that upon completion, has the same value as that produced asynchronously using the ForkJoinPool.commonPool() by the given function of the result of this CompletableFuture.
thenComposeAsync(CompletableFuture.Fun<? super T, CompletableFuture<U>>, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a CompletableFuture that upon completion, has the same value as that produced asynchronously using the given executor by the given function of this CompletableFuture.
thenRun(Runnable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is completed when this CompletableFuture completes, after performing the given action.
thenRunAsync(Runnable) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when this CompletableFuture completes, after performing the given action from a task running in the ForkJoinPool.commonPool().
thenRunAsync(Runnable, Executor) - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a new CompletableFuture that is asynchronously completed when this CompletableFuture completes, after performing the given action from a task running in the given executor.
ThreadLocalRandom - Class in jersey.repackaged.jsr166e
A random number generator isolated to the current thread.
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.
TimeoutHandler - Interface in javax.ws.rs.container
Asynchronous response suspend time-out handler.
timestamp(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Set the timestamp.
TIMESTAMP - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the timestamp.
timestamp(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting timestamp.
timestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting timestamp to the current time.
TIMESTAMP_UNIT - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
Unit of oauth_timestamp attribute used in authorization headers.
TimeWindowStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of any target (resource, resource method, application).
title - Variable in class com.sun.research.ws.wadl.Doc
 
title(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class javax.ws.rs.core.Link
Title link param from RFC 5988.
toArray() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
toArray(T[]) - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
toCookie() - Method in class javax.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
TOKEN - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the access/request token.
token(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting token.
TOKEN_SECRET - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the token secret.
TokenResource - Annotation Type in org.glassfish.jersey.server.oauth1
Annotation to be placed on resource classes or resource methods that should be ignored by OAuth server filter.
TokenResult - Class in org.glassfish.jersey.client.oauth2
Class that contains a result of the Authorization Flow including a access token.
TokenResult(Map<String, Object>) - Constructor for class org.glassfish.jersey.client.oauth2.TokenResult
Create a new instance initiated from the property map.
tokenSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
Builder pattern method to return OAuth1Secrets after setting consumer secret.
toResponse(E) - Method in interface javax.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toResponse(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
 
toResponse(Throwable) - Method in interface org.glassfish.jersey.server.spi.ResponseErrorMapper
 
toString() - Method in class javax.ws.rs.client.Entity
 
toString() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class javax.ws.rs.core.CacheControl
Convert the cache control to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.Cookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.EntityTag
Convert the entity tag to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.GenericEntity
 
toString() - Method in class javax.ws.rs.core.GenericType
 
toString() - Method in class javax.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class javax.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.NewCookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class javax.ws.rs.core.Variant
 
toString(T) - Method in interface javax.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
toString() - Method in class jersey.repackaged.jsr166e.CompletableFuture
Returns a string identifying this CompletableFuture, as well as its completion state.
toString() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a string representation of this map.
toString() - Method in class jersey.repackaged.jsr166e.DoubleAdder
Returns the String representation of the DoubleAdder.sum().
toString() - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Returns the String representation of the DoubleMaxUpdater.max().
toString() - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Returns the String representation of the current value.
toString() - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Returns the String representation of the current values of array.
toString() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
 
toString() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class jersey.repackaged.jsr166e.ForkJoinPool
Returns a string identifying this pool, as well as its state, including indications of run state, parallelism level, and worker and task counts.
toString() - Method in class jersey.repackaged.jsr166e.LongAdder
Returns the String representation of the LongAdder.sum().
toString() - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Returns the String representation of the LongMaxUpdater.max().
toString() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns a string identifying this lock, as well as its lock state.
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.client.proxy.WebResourceFactory
 
toString() - Method in class org.glassfish.jersey.jettison.JettisonConfig
 
toString() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Convert the disposition to a "Content-Disposition" header value.
toString() - Method in class org.glassfish.jersey.media.sse.InboundEvent
 
toString() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
toString() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
toString() - Method in class org.glassfish.jersey.server.model.Invocable
 
toString() - Method in class org.glassfish.jersey.server.model.Parameter
 
toString() - Method in class org.glassfish.jersey.server.model.Resource.Builder
 
toString() - Method in class org.glassfish.jersey.server.model.Resource
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
 
toStringBuffer() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
toStringBuffer() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
toTemplate() - Method in class javax.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
trace() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
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
 
trace() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
trace(Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
trace(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
 
trace() - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
trace(Class<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
trace(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.jsr166e.RxCompletableFutureInvoker
 
trace() - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP OPTIONS method for the current request.
trace(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
trace(Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
trace(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
 
trace() - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
trace(Class<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
trace(GenericType<R>) - Method in class org.glassfish.jersey.client.rx.spi.AbstractRxInvoker
 
TRACING - Static variable in class org.glassfish.jersey.server.ServerProperties
Enable tracing support.
TRACING_THRESHOLD - Static variable in class org.glassfish.jersey.server.ServerProperties
Set level o tracing information.
TracingConfig - Enum in org.glassfish.jersey.server
Enumeration of possible values of property ServerProperties.TRACING.
TracingUtils - Class in org.glassfish.jersey.server
Utilities for tracing support.
transform(ObjectGraph) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraphTransformer
Transform a given graph into an entity-filtering object.
traversableResolver(TraversableResolver) - Method in class org.glassfish.jersey.server.validation.ValidationConfig
Defines the traversable resolver.
trimToSize() - Method in class jersey.repackaged.jsr166e.extra.ReadMostlyVector
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 javax.ws.rs.client.ClientBuilder
Set the client-side trust store.
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.
tryAdvance(ConcurrentHashMapV8.Action<? super T>) - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
If an element remains, applies the action and returns true.
tryAwaitAvailability(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Returns the current sequence number if the lock is, or becomes, available within the specified waiting time.
tryComplete() - Method in class jersey.repackaged.jsr166e.CountedCompleter
If the pending count is nonzero, decrements the count; otherwise invokes CountedCompleter.onCompletion(CountedCompleter) and then similarly tries to complete this task's completer, if one exists, else marks this task as complete.
tryConvertToOptimisticRead(long) - Method in class jersey.repackaged.jsr166e.StampedLock
If the lock state matches the given stamp then, if the stamp represents holding a lock, releases it and returns an observation stamp.
tryConvertToReadLock(long) - Method in class jersey.repackaged.jsr166e.StampedLock
If the lock state matches the given stamp, performs one of the following actions.
tryConvertToWriteLock(long) - Method in class jersey.repackaged.jsr166e.StampedLock
If the lock state matches the given stamp, performs one of the following actions.
tryLock() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Acquires the lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Acquires the lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryOptimisticRead() - Method in class jersey.repackaged.jsr166e.StampedLock
Returns a stamp that can later be validated, or zero if exclusively locked.
tryReadLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Non-exclusively acquires the lock if it is immediately available.
tryReadLock(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.StampedLock
Non-exclusively acquires the lock if it is available within the given time and the current thread has not been interrupted.
trySplit() - Method in interface jersey.repackaged.jsr166e.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
If possible, returns a new spliterator covering approximately one half of the elements, which will not be covered by this spliterator.
tryUnfork() - Method in class jersey.repackaged.jsr166e.ForkJoinTask
Tries to unschedule this task for execution.
tryUnlockRead() - Method in class jersey.repackaged.jsr166e.StampedLock
Releases one hold of the read lock if it is held, without requiring a stamp value.
tryUnlockWrite() - Method in class jersey.repackaged.jsr166e.StampedLock
Releases the write lock if it is held, without requiring a stamp value.
tryWriteLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Exclusively acquires the lock if it is immediately available.
tryWriteLock(long, TimeUnit) - Method in class jersey.repackaged.jsr166e.StampedLock
Exclusively acquires the lock if it is available within the given time and the current thread has not been interrupted.
type - Variable in class com.sun.research.ws.wadl.Param
 
type - Variable in class com.sun.research.ws.wadl.Resource
 
type(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
TYPE - Static variable in class javax.ws.rs.core.Link
Type link param from RFC 5988.
type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
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.
type(MediaType) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
type - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
type(String) - Static method in class org.glassfish.jersey.media.multipart.ContentDisposition
Start building content disposition.
type(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to return this MultiPart after additional configuration.
type(String) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add content type of the entity.
type(MediaType) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
Add content type of the entity.

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.
unlock() - Method in class jersey.repackaged.jsr166e.extra.SequenceLock
Attempts to release this lock.
unlock(long) - Method in class jersey.repackaged.jsr166e.StampedLock
If the lock state matches the given stamp, releases the corresponding mode of the lock.
unlockRead(long) - Method in class jersey.repackaged.jsr166e.StampedLock
If the lock state matches the given stamp, releases the non-exclusive lock.
unlockWrite(long) - Method in class jersey.repackaged.jsr166e.StampedLock
If the lock state matches the given stamp, releases the exclusive lock.
unmarshal(Link.JaxbLink) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link.JaxbLink into a Link.
unmarshalFromJSON(InputStream, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
Unmarshal JSON data from the specified InputStream and return the resulting Java content tree.
unmarshalFromJSON(Reader, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
Unmarshal JSON data from the specified Reader and return the resulting Java content tree.
unmarshalJAXBElementFromJSON(InputStream, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
Unmarshal JSON data from the InputStream by declaredType and return the resulting content tree.
unmarshalJAXBElementFromJSON(Reader, Class<T>) - Method in interface org.glassfish.jersey.jettison.JettisonUnmarshaller
Unmarshal JSON data from the Reader by declaredType and return the resulting content tree.
unmarshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for used Unmarshaller.
UnsupportedSignatureMethodException - Exception in org.glassfish.jersey.oauth1.signature
Thrown to indicate that the OAuth signature method requested is not supported.
UnsupportedSignatureMethodException() - Constructor for exception org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
Constructs an unsupported OAuth method exception with no detail message.
UnsupportedSignatureMethodException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
Constructs an unsupported OAuth method exception with the specified detail message.
update(double) - Method in class jersey.repackaged.jsr166e.DoubleMaxUpdater
Updates the maximum to be at least the given value.
update(long) - Method in class jersey.repackaged.jsr166e.LongMaxUpdater
Updates the maximum to be at least the given value.
updateMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Get a method builder for an existing resource method.
uri(URI) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying URI template for the link being constructed.
uri(String) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying string representing URI template for the link being constructed.
uri(URI) - Method in class javax.ws.rs.core.UriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(String) - Method in class javax.ws.rs.core.UriBuilder
Parses the uriTemplate string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components.
Uri - Annotation Type in org.glassfish.jersey.server
Injects a resource target pointing at a resource identified by the resolved URI into a method parameter, class field or a bean property.
uriBuilder(UriBuilder) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying URI builder representing the URI template for the link being constructed.
UriBuilder - Class in javax.ws.rs.core
URI template-aware utility class for building URIs from their components.
UriBuilder() - Constructor for class javax.ws.rs.core.UriBuilder
Protected constructor, use one of the static fromXxx(...) methods to obtain an instance.
UriBuilderException - Exception in javax.ws.rs.core
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
UriBuilderException() - Constructor for exception javax.ws.rs.core.UriBuilderException
Creates a new instance of UriBuilderException without detail message.
UriBuilderException(String) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message.
UriBuilderException(String, Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message and cause.
UriBuilderException(Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
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.
UriConnegFilter - Class in org.glassfish.jersey.server.filter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
UriConnegFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter that reads the configuration (media type and language mappings) from the provided ResourceConfig instance.
UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter with suffix to media type mappings and suffix to language mappings.
UriInfo - Interface in javax.ws.rs.core
An injectable interface that provides access to application and request URI information.
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.
usePersistentConnections() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Instruct event source to use persistent HTTP connections when connecting (or reconnecting) to the SSE endpoint, provided the mechanism is supported by the underlying client Connector.
USER - Static variable in class javax.ws.rs.Priorities
User-level filter/interceptor priority.
USER_AGENT - Static variable in interface javax.ws.rs.core.HttpHeaders
userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI user-info.
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(long) - Method in class jersey.repackaged.jsr166e.StampedLock
Returns true if the lock has not been exclusively acquired since issuance of the given stamp.
validate(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
The validate method validates a component and adds possible issues found to it's list.
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.
validateTestMethods(List<Throwable>) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
 
validateTestMethods(List<Throwable>) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentRunner
 
ValidationConfig - Class in org.glassfish.jersey.server.validation
Configuration class for Bean Validation provider.
ValidationConfig() - Constructor for class org.glassfish.jersey.server.validation.ValidationConfig
 
ValidationError - Class in org.glassfish.jersey.server.validation
Default validation error entity to be included in Response.
ValidationError() - Constructor for class org.glassfish.jersey.server.validation.ValidationError
Create a ValidationError instance.
ValidationError(String, String, String, String) - Constructor for class org.glassfish.jersey.server.validation.ValidationError
Create a ValidationError instance.
ValidationFeature - Class in org.glassfish.jersey.server.validation
ValidationFeature used to add Bean Validation (JSR-349) support to the server.
ValidationFeature() - Constructor for class org.glassfish.jersey.server.validation.ValidationFeature
 
ValidationInterceptor - Interface in org.glassfish.jersey.server.spi
Interceptor for method validation processing.
ValidationInterceptorContext - Interface in org.glassfish.jersey.server.spi
Context for resource method validation interception processing (see ValidationInterceptor).
validOptions(String[][], DocErrorReporter) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
Validate options.
value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
 
value - Variable in class com.sun.research.ws.wadl.Option
 
value() - Method in enum com.sun.research.ws.wadl.ParamStyle
 
valueOf(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class javax.ws.rs.core.CacheControl
Creates a new instance of CacheControl by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.Cookie
Creates a new instance of Cookie by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.EntityTag
Creates a new instance of EntityTag by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.Link
Simple parser to convert link header string representations into a link.
valueOf(String) - Static method in class javax.ws.rs.core.MediaType
Creates a new instance of MediaType by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.NewCookie
Creates a new instance of NewCookie by parsing the supplied string.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.RuntimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2Parameters.GrantType
Returns the enum constant of this type with the specified name.
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.jettison.JettisonConfig.Notation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.linking.InjectLink.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
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.server.filter.HttpMethodOverrideFilter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.TracingConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
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 com.sun.research.ws.wadl.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
values() - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.core.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class jersey.repackaged.jsr166e.ConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2Parameters.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
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.jettison.JettisonConfig.Notation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.linking.InjectLink.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
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.server.filter.HttpMethodOverrideFilter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.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.server.monitoring.RequestEvent.ExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.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.server.TracingConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
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 javax.ws.rs.core.Response.ResponseBuilder
Set message entity representation metadata.
Variant - Class in javax.ws.rs.core
Abstraction for a resource representation variant.
Variant(MediaType, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, Locale, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content variant (type, language and encoding).
Variant.VariantListBuilder - Class in javax.ws.rs.core
A builder for a list of representation variants.
Variant.VariantListBuilder() - Constructor for class javax.ws.rs.core.Variant.VariantListBuilder
Protected constructor, use the static newInstance method to obtain an instance.
variants(Variant...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
VERIFIER - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the verifier code.
verifier(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting verifier code.
verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
Verifies the HMAC-SHA1 signature of OAuth request elements.
verify(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
Verifies the OAuth signature for a given request, parameters and secrets.
verify(String, OAuth1Secrets, String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
Verifies the signature for the data using the supplied secret(s).
verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
Verifies the Plaintext signature.
verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
Verifies the RSA-SHA1 signature of OAuth request elements.
verifyNoOutOfMemoryOccurred() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
Verifies no OutOfMemoryError is present in associated log file.
The motivation is to have the OutOfMemory error included in the JUnit test result if possible.
The problem is that even of OutOfMemoryError occurred, it may not be logged yet.
verifyNoOutOfMemoryOccurred() - Static method in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
version(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
Set the version of the OAuth protocol.
VERSION - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Name of parameter containing the protocol version.
version(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting version.
version() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Builder pattern method to return OAuth1Parameters after setting version to the default value of 1.0.
Viewable - Class in org.glassfish.jersey.server.mvc
A viewable type referencing a template by name and a model to be passed to the template.
Viewable(String) - Constructor for class org.glassfish.jersey.server.mvc.Viewable
Construct a new viewable type with a template name.
Viewable(String, Object) - Constructor for class org.glassfish.jersey.server.mvc.Viewable
Construct a new viewable type with a template name and a model.
ViewableContext - Interface in org.glassfish.jersey.server.mvc.spi
The context for resolving an instance of Viewable to an instance of ResolvedViewable.
ViewableContextException - Exception in org.glassfish.jersey.server.mvc.spi
A runtime exception associated with errors when resolving a Viewable to a ResolvedViewable by methods on ViewableContext.
ViewableContextException(String) - Constructor for exception org.glassfish.jersey.server.mvc.spi.ViewableContextException
Construct a new instance with the supplied message.
ViewableContextException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.mvc.spi.ViewableContextException
Construct a new instance with the supplied message and cause.
ViewableContextException(Throwable) - Constructor for exception org.glassfish.jersey.server.mvc.spi.ViewableContextException
Construct a new instance with the supplied cause.
visitChildResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitChildResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Start visiting a single child resource model.
visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitInvocable(Invocable) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method invocable model.
visitMethodHandler(MethodHandler) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitMethodHandler(MethodHandler) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method handler model.
visitResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Start visiting a single resource model.
visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResourceHandlerConstructor(HandlerConstructor) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a resource method handler constructor.
visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method model.
visitResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitResourceModel(ResourceModel) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a resource model.
visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
visitRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a runtime resource model.
visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
 

W

WADL_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable WADL generation.
WADL_GENERATOR_CONFIG - Static variable in class org.glassfish.jersey.server.ServerProperties
If set the wadl generator configuration that provides a WadlGenerator.
WadlApplicationContext - Interface in org.glassfish.jersey.server.wadl
A context to obtain WADL-based information.
WadlFeature - Class in org.glassfish.jersey.server.wadl
Feature enabling WADL processing.
WadlFeature() - Constructor for class org.glassfish.jersey.server.wadl.WadlFeature
 
WadlGenerator - Interface in org.glassfish.jersey.server.wadl
A WadlGenerator creates artifacts related to wadl.
WadlGenerator.ExternalGrammarDefinition - Class in org.glassfish.jersey.server.wadl
And internal storage object to store the grammar definitions and any type resolvers that are created along the way.
WadlGenerator.ExternalGrammarDefinition() - Constructor for class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
WadlGenerator.Resolver - Interface in org.glassfish.jersey.server.wadl
Call back interface that the created external grammar can use to allow other parts of the code to attach the correct grammar information.
WadlGeneratorConfig - Class in org.glassfish.jersey.server.wadl.config
Provides a configured WadlGenerator with all decorations (the default wadl generator decorated by other generators).
WadlGeneratorConfig() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder - Class in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
WadlGeneratorConfigLoader - Class in org.glassfish.jersey.server.wadl.config
Loads a WadlGeneratorConfig and provides access to the WadlGenerator provided by the loaded WadlGeneratorConfig.
If no WadlGeneratorConfig is provided, the default WadlGenerator will be loaded.
WadlGeneratorConfigLoader() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
 
WadlGeneratorDescription - Class in org.glassfish.jersey.server.wadl.config
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the WadlGenerator implementation with the specified WadlGeneratorDescription.getGeneratorClass().
WadlGeneratorDescription() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
WadlGeneratorDescription(Class<? extends WadlGenerator>, Properties) - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
WadlModelProcessor - Class in org.glassfish.jersey.server.wadl.processor
WADL model processor which enhance resource model by WADL related resources (like "/application.wadl").
WadlModelProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
Create new WADL model processor instance.
WadlModelProcessor.OptionsHandler - Class in org.glassfish.jersey.server.wadl.processor
OPTIONS resource method handler that serves resource WADL.
WadlModelProcessor.OptionsHandler() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
weakCompareAndSet(double, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDouble
Atomically sets the value to the given updated value if the current value is bitwise equal to the expected value.
weakCompareAndSet(int, double, double) - Method in class jersey.repackaged.jsr166e.extra.AtomicDoubleArray
Atomically sets the element at position i to the given updated value if the current value is bitwise equal to the expected value.
WebApplicationException - Exception in javax.ws.rs
Runtime exception for applications.
WebApplicationException() - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message and a default HTTP status code of 500.
WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied message and response.
WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a supplied message and HTTP status code.
WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message and HTTP status.
WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and response.
WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and HTTP status code.
WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a the supplied message, root cause and HTTP status code.
WebComponent - Class in org.glassfish.jersey.servlet
An common Jersey web component that may be extended by a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
WebComponent(WebConfig, ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.WebComponent
Create and initialize new web component instance.
WebConfig - Interface in org.glassfish.jersey.servlet
The Web configuration for accessing initialization parameters of a Web component and the ServletContext.
WebConfig.ConfigType - Enum in org.glassfish.jersey.servlet
The web configuration type.
WebFilterConfig - Class in org.glassfish.jersey.servlet
A filter based web config.
WebFilterConfig(FilterConfig) - Constructor for class org.glassfish.jersey.servlet.WebFilterConfig
 
WebResourceFactory - Class in org.glassfish.jersey.client.proxy
Factory for client-side representation of a resource.
WebServletConfig - Class in org.glassfish.jersey.servlet
A servlet based web config.
WebServletConfig(ServletContainer) - Constructor for class org.glassfish.jersey.servlet.WebServletConfig
 
WebTarget - Interface in javax.ws.rs.client
A resource target identified by the resource URI.
WeldHk2LocatorManager - Class in org.glassfish.jersey.weld.se
Locator manager for Weld SE container.
WeldHk2LocatorManager() - Constructor for class org.glassfish.jersey.weld.se.WeldHk2LocatorManager
 
WeldRequestScope - Class in org.glassfish.jersey.weld.se
Weld specific request scope to align CDI request context with Jersey.
WeldRequestScope() - Constructor for class org.glassfish.jersey.weld.se.WeldRequestScope
 
WILDCARD - Static variable in class javax.ws.rs.core.MediaType
A String constant representing wildcard "*/*" media type .
WILDCARD_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing wildcard "*/*" media type.
withAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a specified method-level annotation declared.
withCharset(String) - Method in class javax.ws.rs.core.MediaType
Create a new MediaType instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter.
withConfig(Configuration) - Method in class javax.ws.rs.client.ClientBuilder
Set the internal configuration state to an externally provided configuration state.
withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
withMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a method-level annotation declared that is itself annotated with a specified meta-annotation.
withoutAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list without a specified method-level annotation declared.
withoutMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list without any method-level annotation declared that would itself be annotated with a specified meta-annotation.
write(OutputStream) - Method in interface javax.ws.rs.core.StreamingOutput
Called to write the message body.
write(T) - Method in class org.glassfish.jersey.server.ChunkedOutput
Write a chunk.
writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
Write (serialize) the entity set in this request into the entity stream.
writeLock() - Method in class jersey.repackaged.jsr166e.StampedLock
Exclusively acquires the lock, blocking if necessary until available.
writeLockInterruptibly() - Method in class jersey.repackaged.jsr166e.StampedLock
Exclusively acquires the lock, blocking if necessary until available or the current thread is interrupted.
writeRequest(OAuth1Request) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
Writes the OAuth parameters to a request, as an Authorization header.
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
WriterInterceptor - Interface in javax.ws.rs.ext
WriterInterceptorContext - Interface in javax.ws.rs.ext
WriterModel - Class in org.glassfish.jersey.message
WriterModel(MessageBodyWriter, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.WriterModel
Create new writer model instance.
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Write a type to an HTTP message.
writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Writers a type to the entityStream using interceptors.
writeTo(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
writeTo(OutputStream, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
Write the resolved viewable.
writeTo(T, Viewable, MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface org.glassfish.jersey.server.mvc.spi.TemplateProcessor
Process a template and write the result to an output stream.
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.
WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.grizzly.connector.LocalizationMessages
The proxy URI ("{0}") property MUST be an instance of String or URI.
WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.jetty.connector.LocalizationMessages
The proxy URI ("{0}") property MUST be an instance of String or URI.
WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders

X

xhtml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xhtml+xml" entity.
xml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xml" entity.
xml2JsonNs(Map<String, String>) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
Setter for XML to JSON namespace mapping.
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.

Z

zeroPortToAvailablePort(URI) - Static method in class org.glassfish.jersey.test.spi.TestHelper
Create a human readable string from given URI.

_

_default - Variable in class com.sun.research.ws.wadl.Param
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

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