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

A

abortWith(Response) - Method in 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
 
AbstractChainableStage<DATA> - Class in org.glassfish.jersey.process.internal
Abstract chainable linear acceptor.
AbstractChainableStage() - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
Create a new chainable acceptor with no next stage set.
AbstractChainableStage(Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
Create a new chainable acceptor with an initialized default next stage value.
AbstractCollectionJaxbProvider - Class in org.glassfish.jersey.message.internal
An abstract provider for T[], Collection<T>, and its subtypes as long as they have the public default constructor or are interfaces implemented by one the following classes: ArrayList LinkedList HashSet TreeSet Stack T must be a JAXB type annotated with XmlRootElement.
AbstractCollectionJaxbProvider(Providers) - Constructor for class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
AbstractCollectionJaxbProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
AbstractCollectionJaxbProvider.JaxbTypeChecker - Interface in org.glassfish.jersey.message.internal
This is to allow customized JAXB collections checking.
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
 
AbstractContainerRequestValueFactory<T> - Class in org.glassfish.jersey.server.internal.inject
An abstract value factory that provides access to the current ContainerRequest instance.
AbstractContainerRequestValueFactory() - Constructor for class org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory
 
AbstractFormProvider<T> - Class in org.glassfish.jersey.message.internal
Abstract base class for form entity types marshalling & un-marshalling support.
AbstractFormProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractFormProvider
 
AbstractJaxbElementProvider - Class in org.glassfish.jersey.message.internal
An abstract provider for JAXBElement.
AbstractJaxbElementProvider(Providers) - Constructor for class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
AbstractJaxbElementProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
AbstractJaxbProvider<T> - Class in org.glassfish.jersey.message.internal
A base class for implementing JAXB-based readers and writers.
AbstractJaxbProvider(Providers) - Constructor for class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
AbstractJaxbProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
AbstractMessageReaderWriterProvider<T> - Class in org.glassfish.jersey.message.internal
 
AbstractMessageReaderWriterProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
 
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.
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
 
AbstractRootElementJaxbProvider - Class in org.glassfish.jersey.message.internal
An abstract provider for JAXB types that are annotated with XmlRootElement or XmlType.
AbstractRootElementJaxbProvider(Providers) - Constructor for class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
 
AbstractRootElementJaxbProvider(Providers, MediaType) - Constructor for class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
 
AbstractRuntimeDelegate - Class in org.glassfish.jersey.internal
An abstract implementation of RuntimeDelegate that provides support common to the client and server.
AbstractRuntimeDelegate(ServiceLocator) - Constructor for class org.glassfish.jersey.internal.AbstractRuntimeDelegate
Initialization constructor.
AbstractValueFactoryProvider - Class in org.glassfish.jersey.server.internal.inject
A parameter value factory provider that provides parameter value factories which are using MultivaluedParameterExtractorProvider to extract parameter values from the supplied multivalued parameter map.
AbstractValueFactoryProvider(MultivaluedParameterExtractorProvider, ServiceLocator, Parameter.Source...) - Constructor for class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Initialize the provider.
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
See HTTP/1.1 documentation.
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 class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
accept(String) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Accept a scanned resource.
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_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
AcceptableLanguageTag - Class in org.glassfish.jersey.message.internal
An acceptable language tag.
AcceptableLanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableLanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
AcceptableMediaType - Class in org.glassfish.jersey.message.internal
An acceptable media type.
AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance with a default quality factor value.
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance.
AcceptableToken - Class in org.glassfish.jersey.message.internal
An acceptable token.
AcceptableToken(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
 
AcceptableToken(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
 
accepted() - 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.
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
 
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
 
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, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
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
Adds an instance of Closeable that is to be closed when the request goes out of scope.
add(Object...) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
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(K, V...) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
addAll(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
addBinding(BindingBuilder<?>, DynamicConfiguration) - Static method in class org.glassfish.jersey.internal.inject.Injections
Add a binding represented by the binding builder to the HK2 dynamic configuration.
addBinding(BindingBuilder<?>, DynamicConfiguration, HK2Loader) - Static method in class org.glassfish.jersey.internal.inject.Injections
Add a binding represented by the binding builder to the HK2 dynamic configuration.
addChild(Object) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
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.
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.
addFirst(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
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.
addFirstNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
addHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
addListener(JerseyClient.LifecycleListener) - Method in class org.glassfish.jersey.client.JerseyClient
Add a new client lifecycle listener.
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.
addNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Add properties to ResourceConfig.
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.
ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
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.
allow(String...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
allow(Set<String>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
AMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous (sub-)resource method for HTTP method {0} and input mime-types as defined by @Consumes and @Produces annotations at Java methods {1} and {2} at matching regular expression {3}.
AMBIGUOUS_NON_ANNOTATED_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method {0} on resource {1} contains multiple parameters with no annotation.
AMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter.
AMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"Multiple methods found to suit client request with accept header {0}.
AMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous (sub-)resource method for HTTP method {0} and input mime-types as defined by @Consumes annotation at Java methods {1} and {2} at matching path pattern {3}.
AMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous (sub-)resource method for HTTP method {0} and output mime-types as defined by @Produces annotation at Java methods {1} and {2} at matching path pattern {3}.
AMBIGUOUS_SRLS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous sub-resource locators on path {1}.
AMBIGUOUS_SRLS_PATH_PATTERN(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource model has ambiguous sub-resource locators on path pattern {0}.
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.
AnnotationAcceptingListener - Class in org.glassfish.jersey.server.internal.scanning
A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
AnnotationAcceptingListener(Class<? extends Annotation>...) - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanner listener to check for annotated Java classes in Java class files.
AnnotationAcceptingListener(ClassLoader, Class<? extends Annotation>...) - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanner listener to check for annotated Java classes in Java class files.
annotationDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
AnnotationDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for annotations.
Created on: Jun 12, 2008
AnnotationDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
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
 
any - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
 
ANY_MATCH - Static variable in class org.glassfish.jersey.message.internal.MatchingEntityTag
An empty set that corresponds to If-Match: * or If-None-Match: *.
appendEscapingQuotes(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendQuoted(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new quoted value to the string builder.
appendQuotedIfNonToken(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
appendQuotedIfWhitespace(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
Append a new value to the string builder.
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.
ApplicationDescription - Class in org.glassfish.jersey.server.wadl.internal
This class is designed to combine the Application instance with any other external metadata that might be required to describe the application.
ApplicationDescription.ExternalGrammar - Class in org.glassfish.jersey.server.wadl.internal
A simple holder class that stores a type and binary content to be used to return extra metadata with
ApplicationDescription.ExternalGrammar(MediaType, byte[]) - Constructor for class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
ApplicationDocs - Class in org.glassfish.jersey.server.wadl.internal.generators
The wrapper root document for multiple Doc elements.
ApplicationDocs() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
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.
ApplicationEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
Implementation of application event.
ApplicationEventImpl(ApplicationEvent.Type, ResourceConfig, Set<Class<?>>, Set<Class<?>>, Set<Object>, ResourceModel) - Constructor for class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
Create a new application event.
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.
ApplicationMXBean - Interface in org.glassfish.jersey.server.monitoring
Application MX Bean.
ApplicationMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing ApplicationMXBean MXBean interface.
ApplicationMXBeanImpl(ApplicationStatistics, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
Create a new application MXBean and register it to the mbean server using mBeanExposer.
ApplicationPath - Annotation Type in javax.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
ApplicationStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics and configuration of an application.
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(Factory<T>) - Method in class org.glassfish.jersey.internal.inject.FactoryToService
 
apply(ServiceHandle<T>) - Method in class org.glassfish.jersey.internal.inject.ProviderToFactory
 
apply(ServiceHandle<T>) - Method in class org.glassfish.jersey.internal.inject.ProviderToService
 
apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
Transform data of a given type into a result of the different type.
apply(DATA) - Method in interface org.glassfish.jersey.process.internal.Stage
Performs a data processing task and returns the processed data together with a processing continuation.
apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.LinkedStage
 
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(ContainerRequest) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.routing.RoutedInflectorExtractorStage
 
apply(ContainerRequest) - Method in interface org.glassfish.jersey.server.internal.routing.Router
Performs a request routing task and returns the routed request together with a routing continuation.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.routing.RoutingStage
Performs a data processing task and returns the processed data together with a processing continuation.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
Interceptor method wrapping calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream) method.
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
Interceptor method wrapping calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream) method.
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
AS_IS - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
Contract provider model enhancer that builds a model as is, without any modifications.
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.
asHeaderString(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Converts a list of message header values to a single string value (with individual values separated by ',').
asMap() - Method in class javax.ws.rs.core.Form
Returns multivalued map representation of the form.
asStage(Inflector<DATA, RESULT>) - Static method in class org.glassfish.jersey.process.internal.Stages
Creates a terminal Stages.LinkedStage that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.
asString(Object, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Convert a message header value, represented as a general object, to it's string representation.
asStringHeaders(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of passed headers.
asStringHeadersSingleValue(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Transforms multi value map of headers to single String value map.
asStringList(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Returns string view of list of header values.
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_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
Asynchronous processing not supported on Servlet 2.x container.
ASYNC_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Asynchronous thread pool size.
AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
Asynchronous connector response processing callback contract.
AsyncContext - Interface in org.glassfish.jersey.server.internal.process
Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request.
AsyncContext.Factory - Class in org.glassfish.jersey.server.internal.process
Asynchronous processing context injection factory.
AsyncContext.Factory() - Constructor for class org.glassfish.jersey.server.internal.process.AsyncContext.Factory
 
AsyncContext.State - Enum in org.glassfish.jersey.server.internal.process
Asynchronous processing context state.
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.
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
attachTypes(ApplicationDescription) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
attachTypes(ApplicationDescription) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Process the elements in the WADL definition to attach schema types as required.
attribute - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
Security authentication filter/interceptor priority.
AUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Credentials must be defined for basic authentication.
AUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Credentials must be defined for digest authentication.
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unsupported password type class.
AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
Security authorization filter/interceptor priority.
AutoDiscoverable - Interface in org.glassfish.jersey.internal.spi
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in runtime configurations.
AUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Configuration of {0} auto-discoverable failed.
available() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
available() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.

B

BackgroundScheduler - Annotation Type in org.glassfish.jersey.server.internal
Injection qualifier that can be used to inject a ScheduledExecutorService instance used by Jersey to execute background timed/scheduled tasks.
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.internal.util
Utility class that implements base64 encoding and decoding.
Base64() - Constructor for class org.glassfish.jersey.internal.util.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.
baseUri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
baseUri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
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.
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.
bindClasses(Class<?>...) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Iterable<Class<?>>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes.
bindClasses(Iterable<Class<?>>, boolean) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider classes that may also be resources.
BINDERS_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that includes only models that contain HK2 Binder provider contract.
bindInstances(Iterable<Object>) - Method in class org.glassfish.jersey.internal.inject.ProviderBinder
Register/bind custom provider instances.
bindProvider(Class<?>, ContractProvider, DynamicConfiguration) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind contract provider model to a provider class using the supplied HK2 dynamic configuration.
bindProvider(Object, ContractProvider, DynamicConfiguration) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind contract provider model to a provider instance using the supplied HK2 dynamic configuration.
bindProviders(ComponentBag, ServiceLocator) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
bindProviders(ComponentBag, RuntimeType, Set<Class<?>>, ServiceLocator) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
bindProviders(ComponentBag, RuntimeType, Set<Class<?>>, DynamicConfiguration) - Static method in class org.glassfish.jersey.internal.inject.ProviderBinder
Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
bindResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Binds resourceClass into HK2 context as singleton.
bindResourceIfSingleton(Object) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Binds resourceClass into HK2 context as singleton.
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.
BROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
{0} thrown from BroadcasterListener.
BroadcasterListener<T> - Interface in org.glassfish.jersey.server
Listener interface that can be implemented to listen to events fired by Broadcaster object.
BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The buffer size for arrays of byte and character.
bufferEntity() - Method in class javax.ws.rs.core.Response
Buffer the message entity data.
bufferEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Buffer the entity stream (if not empty).
bufferEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
build() - Method in class 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(Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
build() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
build() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Build a new contract provider model.
build() - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Build a stage chain.
build(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a terminal stage to the stage chain and build the chain.
build(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
build(RequestEvent.Type) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Build the instance of request event.
build(RequestEvent.Type) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
build() - Method in interface org.glassfish.jersey.server.internal.routing.Router.Builder
Build a hierarchical router for the transformation of a given data type.
build(Router) - Method in class org.glassfish.jersey.server.internal.routing.RoutingStage.Builder
Build a properly injected resource matching router.
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() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
build(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
build(Object[], boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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() - 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.
buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromEncoded(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromEncodedMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromEncodedMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
buildFromMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
buildFromMap(Map<String, ?>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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
 
buildModel(RuntimeResourceModel, boolean) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Build a runtime model of routers based on the resourceModel.
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.
buildRelativized(URI, Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
bundleChanged(BundleEvent) - Method in class org.glassfish.jersey.internal.OsgiRegistry
 
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.
ByteArrayProvider - Class in org.glassfish.jersey.message.internal
Default Jersey byte array entity provider (reader and writer).
ByteArrayProvider() - Constructor for class org.glassfish.jersey.message.internal.ByteArrayProvider
 
ByteBufferInputStream - Class in org.glassfish.jersey.internal.util.collection
An InputStream backed by a queue of byte buffers to be read.
ByteBufferInputStream() - Constructor for class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Create a new input stream that is backed by a a queue of byte buffers to be read.

C

CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cache control is null.
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 class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
CacheControlProvider - Class in org.glassfish.jersey.message.internal
Cache-Control header delegate provider.
CacheControlProvider() - Constructor for class org.glassfish.jersey.message.internal.CacheControlProvider
 
call() - Method in interface org.glassfish.jersey.internal.util.Producer
 
CALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
One of additional callbacks is null.
CALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Additional array of callbacks is null.
CALLBACK_METHOD_INVOCATION_FAILED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invocation of a {0} method on a request execution callback has failed on thread {1}.
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.
category() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
category() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Category of event, more events share same category.
category() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
chain(Function<DATA, DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a stage chain.
chain(ChainableStage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a stage chain.
ChainableStage<DATA> - Interface in org.glassfish.jersey.process.internal
Linear acceptor that can be composed into a chain.
CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
The media type charset parameter name.
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference.
checkProviderRuntime(Class<?>, ContractProvider, RuntimeType, boolean, boolean) - Static method in class org.glassfish.jersey.internal.inject.Providers
Check the component whether it is appropriate correctly configured for client or server runtime.
child(Router) - Method in interface org.glassfish.jersey.server.internal.routing.Router.Builder
Add new child node into the hierarchical request router being built.
CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
The value MUST be an instance convertible to Integer.
CHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Chunked input has been closed already.
CHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Specified chunk media type must not be null.
CHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error closing chunked input's underlying response input stream.
CHUNKED_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This chunked output has been closed.
ChunkedInput<T> - Class in org.glassfish.jersey.client
Response entity type used for receiving messages in "typed" chunks.
ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - 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.
classDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
 
ClassDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for classes.
Created on: Jun 12, 2008
ClassDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
classForNamePA(String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain Class from given class name.
classForNamePA(String, ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain Class from given class name.
classForNameWithException(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Get the Class from the class name.
classForNameWithExceptionPEA(String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged exception action to obtain Class from given class name.
classForNameWithExceptionPEA(String, ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged exception action to obtain Class from given class name.
ClassTypePair - Class in org.glassfish.jersey.internal.util.collection
A pair of raw class and the related type.
cleanIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Removes all issues from the current issue list.
clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
clear() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
clear() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Removes all mappings from this map.
clear() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Removes all the component registrations and resets the component bag instance to a state as if it was create anew.
clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Remove the current thread's value for baseUri thread-local variable (set by OutboundJaxrsResponse.Builder.setBaseUri(java.net.URI)).
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_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Client Certificate authentication.
CLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client instance has been closed.
CLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Link of the newly created invocation must not be null.
CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client response resolved URI must be absolute.
CLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client response resolved URI must not be null.
CLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Client response status must not be null.
CLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Link to the newly created target must not be null.
CLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
URI builder of the newly created target must not be null.
CLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
URI of the newly created target must not be null.
CLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
URI template of the newly created target must not be null.
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.
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 org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
clone() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.internal.util.collection.ByteBufferInputStream
 
close() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Closes the underlying content stream.
close() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
close() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
close() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Closes the context.
close() - Method in class org.glassfish.jersey.process.internal.RequestExecutorFactory
Close the executor factory and release any associated executor service resources.
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.
CLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Injected request context is 'null' on thread {0}.
CLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while closing {0}.
CloseableService - Interface in org.glassfish.jersey.server
A closeable service to add instances of Closeable that are required to be closed.
CloseableServiceBinder - Class in org.glassfish.jersey.server.internal.inject
Binder and Factory implementations for CloseableService.
CloseableServiceBinder() - Constructor for class org.glassfish.jersey.server.internal.inject.CloseableServiceBinder
 
closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
Close all registered ChunkedOutput instances.
closeQueue() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Closes the byte buffer sink of this input stream to indicate that writing to the stream has been finished.
closeQueue(Throwable) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Closes the byte buffer sink of this input stream to indicate that writing to the stream has been finished due to a throwable.
Closing - Class in org.glassfish.jersey.internal.util
A helper class to aid the closing of InputStream.
Closing(InputStream) - Constructor for class org.glassfish.jersey.internal.util.Closing
 
Closure<T> - Interface in org.glassfish.jersey.internal.util
Closure interface.
COLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unsupported collection type.
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
commentText - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response & close the container response writer.
commit() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Commits the entity stream if it wasn't already committed.
commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
Commit the entity stream unless already committed.
COMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Stream provider has already been initialized.
COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot setup buffering as bytes have already been written to the output stream.
COMMON_DELIMITERS - Static variable in class org.glassfish.jersey.internal.util.Tokenizer
Common Jersey delimiters used by various properties.
CommonConfig - Class in org.glassfish.jersey.model.internal
Common immutable Configuration implementation for server and client.
CommonConfig(RuntimeType, Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
Create a new RuntimeConfig instance.
CommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
Copy constructor.
CommonProperties - Class in org.glassfish.jersey
Common (server/client) Jersey configuration properties.
COMPARATOR - Static variable in class org.glassfish.jersey.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.
compare(String, String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
 
compareTo(String) - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
compareTo(JdkVersion) - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
CompletableReader<T> - Interface in org.glassfish.jersey.message.internal
A MessageBodyReader may implement this interface to signal that reading from the underlying input stream can be fully completed.
complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
Complete the reading.
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.
CompletionCallback - Interface in javax.ws.rs.container
A request processing callback that receives request processing completion events.
COMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Registered component instance cannot be null.
COMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Registered component class cannot be null.
COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Attempt to register component of type {0} to null or empty array of contracts is ignored.
COMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot new create registration for component type {0}: Existing previous registration found for the type.
ComponentBag - Class in org.glassfish.jersey.model.internal
An internal Jersey container for custom component classes and instances.
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.
CompositeApplicationEventListener - Class in org.glassfish.jersey.server.internal.monitoring
application event listener that aggregates more event listeners into one.
CompositeApplicationEventListener(List<ApplicationEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
Creates a new instance of composite event listener.
CompositeRequestEventListener - Class in org.glassfish.jersey.server.internal.monitoring
request event listener that aggregates more request event listener into one.
CompositeRequestEventListener(List<RequestEventListener>) - Constructor for class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
Create a new composite listener.
concreteClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Concrete class.
config(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
ConfigHelper - Class in org.glassfish.jersey.server.internal
Helper class to provide some common functionality related to application configuration.
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_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The configuration is not modifiable in this context.
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() - Method in class org.glassfish.jersey.internal.ContextResolverFactory.Binder
 
configure() - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.Binder
 
configure() - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver.Binder
 
configure() - Method in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer.Binder
 
configure() - Method in class org.glassfish.jersey.internal.JaxrsProviders.Binder
 
configure() - Method in class org.glassfish.jersey.internal.JerseyErrorService.Binder
 
configure() - Method in class org.glassfish.jersey.internal.ServiceFinderBinder
 
configure(FeatureContext) - Method in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
A call-back method called when an auto-discoverable component is to be configured in a given runtime configuration scope.
configure() - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.Binder
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
 
configure() - Method in class org.glassfish.jersey.process.internal.RequestScope.Binder
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
 
configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
configure() - Method in class org.glassfish.jersey.server.internal.inject.CloseableServiceBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.inject.ParameterInjectionBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext.Binder
 
configure() - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
 
configure() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
configure() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders.Binder
 
configure() - Method in class org.glassfish.jersey.server.internal.routing.RouterBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.RuntimeExecutorsBinder
 
configure() - Method in class org.glassfish.jersey.server.model.internal.ResourceModelBinder
 
configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
 
configure() - Method in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
 
configure(ResourceConfig) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
This method is called for each ServletContainer instance initialization, i.e.
configureAutoDiscoverableProviders(ServiceLocator) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure auto-discoverables in the HK2 service locator.
ConfiguredValidator - Interface in org.glassfish.jersey.server.internal.inject
Configured validator for Jersey validation purposes.
configureMetaProviders(ServiceLocator) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Configure HK2 binders in the HK2 service locator and enable JAX-RS features.
CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Connect timeout interval, in milliseconds.
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.
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.
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.
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.
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.
containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.process.internal.RequestScope
 
containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
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
See IETF RFC-2183.
CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
See IETF RFC-2392.
CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
ContentEncoder - Class in org.glassfish.jersey.spi
Standard contract for plugging in content encoding support.
ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
Initializes this encoder implementation with the list of supported content encodings.
contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the content location.
contentLocation(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
Context - Annotation Type in javax.ws.rs.core
This annotation is used to inject information into a class field, bean property or method parameter.
ContextInjectionResolver - Class in org.glassfish.jersey.internal.inject
Injection resolver for @Context injection annotation.
ContextInjectionResolver() - Constructor for class org.glassfish.jersey.internal.inject.ContextInjectionResolver
 
ContextInjectionResolver.Binder - Class in org.glassfish.jersey.internal.inject
Context injection resolver HK2 binder.
ContextInjectionResolver.Binder() - Constructor for class org.glassfish.jersey.internal.inject.ContextInjectionResolver.Binder
 
ContextResolver<T> - Interface in javax.ws.rs.ext
Contract for a provider that supplies context information to resource classes and other providers.
ContextResolverFactory - Class in org.glassfish.jersey.internal
A factory implementation for managing ContextResolver instances.
ContextResolverFactory(ServiceLocator) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory
Create new context resolver factory backed by the supplied HK2 service locator.
ContextResolverFactory.Binder - Class in org.glassfish.jersey.internal
Injection binder defining ContextResolverFactory and ContextResolvers bindings.
ContextResolverFactory.Binder() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.Binder
 
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).
CONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The given contract ({0}) of {1} provider cannot be bound to a resource method.
CONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Contract {0} can not be registered for component {1}: Contract not assignable to component.
CONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Contract {0} can not be registered for component {1}: Contract type not supported.
ContractProvider - Class in org.glassfish.jersey.model
Jersey contract provider model.
ContractProvider.Builder - Class in org.glassfish.jersey.model
Contract provider model builder.
convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Convert media types into String.
convertValue(Object, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Convert Object value to a value of the specified class type.
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
See IETF RFC 2109.
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(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cookie is null.
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.
CookieProvider - Class in org.glassfish.jersey.message.internal
Request Cookie header delegate provider.
CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
 
copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a copy of this component bag.
copy() - Method in class org.glassfish.jersey.SslConfigurator
Create a copy of the current SSL configurator instance.
create(HttpHeaderReader) - Method in interface org.glassfish.jersey.message.internal.HttpHeaderReader.ListElementCreator
 
create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Create new Tracing logger.
create(Invocable, InvocationHandler) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
 
create(Invocable) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
 
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, 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(Invocable, InvocationHandler) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
Create a resource method dispatcher for a given invocable resource method.
create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
Get the invocation handler for the invocable resource method.
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createApplicationDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.ObjectFactory
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
Iterate over provider classes of a service.
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.
createConcurrentMap() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
createConcurrentMap(Map<? extends K, ? extends V>) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new map with the same mappings as the given map.
createConcurrentMap(int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
createConcurrentMap(int, float, int) - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
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).
createContainer(Class<T>, Application) - Static method in class org.glassfish.jersey.server.ContainerFactory
Create a container according to the class requested.
createContainer(Class<T>, ApplicationHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerProvider
Create an container of a given type.
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.
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.
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Perform any post create functions such as generating grammars.
createFrom(Consumes) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create the list of media types from the values declared in the Consumes annotation.
createFrom(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create the list of media types from the values declared in the Produces annotation.
createFrom(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create a list of media type from a string array of media types.
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.
createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty inbound message headers container.
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createInstance() - Method in class org.glassfish.jersey.process.internal.RequestScope
Creates a new instance of the request scope instance.
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
Iterate over provider instances of a service.
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.
createLinkBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createLinkedTransferQueue() - Static method in class org.glassfish.jersey.internal.util.collection.DataStructures
Create an instance of a BlockingQueue that is based on LinkedTransferQueue implementation from JDK 7.
createLocator(String, ServiceLocator, Binder...) - Static method in class org.glassfish.jersey.internal.inject.Injections
Create a ServiceLocator.
createLocator(String, Binder...) - Static method in class org.glassfish.jersey.internal.inject.Injections
Create a ServiceLocator.
createLocator(ServiceLocator, Binder...) - Static method in class org.glassfish.jersey.internal.inject.Injections
Create an unnamed, parented ServiceLocator.
createLocator(Binder...) - Static method in class org.glassfish.jersey.internal.inject.Injections
Create an unnamed ServiceLocator.
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Create an empty outbound message headers container.
createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Param
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
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.
createQualitySourceMediaTypes(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create a list of quality source media type from the Produces annotation.
createQualitySourceMediaTypes(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Create a list of quality source media type from an array of media types.
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 class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
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 class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceDocType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ObjectFactory
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResources() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
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
createRespondingRoot() - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
(Optionally) create a responder chain from all transformations previously pushed into the context.
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.
createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createResponseRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
Create new SSL context instance using the current SSL context configuration.
createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a UriBuilder.
createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
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.
createValueFactory(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Create a value factory for the parameter.
createValueProviders(ServiceLocator, Parameterized) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Create list of parameter value providers for the given parameterized resource model component.
createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
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().
createXhtmlCodeType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
 
createXhtmlElementType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
 
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.
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
 
Custom - Annotation Type in org.glassfish.jersey.internal.inject
Qualifier annotation used to annotate HK2 injections and bindings for user custom providers.
CustomAnnotationImpl - Class in org.glassfish.jersey.internal.inject
Custom annotation implementation.
CustomAnnotationImpl() - Constructor for class org.glassfish.jersey.internal.inject.CustomAnnotationImpl
 
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() - Method in class org.glassfish.jersey.server.internal.routing.TransformableData
Get the transformable data.
DataSourceProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a DataSourceProvider.ByteArrayDataSource instance.
DataSourceProvider() - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider
 
DataSourceProvider.ByteArrayDataSource - Class in org.glassfish.jersey.message.internal
Modified from javax.mail.util.ByteArrayDataSource A DataSource backed by a byte array.
DataSourceProvider.ByteArrayDataSource(InputStream, String) - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
DataStructures - Class in org.glassfish.jersey.internal.util.collection
Utility class, which tries to pickup the best collection implementation depending on running environment.
DataStructures() - Constructor for class org.glassfish.jersey.internal.util.collection.DataStructures
 
DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
DATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Date is null.
DateProvider - Class in org.glassfish.jersey.message.internal
Date header delegate provider.
DateProvider() - Constructor for class org.glassfish.jersey.message.internal.DateProvider
 
debugLog(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Log a debug message using the configured debug level.
debugLog(String, Object...) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Log a debug message using the configured debug level.
declaringClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Declaring class.
decode(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Decodes Base64 data into octects.
decode(String, InputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the encoded stream, wrap it and return a stream that can be used to read the decoded entity.
decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeAsString(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Decodes array of bytes using base64 decoding and returns the result as a string.
decodeAsString(String) - Static method in class org.glassfish.jersey.internal.util.Base64
Decodes a string using base64 and returns the result as another string.
decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path segment and add it to the list of path segments.
decodeQuery(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
DEFAULT_CALLBACK - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default JavaScript callback function name.
DEFAULT_CONCURENCY_LEVEL - Static variable in class org.glassfish.jersey.internal.util.collection.DataStructures
Default concurrency level calculated based on the number of available CPUs.
DEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Default value, {0} could not be processed by method {1}.
DEFAULT_LEVEL - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Default event level.
DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_QUALITY - Static variable in class org.glassfish.jersey.message.internal.Quality
Default quality value.
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_VERSION - Static variable in class javax.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Set the contract default provider priority.
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
 
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
{0}.
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A dependent class, {0}, of the class {1} implementing the provider {2} is not found.
descriptions() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
destroy() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.process.internal.RequestScope
 
DETAILED_WADL_QUERY_PARAM - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Name of the query parameter that allows generation of full WADL including extended resource.
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.
DIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter.
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}.
dispatch(Object, ContainerRequest) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
Reflectively dispatch a request to the underlying invocable resource method via the configured invocation handler using the provided resource class instance.
dispose(T) - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
dispose(DocumentBuilderFactory) - Method in class org.glassfish.jersey.message.internal.DocumentBuilderFactoryInjectionProvider
 
dispose(SAXParserFactory) - Method in class org.glassfish.jersey.message.internal.SaxParserFactoryInjectionProvider
 
dispose(TransformerFactory) - Method in class org.glassfish.jersey.message.internal.TransformerFactoryInjectionProvider
 
dispose(XMLInputFactory) - Method in class org.glassfish.jersey.message.internal.XmlInputFactoryInjectionProvider
 
dispose(T) - Method in class org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory
 
dispose(AsyncContext) - Method in class org.glassfish.jersey.server.internal.process.AsyncContext.Factory
 
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
 
docs - Variable in class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
DocumentBuilderFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of document builder factories.
DocumentBuilderFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.message.internal.DocumentBuilderFactoryInjectionProvider
Create new document builder factory provider.
DocumentProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling XML document instances.
DocumentProvider() - Constructor for class org.glassfish.jersey.message.internal.DocumentProvider
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the ServletContainer.service(URI, URI, HttpServletRequest, HttpServletResponse) method.
done() - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.
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

eager(Value<T>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new eagerly initialized value provider.
el(String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
element - Variable in class com.sun.research.ws.wadl.Representation
 
Elements - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Elements(QName, Class<XhtmlElementType>, XhtmlElementType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
empty() - Static method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
Returns an empty immutable map.
empty() - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get an empty value provider whose get() method always returns null.
empty() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
Get immutable empty message headers container.
empty() - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Get an empty (no-op) tracing logger instance.
EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
The empty pattern that matches the null or empty string.
EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
The empty URI template that matches the null or empty URI path.
EMPTY_EVENT_BUILDER - Static variable in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
Instance of empty request event builder.
EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Empty path pattern matching only empty string.
emptyRef() - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Constructs a new empty mutable Ref instance.
EmptyRequestEventBuilder - Class in org.glassfish.jersey.server.internal.monitoring
Empty mock implementation of RequestEventBuilder.
EmptyRequestEventBuilder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
emptyUnsafe() - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get an empty value provider whose get() method always returns null.
enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
Enable a buffering of serialized entity.
enableBuffering(Configuration) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Enable a buffering of serialized entity.
enableBuffering(Configuration) - Method in class org.glassfish.jersey.server.ContainerResponse
Enable a buffering of serialized entity.
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.
enableResponseBuffering() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Return true if the entity buffering should be enabled in Jersey.
enableResponseBuffering() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
encode(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Encodes array of bytes using base64 encoding.
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded using the specified encoding.
encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodeAsString(byte[]) - Static method in class org.glassfish.jersey.internal.util.Base64
Encodes array of bytes using base64 encoding and returns the result as a string.
encodeAsString(String) - Static method in class org.glassfish.jersey.internal.util.Base64
Encodes a string using base64 and returns the result as another string.
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.
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Encode literal characters of a template.
encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encoding(String) - Method in class 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(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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.
encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the end of a URI path.
Endpoint - Interface in org.glassfish.jersey.server.internal.process
Server-side REST-ful endpoint.
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
Check if the URI template ends in a slash ('/').
enhanceResource(RuntimeResource, ResourceModel.Builder, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
 
enhanceResourceModel(ResourceModel, boolean, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
Enhance resourceModel by list of methods.
ensureContract(Class<?>, Class<?>...) - Static method in class org.glassfish.jersey.internal.inject.Providers
Ensure the supplied implementation classes implement the expected contract.
entering(String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
entering(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
entering(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.message.internal.OutboundJaxrsResponse.Builder
 
entity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
ENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Entity tag is null.
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.
EntityTagProvider - Class in org.glassfish.jersey.message.internal
ETag header delegate provider.
EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
 
entrySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
entrySet() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
entrySet() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns a collection view of the mappings contained in this map.
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.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 org.glassfish.jersey.client.ClientConfig
 
equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
equals(Object) - Method in class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
equals(K, K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
Compare two keys for equality.
equals(String, String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
equals(Object) - Method in class org.glassfish.jersey.internal.util.LazyUid
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
 
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.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
erasure(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class representation of the given type.
error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
Add an error to the list of messages.
error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
Add an error to the list of messages.
ERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Callback {0} invocation failed.
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error caught while loading SPI providers.
ERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while closing the output stream in order to commit response.
ERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error when closing the output stream.
ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error while committing the request output stream.
ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while committing the output stream.
ERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Error during initialization of random generator of Digest authentication.
ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A single character expected in the entity input stream.
ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error converting entity to {0} type by single String constructor.
ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unsupported basic type {0}.
ERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Entity input stream has already been closed.
ERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception mapping did not successfully produce and processed a response.
ERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception mapping did not successfully produce and processed a response.
ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Could not find exception type for given ExceptionMapper class: {0}.
ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Entity must be null for http method {0}.
ERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Entity must not be null for http method {0}.
ERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Last reader interceptor in the chain called the method proceed.
ERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Last writer interceptor in the chain called the method proceed.
ERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error marshalling JAXB object of type "{0}".
ERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MesssageBodyReader {0} threw exception in isReadable - skipping.
ERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MesssageBodyWriter {0} threw exception in isWritable - skipping.
ERROR_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error when registering Jersey monitoring MBeans.
ERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error unregistering Jersey monitoring MBeans on application destroy.
ERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Waiting for shutdown of MonitoringStatisticsProcessor has timeouted! Possible cause can be that any registered MonitoringStatisticsListener takes too long to execute.
ERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Waiting for shutdown of MonitoringStatisticsProcessor has been interrupted.
ERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating monitoring statistics.
ERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Exception thrown when provider {0} was processing MonitoringStatistics.
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
WARNING: {0}
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
ERROR: {0}
ERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
NewCookie Expires header value ({0}) cannot be read.
ERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
ERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
ERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
No injection source found for a parameter of type {1} at index {0}.
ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error parsing entity tag: {0}
ERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The request entity cannot be empty.
ERROR_PROCESSING_MESSAGEBODY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Exception during processing (read/write) of the message body.
ERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
ERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error occurred when processing a response created from an already mapped exception.
ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.
ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Due to constraint configuration problems the provider {0} will be ignored.
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
ERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error reading entity from input stream.
ERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Missing entity.
ERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The request cannot be aborted as it is already in the response processing phase.
ERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The entity stream cannot be set in the request as it is already in the response processing phase.
ERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The security context cannot be set in the request as it is already in the response processing phase.
ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to resolve generic type value of {0} for an instance of {1}.
ERROR_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Resource Java method invocation error.
ERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Resources do not have the same path and cannot be merged.
ERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A class file of the class name, {0}, is identified but the class could not be found.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Incorrect type of feature context instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Incorrect type of reader interceptor context instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Incorrect type of writer interceptor context instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Incorrect type of request instance {0}.
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Incorrect type of response instance {0}.
ERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Sub resource locator returned {0} in the resource model.
ERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Attempt to suspend a connection of an asynchronous request failed in the underlying container.
ERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Attempt to suspend a client connection associated with a chunked output has failed in the underlying container.
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid syntax in the template "{0}".
ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error un-marshalling JAXB object of type: {0}.
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error unmarshalling JAXB object of type "{0}".
ERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The encoding {0} is not supported for parameter {1}.
ERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Model validation error(s) found in sub resource returned by sub resource locator.
ERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for method {0} of resource {1}.
ERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for parameter {0} of resource {1} and resource method {2}.
ERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for request representation of resource method {0} of resource {1}.
ERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl request representation for media type {0} of method {1} of resource {2}.
ERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl application for one specific resource {0}.
ERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for sub resource locator {0} of resource {1}.
ERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl for Resource {0} with path "{1}".
ERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating wadl response representation for method {0} of resource {1}.
ERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error attaching an external grammar to the wadl.
ERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not load WadlGeneratorConfiguration, check the configuration of "{0}".
ERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The property {0} is an invalid type: {1} (supported: String, Class, WadlGeneratorConfiguration).
ERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error configuring the given user WadlGenerator by configure() method.
ERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not load wadl generators from wadlGeneratorDescriptions.
ERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The wadl application already contains a grammars element, we're adding elements of the provided grammars file.
ERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error creating a JAXBContext for wadl processing.
ERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating /application.wadl.
ERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error generating external wadl grammar on /application.wadl/[path].
ERROR_WADL_RESOURCE_MASHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Could not marshal the wadl Application.
ERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An I/O error has occurred while writing a response message entity to the container output stream.
ERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An I/O error has occurred while writing a response message entity chunk to the container output stream.
Errors - Class in org.glassfish.jersey.internal
Errors utility used to file processing messages (e.g.
Errors.ErrorMessage - Class in org.glassfish.jersey.internal
Generic error message.
Errors.ErrorMessagesException - Exception in org.glassfish.jersey.internal
Error message exception.
ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Following issues have been detected: {0}
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
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
 
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Exception caught while loading SPI providers.
EXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception was not mapped due to exception mapper failure.
EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
EXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An exception has been thrown from an exception mapper {0}.
EXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Starting mapping of the exception.
EXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WebApplicationException (WAE) with non-null entity thrown.
EXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WebApplicationException (WAE) with no entity thrown and no ExceptionMappers have been found for this WAE.
EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
I/O exception occurred while sending "{0}/{1}" error response.
ExceptionMapper<E extends Throwable> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExceptionMapperFactory - Class in org.glassfish.jersey.internal
Exception mappers implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.
ExceptionMapperFactory(ServiceLocator) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
Create new exception mapper factory initialized with HK2 service locator instance that will be used to look up all providers implementing ExceptionMapper interface.
ExceptionMapperFactory.Binder - Class in org.glassfish.jersey.internal
Exception mapper factory injection binder.
ExceptionMapperFactory.Binder() - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory.Binder
 
ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of the exception mapper statistics.
ExceptionMapperMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing a ExceptionMapperMXBean mxbean interface.
ExceptionMapperMXBeanImpl(ExceptionMapperStatistics, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
Create a new MXBean and register it into mbean server using mBeanExposer.
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.
EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that excludes models with no recognized contracts.
EXCLUDE_META_PROVIDERS - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that excludes all pure meta-provider models (i.e.
ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of one target.
ExecutionStatisticsDynamicBean - Class in org.glassfish.jersey.server.internal.monitoring.jmx
Dynamic MBean that exposes information about execution statistics.
ExecutionStatisticsDynamicBean(ExecutionStatistics, MBeanExposer, String, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
Create a new MXBean and register it into the mbean server using mBeanExposer.
exiting(String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
exiting(String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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.
extendedElement - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
Extension of a exception mapper interface.
ExtendedLogger - Class in org.glassfish.jersey.internal.util
Logger extension with additional logging utility & convenience methods.
ExtendedLogger(Logger, Level) - Constructor for class org.glassfish.jersey.internal.util.ExtendedLogger
Create new logger extension.
ExtendedMonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
Extension of the MonitoringStatisticsListener which allows to listen to the event of destroying the application.
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.
extract(MultivaluedMap<String, String>) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Extract the map entry identified by a name (and using the configured default value) from the supplied multivalued map.
extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
(Optionally) extracts an inflector from a processing stage, provided the stage implements Inflecting interface.
ExtractorException - Exception in org.glassfish.jersey.server.internal.inject
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.
ExtractorException(String) - Constructor for exception org.glassfish.jersey.server.internal.inject.ExtractorException
Create new parameter extractor exception.
ExtractorException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.inject.ExtractorException
Create new parameter extractor exception.
ExtractorException(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.inject.ExtractorException
Create new parameter extractor exception.

F

factoryOf(T) - Static method in class org.glassfish.jersey.internal.inject.Providers
Wrap an instance into a HK2 service factory.
FactoryToService<T> - Class in org.glassfish.jersey.internal.inject
Helper function converting a HK2 service factory into the service contract instance.
FactoryToService() - Constructor for class org.glassfish.jersey.internal.inject.FactoryToService
 
failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
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.
failure(Throwable) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
familyOf(int) - Static method in enum javax.ws.rs.core.Response.Status.Family
Get the response status family for the status code.
FAST_INFOSET - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Fast infoset media type.
fatal(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a fatal error to the list of messages.
fatalIssuesFound() - Static method in class org.glassfish.jersey.internal.Errors
Check whether a fatal error is present in the list of all messages.
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_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_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Feature [{0}] has already been processed.
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.
FeatureContextWrapper - Class in org.glassfish.jersey.model.internal
Wrapper of FeatureContext that can supply instance of service locator.
FeatureContextWrapper(FeatureContext, ServiceLocator) - Constructor for class org.glassfish.jersey.model.internal.FeatureContextWrapper
Create a new instance of wrapper.
FileProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/octet-stream entity type to/from a File instance.
FileProvider() - Constructor for class org.glassfish.jersey.message.internal.FileProvider
 
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.
FilesScanner - Class in org.glassfish.jersey.server.internal.scanning
A scanner that recursively scans directories and jar files.
FilesScanner(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.FilesScanner
Scan from a set of packages.
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_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.
find(Class<T>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
 
find(Class<T>, ClassLoader) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, ClassLoader, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
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 class org.glassfish.jersey.internal.ExceptionMapperFactory
 
findMapping(T) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular exception instance.
findMethodOnClassPA(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to find a method on a class given an existing method.
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.jersey.process.internal.RequestScope
 
findOverridingMethodOnClass(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Find a method that overrides the given method on the given class.
fine(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
finer(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
finest(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
fixed - Variable in class com.sun.research.ws.wadl.Param
 
flush() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
flush(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Stores collected tracing messages to response HTTP header.
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.
form(Form) - Static method in class javax.ws.rs.client.Entity
Create an "application/x-www-form-urlencoded" form entity.
form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.Entity
Create an "application/x-www-form-urlencoded" form 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.
FORM_DECODED_PROPERTY - Static variable in class org.glassfish.jersey.server.internal.InternalServerProperties
Used internally for storing Form instance with url-decoded values in ContainerRequest properties.
FORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
A servlet request to the URI {0} contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters.
FORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded
FORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The @FormParam is utilized when the request method is GET
FORM_PROPERTY - Static variable in class org.glassfish.jersey.server.internal.InternalServerProperties
Used internally for storing Form instance with original (not url-decoded) values in ContainerRequest properties.
FormMultivaluedMapProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from multi-valued map instance.
FormMultivaluedMapProvider() - Constructor for class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
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.
FormProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded entity type to/from JAX-RS Form instance.
FormProvider() - Constructor for class org.glassfish.jersey.message.internal.FormProvider
 
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment.
fragment(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
from(Response) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
Get an OutboundJaxrsResponse instance for a given JAX-RS response.
from(int) - Static method in class org.glassfish.jersey.message.internal.Statuses
 
from(int, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
 
from(Response.StatusType, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
 
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.
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.
fromString(String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.CookieProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.DateProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.LinkProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
 
fromString(String) - Method in class org.glassfish.jersey.message.internal.UriProvider
 
fromString(String) - Method in interface org.glassfish.jersey.spi.StringValueReader
Read a string value and convert to a Java type.
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
 

G

geExternalGrammar(UriInfo, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
GENERAL_MEDIA_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
The general media type corresponding to \*\/*.
GENERAL_MEDIA_TYPE_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
A singleton list containing the general media type.
GENERAL_QUALITY_SOURCE_MEDIA_TYPE_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
A singleton list containing the general media type.
generate(List<Resource>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
Generate WADL for a set of resources.
generate(ApplicationDescription, Resource) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
Generate WADL for a resource.
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.
genericInterface - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Generic interface type.
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.
genericTypeFor(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Create a generic type information for a given Java instance.
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 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(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
get(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in interface org.glassfish.jersey.internal.util.collection.UnsafeValue
Get the stored value.
get() - Method in interface org.glassfish.jersey.internal.util.collection.Value
Get the stored value.
get(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get a parameter extractor.
get(Parameter) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider
Get the extractor configured to extract value of given parameter.
get() - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
GET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, should not consume any entity.
GET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, should not consume any form parameter.
GET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, returns a void type.
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.internal.routing.UriRoutingContext
 
getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request in the form of a UriBuilder.
getAbsolutePathBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.message.internal.OutboundMessageContext
Get a list of languages that are acceptable for the message.
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.message.internal.OutboundMessageContext
Get a list of media types that are acceptable for the message.
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
 
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.message.internal.InboundMessageContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getAllowedMethods(RuntimeResource) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
Return allowed methods for the given resource.
getAllProviders(ServiceLocator, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying HK2 service locator container.
getAllProviders(ServiceLocator, Class<T>, RankedComparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the sorted iterable of all providers (custom and default) registered for the given service provider contract in the underlying HK2 service locator container.
getAllProviders(ServiceLocator, Class<T>, Comparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying HK2 service locator container ordered based on the given comparator.
getAllRankedProviders(ServiceLocator, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlying HK2 service locator container.
getAllServletContainerProviders() - Static method in class org.glassfish.jersey.servlet.internal.ServletContainerProviderFactory
Returns array of all "registered" implementations of ServletContainerProvider.
getAnnotatedClasses() - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Get the set of annotated classes.
getAnnotatedResourceClass(Class<?>) - Static method in class org.glassfish.jersey.server.model.internal.ModelHelper
Get the class in the provided resource class ancestor hierarchy that is actually annotated with the @Path annotation.
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.Parameter
 
getAnnotationDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
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
 
getAnnotationTypeName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
getAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Returns collection of all annotation types attached to a given annotated element that have the provided meta annotation attached.
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.
getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getAny() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Returns JAX-RS application corresponding with this ResourceConfig.
getApplication() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
getApplication(UriInfo, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
getApplication(UriInfo, Resource, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
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 class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the application class used for configuration of Jersey application.
getApplicationEvents() - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
Get the queue of application events.
getApplicationName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
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.
getApplicationStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get global statistics about application and configuration of application.
getArguments() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
Returns the arguments for message formatting.
getArguments() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
getArrayComponentType(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Gets the component type of the array.
getArrayForComponentType(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get Array class of component type.
getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getAttribute(String) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
getAttributeDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
getAttributes(String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getAuthenticationScheme() - Method in class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
getAverageDuration() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
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.
getBackgroundThreadFactory() - Method in interface org.glassfish.jersey.spi.RuntimeThreadProvider
Get a ThreadFactory that will create threads that will be used for running background tasks, independently of current request scope.
getBase() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the base property.
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.server.internal.routing.UriRoutingContext
 
getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application in the form of a UriBuilder.
getBaseUriBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBoundReaderInterceptors() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all reader interceptors applicable to this request.
getBoundReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBoundRequestFilters() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all bound request filters applicable to this request.
getBoundRequestFilters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBoundResponseFilters() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all bound response filters applicable to this request.
getBoundResponseFilters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBoundWriterInterceptors() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all writer interceptors applicable to this request.
getBoundWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getBuildId() - Static method in class org.glassfish.jersey.internal.Version
Get build id.
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
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.internal.AbstractMessageReaderWriterProvider
Get the character set from a media type.
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Get the character set from a media type.
getChildNodes() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
 
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.
getClass(Class<?>, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Find the declaring class that implements or extends an interface.
getClassDoc(Class<?>) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
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.model.internal.CommonConfig
 
getClasses() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get all registered component classes, including features and binders mtea-providers.
getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a subset of all registered component classes using the filter predicate to determine for each component class based on it's contract provider class model whether it should be kept or filtered out.
getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
Get resource and provider class loader.
getClassLoaderPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain class loader for given class.
getClassName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
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
 
getComment() - Method in class javax.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Gets the value of the commentText property.
getCommentText() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
Returns a ComponentBag instance associated with the configuration.
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 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(ServiceLocator) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get service locator dynamic configuration.
getConfiguration() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getConfiguration() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
Get the application configuration.
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
 
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() - 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 interface org.glassfish.jersey.client.spi.ConnectorProvider
Get a Jersey client connector instance for a given client instance and Jersey client runtime configuration.
getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector provider.
getConstructor(Class<T>) - Method in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer
 
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
 
getConsumesMediaType() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
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.
getContainerLifecycleListener(ApplicationHandler) - Static method in class org.glassfish.jersey.server.internal.ConfigHelper
Provides a single ContainerLifecycleListener instance based on the application configuration.
getContainerRequest() - Method in class org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory
Get the container request.
getContainerRequest() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container request.
getContainerRequestFilters() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get container request filters used during the request filtering phase.
getContainerResponse() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container response.
getContainerResponseFilters() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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.
getContent() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
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 exception org.glassfish.jersey.message.internal.HeaderValueException
Get the exception context.
getContext() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
Get the underlying outbound message context.
getContextClassLoaderPA() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain context class loader.
getContextParams(ServletContext) - Static method in class org.glassfish.jersey.servlet.WebComponent
Extract context params from ServletContext.
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.
getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
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.model.internal.CommonConfig
 
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.
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider.RootElementProvider
 
getConverter(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.ParamConverterFactory
 
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.message.internal.OutboundJaxrsResponse
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getCustomProviders(ServiceLocator, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the set of all custom providers registered for the given service provider contract in the underlying HK2 service locator container.
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.message.internal.InboundMessageContext
Get message date.
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get message date.
getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getDateFormats() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Return an unmodifiable list of HTTP specified date formats to use for parsing or formatting Date.
getDebugLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Get the configured debug level.
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getDeclaredFieldsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain fields declared on given class.
getDeclaredMethodsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain methods declared on given class.
getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the declaring class of an accessible object.
getDeclaringClassName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
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.
getDefaultNext() - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
Get the default next stage currently configured on the acceptor.
getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the default priority of the built contract provider model.
getDefaultProvider(Object...) - Method in class org.glassfish.jersey.process.internal.RequestExecutorFactory
Get the default request executor provider.
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.
getDefaultValueString() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Default entry value (string) that will be used in case the entry is not present in the supplied multivalued map.
getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method that should be executed.
getDestroyTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Deprecated. deprecated since 2.5 (destroy time will always be null). Use ContainerLifecycleListener.onShutdown(org.glassfish.jersey.server.spi.Container) to listen on the destroy.
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.
getDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
getDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs
 
getDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
 
getDomain() - Method in class javax.ws.rs.core.Cookie
Get the domain of the cookie.
getDynamicFeatures() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get dynamic features.
getElement() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the element property.
getElement() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getElementClass(Class<?>, Type) - Static method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
getElementName(Class<?>) - Static method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
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.
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.message.internal.OutboundJaxrsResponse
 
getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the message entity Java instance.
getEntity() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
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.message.internal.OutboundMessageContext
Get the annotations attached to the entity.
getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
 
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 class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the raw message entity type information.
getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
 
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.message.internal.InboundMessageContext
Get the entity input stream.
getEntityStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
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.message.internal.InboundMessageContext
Get the entity tag.
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the entity tag.
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.message.internal.OutboundMessageContext
Get the message entity type information.
getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getErrorMessages() - Static method in class org.glassfish.jersey.internal.Errors
Get the list of all error messages.
getErrorMessages(boolean) - Static method in class org.glassfish.jersey.internal.Errors
Get the list of error messages.
getErrorsAsResourceModelIssues() - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
Get all filed error messages as ResourceModelIssues.
getErrorsAsResourceModelIssues(boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
Get error messages filed after Errors.mark() flag was set as ResourceModelIssues.
getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
getExample() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getException() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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 class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
getExceptionCause() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the exception cause.
getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
Get an exception mapping provider for a particular class of exception.
getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getExceptionMapper() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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 class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
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.process.internal.RequestExecutorFactory
Get the request processing executor using the underlying RequestExecutorProvider configured in the executor factory instance.
getExpiry() - Method in class javax.ws.rs.core.NewCookie
Get the cookie expiry date.
getExternalGrammar(String) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
getExternalMetadataKeys() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
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.
getFeature(String) - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
getFields(Class<T>) - Method in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer
 
getFilter() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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
 
getFinalMatchingGroup() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the final matching group of the last successful request URI routing pattern match result.
getFinalMatchingGroup() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.
getFirst(K) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
getFirst(String, Class<A>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
getFirst(String, A) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
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.
getFromStringStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to get the static fromString(String ) method.
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.
getGenericTypeArgumentClasses(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the list of classes that represent the type arguments of a parameterized input type.
getGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global reader interceptors.
getGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global request filters.
getGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global response filters.
getGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global writer interceptors.
getGrammars() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the grammars property.
getGroupCounts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the capturing group counts for each template variable.
getGroupIndexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the group indexes to capturing groups.
getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the group indexes.
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.
getHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.message.internal.InboundMessageContext
Get the mutable message headers multivalued map.
getHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the mutable message headers multivalued map.
getHeaders() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
getHeaders() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
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.message.internal.InboundMessageContext
Get a message header as a single string value.
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a message header as a single string value.
getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
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
Get the hostname verifier.
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.
getHttpMethod() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
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.
getIfMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get If-Match header.
getIfNoneMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get If-None-Match header.
getInclude() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the include property.
getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
getInflector() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the matched request to response data inflector if present, or null otherwise.
getInflector() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getInflector() - Method in class org.glassfish.jersey.server.model.Inflecting
Get the inflector.
getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer
 
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
 
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.message.internal.DataSourceProvider.ByteArrayDataSource
 
getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
Obtain a RuntimeDelegate instance.
getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
Returns an OsgiRegistry instance.
getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
Returns instance of TracingLogger associated with current request processing (propertiesDelegate).
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.model.internal.CommonConfig
 
getInstances() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get all registered component instances, including features and binders meta-providers.
getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a subset of all registered component instances using the filter predicate to determine for each component instance based on it's contract provider class model whether it should be kept or filtered out.
getInstances() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the invocable method model.
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 class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context associated with the WadlGenerator for the Web application.
getJdkVersion() - Static method in class org.glassfish.jersey.internal.util.JdkVersion
 
getKey() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
Gets the key in the resource bundle.
getKey() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
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.message.internal.InboundMessageContext
Get the language of the entity.
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the language of the entity.
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.
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.message.internal.InboundMessageContext
Get the last modified date.
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the last modified date.
getLastModified() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLastResponseCode() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
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.message.internal.InboundMessageContext
Get Content-Length value.
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get Content-Length value.
getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLevel() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.message.internal.InboundMessageContext
Get the link for the relation.
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the link for the relation.
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.message.internal.InboundMessageContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Convenience method that returns a Link.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.message.internal.InboundMessageContext
Get the links attached to the message as header.
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the links attached to the message as header.
getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLocale() - Method in class org.glassfish.jersey.internal.l10n.Localizer
 
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.message.internal.InboundMessageContext
Get the location.
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the location.
getLocation() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLocator() - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get the service locator.
getLocatorSubResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the list of sub resources returned from resource locators during matching.
getLocatorSubResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMaintenance() - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
getMajor() - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the throwable that was mapped to a response.
getMappedThrowable() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMarshaller(Class, MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched model resource from which the matched resource method was invoked.
getMatchedModelResource() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResourceLocators() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get resource locators matched since beginning of a matching.
getMatchedResourceLocators() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResourceMethod() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched resource method that is invoked.
getMatchedResourceMethod() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of the currently matched resource class instances.
getMatchedResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedResults() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedResults() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get a read-only list of match results for matched request URI routing patterns.
getMatchedResults() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedRuntimeResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Return all matched runtime resources including runtime resources based on child resources.
getMatchedRuntimeResources() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedTemplates() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMatchedTemplates() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.
getMatchedURIs() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getMatchedURIs(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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 class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
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.
getMBeanInfo() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
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.message.internal.InboundMessageContext
Get the media type of the entity.
getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get the media type of the entity.
getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getMediaType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
Human-readable description of the issue.
getMessage(String, Object...) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
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.
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 class org.glassfish.jersey.internal.JaxrsProviders
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyReaders that are suitable for the 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 class org.glassfish.jersey.internal.JaxrsProviders
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyWriters that are suitable for the given type.
getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
Get encountered error messages.
getMetadata() - Method in class javax.ws.rs.core.Response
See Response.getHeaders().
getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
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 class org.glassfish.jersey.server.ContainerRequest
 
getMethod() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get the underlying Java method.
getMethodDoc(Class<?>, Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getMethodDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
getMethodName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getMethodName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the name of the Java method.
getMethodName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
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.
getMethodsPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to return an array containing Method objects reflecting all the public member methods of the supplied class or interface object, including those declared by the class or interface and those inherited from superclasses and superinterfaces.
getMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get execution statistics that contain measurements of times only for execution of resource method.
getMethodUniqueId(ResourceMethod) - Static method in class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
Get the method unique string ID.
getMinimumDuration() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
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.
getMinor() - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
getModCount() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Get the number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
getModel(Class<?>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get a model for a given component class, or null if no such component is registered in the component bag.
getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
An extension point that provides a way how to define a custom enhancement/update operation of a contract provider model registration being produced for a given component class.
getName() - Method in class 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.internal.util.ExtendedLogger
 
getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getName() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Name of the parameter (map key) to be extracted from the supplied multivalued map.
getName() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
 
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 class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
getName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
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
 
getNameBoundReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound reader interceptor map.
getNameBoundReaderInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound reader interceptor inverse map.
getNameBoundRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound request filters.
getNameBoundRequestFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound request filter inverse map.
getNameBoundResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound response filters.
getNameBoundResponseFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound response filter inverse map.
getNameBoundWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound writer interceptor map.
getNameBoundWriterInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get name bound writer interceptor inverse map.
getNames() - Method in class org.glassfish.jersey.server.model.Resource
Return a list of resource names.
getNames() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the list of template names.
getNamespaceURI(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
 
getNameToPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the map of template names to patterns.
getNextInterceptor() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Returns next interceptor in the chain.
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the normalized template.
getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the number of literal characters.
getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of template variables.
getOption() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the option property.
getOrCreate(ServiceLocator, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get the class by contract or create and inject a new instance.
getOsgiRegistryInstance() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Returns an OsgiRegistry instance.
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.
getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
Get the output stream.
getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
getPackageResources(String, ClassLoader) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Get URLs of resources from a given package.
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.
getParamDoc(Class<?>, Method, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getParamDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getParameterAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter annotations.
getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the parameterized class arguments for a declaring class that declares a generic interface type.
getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the parameterized type arguments for a declaring class that declares a generic interface type.
getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
Get the parameter name.
getParameters() - Method in class javax.ws.rs.core.MediaType
Getter for a read-only parameter map.
getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
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 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(List<Factory<?>>) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Get the array of parameter values.
getParamName() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
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.
getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getParent() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
getPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPath(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.
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.
getPathParameters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathParameters(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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.
getPathSegments() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathSegments(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathSegments(String) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPathSegments(String, boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the pattern.
getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI pattern.
getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer
 
getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer
 
getPreferedDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Deprecated. typo in the method name. Use HttpDateFormat.getPreferredDateFormat() instead.
getPreferredDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Get the preferred HTTP specified date format (RFC 1123).
getPrefix(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
 
getPrefixes(String) - Method in class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
 
getPreMatchFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get pre-matching request filters.
getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
Get the provider contract priority, if set, default component provider, if not set.
getPriority(RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
 
getPriority() - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
 
getPriority() - Method in interface org.glassfish.jersey.server.spi.internal.ValueFactoryProvider
Gets the priority of this provider.
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 class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
 
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 class org.glassfish.jersey.model.internal.CommonConfig
 
getProperties() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
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.internal.MapPropertiesDelegate
 
getProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
getPropertyName(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Determine property (field) name from given getter/setter method.
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.internal.MapPropertiesDelegate
 
getPropertyNames() - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
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.message.internal.TracingAwarePropertiesDelegate
 
getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
getProviderClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get classes of registered providers.
getProviderContracts(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Returns provider contracts recognized by Jersey that are implemented by the clazz.
getProviders(ServiceLocator, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the set of default providers registered for the given service provider contract in the underlying HK2 service locator container.
getProviders(ServiceLocator, Class<T>, Comparator<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the set of all providers registered for the given service provider contract in the underlying HK2 locator container.
getProviders() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
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.ApplicationStatistics
Get registered providers available in the runtime.
getQualifiedAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get a list of languages that are acceptable for the message.
getQualifiedAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get a list of media types that are acceptable for a request.
getQualifiedAcceptCharset() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the list of language tag from the "Accept-Charset" of an HTTP request.
getQualifiedAcceptEncoding() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get the list of language tag from the "Accept-Charset" of an HTTP request.
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableToken
 
getQuality(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Reads quality factor from given media type.
getQuality() - Method in interface org.glassfish.jersey.message.internal.Qualified
Get quality factor value (in [ppt]).
getQualitySource() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Get quality source factor value (in [ppt]).
getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Extract quality source information from the supplied MediaType value.
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.
getQueryParameters() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getQueryParameters(boolean) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getQueryType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the queryType property.
getRank() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method raw response type.
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.
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get reader interceptors of 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.
getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
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.
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 class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getRegisteredClasses() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
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.ApplicationMXBean
Get a set of string names of resource classes registered by the user.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get resource classes registered by the user in the current application.
getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getRegisteredInstances() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
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.ApplicationMXBean
Get a set of string names of classes of user registered instances.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get resource instances registered by the user in the current application.
getRegistrations() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get an unmodifiable view of all component classes, for which a registration exists (either class or instance based) in the component bag.
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.
getRel() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
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.
getRels() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
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.
getRepresentationDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
getRepresentations() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
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.
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get any cookies that accompanied the request.
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get any cookies that accompanied the message.
getRequestCount() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
getRequestCount() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the count of requests received measured in the time window.
getRequestDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
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.
getRequestingExecutor() - Method in interface org.glassfish.jersey.spi.RequestExecutorProvider
Get request processing executor.
getRequestRepresentation(Class<?>, Method, String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
Get a custom container extensions initializer for the current request.
getRequestsPerSecond() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
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.
getRequestThreadFactory() - Method in interface org.glassfish.jersey.spi.RuntimeThreadProvider
Get a ThreadFactory that will be used to create threads scoped to the current request.
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.
getRequestUri() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI in the form of a UriBuilder.
getRequestUriBuilder() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
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.
This method is used in a decorator like manner.
The result return the path (or a colon-separated list of package names) containing jaxb-beans that are added to wadl elements by this WadlGenerator, additionally to the context path of the decorated WadlGenerator (set by WadlGenerator.setWadlGeneratorDelegate(WadlGenerator).
If you do not use custom jaxb beans, then simply return _delegate.getRequiredJaxbContextPath(), otherwise return the delegate's #getRequiredJaxbContextPath() together with your required context path (separated by a colon):
getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
Get the absolute URI of the ultimate request made to receive this response.
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(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
getResourceAsStream(ClassLoader, Class<?>, String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Lookup resource by given name.
getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
Tries to load resource bundle via OSGi means.
getResourceBundle() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getResourceBundleName() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
Get the name of the localization messages resource bundle.
getResourceBundleName() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
getResourceBundleName() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.internal.routing.UriRoutingContext
 
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 class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
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.ApplicationStatistics
Get the resource config.
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.internal.routing.UriRoutingContext
 
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 class org.glassfish.jersey.server.internal.JerseyResourceContext
 
getResourceModel() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get the resource model of the application.
getResourceModels() - Method in interface org.glassfish.jersey.server.model.ResourceModelContext
Get a set of all resource models known within this context.
getResources() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resources property.
getResources(String, ClassLoader) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
Find all resources with the given name using a class loader.
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.
getResponse(Class<?>, Method) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
getResponseCodes() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Returns statistics of response codes produces by the application.
getResponseCodesToCountMap() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
getResponseCodesToCountMap() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
Returns statistics of response codes produces by the application.
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get any new cookies set on the response message.
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get any new cookies set on the message message.
getResponseDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
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.
getResponseStatus() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
Provides response status captured when ResponseWriter.writeResponseStatusAndHeaders(long, org.glassfish.jersey.server.ContainerResponse) has been invoked.
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.
getReturnDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getReturnDoc() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
getReturnTypeExample() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
getRev() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rev property.
getRootElementName(Class<?>) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
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.
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.model.internal.CommonConfig
 
getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getSAXSource(SAXParserFactory, InputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
getSchema() - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
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.
getScope() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
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
 
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 interface org.glassfish.jersey.internal.inject.ServiceLocatorSupplier
Get service locator.
getServiceLocator() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
getServiceLocator() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
getServiceLocator() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
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.
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.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
 
getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
Get Severity.
getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
Get Severity.
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(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
 
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
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.
getSortedGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global reader interceptors sorted by priority.
getSortedGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global request filters sorted by priority.
getSortedGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global response filters sorted by priority.
getSortedGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
Get global writer interceptors sorted by priority.
getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
The issue source.
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 class org.glassfish.jersey.server.internal.monitoring.jmx.ApplicationMXBeanImpl
 
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the start time of the application (when application was initialized).
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get the start time of the application.
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.message.internal.OutboundJaxrsResponse
 
getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStatus() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
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.message.internal.OutboundJaxrsResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
getStoredJAXBContext(Class) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Get the stored JAXB context supporting the Java type.
getStringConstructorPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain constructor that has a single parameter of String.
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.message.internal.OutboundJaxrsResponse
 
getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Get a multi-valued map representing outbound message headers with their values converted to strings.
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.
getStyle() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getSubtype() - Method in class javax.ws.rs.core.MediaType
Getter for subtype.
getSuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
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.
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.
getSystemProperties() - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Get system properties.
getSystemProperty(String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Get system property.
getSystemProperty(String, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Get system property.
getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
Get the template.
getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
 
getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI template as a String.
getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the list of template variables for the template.
getTimeWindow() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
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.
getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
getToken() - Method in class org.glassfish.jersey.message.internal.Token
 
getTotalMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
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.
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.message.internal.JerseyLink
 
getType() - Method in class org.glassfish.jersey.server.internal.monitoring.ApplicationEventImpl
 
getType() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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.
getType() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
 
getType() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
getTypeArgument(Type, int) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get a type argument at particular index for a parameterized type.
getTypeArgumentAndClass(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the list of class-type pairs that represent the type arguments of a parameterized input type.
getTypeArguments(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the type arguments for a parameterized type.
getTypeParameters() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method type parameters.
getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Returns MediaType with wildcard in subtype.
getUnmarshaller(Class, MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
getUnmarshaller(Class) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Get JAXB unmarshaller for the type.
getUnsuccessfulMappings() - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
 
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.
getUpdate() - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
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
 
getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
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
 
getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
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 class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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.
getUseParentHandlers() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
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, T) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Return value of a specified property.
getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Return value of a specified property.
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Returns value of a specified property.
getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Returns value of a specified property.
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Returns value of a specified property.
getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Returns value of a specified property.
getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the value.
getValue() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
getValueFactory(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get an injected value factory for the parameter.
getValueFactory(Parameter) - Method in interface org.glassfish.jersey.server.spi.internal.ValueFactoryProvider
Get an injected value factory for the parameter.
getValueOfStringMethodPA(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to obtain the static valueOf(String ) method.
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.
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.
getVersion() - Method in class javax.ws.rs.core.Cookie
Get the version of the cookie.
getVersion() - Static method in class org.glassfish.jersey.internal.Version
Get Jersey version.
getWadl(UriInfo) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
getWadlParams() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
getWaitingConsumerCount() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Returns an estimate of the number of consumers waiting to dequeue elements via take or poll.
getWeight() - Method in enum org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.Priority
 
getWeight() - Method in interface org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.PriorityType
Returns the weight of this priority.
getWithoutDefaultValue(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get a parameter extractor that ignores default value set on the parameter.
getWithoutDefaultValue(Parameter) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider
Get the extractor configured to extract value of given parameter.
getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
Get the message body workers associated with the request.
getWorkers() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Get context message body workers.
getWrappedApplication(Application) - Static method in class org.glassfish.jersey.server.internal.ConfigHelper
Gets the most internal wrapped application class.
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 class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
Get the XMLStreamReader for unmarshalling.
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.message.internal.XmlCollectionJaxbProvider
 
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
 
GZipEncoder - Class in org.glassfish.jersey.message
GZIP encoding support.
GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
Initialize GZipEncoder.

H

handle(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
The main request/response processing entry point for Jersey container implementations.
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.
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.
hasAttributeDocs() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
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.message.internal.InboundMessageContext
Check if there is a non-empty entity input stream is available in the message.
hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Check if there is an entity available in the message.
hasEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
hash(K) - Method in interface org.glassfish.jersey.internal.util.collection.KeyComparator
Get the hash code of a key.
hash(String) - Method in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
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.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 org.glassfish.jersey.client.ClientConfig
 
hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
hashCode() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
 
hashCode() - Method in class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
hashCode() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
hashCode() - Method in class org.glassfish.jersey.internal.util.LazyUid
 
hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
 
hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
hashCode() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
hashCode() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
hashCode() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
hashCode() - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
hashCode() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
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
Hashcode is calculated from String of the regular expression generated from the template.
hasInflector() - Method in class org.glassfish.jersey.server.internal.routing.TransformableData
Check if there is an inflector available to process the data.
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.message.internal.InboundMessageContext
Check if link for relation exists.
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Check if link for relation exists.
hasLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
hasNext() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
hasNext() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Check if there is a next stage present in the continuation.
hasNext() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Check if there are any next level routers present in the continuation.
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
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.
hasRepresentations() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
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.
hasWaitingConsumer() - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Returns true if there is at least one consumer waiting to dequeue an element via take or poll.
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
 
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 class org.glassfish.jersey.message.internal.InboundMessageContext
Add a new header value.
header(String, Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
HEADER_ACCEPT - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to switch on request tracing.
HEADER_DECORATOR - Static variable in class javax.ws.rs.Priorities
Header decorator filter/interceptor priority.
HEADER_LOGGER - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to set JDK logger name suffix to identify a request logs.
HEADER_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.
HEADER_THRESHOLD - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
Request header name to change application default tracing level.
HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
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(String, Object...) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new header values.
headers(String, Iterable<?>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new header values.
headers(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new headers.
headers(Map<String, List<String>>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Add new headers.
HeaderUtils - Class in org.glassfish.jersey.message.internal
Utility class supporting the processing of message headers.
HeaderValueException - Exception in org.glassfish.jersey.message.internal
Processing exception indicating that an attempt to read a value of a header failed.
HeaderValueException(String, Throwable, HeaderValueException.Context) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
Create a new header value exception from message, cause and context.
HeaderValueException(String, HeaderValueException.Context) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
Create a new header value exception from message and context.
HeaderValueException.Context - Enum in org.glassfish.jersey.message.internal
Context that contains header problems causing this exception (e.g.
hint(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a hint to the list of messages.
HINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
HINT: {0}
HINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The following hints have been detected: {0}
HK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
HK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
HK2 service reification failed for [{0}] with an exception: {1}
HK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unknown HK2 failure detected: {0}
HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
host(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI host.
host(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
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_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Comments are not allowed.
HTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
End of header.
HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No characters between the separators "{0}" and "{1}".
HTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No end separator "{0}".
HTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unbalanced comments.
HTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unbalanced quoted string.
HTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
White space not allowed.
HTTP_HEADERS_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
HttpHeaders was already set.
HTTP_HEADERS_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
HttpHeaders was not set.
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.
HttpDateFormat - Class in org.glassfish.jersey.message.internal
Helper class for HTTP specified date formats.
HTTPDATEFORMAT - Static variable in class org.glassfish.jersey.server.wadl.internal.WadlResource
 
HttpHeaderReader - Class in org.glassfish.jersey.message.internal
An abstract pull-based reader of HTTP headers.
HttpHeaderReader() - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReader
 
HttpHeaderReader.Event - Enum in org.glassfish.jersey.message.internal
 
HttpHeaderReader.ListElementCreator<T> - Interface in org.glassfish.jersey.message.internal
 
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.
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Detected non-empty entity on a HTTP GET request.
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
 
identity() - Static method in class org.glassfish.jersey.process.internal.Stages
Get a chainable "identity" stage.
IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
IGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
IGNORED_CUSTOM_REQUEST_EXECUTOR_PROVIDERS(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"Multiple custom request executor provider registrations found.
ILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"{0}" property value ({1}) does not represent a valid client configuration class.
ILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal configuration-file syntax.
ILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal initial capacity: {0}.
ILLEGAL_INVOCATION_CONTEXT_STATE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invocation context is in illegal state "{0}" for "{1}" operation.
ILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal load factor: {0}.
ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Illegal provider-class name: {0}.
ImmutableCommonConfig - Class in org.glassfish.jersey.model.internal
Immutable runtime configuration.
ImmutableCommonConfig(CommonConfig, String) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
Create new immutable copy of the original runtime configuration with a custom modification error message.
ImmutableCommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
Create new immutable copy of the original runtime configuration.
immutableCopy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
Get immutable copy of a component bag.
ImmutableMultivaluedMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
An immutable view of a MultivaluedMap.
ImmutableMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
Creates a new ImmutableMultivaluedMap.
immutableRef(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Constructs a new immutable Ref instance referencing the given input reference.
InboundMessageContext - Class in org.glassfish.jersey.message.internal
Base inbound message context implementation.
InboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
Create new inbound message context.
InboundMessageContext(boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
Create new inbound message context.
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_ALL - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
A filtering strategy that accepts any contract provider model.
Inflecting<DATA,RESULT> - Interface in org.glassfish.jersey.process.internal
Interface that is used to indicate that the instance provides an Inflector.
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.
inflector() - Method in interface org.glassfish.jersey.process.internal.Inflecting
Get the inflector capable of transforming supplied data into a result.
inflector() - Method in class org.glassfish.jersey.server.internal.routing.TransformableData
Get the inflector transforming the data to the result.
info(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
init(ApplicationEventListener, ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
Initializes the instance with listener that must be called and initialization event.
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
init() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
init() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Invoked before all methods related to wadl-building are invoked.
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
 
INIT_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Initiating Jersey application, version {0}...
INIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
The syntax is invalid for the regular expression "{0}" associated with the initialization parameter "{1}".
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.
initResource(T) - Method in interface javax.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
initResource(T) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
 
INJECTED_WEBTARGET_URI_INVALID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot instantiate {0} class.
INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot instantiate {0} class.
INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Could not find a suitable constructor in {0} class.
Injections - Class in org.glassfish.jersey.internal.inject
HK2 injection binding utility methods.
Injections() - Constructor for class org.glassfish.jersey.internal.inject.Injections
 
injectProviders(Iterable<T>, ServiceLocator) - Static method in class org.glassfish.jersey.internal.inject.Providers
Inject providerInstances.
INPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Input stream has been closed.
InputStreamProvider - Class in org.glassfish.jersey.message.internal
 
InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
 
inResponseProcessing() - Method in class org.glassfish.jersey.server.ContainerRequest
Notify this request that the response created from this request is already being processed.
InterceptorContext - Interface in javax.ws.rs.ext
Context shared by message body interceptors that can be used to wrap calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream) and MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
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.
InternalServerProperties - Class in org.glassfish.jersey.server.internal
Jersey internal server-side configuration properties.
intersect(List<? extends MediaType>, List<? extends MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Determine if the two list of media types share a common type-equal sub-list.
INVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Invalid value for {0} configuration property: {1}
INVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid host name.
INVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Provided {0} property value "{1}" is invalid.
INVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The key in {0} mappings record "{1}" is empty.
INVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Provided {0} property value type is invalid.
INVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The value in {0} mappings record "{1}" is empty.
INVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invalid port value.
INVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
invalidateUriComponentViews() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
Invalidate internal URI component cache views.
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.Builder - Interface in javax.ws.rs.client
A client request invocation builder.
INVOCATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Invocation of a {0} method on a request execution callback has failed.
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() - 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(Closure<InputStream>) - Method in class org.glassfish.jersey.internal.util.Closing
 
invoke(T) - Method in interface org.glassfish.jersey.internal.util.Closure
Invoke the closure on the data.
invoke(String, Object[], String[]) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalNamedInvoker
 
invokeManaged(Producer<Response>) - Method in interface org.glassfish.jersey.server.internal.process.AsyncContext
Invoke the provided response producer in a Jersey-managed asynchronous thread.
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.
isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
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
 
isArray(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Checks if the type is an array type.
isArrayOfType(Type, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Checks if the type is an array of a given component type.
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.
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.
isCommitted() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Returns true if the entity stream has been committed.
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.
isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
 
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver
 
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
isDebugLoggable() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
Check if the debug level is loggable.
isDetailedWadlRequested(UriInfo) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Return true if generation of full WADL with extended resources is requested.
isDone() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isEmpty() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns true if this map contains no key-value mappings.
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(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
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 or is a core of exposed RESTful API.
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.message.internal.AbstractJaxbProvider
 
isGetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Determine whether a given method is getter.
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.
isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
Check if the invocable represents an inflector processing method.
isInitialized() - Method in interface org.glassfish.jersey.internal.util.collection.LazyUnsafeValue
Check if the lazy value has been initialized already (i.e.
isInitialized() - Method in interface org.glassfish.jersey.internal.util.collection.LazyValue
Check if the lazy value has been initialized already (i.e.
isJaxbType(Class<?>) - Method in interface org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider.JaxbTypeChecker
 
isJaxRsProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Returns true if given component class is a JAX-RS provider.
isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Test if a tracing support is enabled (according to propertiesDelegate setting) and if event can be logged (according to event.level and threshold level set).
isLoggable(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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 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 .ExceptionMapper exception mapping).
isMethodParameterIndicator() - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver
 
isMethodParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
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
 
isNamespaceAware() - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
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.
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.
isPrimitive(Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Check if the given type is a primitive type.
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(Map<String, Object>, String) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Get the value of the property with a given name converted to boolean.
isProperty(Object) - Static method in class org.glassfish.jersey.internal.util.PropertiesHelper
Get the value of the property converted to boolean.
isProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isProvider(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Returns true if the given component class is a provider (implements specific interfaces).
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.
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.message.internal.AbstractCollectionJaxbProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DocumentProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
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.model.internal.CommonConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
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 class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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 class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
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.
isSecure() - Method in class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
isSetter(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Determine whether a given method is setter.
isSubClassOf(Type, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Check if subType is a sub-type of superType.
isSuccess() - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl
 
isSuccess() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Return true if the request and response has been successfully processed.
isSupported(MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
isSupported(MediaType) - Method in class org.glassfish.jersey.message.internal.XmlCollectionJaxbProvider.General
 
isSupported(MediaType) - Method in class org.glassfish.jersey.message.internal.XmlJaxbElementProvider.General
 
isSupported(MediaType) - Method in class org.glassfish.jersey.message.internal.XmlRootElementJaxbProvider.General
 
isSupported(MediaType) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider.General
 
isSupportedContract(Class<?>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Check if the given Java type is a Jersey-supported contract.
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.
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isUnsafeSupported() - Method in class org.glassfish.jersey.internal.util.JdkVersion
Returns true if sun.misc.Unsafe is present in the current JDK version, or false otherwise.
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".
isUserInRole(String) - Method in class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
isValidating() - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
isWadlGenerationEnabled() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
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.message.internal.AbstractCollectionJaxbProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DocumentProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
isXdkDocumentBuilderFactory(DocumentBuilderFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
Determines whether the given builderFactory is from XDK package or not.
isXdkParserFactory(SAXParserFactory) - Static method in class org.glassfish.jersey.internal.util.SaxHelper
Determines whether the given SAX parserFactory is from XDK package or not.
isXIncludeAware() - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
isXmlRootElementProcessing() - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
iterator() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered objects incrementally.
iterator() - Method in class org.glassfish.jersey.server.model.MethodList
Iterator over the list of annotated methods contained in this method list.

J

JarFileScanner - Class in org.glassfish.jersey.server.internal.scanning
A utility class that scans entries in jar files.
JarFileScanner(InputStream, String, boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.JarFileScanner
Create new JAR file scanner.
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.
JaxbStringReaderProvider - Class in org.glassfish.jersey.server.internal.inject
String reader provider producing param converter provider that support conversion of a string value into a JAXB instance.
JaxbStringReaderProvider(Providers) - Constructor for class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Create JAXB string reader provider.
JaxbStringReaderProvider.RootElementProvider - Class in org.glassfish.jersey.server.internal.inject
Root element JAXB param converter.
JaxbStringReaderProvider.RootElementProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider.RootElementProvider
Creates new instance.
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().
JaxrsProviders - Class in org.glassfish.jersey.internal
Jersey implementation of JAX-RS Providers contract.
JaxrsProviders() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
 
JaxrsProviders.Binder - Class in org.glassfish.jersey.internal
Jersey binder registering JAX-RS Providers injection bindings.
JaxrsProviders.Binder() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.Binder
 
JdkVersion - Class in org.glassfish.jersey.internal.util
JDK Version related utilities.
JERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
Mapping conflict.
JERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
The Jersey servlet application, named {0}, has no servlet mapping.
JERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.
JERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
Registering the Jersey servlet application, named {0}, with the Application class of the same name.
JERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}
JERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.
JerseyClassAnalyzer - Class in org.glassfish.jersey.internal.inject
Implementation of the ClassAnalyzer that supports selection of the constructor with largest number of parameters as defined in and required by JAX-RS specification.
JerseyClassAnalyzer.Binder - Class in org.glassfish.jersey.internal.inject
HK2 binder for the JAX-RS compliant class analyzer implementation.
JerseyClassAnalyzer.Binder() - Constructor for class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer.Binder
 
JerseyClient - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS JerseyClient contract.
JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance using a default configuration.
JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClientBuilder - Class in org.glassfish.jersey.client
Jersey provider of JAX-RS client builder.
JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
Create new Jersey client builder instance.
JerseyErrorService - Class in org.glassfish.jersey.internal
Jersey implementation of HK2 Error Service to provide improved reporting of HK2 issues, that may be otherwise hidden (ignored).
JerseyErrorService() - Constructor for class org.glassfish.jersey.internal.JerseyErrorService
 
JerseyErrorService.Binder - Class in org.glassfish.jersey.internal
HK2 Binder for the Jersey implementation of HK2 ErrorService contract.
JerseyErrorService.Binder() - Constructor for class org.glassfish.jersey.internal.JerseyErrorService.Binder
 
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.
JerseyLink - Class in org.glassfish.jersey.message.internal
Jersey implementation of JAX-RS Link contract.
JerseyLink.Builder - Class in org.glassfish.jersey.message.internal
Jersey implementation of JAX-RS Link.Builder contract.
JerseyLink.Builder() - Constructor for class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
JerseyRequestTimeoutHandler - Class in org.glassfish.jersey.server.internal
Common ContainerResponseWriter.suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) and ContainerResponseWriter.setSuspendTimeout(long, TimeUnit) handler that can be used in ContainerResponseWriter implementations instead of the underlying infrastructure.
JerseyRequestTimeoutHandler(ContainerResponseWriter, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Create request timeout handler for the giver response writer.
JerseyResourceContext - Class in org.glassfish.jersey.server.internal
Jersey implementation of JAX-RS resource context.
JerseyResourceContext.Binder - Class in org.glassfish.jersey.server.internal
Injection binder for JerseyResourceContext.
JerseyResourceContext.Binder() - Constructor for class org.glassfish.jersey.server.internal.JerseyResourceContext.Binder
 
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
 
JerseyUriBuilder - Class in org.glassfish.jersey.uri.internal
A Jersey implementation of UriBuilder.
JerseyUriBuilder() - Constructor for class org.glassfish.jersey.uri.internal.JerseyUriBuilder
Create new implementation of UriBuilder.
JerseyWebTarget - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client target contract.
JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
json(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.
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.
JsonWithPaddingInterceptor - Class in org.glassfish.jersey.server.internal
A WriterInterceptor implementation for JSONP format.
JsonWithPaddingInterceptor() - Constructor for class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 

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_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).
KeyComparator<K> - Interface in org.glassfish.jersey.internal.util.collection
A key comparator.
KeyComparatorHashMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorHashMap(int, float, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
KeyComparatorHashMap(int, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
KeyComparatorHashMap(KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
KeyComparatorHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Constructs a new HashMap with the same mappings as the specified Map.
KeyComparatorLinkedHashMap<K,V> - Class in org.glassfish.jersey.internal.util.collection
A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap(int, float, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
KeyComparatorLinkedHashMap(int, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
KeyComparatorLinkedHashMap(KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
KeyComparatorLinkedHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
KeyComparatorLinkedHashMap(int, float, boolean, KeyComparator<K>) - Constructor for class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
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.
keySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
keySet() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
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.

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(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
language(Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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.
languages(Locale...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
LanguageTag - Class in org.glassfish.jersey.message.internal
A language tag.
LanguageTag() - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
 
LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
lastModified(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity last modification date.
lastModified(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
lazy(Value<T>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new lazily initialized value provider.
lazy(UnsafeValue<T, E>) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new lazily initialized unsafe value provider.
LazyUid - Class in org.glassfish.jersey.internal.util
Lazily initialized, thread-safe, random UUID.
LazyUid() - Constructor for class org.glassfish.jersey.internal.util.LazyUid
 
LazyUnsafeValue<T,E extends Throwable> - Interface in org.glassfish.jersey.internal.util.collection
Lazily initialized unsafe value.
LazyValue<T> - Interface in org.glassfish.jersey.internal.util.collection
Lazily initialized 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.
level() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
level() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Level of event.
level() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
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
See Web Linking (IETF RFC-5988) documentation.
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(Link) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
link(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
link(URI, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
link(String, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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.
LINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Link is null.
LinkProvider - Class in org.glassfish.jersey.message.internal
Provider for Link Headers.
LinkProvider() - Constructor for class org.glassfish.jersey.message.internal.LinkProvider
 
links(Link...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add one or more link headers.
links(Link...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
Load the internal configuration state from an externally provided configuration state.
loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Load the internal configuration state from an externally provided configuration state.
loadFrom(ComponentBag) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Clear and initialize the component registrations from given bag instance.
loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
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.
LOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Locale is null.
LocaleProvider - Class in org.glassfish.jersey.message.internal
Locale header delegate provider.
LocaleProvider() - Constructor for class org.glassfish.jersey.message.internal.LocaleProvider
 
Localizable - Interface in org.glassfish.jersey.internal.l10n
Localizable message.
localizableAMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_NON_ANNOTATED_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_SRLS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_SRLS_PATH_PATTERN(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableASYNC_PROCESSING_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableAUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableBROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCALLBACK_METHOD_INVOCATION_FAILED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCHUNKED_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableCLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCOLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCOMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableCOOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROCESSING_MESSAGEBODY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WADL_RESOURCE_MASHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableEXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableFORM_PARAM_CONSUMED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableFORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableFORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableHINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADERS_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTP_HEADERS_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableIGNORED_CUSTOM_REQUEST_EXECUTOR_PROVIDERS(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_CLIENT_CONFIG_CLASS_PROPERTY_VALUE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_INVOCATION_CONTEXT_STATE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINIT_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINIT_PARAM_REGEX_SYNTAX_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableINJECTED_WEBTARGET_URI_INVALID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableINVOCATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableJERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
localizableJERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
localizableJERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
localizableJERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
localizableJERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
localizableLINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableLOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableLOGGING_APPLICATION_INITIALIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_DYNAMIC_FEATURES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_RESPOSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_GLOBAL_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_MESSAGE_BODY_READERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_MESSAGE_BODY_WRITERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_RESPOSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_NAME_BOUND_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_PRE_MATCH_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_PROVIDER_BOUND(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableLOGGING_ROOT_RESOURCE_CLASSES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizableMessage - Class in org.glassfish.jersey.internal.l10n
 
LocalizableMessage(String, String, Object...) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizableMessageFactory - Class in org.glassfish.jersey.internal.l10n
 
LocalizableMessageFactory(String) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
localizableMETHOD_EMPTY_PATH_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableNON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableNULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableNULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableOVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROPERTY_VALUE_TOSTRING_THROWS_EXCEPTION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizablePROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableQUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableRC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableREQUEST_CANCEL_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableREQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableREQUEST_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_EXECUTOR_FACTORY_CLOSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_SUSPEND_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_SUSPENDED_RESPONSE_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableRESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableRESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableSAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSAX_CANNOT_ENABLE_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSAX_XDK_NO_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSECURITY_CONTEXT_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableSERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localizableSINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSTREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSTRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableSUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUSPEND_SHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableTEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableUNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUNSUPPORTED_CLIENT_ARTEFACT_INJECTION_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_PATH_SEGMENT_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_INFO_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_INFO_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableURI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableUSING_CUSTOM_REQUEST_EXECUTOR_PROVIDER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSING_DEFAULT_REQUEST_EXECUTOR_PROVIDER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUSING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
 
localizableWADL_DOC_EXTENDED_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWADL_DOC_SIMPLE_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWADL_JAXB_CONTEXT_FALLBACK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MONITORING_FEATURE_DISABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MONITORING_FEATURE_ENABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MONITORING_MBEANS_BEAN_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableWARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.client.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.client.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.server.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.server.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.servlet.init.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.servlet.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.servlet.internal.LocalizationMessages
 
localize(Localizable) - Method in class org.glassfish.jersey.internal.l10n.Localizer
 
Localizer - Class in org.glassfish.jersey.internal.l10n
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class org.glassfish.jersey.internal.l10n.Localizer
 
Localizer(Locale) - Constructor for class org.glassfish.jersey.internal.l10n.Localizer
 
LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the location.
location(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
log(Level, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(Level, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(Level, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(Level, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(LogRecord) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
log(TracingLogger.Event, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Try to log event according to event level and request context threshold level setting.
logDuration(TracingLogger.Event, long, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
Try to log event according to event level and request context threshold level setting.
logErrors(boolean) - Static method in class org.glassfish.jersey.internal.Errors
Log errors and return a status flag indicating whether a fatal issue has been found in the error collection.
LOGGING_APPLICATION_INITIALIZED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Jersey application initialized.
LOGGING_DYNAMIC_FEATURES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Dynamic Features
LOGGING_GLOBAL_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Reader Interceptors
LOGGING_GLOBAL_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Request Filters
LOGGING_GLOBAL_RESPOSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Response Filters
LOGGING_GLOBAL_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Global Writer Interceptors
LOGGING_MESSAGE_BODY_READERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Message Body Readers
LOGGING_MESSAGE_BODY_WRITERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Message Body Writers
LOGGING_NAME_BOUND_READER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Reader Interceptors
LOGGING_NAME_BOUND_REQUEST_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Request Filters
LOGGING_NAME_BOUND_RESPOSE_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Response Filters
LOGGING_NAME_BOUND_WRITER_INTERCEPTORS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Name-bound Writer Interceptors
LOGGING_PRE_MATCH_FILTERS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Pre-match Filters
LOGGING_PROVIDER_BOUND(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
{0} bound to {1}
LOGGING_ROOT_RESOURCE_CLASSES() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Root Resource Classes
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.
logp(Level, String, String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logp(Level, String, String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logp(Level, String, String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logp(Level, String, String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String, Object[]) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String, Object) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
logrb(Level, String, String, String, String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 

M

main(String[]) - Static method in class org.glassfish.jersey.internal.util.JdkVersion
 
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.
map - Variable in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
MappableException - Exception in org.glassfish.jersey.server.internal.process
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance.
MappableException(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.process.MappableException
Construct a mappable container exception.
MappableException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.process.MappableException
Construct a new mappable exception with the supplied message and cause.
MappableExceptionWrapperInterceptor - Class in org.glassfish.jersey.server.internal
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message body readers and writers into a mappable exception.
MappableExceptionWrapperInterceptor() - Constructor for class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor
 
MappableExceptionWrapperInterceptor.Binder - Class in org.glassfish.jersey.server.internal
Binder registering the Exception Wrapper Interceptor (used on the client side).
MappableExceptionWrapperInterceptor.Binder() - Constructor for class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
 
MapPropertiesDelegate - Class in org.glassfish.jersey.internal
Properties delegate backed by a Map.
MapPropertiesDelegate() - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
Create new map-based properties delegate.
MapPropertiesDelegate(Map<String, Object>) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
Create new map-based properties delegate.
MapPropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
Initialize new map-based properties delegate from another delegate.
mark() - Static method in class org.glassfish.jersey.internal.Errors
Set a mark at a current position in the errors messages list.
marshal(Link) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link into a Link.JaxbLink.
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.
MatchingEntityTag - Class in org.glassfish.jersey.message.internal
A matching entity tag.
MatchingEntityTag(String) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
Create new strongly validating entity tag.
MatchingEntityTag(String, boolean) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
Create new matching entity tag.
MATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
One or more of matrix value parameters are null.
matrixParam(String, Object...) - Method in 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 class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
MAXIMUM_QUALITY - Static variable in class org.glassfish.jersey.message.internal.Quality
Maximum quality value.
MBeanExposer - Class in org.glassfish.jersey.server.internal.monitoring.jmx
The main exposer class of Jersey JMX MBeans.
MBeanExposer() - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
MEDIA_TYPE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Comparator for media types.
MEDIA_TYPE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
Media type comparator.
MEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Media type is null.
MEDIA_TYPE_LIST_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Comparator for lists of media types.
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.
mediaTypeMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
MediaTypeProvider - Class in org.glassfish.jersey.message.internal
 
MediaTypeProvider() - Constructor for class org.glassfish.jersey.message.internal.MediaTypeProvider
 
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.
MediaTypes - Class in org.glassfish.jersey.message.internal
Common media types and functionality.
mediaTypes(MediaType...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
mergeAndSortRankedProviders(RankedComparator<T>, Iterable<Iterable<RankedProvider<T>>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Merge and sort given providers with ranked comparator.
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.
MESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error resetting the buffered message content input stream.
MESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Failed to buffer the message content input stream.
MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error closing message content input stream.
MessageBodyFactory - Class in org.glassfish.jersey.message.internal
A factory for managing MessageBodyReader, MessageBodyWriter instances.
MessageBodyFactory(ServiceLocator, Configuration) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory
Create new message body workers factory.
MessageBodyFactory.Binder - Class in org.glassfish.jersey.message.internal
Message body factory injection binder.
MessageBodyFactory.Binder() - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.Binder
 
MessageBodyProcessingException - Exception in org.glassfish.jersey.message.internal
Jersey exception signaling that error occurred during reading or writing message body (entity).
MessageBodyProcessingException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
Creates new instance initialized with exception cause.
MessageBodyProcessingException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
Creates new instance initialized with exception message and exception cause.
MessageBodyProcessingException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
Creates new instance initialized with exception message.
MessageBodyProviderNotFoundException - Exception in org.glassfish.jersey.message.internal
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
MessageBodyProviderNotFoundException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
MessageBodyProviderNotFoundException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
MessageBodyProviderNotFoundException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
 
MessageBodyReader<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
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.
messageFormat() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
 
messageFormat() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Message format.
messageFormat() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
 
MessageProperties - Class in org.glassfish.jersey.message
Jersey configuration properties for message & entity processing.
MessagingBinders - Class in org.glassfish.jersey.message.internal
Binding definitions for the default set of message related providers (readers, writers, header delegates).
MessagingBinders.HeaderDelegateProviders - Class in org.glassfish.jersey.message.internal
Header delegate provider injection binder.
MessagingBinders.HeaderDelegateProviders() - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
 
MessagingBinders.MessageBodyProviders - Class in org.glassfish.jersey.message.internal
Message body providers injection binder.
MessagingBinders.MessageBodyProviders(Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
Create new message body providers injection binder.
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.
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_EMPTY_PATH_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The (sub)resource method {0} in {1} contains empty path annotation.
METHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method is neither getter nor setter.
METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method parameter "{0}" cannot be null.
METHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method parameter "{0}" cannot be null or empty.
MethodDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for methods.
Created on: Jun 12, 2008
MethodDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
MethodHandler - Class in org.glassfish.jersey.server.model
Resource method handler model.
MethodHandler() - Constructor for class org.glassfish.jersey.server.model.MethodHandler
 
methodInstanceToString(Object, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Create a string representation of a method and an instance whose class implements the method.
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
 
MINIMUM_QUALITY - Static variable in class org.glassfish.jersey.message.internal.Quality
Minimum quality value.
ModelErrors - Class in org.glassfish.jersey.server.model.internal
Utility to transform error messages to ResourceModelIssues.
ModelErrors() - Constructor for class org.glassfish.jersey.server.model.internal.ModelErrors
 
modelFor(Class<?>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
Create a contract provider model by introspecting a component class.
ModelHelper - Class in org.glassfish.jersey.server.model.internal
Common model helper methods.
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.
ModelProcessorUtil - Class in org.glassfish.jersey.server.model.internal
Helper class with methods supporting processing resource model by model processors.
ModelProcessorUtil() - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
 
ModelProcessorUtil.Method - Class in org.glassfish.jersey.server.model.internal
Method bean containing basic information about enhancing resource method.
ModelProcessorUtil.Method(String, String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, MediaType, MediaType, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, List<MediaType>, List<MediaType>, Class<? extends Inflector<ContainerRequestContext, Response>>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, MediaType, MediaType, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
ModelProcessorUtil.Method(String, List<MediaType>, List<MediaType>, Inflector<ContainerRequestContext, Response>) - Constructor for class org.glassfish.jersey.server.model.internal.ModelProcessorUtil.Method
Create new method instance.
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.
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.
MonitoringAutodiscoverable - Class in org.glassfish.jersey.server.internal.monitoring
Autodiscoverable feature that registers MonitoringFeature based on configuration properties.
MonitoringAutodiscoverable() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
 
MonitoringContainerListener - Class in org.glassfish.jersey.server.internal.monitoring
Container listener that listens to container events and trigger the application events and call them on supplied RequestEventListener.
MonitoringContainerListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
MonitoringContainerListener.Binder - Class in org.glassfish.jersey.server.internal.monitoring
A binder that binds the MonitoringContainerListener.
MonitoringContainerListener.Binder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener.Binder
 
MonitoringEventListener - Class in org.glassfish.jersey.server.internal.monitoring
application event listener that listens to application and request events and supplies data to MonitoringStatisticsProcessor which produces monitoring statistics.
MonitoringEventListener() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
MonitoringFeature - Class in org.glassfish.jersey.server.internal.monitoring
Feature that enables calculating of monitoring statistics and optionally also enables exposure of monitoring MBeans.
MonitoringFeature() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
 
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 but also static information about application configuration like application name, registered resource classes and such.
MonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
A Jersey specific provider that listens to monitoring statistics.
MonitoringUtils - Class in org.glassfish.jersey.server.internal.monitoring
Monitoring helper class that contains utility methods used in Monitoring.
MonitoringUtils() - Constructor for class org.glassfish.jersey.server.internal.monitoring.MonitoringUtils
 
mostSpecific(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Get the most specific media type from a pair of media types.
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.
MsgTraceEvent - Enum in org.glassfish.jersey.message.internal
Common tracing events.
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.
MULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A (sub-)resource method, {0}, should have only one HTTP method designator.
MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Found {0} constructors with {1} parameters in {2} class.
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.
MultivaluedParameterExtractor<T> - Interface in org.glassfish.jersey.server.internal.inject
Provider that converts the values of an entry of a given name from the supplied multivalued map into an object of a custom Java type.
MultivaluedParameterExtractorProvider - Interface in org.glassfish.jersey.server.internal.inject
Provider of multivalued parameter extractors.
MultivaluedStringMap - Class in org.glassfish.jersey.internal.util.collection
An implementation of MultivaluedMap where keys and values are instances of String.
MultivaluedStringMap(MultivaluedMap<? extends String, ? extends String>) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MultivaluedStringMap(int, float) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MultivaluedStringMap(int) - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
MultivaluedStringMap() - Constructor for class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 

N

name - Variable in class com.sun.research.ws.wadl.Method
 
name - Variable in class com.sun.research.ws.wadl.Param
 
NAME - Static variable in class org.glassfish.jersey.internal.inject.JerseyClassAnalyzer
Name of the analyzer service.
name() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
Name of event, should be unique.
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.
NamedValueType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for named values.
Created on: Jun 12, 2008
NamedValueType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
NamedValueType(String, String) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
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.
NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]
NEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
"Input parameter {0} must not be negative."
NEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A new abstract resource created by IntrospectionModeler: {0}
NEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
New cookie is null.
newBinder(Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get a new class-based service binding builder.
newBinder(T) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get a new instance-based service binding builder.
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.
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.
NewCookieProvider - Class in org.glassfish.jersey.message.internal
Response Set-Cookie header delegate provider.
NewCookieProvider() - Constructor for class org.glassfish.jersey.message.internal.NewCookieProvider
 
newFactoryBinder(Class<? extends Factory<T>>, Class<? extends Annotation>) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get a new factory class-based service binding builder.
newFactoryBinder(Class<? extends Factory<T>>) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get a new factory class-based service binding builder.
newFactoryBinder(Factory<T>) - Static method in class org.glassfish.jersey.internal.inject.Injections
Get a new factory instance-based service binding builder.
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(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
newInstance(String, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
newInstance(Predicate<ContractProvider>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
Create new empty component bag.
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.
newJaxrsResourceAndProviderListener() - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
newJaxrsResourceAndProviderListener(ClassLoader) - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
newSAXParser() - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
next() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
next(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
next(boolean, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
next() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Get the stage to be invoked next or null if no next stage is present.
next() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the next level routers to be invoked or an empty if no next level routers are present.
next() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
nextQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
nextSeparatedString(char, char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
nextSeparator() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
nextSeparator(char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
nextToken() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
nextTokenOrQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
nextTokenOrQuotedString(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
NO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
No container available.
NO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
There is no error processing in scope.
NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
"No priority" constant.
NO_THREAD_LOCAL_VALUE(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
No thread local value in scope for proxy of {0}.
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.
NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Component of class {0} cannot be instantiated and will be ignored.
NON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource method, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored
NonBlockingInputStream - Class in org.glassfish.jersey.internal.util.collection
An abstract InputStream extension that defines contract for non-blocking streaming read operations.
NonBlockingInputStream() - Constructor for class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
 
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_LOCALIZABLE - Static variable in interface org.glassfish.jersey.internal.l10n.Localizable
Special constant that represents a message that is not localizable.
NOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method not supported on an outbound message.
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.
NOTHING - Static variable in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Constant used as a return value from NonBlockingInputStream.tryRead() method, to indicate that nothing has been read.
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.
NULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
ConnectorProvider must not be set to null.
NULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Input method parameter {0} must not be null.
NULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom key store, if set, must not be null.
NULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom key store password must not be null.
NULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom client SSL context, if set, must not be null.
NULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Custom trust store, if set, must not be null.
NullOutputStream - Class in org.glassfish.jersey.message.internal
A "dev/null" output stream - an output stream implementation that discards all the data written to it.
NullOutputStream() - Constructor for class org.glassfish.jersey.message.internal.NullOutputStream
 

O

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
ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.ObjectFactory
 
ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ObjectFactory
 
ObjectFactory - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.ObjectFactory
 
objectToString(Object) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Create a string representation of an object.
of(Class<?>) - Static method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Create new type-class pair for a non-generic class.
of(Class<?>, Type) - Static method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Create new type-class pair.
of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Refs
Constructs a new mutable Ref instance referencing the given input reference.
of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new constant value provider whose get() method always returns the instance supplied to the value parameter.
of(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
Create a continuation from the processed data result and the stage to be invoked next.
of(DATA) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
Create a terminal continuation from the processed data result.
of(ContainerRequest) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a terminal continuation from the routed request.
of(ContainerRequest, Iterable<Router>) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a continuation from the routed request and a collection of next level routers.
of(ContainerRequest, Router) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a continuation from the routed request and a single of next level routers.
of(REQUEST, Inflector<REQUEST, RESPONSE>) - Static method in class org.glassfish.jersey.server.internal.routing.TransformableData
Create a new transformable data with an inflector instance.
of(REQUEST) - Static method in class org.glassfish.jersey.server.internal.routing.TransformableData
Create a new transformable data instance, but with the inflector not present.
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(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.
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.
onDestroy() - Method in interface org.glassfish.jersey.server.monitoring.ExtendedMonitoringStatisticsListener
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(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
 
onEvent(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeRequestEventListener
 
onEvent(ApplicationEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
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.
onFailure(ErrorInformation) - Method in class org.glassfish.jersey.internal.JerseyErrorService
 
onLoaded(ResourceModelContext) - Method in interface org.glassfish.jersey.server.model.ResourceModelListener
 
onRegister(ServletContext, Set<String>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Notifies the provider about all registered Jersey servlets by its names.
onReload(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
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.
onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.CompositeApplicationEventListener
 
onRequest(RequestEvent) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener
 
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.internal.monitoring.jmx.MBeanExposer
 
onShutdown(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
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.
onStartup(Container) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringContainerListener
 
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(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 
onStatistics(MonitoringStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.MBeanExposer
 
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 a argument.
onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Method is called, when ContainerResponseWriter.suspend(...) operation times out.
open() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
open() - Method in interface org.glassfish.jersey.server.ResourceFinder
Open current resource.
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
 
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
 
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.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.internal - package org.glassfish.jersey.client.internal
 
org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
Jersey client SPI classes/interfaces.
org.glassfish.jersey.filter - package org.glassfish.jersey.filter
Jersey Request & Response Filtering support & utility classes.
org.glassfish.jersey.internal - package org.glassfish.jersey.internal
Common Jersey internal API classes.
org.glassfish.jersey.internal.inject - package org.glassfish.jersey.internal.inject
Common Jersey internal injection utility classes.
org.glassfish.jersey.internal.l10n - package org.glassfish.jersey.internal.l10n
Common Jersey internal localization utility classes.
org.glassfish.jersey.internal.spi - package org.glassfish.jersey.internal.spi
Common Jersey internal SPI classes/interfaces.
org.glassfish.jersey.internal.util - package org.glassfish.jersey.internal.util
Common Jersey internal miscellaneous utility classes.
org.glassfish.jersey.internal.util.collection - package org.glassfish.jersey.internal.util.collection
Common set of Jersey collection classes.
org.glassfish.jersey.message - package org.glassfish.jersey.message
Common Jersey messaging classes.
org.glassfish.jersey.message.internal - package org.glassfish.jersey.message.internal
Common Jersey internal messaging classes.
org.glassfish.jersey.model - package org.glassfish.jersey.model
Common Jersey model related classes and interfaces.
org.glassfish.jersey.model.internal - package org.glassfish.jersey.model.internal
Common Jersey internal model related classes and interfaces.
org.glassfish.jersey.process - package org.glassfish.jersey.process
Common Jersey processing classes.
org.glassfish.jersey.process.internal - package org.glassfish.jersey.process.internal
Common Jersey internal processing classes.
org.glassfish.jersey.server - package org.glassfish.jersey.server
Jersey server-side classes.
org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
Provides core server filters.
org.glassfish.jersey.server.filter.internal - package org.glassfish.jersey.server.filter.internal
Server filter internal classes.
org.glassfish.jersey.server.internal - package org.glassfish.jersey.server.internal
Jersey server-side internal classes.
org.glassfish.jersey.server.internal.inject - package org.glassfish.jersey.server.internal.inject
Jersey server-side JAX-RS injection support classes.
org.glassfish.jersey.server.internal.monitoring - package org.glassfish.jersey.server.internal.monitoring
Jersey server-side internal monitoring and statistics classes.
org.glassfish.jersey.server.internal.monitoring.jmx - package org.glassfish.jersey.server.internal.monitoring.jmx
Jersey internal server-side monitoring JMX MBeans implementation classes.
org.glassfish.jersey.server.internal.process - package org.glassfish.jersey.server.internal.process
Jersey server-side internal classes related to request and response processing.
org.glassfish.jersey.server.internal.routing - package org.glassfish.jersey.server.internal.routing
Jersey server-side internal resource routing classes.
org.glassfish.jersey.server.internal.scanning - package org.glassfish.jersey.server.internal.scanning
Jersey server-side internal resource scanning classes.
org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
Jersey server-side application & resource modeling classes.
org.glassfish.jersey.server.model.internal - package org.glassfish.jersey.server.model.internal
Jersey server-side internal model related and routing helper classes.
org.glassfish.jersey.server.monitoring - package org.glassfish.jersey.server.monitoring
Jersey server-side monitoring JMX MBeans interfaces.
org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
Jersey server-side service provider contract (SPI) classes.
org.glassfish.jersey.server.spi.internal - package org.glassfish.jersey.server.spi.internal
Jersey server-side internal service provider contract (SPI) classes.
org.glassfish.jersey.server.wadl - package org.glassfish.jersey.server.wadl
Jersey server-side WADL support public classes and interfaces.
org.glassfish.jersey.server.wadl.config - package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
org.glassfish.jersey.server.wadl.internal - package org.glassfish.jersey.server.wadl.internal
Jersey server-side WADL internal classes.
org.glassfish.jersey.server.wadl.internal.generators - package org.glassfish.jersey.server.wadl.internal.generators
Jersey server-side WADL internal classes supporting wadl generators.
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Jersey server-side WADL internal classes supporting generation of resource documentation with wadl generators.
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Jersey server-side WADL internal JAXB beans used for generation of resource documentation with wadl generators.
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml - package org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
Jersey server-side WADL internal xhtml JAXB beans used for generation of resource documentation with wadl generators.
org.glassfish.jersey.server.wadl.processor - package org.glassfish.jersey.server.wadl.processor
Jersey server-side WADL model processor classes that extends resource model with resources and resource methods that produce WADL content.
org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.
org.glassfish.jersey.servlet.async - package org.glassfish.jersey.servlet.async
Jersey servlet container asynchronous support classes.
org.glassfish.jersey.servlet.init - package org.glassfish.jersey.servlet.init
Jersey servlet container initialization classes.
org.glassfish.jersey.servlet.init.internal - package org.glassfish.jersey.servlet.init.internal
 
org.glassfish.jersey.servlet.internal - package org.glassfish.jersey.servlet.internal
Jersey internal Servlet API.
org.glassfish.jersey.servlet.internal.spi - package org.glassfish.jersey.servlet.internal.spi
Jersey internal Servlet SPI.
org.glassfish.jersey.servlet.spi - package org.glassfish.jersey.servlet.spi
SPI for Jersey generic Servlet container support.
org.glassfish.jersey.spi - package org.glassfish.jersey.spi
Common Jersey service provider contract (SPI) classes.
org.glassfish.jersey.uri - package org.glassfish.jersey.uri
Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
org.glassfish.jersey.uri.internal - package org.glassfish.jersey.uri.internal
Common Jersey internal classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to open an input stream for resource {0}.
OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unexpected error occurred while processing resource stream {0}.
OsgiRegistry - Class in org.glassfish.jersey.internal
Utility class to deal with OSGi runtime specific behavior.
OUTBOUND_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.
OutboundJaxrsResponse - Class in org.glassfish.jersey.message.internal
An outbound JAX-RS response message.
OutboundJaxrsResponse(Response.StatusType, OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
Create new outbound JAX-RS response message instance.
OutboundJaxrsResponse.Builder - Class in org.glassfish.jersey.message.internal
Outbound JAX-RS Response.ResponseBuilder implementation.
OutboundJaxrsResponse.Builder(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Create new outbound JAX-RS response builder.
OutboundMessageContext - Class in org.glassfish.jersey.message.internal
Base outbound message context implementation.
OutboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
Create new outbound message context.
OutboundMessageContext(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
Create new outbound message context copying the content of another context.
OutboundMessageContext.StreamProvider - Interface in org.glassfish.jersey.message.internal
The callback interface which is used to get the terminal output stream into which the entity should be written and to inform the implementation about the entity size.
OUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The output stream has already been closed.
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.
OVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Method that overrides {0} cannot be found on class {1}.

P

PackageNamesScanner - Class in org.glassfish.jersey.server.internal.scanning
A scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.
PackageNamesScanner(String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Scan a set of packages using a context ClassLoader.
PackageNamesScanner(ClassLoader, String[], boolean) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Scan a set of packages using the provided ClassLoader.
PackageNamesScanner.ResourcesProvider - Class in org.glassfish.jersey.server.internal.scanning
Find resources with a given name and class loader.
PackageNamesScanner.ResourcesProvider() - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
 
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.
param(String, String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
PARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"{0}" parameter is null.
PARAM_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"{0}" parameter is null.
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.
ParamConverterFactory - Class in org.glassfish.jersey.server.internal.inject
An aggregate param converter provider that loads all the registered ParamConverterProvider implementations.
ParamConverterProvider - Interface in javax.ws.rs.ext
Contract for a provider of ParamConverter instances.
paramDoc - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
ParamDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
ParamDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
ParamDocType(String, String) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
Parameter - Class in org.glassfish.jersey.server.model
Method parameter model.
Parameter.Source - Enum in org.glassfish.jersey.server.model
Parameter injection sources type.
PARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {0} of type {1} from {2} is not resolvable to a concrete type.
ParameterInjectionBinder - Class in org.glassfish.jersey.server.internal.inject
Injection binder providing support for JAX-RS and Jersey injection annotations.
ParameterInjectionBinder() - Constructor for class org.glassfish.jersey.server.internal.inject.ParameterInjectionBinder
 
Parameterized - Interface in org.glassfish.jersey.server.model
Used in the resource model to capture information on method parameters.
ParameterizedHeader - Class in org.glassfish.jersey.message.internal
A general parameterized header.
ParameterizedHeader(String) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
Create a parameterized header from given string value.
ParameterizedHeader(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
Create a parameterized header from given http header reader.
ParameterValueHelper - Class in org.glassfish.jersey.server.spi.internal
Utility methods for retrieving values or value providers for the parameterized resource model components.
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
 
ParamInjectionResolver<A extends Annotation> - Class in org.glassfish.jersey.server.internal.inject
Abstract base class for resolving JAX-RS &#64;XxxParam injection.
ParamInjectionResolver(Class<? extends ValueFactoryProvider>) - Constructor for class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
Initialize the base parameter injection resolver.
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.
parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
parseVersion(String) - Static method in class org.glassfish.jersey.internal.util.JdkVersion
 
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 class org.glassfish.jersey.server.model.Resource.Builder
Define a new path for the built resource.
path(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
path(Class) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
path(Class, String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
path(Method) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
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.
peekMatchedResource() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Peek the last resource object that successfully matched the request URI.
peekMatchedResource() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
peekMatchResult() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Peek at the last successful request URI routing pattern match result.
peekMatchResult() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
PERSISTENCE_UNIT_NOT_CONFIGURED(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
Persistence unit "{0}" is not configured as a servlet parameter in web.xml.
PERSISTENCE_UNIT_PREFIX - Static variable in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
Prefix of the persistence unit init param.
PersistenceUnitBinder - Class in org.glassfish.jersey.servlet.internal
Persistence unit injection binder.
PersistenceUnitBinder() - Constructor for class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
 
port(int) - Method in class javax.ws.rs.core.UriBuilder
Set the URI port.
port(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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
 
postInit(ServletContext, Set<Class<?>>, Set<String>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Do your post-initialization job after Jersey finished its servlet initialization.
preInit(ServletContext, Set<Class<?>>) - Method in interface org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
Do your pre-initialization job before Jersey starts its servlet initialization.
preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
Pre initializes the configuration of this client in order to improve performance during the first request.
preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
Pre initializes the configuration of this web target in order to improve performance during the first request.
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.
primaryTag - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
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 class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Starts the interceptor chain execution.
proceed() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Starts the interceptor chain execution.
process(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given producer task and gather errors.
process(Callable<T>) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given callable task and gather messages.
process(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given task and gather messages.
process(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
Run the data through a chain of stages identified by the root stage.
process(DATA, Stage<DATA>, Ref<T>) - Static method in class org.glassfish.jersey.process.internal.Stages
Run the data through a chain of stages identified by the root stage.
process(String, InputStream) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
process(String, InputStream) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Process a scanned resource.
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.
ProcessingProviders - Class in org.glassfish.jersey.server.internal
Injectable encapsulating class containing processing providers like filters, interceptors, name bound providers, dynamic features.
ProcessingProviders(MultivaluedMap<Class<? extends Annotation>, RankedProvider<ContainerRequestFilter>>, MultivaluedMap<RankedProvider<ContainerRequestFilter>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<ContainerResponseFilter>>, MultivaluedMap<RankedProvider<ContainerResponseFilter>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<ReaderInterceptor>>, MultivaluedMap<RankedProvider<ReaderInterceptor>, Class<? extends Annotation>>, MultivaluedMap<Class<? extends Annotation>, RankedProvider<WriterInterceptor>>, MultivaluedMap<RankedProvider<WriterInterceptor>, Class<? extends Annotation>>, Iterable<RankedProvider<ContainerRequestFilter>>, List<RankedProvider<ContainerRequestFilter>>, Iterable<RankedProvider<ContainerResponseFilter>>, Iterable<RankedProvider<ReaderInterceptor>>, Iterable<RankedProvider<WriterInterceptor>>, Iterable<DynamicFeature>) - Constructor for class org.glassfish.jersey.server.internal.ProcessingProviders
Creates new instance of the processing providers.
ProcessingProviders.Binder - Class in org.glassfish.jersey.server.internal
Processing provider binder.
ProcessingProviders.Binder() - Constructor for class org.glassfish.jersey.server.internal.ProcessingProviders.Binder
 
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
 
processWithException(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given producer task and gather messages.
processWithException(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
Invoke given task and gather messages.
Producer<T> - Interface in org.glassfish.jersey.internal.util
This interface extends Callable interface but removes the exception from call declaration.
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
 
prop(String, Object) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
Specify the property value for the current WadlGenerator.
PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
There is no way how to transform value "{0}" [{1}] to type [{2}].
PropertiesDelegate - Interface in org.glassfish.jersey.internal
TODO: javadoc.
PropertiesHelper - Class in org.glassfish.jersey.internal.util
Helper class containing convenience methods for reading org.glassfish.jersey.server.ResourceConfig and Configuration properties.
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(String, Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
property(String, Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
property(String, Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
PROPERTY_NAME - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
TracingLogger instance is placed in request context properties under this name.
PROPERTY_VALUE_TOSTRING_THROWS_EXCEPTION(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
[{0} thrown from property value toString(): {1}]
provide() - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
provide() - Method in class org.glassfish.jersey.message.internal.DocumentBuilderFactoryInjectionProvider
 
provide() - Method in class org.glassfish.jersey.message.internal.SaxParserFactoryInjectionProvider
 
provide() - Method in class org.glassfish.jersey.message.internal.TransformerFactoryInjectionProvider
 
provide() - Method in class org.glassfish.jersey.message.internal.XmlInputFactoryInjectionProvider
 
provide() - Method in class org.glassfish.jersey.server.internal.process.AsyncContext.Factory
 
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_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing provider {1} could not be loaded: {2}
PROVIDER_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_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing provider {1} could not be instantiated: {2}
PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing the provider {1} is not found.
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.
ProviderBinder - Class in org.glassfish.jersey.internal.inject
Class used for registration of the custom providers into HK2 service locator.
ProviderBinder(ServiceLocator) - Constructor for class org.glassfish.jersey.internal.inject.ProviderBinder
Create new provider binder instance.
Providers - Interface in javax.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
Providers - Class in org.glassfish.jersey.internal.inject
Utility class providing a set of utility methods for easier and more type-safe interaction with HK2 injection layer.
ProviderToFactory<T> - Class in org.glassfish.jersey.internal.inject
Helper function converting a HK2 service provider into the provided service contract instance.
ProviderToFactory() - Constructor for class org.glassfish.jersey.internal.inject.ProviderToFactory
 
ProviderToService<T> - Class in org.glassfish.jersey.internal.inject
Helper function converting a HK2 service provider into the provided service contract instance.
ProviderToService() - Constructor for class org.glassfish.jersey.internal.inject.ProviderToService
 
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.
push(Function<ContainerResponse, ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
Push response transformation function that should be applied.
push(ChainableStage<ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.process.RespondingContext
Push chainable response transformation stage that should be applied.
push(ResourceFinder) - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
pushLeftHandPath() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Add currently matched left-hand side part of request path to the list of matched paths returned by UriInfo.getMatchedURIs().
pushLeftHandPath() - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushLocatorSubResource(Resource) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push sub resource returned from a sub resource locator method.
pushLocatorSubResource(Resource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushMatchedLocator(ResourceMethod) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the matched sub resource locator method.
pushMatchedLocator(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushMatchedResource(Object) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the resource that matched the request URI.
pushMatchedResource(Object) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushMatchedRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push a matched runtime resource that was visited during matching phase.
pushMatchedRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushMatchResult(MatchResult) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the result of the successful request URI routing pattern match.
pushMatchResult(MatchResult) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
pushTemplates(UriTemplate, UriTemplate) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push matched request URI routing pattern templates for a single matched method.
pushTemplates(UriTemplate, UriTemplate) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
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(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(ByteBuffer) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
Put the ByteBuffer to the internal queue to be available for reading from the stream.
put(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
put(K, V) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends List<V>>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
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.
putSingle(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 

Q

Qualified - Interface in org.glassfish.jersey.message.internal
Quality factor for acceptable header types represented as a ppt (per mille) value.
quality - Variable in class org.glassfish.jersey.message.internal.AcceptableToken
 
Quality - Class in org.glassfish.jersey.message.internal
Quality parameter constants.
QUALITY_PARAMETER_NAME - Static variable in interface org.glassfish.jersey.message.internal.Qualified
Name of a quality parameter in a header value.
QUALITY_SOURCE_MEDIA_TYPE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Comparator for lists of quality source media types.
QUALITY_SOURCE_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Quality source header value parameter name.
QualitySourceMediaType - Class in org.glassfish.jersey.message.internal
A quality source media type.
QualitySourceMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
Create new quality source media type instance with a default quality factor value.
QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
Create new quality source media type instance.
QUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
One or more of query value parameters are null.
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 class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
queryType - Variable in class com.sun.research.ws.wadl.Resource
 

R

RankedComparator<T> - Class in org.glassfish.jersey.model.internal
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase (Configuration) in ranked provider.
RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
 
RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
 
RankedComparator.Order - Enum in org.glassfish.jersey.model.internal
Defines which ordering should be used for sorting.
RankedProvider<T> - Class in org.glassfish.jersey.model.internal
Jersey ranked provider model.
RankedProvider(T) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
Creates a new RankedProvider instance.
RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
Creates a new RankedProvider instance for given provider with specific rank (> 0).
rawClass() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Get the raw class of the type.
RC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource configuration is not modifiable in this context.
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() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Read timeout interval, in milliseconds.
readAcceptableList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readAcceptableList(Comparator<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readAcceptLanguage(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readAcceptMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readAcceptToken(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
Invoked by ChunkedInput to get the data for the next chunk.
readCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readCookies(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Read a date.
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
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>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Read entity from a context entity input stream.
readEntity(Class<T>, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Read entity from a context entity input stream.
readEntity(Class<T>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Read entity from a context entity input stream.
readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Read entity from a context entity input stream.
readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
readEntity(Class<T>) - Method in class org.glassfish.jersey.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
Interface for message body reader interceptors that wrap around calls to MessageBodyReader.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream).
ReaderInterceptorContext - Interface in javax.ws.rs.ext
Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
ReaderInterceptorExecutor - Class in org.glassfish.jersey.message.internal
Represents reader interceptor chain executor for both client and server side.
ReaderInterceptorExecutor(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, MessageBodyWorkers, Iterable<ReaderInterceptor>, boolean, ServiceLocator) - Constructor for class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
Constructs a new executor to read given type from provided entityStream.
ReaderProvider - Class in org.glassfish.jersey.message.internal
 
ReaderProvider() - Constructor for class org.glassfish.jersey.message.internal.ReaderProvider
 
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body readers to a string.
ReaderWriter - Class in org.glassfish.jersey.message.internal
A utility class for reading and writing using byte and character streams.
readFrom(Class<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.message.internal.AbstractCollectionJaxbProvider
 
readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
Unmarshal a JAXB type.
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DocumentProvider
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
 
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.message.internal.XmlJaxbElementProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class org.glassfish.jersey.message.internal.XmlRootElementJaxbProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
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.
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Read the bytes of an input stream and convert to a string.
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read the bytes of an input stream and convert to a string.
readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read the characters of a reader and convert to a string.
readList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readList(List<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readMatchingEntityTag(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readMediaTypes(List<MediaType>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readParameters(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readParameters(HttpHeaderReader, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readQualityFactor(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readQualityFactorParameter(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readQualitySourceMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readQualitySourceMediaType(String[]) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
readStringList(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
 
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.
Ref<T> - Interface in org.glassfish.jersey.internal.util.collection
A possibly mutable value reference.
referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
Get a new reference for to currently running request scope instance.
referenceFactory() - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
Get a reference factory providing an empty reference.
referenceFactory(T) - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
Get a reference factory providing an initialized reference.
ReferencingFactory<T> - Class in org.glassfish.jersey.internal.inject
Factory that provides injection of the referenced instance.
ReferencingFactory(Provider<Ref<T>>) - Constructor for class org.glassfish.jersey.internal.inject.ReferencingFactory
Create new referencing injection factory.
ReflectionHelper - Class in org.glassfish.jersey.internal.util
Utility methods for Java reflection.
ReflectionHelper.DeclaringClassInterfacePair - Class in org.glassfish.jersey.internal.util
A tuple consisting of a concrete class and a declaring class that declares a generic interface type.
Refs - Class in org.glassfish.jersey.internal.util.collection
A collection of reference factory & utility methods.
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 class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
 
register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component class using a given registration strategy.
register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component class as a contract provider with an explicitly specified binding priority.
register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component class as a contract provider for the specified contracts.
register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component class as a contract provider for the specified contracts.
register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component using a given registration strategy.
register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component as a contract provider with an explicitly specified binding priority.
register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component as a contract provider for the specified contracts.
register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
Register a component as a contract provider for the specified contracts.
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
 
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
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
 
registerAdditionalBinders(Iterable<Binder>) - Method in class org.glassfish.jersey.server.ApplicationHandler
Registers HK2 binders into the HK2 service register.
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.
registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
Add a ResourceFinder to ResourceConfig.
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.
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.
rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
relativize(URI) - Method in interface javax.ws.rs.core.UriInfo
Relativize a URI with respect to the current request URI.
relativize(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Relativize URI with respect to a base URI.
release() - Method in class org.glassfish.jersey.process.internal.RequestScope.Instance
Release a single reference to the current request scope instance.
releaseRequestingExecutor(ExecutorService) - Method in interface org.glassfish.jersey.spi.RequestExecutorProvider
Release the executor previously retrieved via RequestExecutorProvider.getRequestingExecutor() call.
RELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Attempt to release request processing resources has failed for a request.
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
 
remove(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Removes the mapping for this key from this map if present.
remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Remove a header.
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 class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
remove() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
remove() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
remove() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
remove() - Method in interface org.glassfish.jersey.server.ResourceFinder

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

removeEldestEntry(Map.Entry<K, V>) - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMap
Returns true if this map should remove its eldest entry.
removeHandler(Handler) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.internal.MapPropertiesDelegate
 
removeProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
RenderedImageProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling of graphical image data represented as image/*, application/x-www-form-urlencoded entity types to rendered and from rendered or buffered image instance.
RenderedImageProvider() - Constructor for class org.glassfish.jersey.message.internal.RenderedImageProvider
 
repeating - Variable in class com.sun.research.ws.wadl.Param
 
replaceAll(MultivaluedMap<String, Object>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Replaces all existing headers with the newly supplied headers.
replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
replaceHeaders(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Replace all headers.
replaceMatrix(String) - Method in class javax.ws.rs.core.UriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replacePath(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI path.
replacePath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replaceQuery(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI query string.
replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
replaceQueryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a query parameter.
replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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
 
representation - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
RepresentationDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for representations.
Created on: Jun 16, 2008
RepresentationDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
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_CANCEL_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Failed to cancel request invocation context in state "{0}".
REQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The entity was already written in this request.
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_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
The entity of the client request is null.
REQUEST_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Request execution has failed.
REQUEST_EXECUTOR_FACTORY_CLOSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The request executor factory [{0}] has been closed already.
REQUEST_SUSPEND_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Failed to suspend request invocation context in state "{0}".
REQUEST_SUSPENDED_RESPONSE_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Request processing suspended - response returned by inflector ignored: {0}
REQUEST_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Request was already set.
REQUEST_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Request was not set.
requestContext() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the routed request context.
RequestDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for requests.
Created on: Jun 16, 2008
RequestDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
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.
RequestEventBuilder - Interface in org.glassfish.jersey.server.internal.monitoring
Interface of builders of request events.
RequestEventImpl - Class in org.glassfish.jersey.server.internal.monitoring
Request event implementation.
RequestEventImpl.Builder - Class in org.glassfish.jersey.server.internal.monitoring
Builder of RequestEventImpl.
RequestEventImpl.Builder() - Constructor for class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
Create a new builder.
RequestEventListener - Interface in org.glassfish.jersey.server.monitoring
Non-registrable provider that listens to request events.
RequestExecutorFactory - Class in org.glassfish.jersey.process.internal
Request executors provider aggregator used by client and server-side run-times to provide support for pluggable managed/async executor services.
RequestExecutorFactory(ServiceLocator, Object...) - Constructor for class org.glassfish.jersey.process.internal.RequestExecutorFactory
Creates new instance.
RequestExecutorProvider - Interface in org.glassfish.jersey.spi
Pluggable provider of executor service instance used to run different parts of Jersey request and response processing code.
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.
RequestScope - Class in org.glassfish.jersey.process.internal
Scopes a single request/response processing execution on a single thread.
RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
 
RequestScope.Binder - Class in org.glassfish.jersey.process.internal
Request scope injection binder.
RequestScope.Binder() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.Binder
 
RequestScope.Instance - Class in org.glassfish.jersey.process.internal
Implementation of the request scope instance.
RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
Request scope binding annotation.
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
 
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() - Static method in class org.glassfish.jersey.internal.Errors
Removes all issues that have been added since the last marked position as well as removes the last mark.
reset() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
reset() - Method in interface org.glassfish.jersey.server.ResourceFinder
Reset the ResourceFinder instance.
resolve(URI) - Method in interface javax.ws.rs.core.UriInfo
Resolve a relative URI with respect to the base URI of the application.
resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
 
resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver
 
resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
resolve(URI) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
resolve(Class) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
 
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(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.
resolveGenericType(Class, Class, Class, Type) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Resolve generic type parameter(s) of a raw class and it's generic type based on the class that declares the generic type parameter(s) to be resolved and a concrete implementation of the declaring class.
resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolveTemplate(String, Object) - Method in 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 class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplateFromEncoded(String, Object) - Method in 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 class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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 class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in 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 class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolves template variables in the given template from _mapValues.
resolveTypeVariable(Class<?>, Class<?>, TypeVariable) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Given a type variable resolve the Java class of that variable.
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_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource is already a child resource and cannot contain another child resource.
RESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous path definition with resource {1}.
RESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Both application and applicationClass can't be null.
RESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
Resource configuration class {0} is not a subclass of {1}.
RESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
Resource configuration class {0} could not be loaded.
RESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Unable to process {0}
RESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource (or sub resource) {0} with path "{1}" contains (sub) resource method(s) and sub resource locator.
RESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, with path "{1}" is empty.
RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
RESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Lookup and initialization failed for a resource class: {0}.
RESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Both resources, resource {0} and resource {1}, contains sub resource locators on the same path {2}.
RESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Validation of the application resource model has failed during application initialization.
RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, is annotated with multiple scope annotations.
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.
ResourceDocAccessor - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
A class providing access to information stored in a ResourceDocType.
Created on: Jun 16, 2008
ResourceDocAccessor(ResourceDocType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.ResourceDocAccessor
 
ResourceDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for resources.
Created on: Jun 11, 2008
ResourceDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
 
ResourceFinder - Interface in org.glassfish.jersey.server
An interface used for finding and opening (loading) new resources.
ResourceFinderException - Exception in org.glassfish.jersey.server.internal.scanning
An runtime exception that may be thrown when scanning.
ResourceFinderException() - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message
ResourceFinderException(String) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message
ResourceFinderException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message and cause
ResourceFinderException(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied cause
ResourceFinderStack - Class in org.glassfish.jersey.server.internal.scanning
Stack of ResourceFinder instances.
ResourceFinderStack() - Constructor for class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
ResourceInfo - Interface in javax.ws.rs.container
An injectable class to access the resource class and resource method matched by the current request.
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.
ResourceMethodDispatcher - Interface in org.glassfish.jersey.server.spi.internal
A resource method dispatcher responsible for consuming a JAX-RS request by invoking the configured resource method on a given resource instance and returning the method invocation result in a form of a JAX-RS response.
ResourceMethodDispatcher.Provider - Interface in org.glassfish.jersey.server.spi.internal
Provider interface for creating a resource method dispatcher instances.
ResourceMethodDispatcherFactory - Class in org.glassfish.jersey.server.model.internal
 
ResourceMethodInvocationHandlerFactory - Class in org.glassfish.jersey.server.model.internal
An injectable resource method invocation handler provider factory.
ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
Provides the invocation handler instances designated to handle invocations of the supplied invocable resource methods.
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.
ResourceMethodMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing the ResourceMethodMXBean MXBean interface.
ResourceMethodMXBeanImpl(ResourceMethodStatistics, boolean, MBeanExposer, String, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
Create a new MXBean and expose it into mbean server using mBeanExposer.
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.
ResourceModelBinder - Class in org.glassfish.jersey.server.model.internal
Configures injection bindings for resource modeling API.
ResourceModelBinder() - Constructor for class org.glassfish.jersey.server.model.internal.ResourceModelBinder
 
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.
ResourceModelContext - Interface in org.glassfish.jersey.server.model
Abstraction for abstract resources enclosed within a specific context (such as an application).
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.
ResourceModelListener - Interface in org.glassfish.jersey.server.model
To get notifications on abstract resource model events, implement this interface and register your implementation class with the corresponding application.
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.
ResourceMxBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing the ResourceMethodMXBean MXBean interface.
ResourceMxBeanImpl(ResourceStatistics, String, boolean, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
Create and register new MXBean into the mbean server using the mBeanExposer.
ResourceProcessor - Interface in org.glassfish.jersey.server.internal.scanning
Processes resources found by ResourceFinder.
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
 
ResourcesMBeanGroup - Class in org.glassfish.jersey.server.internal.monitoring.jmx
Group of resource MXBeans.
ResourcesMBeanGroup(Map<String, ResourceStatistics>, boolean, MBeanExposer, String) - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
Create a new group of MXBeans and expose nested Resource MXBeans.
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
 
RespondingContext - Interface in org.glassfish.jersey.server.internal.process
Injectable context that can be used during the data processing for registering response processing functions that will be invoked during the response processing.
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_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Response is closed.
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_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Failed to convert a response into an exception.
RESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Requested response type is null.
ResponseDocType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for a response.
Created on: Jun 16, 2008
ResponseDocType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
ResponseMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of response MXBean.
ResponseMXBeanImpl - Class in org.glassfish.jersey.server.internal.monitoring.jmx
MXBean implementing the ResponseMXBean MXBean interface.
ResponseMXBeanImpl() - Constructor for class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
 
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.
ResponseWriter - Class in org.glassfish.jersey.servlet.internal
An internal implementation of ContainerResponseWriter for Servlet containers.
ResponseWriter(boolean, boolean, HttpServletResponse, AsyncContextDelegate, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.servlet.internal.ResponseWriter
Creates a new instance to write a single Jersey response.
RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Attempt to send restricted header(s) while the [{0}] system property not set.
RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
Get the data processing result.
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.
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
See HTTP/1.1 documentation.
rev - Variable in class com.sun.research.ws.wadl.Link
 
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
 
root(Router) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RootRouteBuilder
 
route(String) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteBuilder
 
route(T) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteBuilder
 
Routed - Interface in org.glassfish.jersey.server.model
Marker interface for all resource model components that contain path information usable for routing.
RoutedInflectorExtractorStage - Class in org.glassfish.jersey.server.internal.routing
Request pre-processing stage that extracts an inflector from a routing context where it was previously stored by the request to resource matching stage and (if available) returns the inflector wrapped in a next terminal stage.
RoutedInflectorExtractorStage(Provider<RoutingContext>) - Constructor for class org.glassfish.jersey.server.internal.routing.RoutedInflectorExtractorStage
Create new inflector extracting acceptor.
Router - Interface in org.glassfish.jersey.server.internal.routing
Hierarchical request router that can be used to create dynamic routing tree structures.
Router.Builder - Interface in org.glassfish.jersey.server.internal.routing
A Router builder.
Router.Continuation - Class in org.glassfish.jersey.server.internal.routing
Hierarchical request routing continuation.
RouterBinder - Class in org.glassfish.jersey.server.internal.routing
Provides routing configuration functionality.
RouterBinder() - Constructor for class org.glassfish.jersey.server.internal.routing.RouterBinder
 
RouterBinder.RootRouteBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterBinder.RouteBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterBinder.RouteToBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterBinder.RouteToPathBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RoutingContext - Interface in org.glassfish.jersey.server.internal.routing
Jersey request matching and routing context.
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.
RoutingStage - Class in org.glassfish.jersey.server.internal.routing
Request pre-processing stage that encapsulates hierarchical resource matching and request routing.
RoutingStage.Builder - Class in org.glassfish.jersey.server.internal.routing
Injectable resource matching stage builder.
RoutingStage.Builder() - Constructor for class org.glassfish.jersey.server.internal.routing.RoutingStage.Builder
 
runInScope(RequestScope.Instance, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope instance.
runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(RequestScope.Instance, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope instance.
runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
runInScope(RequestScope.Instance, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the request scope initialized from the scope instance.
runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
Runs the task in the new request scope.
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.
RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
Default implementation of JAX-RS RuntimeDelegate.
RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
 
RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
Server-side implementation of JAX-RS RuntimeDelegate.
RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
RuntimeExecutorsBinder - Class in org.glassfish.jersey.server.internal
Binder for injectable Jersey runtime executor services.
RuntimeExecutorsBinder() - Constructor for class org.glassfish.jersey.server.internal.RuntimeExecutorsBinder
 
RuntimeExecutorsBinder.BackgroundSchedulerLiteral - Class in org.glassfish.jersey.server.internal
Annotation literal helper class for the @BackgroundScheduler qualifier annotation.
RuntimeExecutorsBinder.BackgroundSchedulerLiteral() - Constructor for class org.glassfish.jersey.server.internal.RuntimeExecutorsBinder.BackgroundSchedulerLiteral
 
RuntimeModelBuilder - Class in org.glassfish.jersey.server.internal.routing
This is a common base for root resource and sub-resource runtime model builder.
RuntimeModelBuilder(RouterBinder.RootRouteBuilder<PathPattern>, ResourceMethodInvoker.Builder, ServiceLocator, PushMethodHandlerRouter.Builder, MethodSelectingRouter.Builder, PushMatchedMethodRouter.Builder, PushMatchedRuntimeResourceRouter.Builder, MessageBodyWorkers, PushMatchedTemplateRouter.Builder) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Injection constructor.
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.
RuntimeThreadProvider - Interface in org.glassfish.jersey.spi
An extension contract for providing pluggable thread factory providers that produce thread factories used by Jersey runtime whenever a new thread factory is needed to create Jersey runtime threads.
RuntimeType - Enum in javax.ws.rs
Enumeration of JAX-RS runtime types.

S

SAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAXParserFactory.
SAX_CANNOT_ENABLE_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Security features for the SAX parser could not be enabled.
SAX_XDK_NO_SECURITY_FEATURES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Using XDK.
SaxHelper - Class in org.glassfish.jersey.internal.util
Common helper methods for SAX parsers.
SaxParserFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of SAX parser factories.
SaxParserFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.message.internal.SaxParserFactoryInjectionProvider
Create new SAX parser factory provider.
scheme(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme.
scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme-specific-part (see URI).
schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Change contract provider scope.
Scoped - Interface in org.glassfish.jersey.model
Scoped Jersey application model component.
SecureSaxParserFactory - Class in org.glassfish.jersey.message.internal
Secure SAX parser factory wrapper.
SecureSaxParserFactory(SAXParserFactory) - Constructor for class org.glassfish.jersey.message.internal.SecureSaxParserFactory
Create new secure SAX parser factory wrapper.
SECURITY_CONTEXT_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
SecurityContext was already set.
SECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
SecurityContext was not set.
SecurityContext - Interface in javax.ws.rs.core
An injectable interface that provides access to security related information.
SecurityContextInjectee - Class in org.glassfish.jersey.internal.inject
Proxiable wrapper for request scoped SecurityContext instance.
SecurityContextInjectee(ContainerRequestContext) - Constructor for class org.glassfish.jersey.internal.inject.SecurityContextInjectee
 
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.
segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
Select the representation variant that best matches the request.
selectVariant(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
Select the representation variant that best matches the request.
selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
 
selectVariants(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
Select possible representation variants in order in which they best matches the request.
ServerConfig - Interface in org.glassfish.jersey.server
TODO: javadoc.
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.
ServerFiltersAutoDiscoverable - Class in org.glassfish.jersey.server.filter.internal
Enable auto-discoverable of certain server filters.
ServerFiltersAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
 
ServerProperties - Class in org.glassfish.jersey.server
Jersey server-side configuration properties.
ServerTraceEvent - Enum in org.glassfish.jersey.server.internal
Server side tracing events.
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.
ServiceConfigurationError - Error in org.glassfish.jersey.internal
Error thrown when something goes wrong while looking up service providers.
ServiceConfigurationError(String) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
Constructs a new instance with the specified detail string.
ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
Constructs a new instance that wraps the specified throwable.
ServiceFinder<T> - Class in org.glassfish.jersey.internal
A simple service-provider lookup mechanism.
ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.jersey.internal
The default service iterator provider that looks up provider classes in META-INF/services files.
ServiceFinder.DefaultServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
 
ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.jersey.internal
Supports iteration of provider instances or classes.
ServiceFinder.ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
 
ServiceFinderBinder<T> - Class in org.glassfish.jersey.internal
Simple ServiceFinder injection binder.
ServiceFinderBinder(Class<T>, Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.ServiceFinderBinder
Create a new service finder injection binder.
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
 
ServiceLocatorSupplier - Interface in org.glassfish.jersey.internal.inject
Implementation of this interface is capable of returning ServiceLocator.
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_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
The servlet path {0} does not start with the filter context path {1}.
SERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
Attempt to put servlet request into asynchronous mode has failed.
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.
ServletContainerProvider - Interface in org.glassfish.jersey.servlet.internal.spi
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer.
ServletContainerProviderFactory - Class in org.glassfish.jersey.servlet.internal
Factory class to get all "registered" implementations of ServletContainerProvider.
ServletProperties - Class in org.glassfish.jersey.servlet
Jersey servlet container configuration properties.
set(T) - Method in interface org.glassfish.jersey.internal.util.collection.Settable
Set a new value.
set(T) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
See IETF RFC 2109.
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.
setAccessibleMethodPA(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to set a method to be accessible.
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.
setAnnotationTypeName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
 
setApplicationDocsFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
setApplicationDocsStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig
Set the name of the application.
setAttribute(Attribute) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
setAttributes(AttributeList) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
 
setBase(String) - Method in class com.sun.research.ws.wadl.Resources
Sets the value of the base property.
setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
Set the baseUri of the actual request into the InheritableThreadLocal.
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.
setClassName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType
 
setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
Sets the value of the commentText property.
setCommentText(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
setConfiguration(Configuration) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
setContainerRequest(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerRequest(ContainerRequest) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the container request.
setContainerRequest(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set request filters.
setContainerRequestFilters(Iterable<ContainerRequestFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContainerResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerResponse(ContainerResponse) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the container response.
setContainerResponse(ContainerResponse) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set response filters.
setContainerResponseFilters(Iterable<ContainerResponseFilter>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setContextClassLoaderPA(ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get privileged action to set the actual context class loader.
setDefault(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the default property.
setDefaultNext(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
 
setDefaultNext(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.ChainableStage
Set the default next stage that should be returned from this stage after it has been invoked by default.
setDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the element property.
setElement(QName) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
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.message.internal.OutboundMessageContext
Set a new message message entity.
setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new message message entity.
setEntity(Object) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
setEntity(Object) - 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.message.internal.OutboundMessageContext
Set the annotations attached to the entity.
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.message.internal.InboundMessageContext
Set a new entity input stream.
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a new entity output stream.
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.message.internal.OutboundMessageContext
Set the message entity type information.
setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message entity type information.
setExample(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
setException(Throwable, RequestEvent.ExceptionCause) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setException(Throwable, RequestEvent.ExceptionCause) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set exception thrown.
setException(Throwable, RequestEvent.ExceptionCause) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setExceptionMapper(ExceptionMapper<?>) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setExceptionMapper(ExceptionMapper<?>) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the exception mapper.
setExceptionMapper(ExceptionMapper<?>) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setExtendedUriInfo(ExtendedUriInfo) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setExtendedUriInfo(ExtendedUriInfo) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set uri info.
setExtendedUriInfo(ExtendedUriInfo) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setFeature(String, boolean) - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
setFilter(Filter) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
setFixed(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the fixed property.
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.
setGrammarsFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setGrammarsStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setHeader(Marshaller, Annotation[]) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
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.
setInflector(Inflector<ContainerRequest, ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the matched request to response inflector.
setInflector(Inflector<ContainerRequest, ContainerResponse>) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
setInputStream(InputStream) - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Set the input stream of the object to be read.
setInputStream(InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
 
setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
Set the runtime delegate that will be used by JAX-RS classes.
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLevel(Level) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.
setMatchedResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the matched resource method.
setMatchedResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.internal.routing.UriRoutingContext
 
setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
setmBeansEnabled(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.MonitoringFeature
Set whether the feature should also enable exposure of monitoring statistics MBeans.
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.message.internal.OutboundMessageContext
Set the message content media type.
setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message content media type.
setMediaType(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
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
 
setMethodName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
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.message.internal.DataSourceProvider.ByteArrayDataSource
 
setName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
setName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
setNamespaceAware(boolean) - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
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.
setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
 
setOverrideGrammars(Boolean) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setParamName(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
 
setParent(Logger) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
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.
setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
setProcessingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Set processing providers.
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
Set the configured properties to the provided map of properties.
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
 
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 class org.glassfish.jersey.internal.MapPropertiesDelegate
 
setProperty(String, Object) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
 
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
 
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.
setReaderInterceptors(Value<Iterable<ReaderInterceptor>>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Set reader interceptors for reading entity from this context.
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.
setRepresentationDoc(RepresentationDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
 
setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the request property.
setRequestDoc(RequestDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
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.
setResourceDocFile(File) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocFile to the given file.
setResourceDocStream(InputStream) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocStream to the given file.
setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Set the resource mode of the application associated with this context.
setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Set the PackageNamesScanner.ResourcesProvider implementation to find resources.
setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the resourceType property.
setResponseDoc(ResponseDocType) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setResponseSuccessfullyMapped(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setResponseSuccessfullyMapped(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the flag indicating whether the response has been successfully mapped by an exception mapper.
setResponseSuccessfullyMapped(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setResponseWritten(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setResponseWritten(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the flag indicating whether response has been successfully written.
setResponseWritten(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setReturnDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setReturnDoc(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
setReturnTypeExample(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.MethodDocType
 
setRev(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rev property.
setSchema(Schema) - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
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
 
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
 
setStatus(Long) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
 
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
 
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
Set a stream provider callback.
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.
setStyle(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
setSuccess(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.EmptyRequestEventBuilder
 
setSuccess(boolean) - Method in interface org.glassfish.jersey.server.internal.monitoring.RequestEventBuilder
Set the flag indicating whether the response processing was successful.
setSuccess(boolean) - Method in class org.glassfish.jersey.server.internal.monitoring.RequestEventImpl.Builder
 
setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Set the suspend timeout.
setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Set the suspend timeout.
setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
Settable<T> - Interface in org.glassfish.jersey.internal.util.collection
A generic settable value container.
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.
setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the title property.
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.
setType(QName) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
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
 
setUseParentHandlers(boolean) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
setValidating(boolean) - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
setValue(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the value property.
setValue(String) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
 
setWadlGenerationEnabled(boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Enable/disable WADL generation.
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
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.
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
Set context message body workers.
setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
Set the container response writer for the current request.
setXIncludeAware(boolean) - Method in class org.glassfish.jersey.message.internal.SecureSaxParserFactory
 
severe(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
Severity - Enum in org.glassfish.jersey
Common severity.
shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
SimpleNamespaceResolver - Class in org.glassfish.jersey.internal.util
Simple namespace resolver which resolves one predefined namespace.
SimpleNamespaceResolver(String, String) - Constructor for class org.glassfish.jersey.internal.util.SimpleNamespaceResolver
Create a new instance of the namespace resolver initialized with the fixed prefix and URI that the resolver will be capable to resolve.
SINGLETON - Static variable in class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
SINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {1} of {0} cannot be injected into singleton resource.
size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
size() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
size() - Method in class org.glassfish.jersey.internal.util.collection.KeyComparatorHashMap
Returns the number of key-value mappings in this map.
snapshot() - Method in class org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImpl
 
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
SOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
There are some request headers that have not been sent by connector [{0}].
sortRankedProviders(RankedComparator<T>, Iterable<RankedProvider<T>>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Sort given providers with ranked comparator.
SourceProvider - Class in org.glassfish.jersey.message.internal
Collection of XML source providers.
SourceProvider() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider
 
SourceProvider.DomSourceReader - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling DOMSource instances.
SourceProvider.DomSourceReader(Factory<DocumentBuilderFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
 
SourceProvider.SaxSourceReader - Class in org.glassfish.jersey.message.internal
Provider for un-marshalling SAXSource instances.
SourceProvider.SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
Provider for marshaling Source instances.
SourceProvider.SourceWriter(Factory<SAXParserFactory>, Factory<TransformerFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
SourceProvider.StreamSourceReader - Class in org.glassfish.jersey.message.internal
Provider for un-marshalling StreamSource instances.
SourceProvider.StreamSourceReader() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
 
SSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error creating SSL context (algorithm not supported).
SSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing SSL context (operation failed).
SSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (algorithm not supported).
SSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (operation failed).
SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"byte array based"
SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"provider based"
SSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Neither key password nor key store password has been set for {0} key store.
SSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (provider not registered).
SSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key manager factory (unrecoverable key).
SSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot load key store certificates.
SSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot find key store file "{0}".
SSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key store (implementation not available).
SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key store (algorithm to check key store integrity not found).
SSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error loading key store from file "{0}".
SSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing key store (provider not registered).
SSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust manager factory (algorithm not supported).
SSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust manager factory (operation failed).
SSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust manager factory (provider not registered).
SSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot load trust store certificates.
SSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Cannot find trust store file "{0}".
SSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust store (implementation not available).
SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust store (algorithm to check trust store integrity not found).
SSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error loading trust store from file "{0}".
SSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error initializing trust store (provider not registered).
SslConfigurator - Class in org.glassfish.jersey
Utility class, which helps to configure 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
 
Stage<DATA> - Interface in org.glassfish.jersey.process.internal
Data processing stage that can be used to create dynamic data processing chains.
Stage.Builder<DATA> - Interface in org.glassfish.jersey.process.internal
Linear stage chain builder.
Stage.Continuation<DATA> - Class in org.glassfish.jersey.process.internal
Data processing stage continuation.
Stages - Class in org.glassfish.jersey.process.internal
A stage-related collection of utility methods.
Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
Linked linear stage implementation.
Stages.LinkedStage(Function<DATA, DATA>, Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
Create a new stage that will return the supplied stage in the continuation.
Stages.LinkedStage(Function<DATA, DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
Create a new terminal stage .
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.
status(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
Statuses - Class in org.glassfish.jersey.message.internal
Factory for producing custom JAX-RS response status type instances.
store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
STREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Stream provider is not defined.
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.
StreamingOutputProvider - Class in org.glassfish.jersey.message.internal
Message body writer that supports streaming output marshalling.
StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
STRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
String is null.
StringBuilderUtils - Class in org.glassfish.jersey.message.internal
Internal string builder utilities for building HTTP header values.
StringHeaderProvider - Class in org.glassfish.jersey.message.internal
String header delegate provider.
StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
 
StringIgnoreCaseKeyComparator - Class in org.glassfish.jersey.internal.util.collection
Case insensitive String key comparator.
StringIgnoreCaseKeyComparator() - Constructor for class org.glassfish.jersey.internal.util.collection.StringIgnoreCaseKeyComparator
 
StringKeyIgnoreCaseMultivaluedMap<V> - Class in org.glassfish.jersey.internal.util.collection
Multivalued map with String keys that are compared with each other using the case insensitive method.
StringKeyIgnoreCaseMultivaluedMap() - Constructor for class org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap
 
StringValueReader<T> - Interface in org.glassfish.jersey.spi
Read a string value and convert to a Java type.
StringValueReader.ValidateDefaultValue - Annotation Type in org.glassfish.jersey.spi
Declares whether validation of a default value should occur before any value – default or otherwise – is actually required.
stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Strips any quality parameters, i.e.
style - Variable in class com.sun.research.ws.wadl.Param
 
SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
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.
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() - 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
 
SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, can not have an entity parameter.
SUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, MUST return a non-void type.
SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, has an invalid URI path: {1}
subTags - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CookieProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.DateProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LinkProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
 
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.UriProvider
 
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
supportsNullCreation() - Method in class org.glassfish.jersey.process.internal.RequestScope
 
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 class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
Suspend the request/response processing.
suspend() - Method in interface org.glassfish.jersey.server.internal.process.AsyncContext
Suspend the current asynchronous processing context.
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Suspend the request/response processing.
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
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_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Time-out handler execution failed.
SUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Not suspended.
SUSPEND_SHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while scheduling a timeout task.
Suspendable - Interface in org.glassfish.jersey.server.model
Jersey model component that is suspendable and may hold suspend-related information.
suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
Get the current request scope instance and mark it as suspended.
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.
tag - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
tag(EntityTag) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
tag(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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
 
TEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
One or more of template keys or values are null.
temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
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.
ThreadLocalInvoker<T> - Class in org.glassfish.jersey.servlet.internal
A proxy invocation handler that delegates all methods to a thread local instance.
ThreadLocalInvoker() - Constructor for class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
 
ThreadLocalNamedInvoker<T> - Class in org.glassfish.jersey.servlet.internal
A proxy invocation handler that delegates all methods to a thread local instance from JNDI.
ThreadLocalNamedInvoker(String) - Constructor for class org.glassfish.jersey.servlet.internal.ThreadLocalNamedInvoker
Create an instance.
throwing(E) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new "throwing" unsafe value provider whose get() method always throws the exception supplied to the throwable parameter.
throwing(String, String, Throwable) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
TimeoutHandler - Interface in javax.ws.rs.container
Asynchronous response suspend time-out handler.
timestamp(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
TimeWindowStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of any target (resource, resource method, application).
TimeWindowStatisticsImpl - Class in org.glassfish.jersey.server.internal.monitoring
Time window statistics implementation.
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.
title(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
to(Function<DATA, DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a transformation function as a next stage to the stage chain.
to(ChainableStage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
Add a new chainable stage as a next stage to the stage chain.
to(Router.Builder) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Router) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Class<? extends Router>) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Factory<? extends Router>) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
toArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered objects all at once.
toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered classes all at once.
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 - Class in org.glassfish.jersey.message.internal
A token.
Token() - Constructor for class org.glassfish.jersey.message.internal.Token
 
Token(String) - Constructor for class org.glassfish.jersey.message.internal.Token
 
Token(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.Token
 
token - Variable in class org.glassfish.jersey.message.internal.Token
 
tokenize(String[]) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
Get a canonical array of tokens from an array of String entries where each entry may contain zero or more tokens separated by common delimiters " ,;\n".
tokenize(String[], String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
Get a canonical array of tokens from an array of String entries where each entry may contain zero or more tokens separated by characters in delimiters string.
tokenize(String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
Get a canonical array of tokens from a String entry that may contain zero or more tokens separated by common delimiters " ,;\n".
tokenize(String, String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
Get a canonical array of tokens from a String entry that may contain zero or more tokens separated by characters in delimiters string.
Tokenizer - Class in org.glassfish.jersey.internal.util
A utility class providing methods capable of splitting String entries into an array of tokens based on either default or custom token delimiters.
TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Too many "{0}" header values: "{1}"
toResponse(E) - Method in interface javax.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
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 org.glassfish.jersey.client.ClientResponse
 
toString() - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
toString() - Method in class org.glassfish.jersey.internal.util.JdkVersion
 
toString() - Method in class org.glassfish.jersey.internal.util.LazyUid
 
toString(CacheControl) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
toString(Cookie) - Method in class org.glassfish.jersey.message.internal.CookieProvider
 
toString(Date) - Method in class org.glassfish.jersey.message.internal.DateProvider
 
toString(EntityTag) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
 
toString() - Method in class org.glassfish.jersey.message.internal.JerseyLink
 
toString() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
toString(Link) - Method in class org.glassfish.jersey.message.internal.LinkProvider
 
toString(Locale) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
 
toString(MediaType) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
toString(NewCookie) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
 
toString() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
 
toString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
 
toString(URI) - Method in class org.glassfish.jersey.message.internal.UriProvider
 
toString() - Method in class org.glassfish.jersey.model.internal.RankedProvider
 
toString() - Method in class org.glassfish.jersey.process.internal.RequestScope.Instance
 
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
 
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
 
toTemplate() - Method in class javax.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
toTemplate() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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
 
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.
TracingAwarePropertiesDelegate - Class in org.glassfish.jersey.message.internal
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to tracing support related classes (e.g.
TracingAwarePropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
Create new tracing aware properties delegate wrapper.
TracingConfig - Enum in org.glassfish.jersey.server
Enumeration of possible values of property ServerProperties.TRACING.
TracingLogger - Class in org.glassfish.jersey.message.internal
Low level Tracing support API.
TracingLogger() - Constructor for class org.glassfish.jersey.message.internal.TracingLogger
 
TracingLogger.Event - Interface in org.glassfish.jersey.message.internal
Type of event.
TracingLogger.Level - Enum in org.glassfish.jersey.message.internal
Level of tracing message.
transfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Inserts the specified element into this queue, waiting if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
TransferQueue<E> - Interface in org.glassfish.jersey.internal.util.collection
A BlockingQueue in which producers may wait for consumers to receive elements.
TransformableData<DATA,RESULT> - Class in org.glassfish.jersey.server.internal.routing
Contains the reference to data as well as an (optional) inflector that may be used to transform the data into a result.
TransformerFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of transformer factories.
TransformerFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.message.internal.TransformerFactoryInjectionProvider
Create new transformer factory provider.
triggerEvent(RequestEvent.Type) - Method in class org.glassfish.jersey.server.ContainerRequest
Trigger a new monitoring event for the current request.
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.
tryRead() - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.ByteBufferInputStream
 
tryRead() - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Behaves mostly like InputStream.read().
tryRead(byte[]) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Behaves mostly like InputStream.read(byte[]).
tryRead(byte[], int, int) - Method in class org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Behaves mostly like InputStream.read(byte[], int, int).
tryTransfer(E) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Transfers the specified element if there exists a consumer already waiting to receive it, otherwise returning false without enqueuing the element.
tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.jersey.internal.util.collection.TransferQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
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() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Get the actual type behind the raw class.
type(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
type(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
type(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
TYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Return type, {0}, of method, {1}, is not resolvable to a concrete type.
TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Type-to-class conversion not supported for: {0}.
typeEqual(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
Determine if the two media types are type-equal (their type and subtype are equal).

U

UNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Class "{0}" cannot be loaded.
UNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to parse "{0}" header value: "{1}"
UNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Unexpected error during response processing.
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.
unmark() - Static method in class org.glassfish.jersey.internal.Errors
Remove a previously set mark, if any.
unmarshal(Link.JaxbLink) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link.JaxbLink into a Link.
unmarshall(InputStream, SAXParserFactory, Class<T>) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlUtils
Unmarshal a jaxb bean into a type of resultClass from the given inputStream.
unqote(String) - Static method in class org.glassfish.jersey.internal.util.Tokenizer
Remove any beginning or trailing quotes from a trimmed entry and return the updated entry.
unsafe(T) - Static method in class org.glassfish.jersey.internal.util.collection.Values
Get a new constant value provider whose get() method always returns the instance supplied to the value parameter.
unsafeBindResource(Object, ContractProvider, DynamicConfiguration) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Bind a resource instance in a HK2 context.
unsafeBindResource(Class<T>, ContractProvider, DynamicConfiguration) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
Bind a resource class in a HK2 context.
UnsafeValue<T,E extends Throwable> - Interface in org.glassfish.jersey.internal.util.collection
A generic value provider, similar to Value, but able to throw an exception.
UNSUPPORTED_CLIENT_ARTEFACT_INJECTION_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
updateExceptionMapperStatistics(ExceptionMapperStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExceptionMapperMXBeanImpl
Update the MXBean with new statistics.
updateExecutionStatistics(ExecutionStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ExecutionStatisticsDynamicBean
Update the execution statistics that are exposed by this MBean.
updateResourceMethodStatistics(ResourceMethodStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMethodMXBeanImpl
Update the statistics that are exposed by this MXBean.
updateResourcesStatistics(Map<String, ResourceStatistics>) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourcesMBeanGroup
Update the resource statistics exposed by nested resource beans.
updateResourceStatistics(ResourceStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResourceMxBeanImpl
Update the statistics of this MXBean and of nested MXBeans.
updateResponseStatistics(ResponseStatistics) - Method in class org.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
Update the statistics exposed by the MXBean.
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(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
uri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
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.
uri(URI) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
uri(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The annotated element "{0}" is not annotated with @Path.
URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class, {0} is not annotated with @Path.
URI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The method named "{0}" is not specified by {1}.
URI_BUILDER_PATH_SEGMENT_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Path segment is null.
URI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Schema specific part is opaque.
URI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied scheme-specific part parameter is null.
URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.
URI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
URI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Malformed percent-encoded octet at index {0}.
URI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
URI_INFO_WAS_ALREADY_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
UriInfo was already set.
URI_INFO_WAS_NOT_SET() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
UriInfo was not set.
URI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Uri is null.
URI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Component does not end by a delimiter ''{0}'' at index {1}.
URI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The parser was not executed yet.
URI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Expected scheme name at index {0}: ''{1}''.
uriBuilder(UriBuilder) - Method in 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.
uriBuilder(UriBuilder) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
 
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.
UriProvider - Class in org.glassfish.jersey.message.internal
URI header delegate provider.
UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
 
UriRoutingContext - Class in org.glassfish.jersey.server.internal.routing
Default implementation of the routing context as well as URI information provider.
UriTemplate - Class in org.glassfish.jersey.uri
A URI template.
UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
UriTemplateParser - Class in org.glassfish.jersey.uri.internal
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.internal.UriTemplateParser
Parse a template.
USE_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_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Value {1} of {0} client property will be ignored as it is not a valid supported encoding.
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.
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
See HTTP/1.1 documentation.
userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI user-info.
userInfo(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
 
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.
USING_CUSTOM_REQUEST_EXECUTOR_PROVIDER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"Using custom request executor provider [{0}]."
USING_DEFAULT_REQUEST_EXECUTOR_PROVIDER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
"No custom request executor provider registrations found - using default: [{0}]."
USING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
UTF8 - Static variable in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
The UTF-8 Charset.
UTF8 - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The UTF-8 Charset.

V

val(String, String) - Static method in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.Elements
 
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(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.
validateResourceAndInputParams(Object, Invocable, Object[]) - Method in interface org.glassfish.jersey.server.internal.inject.ConfiguredValidator
Validates resource class instance and input parameters of the method.
validateResult(Object, Invocable, Object) - Method in interface org.glassfish.jersey.server.internal.inject.ConfiguredValidator
Validates response instance / response entity of the method.
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
 
Value<T> - Interface in org.glassfish.jersey.internal.util.collection
A generic value provider.
value() - Method in class org.glassfish.jersey.internal.util.LazyUid
Return UUID value.
value - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlValueType
 
ValueFactoryProvider - Interface in org.glassfish.jersey.server.spi.internal
Parameter value factory SPI.
ValueFactoryProvider.Priority - Enum in org.glassfish.jersey.server.spi.internal
Enumeration of priorities for providers (e.g.
ValueFactoryProvider.PriorityType - Interface in org.glassfish.jersey.server.spi.internal
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g.
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.RequestEntityProcessing
Returns the enum constant of this type with the specified name.
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
Create new acceptable media type instance from the supplied HTTP header reader.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
 
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MatchingEntityTag
Create new matching entity tag out of provided header reader.
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
Returns the enum constant of this type with the specified name.
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
Create new quality source media type instance from the supplied HTTP header reader.
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.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.internal.process.AsyncContext.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
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.spi.internal.ValueFactoryProvider.Priority
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() - 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() - Method in class org.glassfish.jersey.internal.util.collection.ImmutableMultivaluedMap
 
Values - Class in org.glassfish.jersey.internal.util.collection
A collection of Value provider factory & utility methods.
values() - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.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.internal.process.AsyncContext.State
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.internal.ServerTraceEvent
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.spi.internal.ValueFactoryProvider.Priority
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(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
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.
VariantListBuilder - Class in org.glassfish.jersey.message.internal
An implementation of VariantListBuilder.
VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
 
variants(Variant...) - Method in class 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.
variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
 
VariantSelector - Class in org.glassfish.jersey.message.internal
Utility for selecting variant that best matches request from a list of variants.
VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.
verifyArrayType(Class, AbstractCollectionJaxbProvider.JaxbTypeChecker) - Static method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
The method could be used to check if given type is an array of JAXB beans.
verifyCollectionSubclass(Class<?>) - Static method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
verifyGenericType(Type, AbstractCollectionJaxbProvider.JaxbTypeChecker) - Static method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
The method could be used to check if given type is a collection of JAXB beans.
Version - Class in org.glassfish.jersey.internal
Utility class for reading build.properties file.
Version() - Constructor for class org.glassfish.jersey.internal.Version
 
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 - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
WADL Media type.
WADL_DOC_EXTENDED_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This is full WADL including extended resources.
WADL_DOC_SIMPLE_WADL(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This is simplified WADL with user and core resources only.
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.
WADL_JAXB_CONTEXT_FALLBACK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error creating a JAXBContext for wadl serialization.
WadlApplicationContext - Interface in org.glassfish.jersey.server.wadl
A context to obtain WADL-based information.
WadlApplicationContextImpl - Class in org.glassfish.jersey.server.wadl.internal
WADL application context implementation.
WadlApplicationContextImpl(Configuration, ServiceLocator) - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
 
WadlAutoDiscoverable - Class in org.glassfish.jersey.server.wadl.internal
AutoDiscoverable registering WadlFeature if this feature is not already registered.
WadlAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
 
WadlBuilder - Class in org.glassfish.jersey.server.wadl.internal
This class implements the algorithm how the wadl is built for one or more Resource classes.
WadlBuilder(WadlGenerator, boolean, UriInfo) - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlBuilder
 
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 create external grammar can use to allow other parts of the code to attach the correct grammar information
WadlGeneratorApplicationDoc - Class in org.glassfish.jersey.server.wadl.internal.generators
This WadlGenerator adds all doc elements provided by ApplicationDocs.getDocs() to the generated wadl-file.
WadlGeneratorApplicationDoc() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc
 
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
 
WadlGeneratorGrammarsSupport - Class in org.glassfish.jersey.server.wadl.internal.generators
This WadlGenerator adds the provided Grammars element to the generated wadl-file.
WadlGeneratorGrammarsSupport() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorGrammarsSupport(WadlGenerator, Grammars) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorImpl - Class in org.glassfish.jersey.server.wadl.internal
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
WadlGeneratorImpl() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
 
WadlGeneratorJAXBGrammarGenerator - Class in org.glassfish.jersey.server.wadl.internal.generators
This WadlGenerator generates a XML Schema content model based on referenced java beans.
WadlGeneratorJAXBGrammarGenerator() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorJAXBGrammarGenerator
 
WadlGeneratorResourceDocSupport - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
A WadlGenerator implementation that enhances the generated wadl by information read from a resourcedoc (containing javadoc information about resource classes).
WadlGeneratorResourceDocSupport() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlGeneratorResourceDocSupport(WadlGenerator, ResourceDocType) - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
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
 
WadlModelProcessor.OptionsHandler - Class in org.glassfish.jersey.server.wadl.processor
 
WadlModelProcessor.OptionsHandler() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
wadlParam - Variable in class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
 
WadlParamType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
The documentation type for wadl params.
Created on: Jun 12, 2008
WadlParamType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType
 
WadlResource - Class in org.glassfish.jersey.server.wadl.internal
 
WadlResource() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlResource
 
WadlUtils - Class in org.glassfish.jersey.server.wadl.internal
Utils for wadl processing.
WadlUtils() - Constructor for class org.glassfish.jersey.server.wadl.internal.WadlUtils
 
warning(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
Add a warning to the list of messages.
warning(String) - Method in class org.glassfish.jersey.internal.util.ExtendedLogger
 
WARNING_MONITORING_FEATURE_DISABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
MonitoringFeature is registered but the configuration property "{0}" (enabling basic monitoring statistics) is FALSE.
WARNING_MONITORING_FEATURE_ENABLED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
MonitoringFeature is registered but the configuration property "{0}" (enabling basic monitoring statistics) is FALSE.
WARNING_MONITORING_MBEANS_BEAN_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Monitoring MBeans "{0}" is already registered.
WARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
WARNING: {0}
WARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WARNING: {0}
WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.
WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The following warnings have been detected: {0}
WebApplicationException - Exception in javax.ws.rs
Runtime exception for applications.
WebApplicationException() - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(String) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(String, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(String, Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(String, Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified 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
 
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.
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.
with(InputStream) - Static method in class org.glassfish.jersey.internal.util.Closing
 
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(int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
 
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.
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
Write a collection of JAXB objects as child elements of the root element.
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.message.internal.XmlCollectionJaxbProvider
 
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.
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
 
WriterInterceptor - Interface in javax.ws.rs.ext
Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorContext - Interface in javax.ws.rs.ext
Context class used by WriterInterceptor to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream).
WriterInterceptorExecutor - Class in org.glassfish.jersey.message.internal
Represents writer interceptor chain executor for both client and server side.
WriterInterceptorExecutor(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, MessageBodyWorkers, Iterable<WriterInterceptor>, ServiceLocator) - Constructor for class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
Constructs a new executor to write given type to provided entityStream.
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
writeTo(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<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
writeTo(M, MediaType, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
 
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbElementProvider
 
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Reader bytes from an input stream and write then to an output stream.
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Reader characters from an input stream and write then to an output stream.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
 
writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider
Marshal an instance of a JAXB type.
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
 
writeTo(Document, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.DocumentProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
 
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
 
writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
 
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
 
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read bytes from an input stream and write them to an output stream.
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Read characters from an input stream and write them to an output stream.
writeTo(RenderedImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
 
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
 
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class org.glassfish.jersey.message.internal.XmlJaxbElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
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
 
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
Convert a string to bytes and write those bytes to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
Convert a string to bytes and write those bytes to an output stream.
WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders
See HTTP/1.1 documentation.

X

xhtml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xhtml+xml" entity.
XhtmlElementType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
The type for an element holding child nodes.
Created on: Jun 17, 2008
XhtmlElementType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlElementType
 
XhtmlValueType - Class in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml
The type for an element holding a string value.
Created on: Jun 17, 2008
XhtmlValueType() - Constructor for class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.xhtml.XhtmlValueType
 
xml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xml" entity.
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.
XmlCollectionJaxbProvider - Class in org.glassfish.jersey.message.internal
Base XML-based message body provider for collections of JAXB beans.
XmlCollectionJaxbProvider.App - Class in org.glassfish.jersey.message.internal
JAXB provider for marshalling/un-marshalling collections from/to entities of application/xml media type.
XmlCollectionJaxbProvider.App(Factory<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlCollectionJaxbProvider.App
 
XmlCollectionJaxbProvider.General - Class in org.glassfish.jersey.message.internal
JAXB provider for marshalling/un-marshalling collections from/to entities of <type>/<sub-type>+xml media types.
XmlCollectionJaxbProvider.General(Factory<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlCollectionJaxbProvider.General
 
XmlCollectionJaxbProvider.Text - Class in org.glassfish.jersey.message.internal
JAXB provider for marshalling/un-marshalling collections from/to entities of text/xml media type.
XmlCollectionJaxbProvider.Text(Factory<XMLInputFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlCollectionJaxbProvider.Text
 
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.
XmlInputFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of transformer factories.
XmlInputFactoryInjectionProvider(Configuration) - Constructor for class org.glassfish.jersey.message.internal.XmlInputFactoryInjectionProvider
Create new XML input factory provider.
XmlJaxbElementProvider - Class in org.glassfish.jersey.message.internal
Base XML-based message body provider for JAXB element instances.
XmlJaxbElementProvider(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlJaxbElementProvider
 
XmlJaxbElementProvider(Factory<SAXParserFactory>, Providers, MediaType) - Constructor for class org.glassfish.jersey.message.internal.XmlJaxbElementProvider
 
XmlJaxbElementProvider.App - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling JAXB elements from/to entities of application/xml media type.
XmlJaxbElementProvider.App(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlJaxbElementProvider.App
 
XmlJaxbElementProvider.General - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling JAXB elements from/to entities of <type>/<sub-type>+xml media types.
XmlJaxbElementProvider.General(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlJaxbElementProvider.General
 
XmlJaxbElementProvider.Text - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling JAXB elements from/to entities of text/xml media type.
XmlJaxbElementProvider.Text(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlJaxbElementProvider.Text
 
XmlRootElementJaxbProvider - Class in org.glassfish.jersey.message.internal
Base XML-based message body provider for JAXB root elements and types.
XmlRootElementJaxbProvider.App - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of application/xml media type.
XmlRootElementJaxbProvider.App(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlRootElementJaxbProvider.App
 
XmlRootElementJaxbProvider.General - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of <type>/<sub-type>+xml media types.
XmlRootElementJaxbProvider.General(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlRootElementJaxbProvider.General
 
XmlRootElementJaxbProvider.Text - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of text/xml media type.
XmlRootElementJaxbProvider.Text(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlRootElementJaxbProvider.Text
 
XmlRootObjectJaxbProvider - Class in org.glassfish.jersey.message.internal
Base XML-based message body reader for JAXB beans.
XmlRootObjectJaxbProvider.App - Class in org.glassfish.jersey.message.internal
Provider for un-marshalling entities of application/xml media type into JAXB beans using JAXB unmarshaller.
XmlRootObjectJaxbProvider.App(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider.App
 
XmlRootObjectJaxbProvider.General - Class in org.glassfish.jersey.message.internal
Provider for un-marshalling entities of <type>/<sub-type>+xml media types into JAXB beans using JAXB unmarshaller.
XmlRootObjectJaxbProvider.General(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider.General
 
XmlRootObjectJaxbProvider.Text - Class in org.glassfish.jersey.message.internal
Provider for un-marshalling entities of text/xml media type into JAXB beans using JAXB unmarshaller.
XmlRootObjectJaxbProvider.Text(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider.Text
 

_

_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 _

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