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

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.
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
 
AbstractModule - Class in org.glassfish.jersey.internal.inject
Skeleton implementation of injection module with convenience methods for binding definitions.
AbstractModule() - Constructor for class org.glassfish.jersey.internal.inject.AbstractModule
 
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(Services) - Constructor for class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
AcceptableMediaType - Class in org.glassfish.jersey.message.internal
An acceptable media type.
AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
 
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
 
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
 
acceptingChain(Function<Request, Request>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a linear accepting chain.
acceptingTree(Function<Request, Request>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a hierarchical accepting tree.
add(K, V) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
addDateParameter(StringBuilder, String, Date) - Method in class org.glassfish.jersey.message.internal.ContentDisposition
 
addFirstNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
addLongParameter(StringBuilder, String, Long) - Method in class org.glassfish.jersey.message.internal.ContentDisposition
 
addNull(List<String>) - Method in class org.glassfish.jersey.internal.util.collection.MultivaluedStringMap
 
addStringParameter(StringBuilder, String, String) - Method in class org.glassfish.jersey.message.internal.ContentDisposition
 
after(Stage<DATA, ?>, DATA) - Method in class org.glassfish.jersey.process.internal.DefaultStagingContext
Protected callbacks to be overridden to provide custom implementation executed as part of the the after stage callback method.
afterStage(Stage<DATA, ?>, DATA) - Method in class org.glassfish.jersey.process.internal.DefaultStagingContext
 
afterStage(Stage<DATA, ?>, DATA) - Method in interface org.glassfish.jersey.process.internal.StagingContext
Callback method invoked after each stage in the continuation of stages is applied.
AnnotatedMethod - Class in org.glassfish.jersey.internal.util
 
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.internal.util.AnnotatedMethod
 
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.
apply(Factory<T>) - Method in class org.glassfish.jersey.internal.inject.FactoryToService
 
apply(Provider<T>) - Method in class org.glassfish.jersey.internal.inject.ProviderToFactory
 
apply(Provider<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(E) - Method in interface org.glassfish.jersey.process.internal.ExceptionMapper
Transform a supported exception type into a result.
apply(Request) - Method in class org.glassfish.jersey.process.internal.FilteringInflector
 
apply(Request) - Method in class org.glassfish.jersey.process.internal.HierarchicalRequestProcessor
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector is reached.
apply(Request) - Method in interface org.glassfish.jersey.process.internal.LinearAcceptor
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair.
apply(Request) - Method in class org.glassfish.jersey.process.internal.LinearRequestProcessor
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector is reached.
apply(Request) - Method in class org.glassfish.jersey.process.internal.PreMatchRequestFilterAcceptor
 
apply(Request) - Method in class org.glassfish.jersey.process.internal.RequestFilterAcceptor
 
apply(Request) - Method in class org.glassfish.jersey.process.internal.RequestInvoker
Transform request data of a given type into a response result of the different type.
apply(Request, RequestInvoker.Callback) - Method in class org.glassfish.jersey.process.internal.RequestInvoker
Transform request data of a given type into a response result of the different type.
apply(Request) - Method in interface org.glassfish.jersey.process.internal.RequestProcessor
Traverse through the nested request stages and apply request transformations until a terminal stage providing a request-to-response inflector is reached.
apply(Response) - Method in interface org.glassfish.jersey.process.internal.Responder
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair.
apply(Response) - Method in class org.glassfish.jersey.process.internal.ResponseFilterResponder
 
apply(DATA) - Method in interface org.glassfish.jersey.process.internal.Stage
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair.
apply(Request) - Method in interface org.glassfish.jersey.process.internal.TreeAcceptor
Transforms supplied data and returns transformed data together with a processing continuation in the form of a <data, continuation> pair.
asFactory(Provider<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Wrap HK2 service provider into a HK2 service factory.
asLinearAcceptor(Inflector<Request, Response>) - Static method in class org.glassfish.jersey.process.internal.Stages
Creates a terminal LinearAcceptor that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.
asTreeAcceptor(Inflector<Request, Response>) - Static method in class org.glassfish.jersey.process.internal.Stages
Creates a leaf-node TreeAcceptor that implements Inflecting interface and returns the provided Inflector instance when the Inflecting.inflector() method is called.

B

baseUri(Request) - Static method in class org.glassfish.jersey.message.internal.Requests
Get the base URI of the request.
before(Stage<DATA, ?>, DATA) - Method in class org.glassfish.jersey.process.internal.DefaultStagingContext
Protected callbacks to be overridden to provide custom implementation executed as part of the the before stage callback method.
beforeStage(Stage<DATA, ?>, DATA) - Method in class org.glassfish.jersey.process.internal.DefaultStagingContext
 
beforeStage(Stage<DATA, ?>, DATA) - Method in interface org.glassfish.jersey.process.internal.StagingContext
Callback method invoked before each stage in the continuation of stages is applied.
bind(String) - Method in class org.glassfish.jersey.internal.inject.AbstractModule

This method can be called only in the execution context of the AbstractModule.configure() method.

bind(String...) - Method in class org.glassfish.jersey.internal.inject.AbstractModule

This method can be called only in the execution context of the AbstractModule.configure() method.

bind(Class<T>, Class<?>...) - Method in class org.glassfish.jersey.internal.inject.AbstractModule

This method can be called only in the execution context of the AbstractModule.configure() method.

bind(TypeLiteral<T>) - Method in class org.glassfish.jersey.internal.inject.AbstractModule

This method can be called only in the execution context of the AbstractModule.configure() method.

bind() - Method in class org.glassfish.jersey.internal.inject.AbstractModule

This method can be called only in the execution context of the AbstractModule.configure() method.

BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
The buffer size for arrays of byte and character.
build() - Method in class org.glassfish.jersey.internal.ServiceProviders.Builder
 
build() - Method in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
Build the content disposition.
build() - Method in class org.glassfish.jersey.message.internal.FormDataContentDisposition.FormDataContentDispositionBuilder
 
build() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
build(Inflector<Request, Response>) - Method in class org.glassfish.jersey.process.internal.FilteringInflector.Builder
 
build() - Method in interface org.glassfish.jersey.process.internal.LinearAcceptor.Builder
Build a acceptor chain.
build(LinearAcceptor) - Method in interface org.glassfish.jersey.process.internal.LinearAcceptor.Builder
Add terminal acceptor to the acceptor chain and build the chain.
build() - Method in interface org.glassfish.jersey.process.internal.Responder.Builder
Build a responder chain.
build(Responder) - Method in interface org.glassfish.jersey.process.internal.Responder.Builder
Add terminal responder to the responder chain and build the chain.
build(RequestInvoker.Callback, ListenableFuture<Response>, RequestInvoker.InvocationContext, ExceptionMappers) - Method in class org.glassfish.jersey.process.internal.ResponseProcessor.Builder
 
build() - Method in interface org.glassfish.jersey.process.internal.TreeAcceptor.Builder
Build a hierarchical acceptor for the transformation of a given data type.
build(Object...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
buildFromEncoded(Object...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
ByteArrayProvider - Class in org.glassfish.jersey.message.internal
 
ByteArrayProvider() - Constructor for class org.glassfish.jersey.message.internal.ByteArrayProvider
 

C

CacheControlProvider - Class in org.glassfish.jersey.message.internal
Cache-Control header delegate provider.
CacheControlProvider() - Constructor for class org.glassfish.jersey.message.internal.CacheControlProvider
 
child(TreeAcceptor) - Method in interface org.glassfish.jersey.process.internal.TreeAcceptor.Builder
Add new child node into the hierarchical request acceptor being built.
classForName(String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class from the class name.
classForName(String, ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class from the class name.
classForNameWithException(String) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class from the class name.
classForNameWithException(String, ClassLoader) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the Class from the class name.
ClassTypePair - Class in org.glassfish.jersey.internal.util.collection
A pair of raw class and the related type.
clear() - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
clear() - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Removes all mappings from this map.
clear() - Method in class org.glassfish.jersey.internal.util.KeyComparatorLinkedHashMap
Removes all of the mappings from this map.
clientError(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.BAD_REQUEST.
clone() - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
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
 
Closing.Closure - Interface in org.glassfish.jersey.internal.util
 
COMMENT - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents comment type in the TYPE_TABLE
COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
Defer to comparing the templates associated with the patterns
COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
Order the templates according according to JAX-RS.
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.
concreteClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
 
configure(BinderFactory) - Method in class org.glassfish.jersey.filter.PreMatchRequestFilterModule
 
configure(BinderFactory) - Method in class org.glassfish.jersey.filter.RequestFilterModule
 
configure(BinderFactory) - Method in class org.glassfish.jersey.filter.ResponseFilterModule
 
configure() - Method in class org.glassfish.jersey.internal.ContextResolverFactory.Module
 
configure() - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.Module
 
configure(BinderFactory) - Method in class org.glassfish.jersey.internal.inject.AbstractModule
 
configure() - Method in class org.glassfish.jersey.internal.inject.AbstractModule
Implement to provide module binding definitions using the exposed binding methods.
configure() - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver.Module
 
configure() - Method in class org.glassfish.jersey.internal.JaxrsProviders.Module
 
configure() - Method in class org.glassfish.jersey.internal.ServiceFinderModule
 
configure() - Method in class org.glassfish.jersey.internal.ServiceProvidersModule
 
configure() - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.Module
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingModules.HeaderDelegateProviders
 
configure() - Method in class org.glassfish.jersey.message.internal.MessagingModules.MessageBodyProviders
 
configure() - Method in class org.glassfish.jersey.process.internal.FilterModule
 
configure() - Method in class org.glassfish.jersey.process.internal.RequestScope.Module
 
conflict(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.CONFLICT.
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
containsKey(Object) - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
containsValue(Object) - Method in class org.glassfish.jersey.internal.util.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.KeyComparatorLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsWhiteSpace(String) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if string s contains a white space char.
content(Object) - Method in interface org.glassfish.jersey.message.internal.Entity.Builder
 
content(Object, Type) - Method in interface org.glassfish.jersey.message.internal.Entity.Builder
 
content(Object, TypeLiteral<T>) - Method in interface org.glassfish.jersey.message.internal.Entity.Builder
 
content() - Method in interface org.glassfish.jersey.message.internal.Entity
 
content(Class<T>) - Method in interface org.glassfish.jersey.message.internal.Entity
 
content(TypeLiteral<T>) - Method in interface org.glassfish.jersey.message.internal.Entity
 
ContentDisposition - Class in org.glassfish.jersey.message.internal
A content disposition header.
ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.message.internal.ContentDisposition
 
ContentDisposition(String) - Constructor for class org.glassfish.jersey.message.internal.ContentDisposition
 
ContentDisposition(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ContentDisposition
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in org.glassfish.jersey.message.internal
Builder to build content disposition.
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.Module - Class in org.glassfish.jersey.internal.inject
 
ContextInjectionResolver.Module() - Constructor for class org.glassfish.jersey.internal.inject.ContextInjectionResolver.Module
 
ContextResolverFactory - Class in org.glassfish.jersey.internal
A factory implementation for managing ContextResolver instances.
ContextResolverFactory(ServiceProviders) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory
 
ContextResolverFactory.Module - Class in org.glassfish.jersey.internal
 
ContextResolverFactory.Module(Class<? extends Scope>) - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.Module
 
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.
contractStringFor(Class<?>, Type...) - Static method in class org.glassfish.jersey.internal.inject.Providers
Build a string definition for a generic contract.
CONTROL - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents control type in the TYPE_TABLE
CookieProvider - Class in org.glassfish.jersey.message.internal
Request Cookie header delegate provider.
CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
 
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.
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.
createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
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.
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.
createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createStageChain() - Method in class org.glassfish.jersey.process.internal.DefaultRespondingContext
 
createStageChain() - Method in interface org.glassfish.jersey.process.internal.ResponseProcessor.RespondingContext
Create an (optional responder chain from all transformation previously pushed into the context.
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, Map<String, ? extends Object>, 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, Map<String, ? extends Object>, 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, Object[], 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) - 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 org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
createURIWithStringValues(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, 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[], 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) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
 
creationDate - Variable in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
 
creationDate(Date) - Method in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
Add the "creation-date" parameter.
current() - Method in class org.glassfish.jersey.process.internal.RequestScope
 

D

data() - Method in class org.glassfish.jersey.process.internal.DefaultStagingContext
 
data() - Method in interface org.glassfish.jersey.process.internal.StagingContext
Get the processed data in the actual state in the current processing context.
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
 
DateProvider - Class in org.glassfish.jersey.message.internal
Date header delegate provider.
DateProvider() - Constructor for class org.glassfish.jersey.message.internal.DateProvider
 
declaringClass - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
 
decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
 
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.
DEFAULT_QUALITY_FACTOR - Static variable in interface org.glassfish.jersey.message.internal.QualityFactor
 
DEFAULT_QUALITY_SOURCE_FACTOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
DefaultRespondingContext - Class in org.glassfish.jersey.process.internal
Default implementation of responding context.
DefaultRespondingContext() - Constructor for class org.glassfish.jersey.process.internal.DefaultRespondingContext
 
DefaultStagingContext<DATA> - Class in org.glassfish.jersey.process.internal
Default implementation of a staging context.
DefaultStagingContext() - Constructor for class org.glassfish.jersey.process.internal.DefaultStagingContext
Default protected constructor that sets the initial value of the last applied stage as well as actual state of the transformed data to absent.
DefaultStagingContext(Stage<DATA, ?>, DATA) - Constructor for class org.glassfish.jersey.process.internal.DefaultStagingContext
Protected constructor that sets the initial value of the last applied stage as well as actual state of the transformed data to a custom stage supplied in the constructor parameter.
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.
DocumentBuilderFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of document builder factories.
DocumentBuilderFactoryInjectionProvider(Factory<FeaturesAndProperties>) - Constructor for class org.glassfish.jersey.message.internal.DocumentBuilderFactoryInjectionProvider
 
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
 

E

EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
The empty pattern that matches the null or empty string.
EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
The empty URI template that matches the null or empty URI path
EMPTY_PATH - Static variable in class org.glassfish.jersey.uri.PathPattern
 
emptyRef() - Static method in class org.glassfish.jersey.internal.util.collection.Tuples
Constructs a new empty mutable Ref instance.
emtpy() - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder with no response entity & status code set to Response.Status#NO_CONTENT.
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.
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.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.
encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
 
enter() - Method in class org.glassfish.jersey.process.internal.RequestScope
Enters the new RequestScope scope block in the current thread.
enter(RequestScope.Snapshot) - Method in class org.glassfish.jersey.process.internal.RequestScope
Resumes/continues an existing RequestScope scope block in the current thread.
Entity - Interface in org.glassfish.jersey.message.internal
Jersey message entity internal contract.
Entity.Builder<B extends Entity.Builder> - Interface in org.glassfish.jersey.message.internal
 
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 org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
entrySet() - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Returns a collection view of the mappings contained in this map.
equals(K, K) - Method in interface org.glassfish.jersey.internal.util.KeyComparator
Compare two keys for equality.
equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Error un-marshalling JAXB object of type: {0}.
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}".
ExceptionMapper<E extends Throwable> - Interface in org.glassfish.jersey.process.internal
Transformation function transforming exception to a result.
ExceptionMapperFactory - Class in org.glassfish.jersey.internal
ExceptionMapperFactory class.
ExceptionMapperFactory(Set<ExceptionMapper>) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
 
ExceptionMapperFactory(ServiceProviders) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
 
ExceptionMapperFactory.Module - Class in org.glassfish.jersey.internal
 
ExceptionMapperFactory.Module(Class<? extends Scope>) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory.Module
 
ExceptionMappers - Interface in org.glassfish.jersey.spi
Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
exit() - Method in class org.glassfish.jersey.process.internal.RequestScope
Exits the active scope block in the current thread.
ExtendedUriInfo - Interface in org.glassfish.jersey.uri
Extensions to UriInfo.
extractInflector(Stage<DATA, ?>) - Static method in class org.glassfish.jersey.process.internal.Stages
(Optionally) extracts an inflector from a stage, provided the stage implements Inflecting interface.
ExtractorException - Exception in org.glassfish.jersey.internal
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.
ExtractorException() - Constructor for exception org.glassfish.jersey.internal.ExtractorException
 
ExtractorException(String) - Constructor for exception org.glassfish.jersey.internal.ExtractorException
 
ExtractorException(String, Throwable) - Constructor for exception org.glassfish.jersey.internal.ExtractorException
 
ExtractorException(Throwable) - Constructor for exception org.glassfish.jersey.internal.ExtractorException
 

F

f(InputStream) - Method in interface org.glassfish.jersey.internal.util.Closing.Closure
 
f(Closing.Closure) - Method in class org.glassfish.jersey.internal.util.Closing
 
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
 
failure(Throwable) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.Callback
Invoked in case of a transformation failure.
failure(Throwable) - Method in class org.glassfish.jersey.process.internal.ResponseProcessor
 
FAST_INFOSET - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Fast infoset media type.
Feature - Interface in org.glassfish.jersey
A configurable feature.
FeaturesAndProperties - Interface in org.glassfish.jersey
Provides access to properties and features.
fileName - Variable in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
 
fileName(String) - Method in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
Add the "file-name" parameter.
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
 
fillHeaders(Response.ResponseBuilder, Map<String, List<String>>) - Static method in class org.glassfish.jersey.message.internal.Responses
Add headers to the response builder.
filter(MethodList.Filter) - Method in class org.glassfish.jersey.internal.util.MethodList
 
FilteringInflector - Class in org.glassfish.jersey.process.internal
 
FilteringInflector.Builder - Class in org.glassfish.jersey.process.internal
 
FilteringInflector.Builder() - Constructor for class org.glassfish.jersey.process.internal.FilteringInflector.Builder
 
FilterModule - Class in org.glassfish.jersey.process.internal
 
FilterModule() - Constructor for class org.glassfish.jersey.process.internal.FilterModule
 
filterToken(String, int, int) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
 
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.
findMethodOnClass(Class<?>, Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Find a method on a class given an existing method.
FormDataContentDisposition - Class in org.glassfish.jersey.message.internal
A form-data content disposition header.
FormDataContentDisposition(String, String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.message.internal.FormDataContentDisposition
Constructor for the builder.
FormDataContentDisposition(String) - Constructor for class org.glassfish.jersey.message.internal.FormDataContentDisposition
 
FormDataContentDisposition(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.FormDataContentDisposition
 
FormDataContentDisposition.FormDataContentDispositionBuilder - Class in org.glassfish.jersey.message.internal
Builder to build form data content disposition.
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
 
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 org.glassfish.jersey.uri.internal.UriBuilderImpl
 
from(URI, URI, String) - Static method in class org.glassfish.jersey.message.internal.Requests
Create new request builder with a base URI.
from(URI, String) - Static method in class org.glassfish.jersey.message.internal.Requests
Create new request builder without any base URI.
from(String, String, String) - Static method in class org.glassfish.jersey.message.internal.Requests
Create new request builder with a base URI.
from(String, String) - Static method in class org.glassfish.jersey.message.internal.Requests
Create new request builder without any base URI.
from(Request) - Static method in class org.glassfish.jersey.message.internal.Requests
Create a new request instance as a copy of an existing request instance.
from(Response.StatusType, Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request with a given status code.
from(int, Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request with a given status code.
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
 
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.

G

GENERAL_ACCEPT_MEDIA_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
The general acceptable media type corresponding to \*\/*.
GENERAL_ACCEPT_MEDIA_TYPE_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
A singleton list containing the general acceptable media type.
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.
genericInterface - Variable in class org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
 
get() - Method in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
get() - Method in class org.glassfish.jersey.internal.util.collection.LinkedListSupplier
 
get(Object) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
get() - Method in interface org.glassfish.jersey.internal.util.collection.Ref
Returns referenced value.
get(Object) - Method in class org.glassfish.jersey.internal.util.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.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 class org.glassfish.jersey.message.internal.DocumentBuilderFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.message.internal.SaxParserFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.message.internal.TransformerFactoryInjectionProvider
 
get() - Method in class org.glassfish.jersey.message.internal.XmlInputFactoryInjectionProvider
 
getAll(Class<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type found both in the internal storage as well as by performing service provider lookup in META-INF/services.
getAll(Class<T>, Comparator<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type found both in the internal storage as well as by performing service provider lookup in META-INF/services.
getAll(Class<T>, ServiceProviders.ServiceListener<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type found both in the internal storage as well as by performing service provider lookup in META-INF/services.
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
getAnnotations() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
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
 
getArrayClass(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get Array class of component class.
getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
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.
getClass(Class<?>, Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Find the declaring class that implements or extends an interface.
getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getContextClassLoader() - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the context class loader.
getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getContract(Services, String) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get a typed service instance for a contract specified as a string.
getCreationDate() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the creation-date parameter.
getCustom(Class<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type from the list of internally registered provider instances and classes.
getCustom(Class<T>, Comparator<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type from the list of internally registered provider instances and classes.
getCustom(Class<T>, ServiceProviders.ServiceListener<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type from the list of internally registered provider instances and classes.
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 formating Date.
getDeclaredAnnotations() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the declaring class of an accessible object.
getDefault(Class<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type found by performing service provider lookup in META-INF/services.
getDefault(Class<T>, Comparator<T>) - Method in class org.glassfish.jersey.internal.ServiceProviders
Get all provider instances of the requested provider type found by performing service provider lookup in META-INF/services.
getDEFAULT_INITIAL_CAPACITY() - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
 
getElementClass(Class<?>, Type) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
getElementName(Class<?>) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
 
getFactory(Services, String) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get a typed HK2 service factory for a contract specified as string.
getFileName() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the filename parameter.
getFirst(K) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
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
 
getFromStringStringMethod(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the static fromString(String ) method.
getGenericParameterTypes() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
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.
getGroupCounts() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the capturing group counts for each template variable.
getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the group indexes.
getGroupIndexes() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the group indexes to capturing groups.
getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
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
 
getLocale() - Method in class org.glassfish.jersey.internal.l10n.Localizer
 
getMappedThrowable() - Method in interface org.glassfish.jersey.uri.ExtendedUriInfo
Get the throwable that was mapped to a response.
getMarshaller(Class, MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
getMatchedResults() - Method in interface org.glassfish.jersey.uri.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedTemplates() - Method in interface org.glassfish.jersey.uri.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMessage(String, Object...) - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
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) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReaderMediaTypes(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyReaderMediaTypes(Class<T>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
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) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaType(Class<T>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaType(Class<T>, 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<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
 
getMessageBodyWriterMediaTypes(Class<T>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageWorkers(Request) - Static method in class org.glassfish.jersey.message.internal.Requests
Get the MessageBodyWorkers from the request.
getMessageWorkers(Response) - Static method in class org.glassfish.jersey.message.internal.Responses
Get the MessageBodyWorkers from the response.
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
getMethod() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
getModCount() - Method in class org.glassfish.jersey.internal.util.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).
getModificationDate() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the modification-date parameter.
getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getName() - Method in class org.glassfish.jersey.message.internal.FormDataContentDisposition
Get the name parameter.
getNames() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the list of template names.
getNameToPattern() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the map of template names to patterns.
getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.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.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the number of literal characters.
getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of template variables.
getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
getParameterAnnotations() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
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.
getParameters() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the parameters.
getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the parameters.
getParameterTypes() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
getPathSegments(String) - Method in interface org.glassfish.jersey.uri.ExtendedUriInfo
Get the path segments that contain a template variable.
getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.uri.ExtendedUriInfo
Get the path segments that contain a template variable.
getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI pattern.
getPattern() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the pattern.
getPreferedDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Get the preferred HTTP specified date format (RFC 1123).
getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getProperties() - Method in interface org.glassfish.jersey.FeaturesAndProperties
Get the immutable property map.
getProperty(String) - Method in interface org.glassfish.jersey.FeaturesAndProperties
Get the value of the property with a given name.
getProvider(Services, String) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get a typed HK2 service provider for a contract specified as string.
getProviderFactories(Services, Class<T>) - Static method in class org.glassfish.jersey.internal.inject.Providers
Get the set of HK2 factories for all providers registered for the given service provider contract in the underlying HK2 services container.
getProviders(Services, Class<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 services container.
getProviders(Services, 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 services container.
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableToken
 
getQuality() - Method in interface org.glassfish.jersey.message.internal.QualityFactor
 
getQualitySource() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
getReadDate() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the read-date parameter.
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.
getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the regular expression.
getResourceBundleName() - Method in interface org.glassfish.jersey.internal.l10n.Localizable
 
getResourceBundleName() - Method in class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
getResponse() - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Returns default response to be send back to the client in case the suspended request invocation times out.
getRootElementName(Class<?>) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
getSAXSource(SAXParserFactory, InputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
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() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the size parameter.
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
 
getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
getStoredJaxbContext(Class) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
getStringConstructor(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the constructor that has a single parameter of String.
getStringReader(Class<T>, Type, Annotation[]) - Method in interface org.glassfish.jersey.spi.StringValueReaderProvider
Obtain a StringValueReader that can produce an instance of a particular type from a string.
getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
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.
getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplateParser
Get the template.
getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the list of template variables for the template.
getToken() - Method in class org.glassfish.jersey.message.internal.Token
 
getType() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Get the 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.
getTypeParameters() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
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
 
getValue(Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>) - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver
 
getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
Get the value.
getValueOfStringMethod(Class<?>) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Get the static valueOf(String ) method.
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
 
GrammarUtil - Class in org.glassfish.jersey.message.internal
Class containing static utility methods to work with HTTP headers.
GrammarUtil() - Constructor for class org.glassfish.jersey.message.internal.GrammarUtil
 

H

hasAnnotation(Class<T>) - Method in class org.glassfish.jersey.internal.util.MethodList
 
hash(K) - Method in interface org.glassfish.jersey.internal.util.KeyComparator
Get the hash code of a key.
hashCode() - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
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.
hasMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.internal.util.MethodList
 
hasNotAnnotation(Class<T>) - Method in class org.glassfish.jersey.internal.util.MethodList
 
hasNotMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.internal.util.MethodList
 
hasNumParams(int) - Method in class org.glassfish.jersey.internal.util.MethodList
 
hasReturnType(Class<?>) - Method in class org.glassfish.jersey.internal.util.MethodList
 
header(String, Object) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
Add an arbitrary header.
header(String, String) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
header(String) - Method in interface org.glassfish.jersey.message.internal.Headers
Get a HTTP header as a single string value.
HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
Headers - Interface in org.glassfish.jersey.message.internal
Jersey message headers internal contract.
headers(String, Object...) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
headers(String, String...) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
headers(String, Iterable<? extends Object>) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
headers(Multimap<String, ? extends Object>) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
headers(Map<String, List<String>>) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
headers() - Method in interface org.glassfish.jersey.message.internal.Headers
Get the map of HTTP message header names to their respective values.
Headers.Builder<B extends Headers.Builder> - Interface in org.glassfish.jersey.message.internal
Jersey message headers builder internal contract.
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) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
 
HeaderValueException(String) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
 
headerValues(String) - Method in interface org.glassfish.jersey.message.internal.Headers
Get the values of a single HTTP message header.
HierarchicalRequestProcessor - Class in org.glassfish.jersey.process.internal
A composite hierarchical request processor.
HierarchicalRequestProcessor(TreeAcceptor, Factory<StagingContext<Request>>) - Constructor for class org.glassfish.jersey.process.internal.HierarchicalRequestProcessor
Construct a hierarchical request processor.
host(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
HttpDateFormat - Class in org.glassfish.jersey.message.internal
Helper class for HTTP specified date formats.
httpHeaders(Request) - Static method in class org.glassfish.jersey.message.internal.Requests
Get HttpHeaders instance representing the headers of the request.

I

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}.
immutableRef(T) - Static method in class org.glassfish.jersey.internal.util.collection.Tuples
Constructs a new immutable Ref instance referencing the given input reference.
Inflecting<DATA,RESULT> - Interface in org.glassfish.jersey.process.internal
Interface that is used to indicate that the instance provides an Inflector.
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.
InflectorNotFoundException - Exception in org.glassfish.jersey.process.internal
Jersey processing exception signaling that the final request acceptor did not return an inflector instance.
InflectorNotFoundException(String) - Constructor for exception org.glassfish.jersey.process.internal.InflectorNotFoundException
 
inParent() - Method in class org.glassfish.jersey.internal.inject.AbstractModule

This method can be called only in the execution context of the AbstractModule.configure() method.

InputStreamProvider - Class in org.glassfish.jersey.message.internal
 
InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
 
install(Module...) - Method in class org.glassfish.jersey.internal.inject.AbstractModule
Adds all binding definitions from the modules to the binding configuration.
instance() - Method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
Get stored instance.
InstanceTypePair<T> - Class in org.glassfish.jersey.internal.util.collection
A pair of instance and the public (official) Java type of the instance.
instantiate(Class<T>, String[]) - Method in class org.glassfish.jersey.internal.ServiceProviders
Instantiate providers of the given type using the array of provider implementation class names.
instantiate(Class<T>, Class<? extends T>[]) - Method in class org.glassfish.jersey.internal.ServiceProviders
Instantiate providers of the given type using the array of provider implementation classes.
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.
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.
IS_TOKEN - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
convenience table mapping chars to true if they are tokens
IS_WHITE_SPACE - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Convenience table mapping chars to true if they are white space chars
isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
Provides information whether the current code is executed in a context of an active request scope.
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
 
isEmpty() - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
isEmpty() - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface org.glassfish.jersey.message.internal.Entity
 
isFormattedOutput() - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
isJaxbType(Class<?>) - Method in interface org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider.JaxbTypeChecker
 
isNotPublic() - Method in class org.glassfish.jersey.internal.util.MethodList
 
isOptional(AnnotatedElement, Context) - Method in class org.glassfish.jersey.internal.inject.ContextInjectionResolver
 
isProperty(String) - Method in interface org.glassfish.jersey.FeaturesAndProperties
Get the value of the property with a given name converted to Java boolean 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.MimeMultipartProvider
 
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.StringMessageProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
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
 
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isToken(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if the provided char is a token.
isTokenString(String) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if all chars in string s are tokens.
isWhiteSpace(char) - Static method in class org.glassfish.jersey.message.internal.GrammarUtil
Returns true if the provided char is a white space.
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.MimeMultipartProvider
 
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.StringMessageProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.XmlRootObjectJaxbProvider
 
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.internal.util.MethodList
 

J

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.
JaxrsProviders - Class in org.glassfish.jersey.internal
Jersey implementation of JAX-RS Providers contract.
JaxrsProviders() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
 
JaxrsProviders.Module - Class in org.glassfish.jersey.internal
 
JaxrsProviders.Module() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.Module
 

K

keep(AnnotatedMethod) - Method in interface org.glassfish.jersey.internal.util.MethodList.Filter
 
KeyComparator<K> - Interface in org.glassfish.jersey.internal.util
A key comparator.
KeyComparatorHashMap<K,V> - Class in org.glassfish.jersey.internal.util
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.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.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.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.KeyComparatorHashMap
Constructs a new HashMap with the same mappings as the specified Map.
KeyComparatorLinkedHashMap<K,V> - Class in org.glassfish.jersey.internal.util
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.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.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.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.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.KeyComparatorLinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
keySet() - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 

L

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
 
lastStage() - Method in class org.glassfish.jersey.process.internal.DefaultStagingContext
 
lastStage() - Method in interface org.glassfish.jersey.process.internal.StagingContext
Get the last stage applied in the current staging context.
left() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
 
left() - Method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
 
left() - Method in interface org.glassfish.jersey.internal.util.collection.Pair
Left-hand instance in the Pair.
LinearAcceptor - Interface in org.glassfish.jersey.process.internal
Linear request acceptor.
LinearAcceptor.Builder - Interface in org.glassfish.jersey.process.internal
Linear acceptor chain builder.
LinearRequestProcessor - Class in org.glassfish.jersey.process.internal
A composite linear stage request processor.
LinearRequestProcessor(LinearAcceptor, Factory<StagingContext<Request>>) - Constructor for class org.glassfish.jersey.process.internal.LinearRequestProcessor
Construct a linear stage request processor.
LinkedListSupplier<E> - Class in org.glassfish.jersey.internal.util.collection
Supplies the linked list instances holding elements of type E.
LinkedListSupplier() - Constructor for class org.glassfish.jersey.internal.util.collection.LinkedListSupplier
 
LinkProvider - Class in org.glassfish.jersey.message.internal
Provider for Link Headers.
LinkProvider() - Constructor for class org.glassfish.jersey.message.internal.LinkProvider
 
ListMultimapAdapter<K,V> - Class in org.glassfish.jersey.internal.util.collection
Adapter from Guava ListMultimap to JAX-RS MultivaluedMap.
ListMultimapAdapter(ListMultimap<K, V>) - Constructor for class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
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.
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
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.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
 
LocalizableMessage - Class in org.glassfish.jersey.internal.l10n
 
LocalizableMessage(String, String, Object...) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessage
 
LocalizableMessageFactory - Class in org.glassfish.jersey.internal.l10n
 
LocalizableMessageFactory(String) - Constructor for class org.glassfish.jersey.internal.l10n.LocalizableMessageFactory
 
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_ASSIGNABLE(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
 
localizableREQUEST_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableREQUEST_EXECUTION_INTERRUPTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
 
localizableUNABLE_TO_PARSE_HEADER_VALUE(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
 
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
 
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
 
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.

M

MappableException - Exception in org.glassfish.jersey.internal
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.internal.MappableException
Construct a mappable container exception.
match(CharSequence) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
matrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
MAXIMUM_QUALITY - Static variable in interface org.glassfish.jersey.message.internal.QualityFactor
 
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_LIST_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Comparator for lists of media types.
MediaTypeProvider - Class in org.glassfish.jersey.message.internal
 
MediaTypeProvider() - Constructor for class org.glassfish.jersey.message.internal.MediaTypeProvider
 
MediaTypes - Class in org.glassfish.jersey.message.internal
Common media types and functionality.
mediaTypes(MediaType...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
 
MessageBodyFactory - Class in org.glassfish.jersey.message.internal
A factory for managing MessageBodyReader and MessageBodyWriter instances.
MessageBodyFactory(ServiceProviders) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory
 
MessageBodyFactory.Module - Class in org.glassfish.jersey.message.internal
 
MessageBodyFactory.Module(Class<? extends Scope>) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.Module
 
MessageBodyWorkers - Interface in org.glassfish.jersey.message
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageProperties - Class in org.glassfish.jersey.message
Jersey configuration properties for message & entity processing.
MessagingModules - Class in org.glassfish.jersey.message.internal
Binding definitions for the default set of message related providers (readers, writers, header delegates).
MessagingModules() - Constructor for class org.glassfish.jersey.message.internal.MessagingModules
 
MessagingModules.HeaderDelegateProviders - Class in org.glassfish.jersey.message.internal
 
MessagingModules.HeaderDelegateProviders() - Constructor for class org.glassfish.jersey.message.internal.MessagingModules.HeaderDelegateProviders
 
MessagingModules.MessageBodyProviders - Class in org.glassfish.jersey.message.internal
 
MessagingModules.MessageBodyProviders() - Constructor for class org.glassfish.jersey.message.internal.MessagingModules.MessageBodyProviders
 
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.internal.util
 
MethodList(Class<?>) - Constructor for class org.glassfish.jersey.internal.util.MethodList
 
MethodList(Class<?>, boolean) - Constructor for class org.glassfish.jersey.internal.util.MethodList
 
MethodList(List<Method>) - Constructor for class org.glassfish.jersey.internal.util.MethodList
 
MethodList(Method...) - Constructor for class org.glassfish.jersey.internal.util.MethodList
 
MethodList(AnnotatedMethod...) - Constructor for class org.glassfish.jersey.internal.util.MethodList
 
MethodList.Filter - Interface in org.glassfish.jersey.internal.util
 
methodNotAllowed(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.METHOD_NOT_ALLOWED.
MimeMultipartProvider - Class in org.glassfish.jersey.message.internal
Provider for marshalling/un-marshalling MimeMultipart entity instances.
MimeMultipartProvider() - Constructor for class org.glassfish.jersey.message.internal.MimeMultipartProvider
 
MINUMUM_QUALITY - Static variable in interface org.glassfish.jersey.message.internal.QualityFactor
 
modificationDate - Variable in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
 
modificationDate(Date) - Method in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
Add the "modification-date" parameter.
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.
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(String) - Static method in class org.glassfish.jersey.message.internal.FormDataContentDisposition
Start building a form data content disposition.
nameStartsWith(String) - Method in class org.glassfish.jersey.internal.util.MethodList
 
NewCookieProvider - Class in org.glassfish.jersey.message.internal
Response Set-Cookie header delegate provider.
NewCookieProvider() - Constructor for class org.glassfish.jersey.message.internal.NewCookieProvider
 
noContent(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.NO_CONTENT.
NOT_LOCALIZABLE - Static variable in interface org.glassfish.jersey.internal.l10n.Localizable
Special constant that represents a message that is not localizable.
notAcceptable(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.NOT_ACCEPTABLE.
notFound(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.NOT_FOUND.
notModified(EntityTag, Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.NOT_MODIFIED.
notModified(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.NOT_MODIFIED.

O

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.InstanceTypePair
Create new instance-type pair from an instance.
of(T, TypeLiteral<T>) - Static method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
Create new instance-type pair from an instance.
of(T, Type) - Static method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
Create new instance-type pair from an instance.
of(L, R) - Static method in class org.glassfish.jersey.internal.util.collection.Tuples
Constructs Pair of the given values.
of(T) - Static method in class org.glassfish.jersey.internal.util.collection.Tuples
Constructs a new mutable Ref instance referencing the given input reference.
onAdd(T) - Method in interface org.glassfish.jersey.internal.ServiceProviders.ServiceListener
Invoked whenever a new provider instance of the given type has been found.
onDisable(FeaturesAndProperties) - Method in interface org.glassfish.jersey.Feature
Called when the feature is disabled.
onEnable(FeaturesAndProperties) - Method in interface org.glassfish.jersey.Feature
Called when the feature is enabled.
org.glassfish.jersey - package org.glassfish.jersey
Common Jersey core classes.
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.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.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.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.

P

Pair<L,R> - Interface in org.glassfish.jersey.internal.util.collection
Represents a pair (tuple of 2) of values of two arbitrary types.
ParameterizedHeader - Class in org.glassfish.jersey.message.internal
A general parameterized header.
ParameterizedHeader(String) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
 
ParameterizedHeader(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
 
parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
 
path(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
path(Class) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
path(Class, String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
path(Method) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
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 postfixed to a path pattern.
PathTemplate - Class in org.glassfish.jersey.uri
A URI template for a URI path.
PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PatternWithGroups - Class in org.glassfish.jersey.uri
A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct an empty pattern.
PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
popRequestScope() - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Retrieve a request scope snapshot stored in the internal stack.
port(int) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
postFilter(FilterContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
preconditionFailed(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.PRECONDITION_FAILED.
preFilter(FilterContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
preMatchFilter(FilterContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
PreMatchRequestFilterAcceptor - Class in org.glassfish.jersey.process.internal
 
PreMatchRequestFilterAcceptor() - Constructor for class org.glassfish.jersey.process.internal.PreMatchRequestFilterAcceptor
 
PreMatchRequestFilterModule - Class in org.glassfish.jersey.filter
Module used for registering PreMatchRequestFilters.
PreMatchRequestFilterModule(List<PreMatchRequestFilter>) - Constructor for class org.glassfish.jersey.filter.PreMatchRequestFilterModule
Create PreMatchRequestFilterModule with list of PreMatchRequestFilter instances.
primaryTag - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
ProcessingException - Exception in org.glassfish.jersey.internal
Runtime exception to be caught by the container.
ProcessingException() - Constructor for exception org.glassfish.jersey.internal.ProcessingException
Construct a new container exception with the supplied message.
ProcessingException(String) - Constructor for exception org.glassfish.jersey.internal.ProcessingException
Construct a new container exception with the supplied message.
ProcessingException(String, Throwable) - Constructor for exception org.glassfish.jersey.internal.ProcessingException
Construct a new container exception with the supplied message and cause.
ProcessingException(Throwable) - Constructor for exception org.glassfish.jersey.internal.ProcessingException
Construct a new container exception with the supplied cause.
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_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_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Provider {0} can not be used because it is not assignable to {1}.
PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
The class {0} implementing the provider {1} is not found.
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
 
push(Function<Response, Response>) - Method in class org.glassfish.jersey.process.internal.DefaultRespondingContext
 
push(Function<Response, Response>) - Method in interface org.glassfish.jersey.process.internal.ResponseProcessor.RespondingContext
Push response transformation function that should be applied
pushRequestScope(RequestScope.Snapshot) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Store a request scope snapshot in the internal stack.
put(K, List<V>) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
put(K, V) - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
putAll(Map<? extends K, ? extends V>) - Method in class org.glassfish.jersey.internal.util.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 org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 

Q

quality - Variable in class org.glassfish.jersey.message.internal.AcceptableToken
 
QUALITY_FACTOR - Static variable in interface org.glassfish.jersey.message.internal.QualityFactor
 
QUALITY_SOURCE_FACTOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
QUALITY_SOURCE_MEDIA_TYPE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
Comparator for lists of quality source media types.
QualityFactor - Interface in org.glassfish.jersey.message.internal
Quality factor for acceptable header types.
QualitySourceMediaType - Class in org.glassfish.jersey.message.internal
An quality source media type.
QualitySourceMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
QualitySourceMediaType(MediaType) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
queryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
QUOTED_STRING - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents quotes type in the TYPE_TABLE

R

rawClass() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Get the raw class of the type.
readDate - Variable in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
 
readDate(Date) - Method in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
Add the "read-date" parameter.
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
Read a date.
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.
ReaderWriter() - Constructor for class org.glassfish.jersey.message.internal.ReaderWriter
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractCollectionJaxbProvider
 
readFrom(M, MediaType, 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<MimeMultipart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.MimeMultipartProvider
 
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<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
 
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
 
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.
Ref<T> - Interface in org.glassfish.jersey.internal.util.collection
A possibly mutable reference (tuple of 1) to a single value.
referenceFactory() - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
referenceFactory(T) - Static method in class org.glassfish.jersey.internal.inject.ReferencingFactory
 
ReferencingFactory<T> - Class in org.glassfish.jersey.internal.inject
Factory that provides injection of the referenced instace.
ReferencingFactory(Factory<Ref<T>>) - Constructor for class org.glassfish.jersey.internal.inject.ReferencingFactory
 
ReflectionHelper - Class in org.glassfish.jersey.internal.util
Utility methods for Java reflection.
ReflectionHelper() - Constructor for class org.glassfish.jersey.internal.util.ReflectionHelper
 
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.
relativePath(Request) - Static method in class org.glassfish.jersey.message.internal.Requests
Get the path of the request relative to the base request URI as a string.
relativePath(Request, boolean) - Static method in class org.glassfish.jersey.message.internal.Requests
Get the path of the request relative to the base request URI as a string.
remove(Object) - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
remove(Object) - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Removes the mapping for this key from this map if present.
remove(String) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
removeEldestEntry(Map.Entry<K, V>) - Method in class org.glassfish.jersey.internal.util.KeyComparatorLinkedHashMap
Returns true if this map should remove its eldest entry.
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
 
replace(String, Iterable<? extends Object>) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
 
replaceAll(ListMultimap<String, String>) - Method in interface org.glassfish.jersey.message.internal.Headers.Builder
Replaces all existing headers with the newly supplied headers.
replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
replacePath(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
REQUEST_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Request execution has failed.
REQUEST_EXECUTION_INTERRUPTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Request execution has been interrupted.
RequestFilterAcceptor - Class in org.glassfish.jersey.process.internal
 
RequestFilterAcceptor() - Constructor for class org.glassfish.jersey.process.internal.RequestFilterAcceptor
 
RequestFilterModule - Class in org.glassfish.jersey.filter
Module used for registering RequestFilters.
RequestFilterModule(List<RequestFilter>) - Constructor for class org.glassfish.jersey.filter.RequestFilterModule
Create RequestFilterModule with list of RequestFilter instances.
RequestInvoker - Class in org.glassfish.jersey.process.internal
Request invoker is the main request to response processing entry point.
RequestInvoker() - Constructor for class org.glassfish.jersey.process.internal.RequestInvoker
Default constructor meant to be used by the injection framework.
RequestInvoker(RequestScope, RequestProcessor, SuspendableInflectorAdapter.Builder, ResponseProcessor.Builder, ExecutorService, ExecutorService) - Constructor for class org.glassfish.jersey.process.internal.RequestInvoker
All-fields constructor used for direct (non-injection) construction.
RequestInvoker.Callback - Interface in org.glassfish.jersey.process.internal
RequestInvoker request transformation callback.
RequestInvoker.InvocationContext - Interface in org.glassfish.jersey.process.internal
Injectable invocation context that can be used to control various aspects of the invocation, e.g.
RequestInvoker.InvocationContext.Status - Enum in org.glassfish.jersey.process.internal
Invocation context status.
RequestProcessor - Interface in org.glassfish.jersey.process.internal
Applies all request transformations and returns a continuation with the transformed request on the left side and an (optional) request-to-response inflector on the right side.
Requests - Class in org.glassfish.jersey.message.internal
Internal Jersey request factory & utility class.
Requests() - Constructor for class org.glassfish.jersey.message.internal.Requests
 
RequestScope - Class in org.glassfish.jersey.process.internal
Scopes a single request/response processing execution.
RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
 
RequestScope.Module - Class in org.glassfish.jersey.process.internal
 
RequestScope.Module() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.Module
 
RequestScope.Snapshot - Class in org.glassfish.jersey.process.internal
An opaque RequestScope state holder.
RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
Request scope binding annotation.
resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
 
resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
Get ContextResolver<T> instance for a given type and media type.
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.
Responder - Interface in org.glassfish.jersey.process.internal
Linear response processing stage.
Responder.Builder - Interface in org.glassfish.jersey.process.internal
Linear acceptor chain builder.
respondingChain(Function<Response, Response>) - Static method in class org.glassfish.jersey.process.internal.Stages
Start building a linear accepting chain.
ResponseFilterModule - Class in org.glassfish.jersey.filter
Module used for registering ResponseFilters.
ResponseFilterModule(List<ResponseFilter>) - Constructor for class org.glassfish.jersey.filter.ResponseFilterModule
Create ResponseFilterModule with list of ResponseFilter instances.
ResponseFilterResponder - Class in org.glassfish.jersey.process.internal
 
ResponseFilterResponder() - Constructor for class org.glassfish.jersey.process.internal.ResponseFilterResponder
 
ResponseProcessor - Class in org.glassfish.jersey.process.internal
Processes result of the request transformation (successful or not).
ResponseProcessor.Builder - Class in org.glassfish.jersey.process.internal
Response processor builder that enables "assisted" injection of response processor.
ResponseProcessor.Builder(RequestScope, ExceptionMapper<Throwable>, Factory<ResponseProcessor.RespondingContext>, Factory<StagingContext<Response>>) - Constructor for class org.glassfish.jersey.process.internal.ResponseProcessor.Builder
 
ResponseProcessor.Builder() - Constructor for class org.glassfish.jersey.process.internal.ResponseProcessor.Builder
Default constructor meant to be used by injection framework.
ResponseProcessor.RespondingContext - Interface in org.glassfish.jersey.process.internal
Injectable context that can be used during the data processing for registering Stage instances that will be invoked during the response processing.
Responses - Class in org.glassfish.jersey.message.internal
Internal Jersey response factory & utility class.
Responses() - Constructor for class org.glassfish.jersey.message.internal.Responses
 
result(Response) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.Callback
Invoked after a successful request transformation.
result(Response) - Method in class org.glassfish.jersey.process.internal.ResponseProcessor
 
resume(Response) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Resume the previously suspended request invocation with a response.
resume(Throwable) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Resume the previously suspended request invocation with an exception.
right() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
 
right() - Method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
 
right() - Method in interface org.glassfish.jersey.internal.util.collection.Pair
Right-hand instance in the Pair.
run() - Method in class org.glassfish.jersey.process.internal.ResponseProcessor
 

S

SaxParserFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of SAX parser factories.
SaxParserFactoryInjectionProvider(Factory<FeaturesAndProperties>) - Constructor for class org.glassfish.jersey.message.internal.SaxParserFactoryInjectionProvider
 
scheme(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
segment(String...) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
SEPARATOR - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents separator type in the TYPE_TABLE
SEPARATORS - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Array of chars representing separators
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
 
ServiceFinderModule<T> - Class in org.glassfish.jersey.internal
Simple ServiceFinder configuration module.
ServiceFinderModule(Class<T>) - Constructor for class org.glassfish.jersey.internal.ServiceFinderModule
Create a new service finder module.
ServiceProviders - Class in org.glassfish.jersey.internal
Combines access to custom provider classes and instances and providers registered via a HK2 module or Java Service Provider mechanism (META-INF/services).
ServiceProviders.Builder - Class in org.glassfish.jersey.internal
Service providers builder.
ServiceProviders.Builder(Services) - Constructor for class org.glassfish.jersey.internal.ServiceProviders.Builder
Injection constructor.
ServiceProviders.ServiceListener<T> - Interface in org.glassfish.jersey.internal
Asynchronous callback interface for handling all the service providers of a given contract type.
ServiceProvidersModule - Class in org.glassfish.jersey.internal
HK2 module that defines injection bindings for ServiceProviders contract as well as ServiceProviders contract reference.
ServiceProvidersModule() - Constructor for class org.glassfish.jersey.internal.ServiceProvidersModule
Construct service providers module that binds service providers builder in the Singleton scope.
ServiceProvidersModule(Class<? extends Scope>, Class<? extends Scope>) - Constructor for class org.glassfish.jersey.internal.ServiceProvidersModule
Construct service providers module.
set(T) - Method in interface org.glassfish.jersey.internal.util.collection.Ref
Sets a new value to be referenced.
setAccessibleMethod(Method) - Static method in class org.glassfish.jersey.internal.util.ReflectionHelper
Set a method to be accessible.
setConfiguration(Factory<FeaturesAndProperties>) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
setHeader(Marshaller, Annotation[]) - Method in class org.glassfish.jersey.message.internal.AbstractJaxbProvider
 
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setMessageWorkers(Request.RequestBuilder, MessageBodyWorkers) - Static method in class org.glassfish.jersey.message.internal.Requests
Set the MessageBodyWorkers to the request builder.
setMessageWorkers(Response.ResponseBuilder, MessageBodyWorkers) - Static method in class org.glassfish.jersey.message.internal.Responses
Set the MessageBodyWorkers to the response builder.
setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
 
setProviderClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.internal.ServiceProviders.Builder
Set custom service provider classes that will take precedence over the default service providers provided by the underlying HK2 services.
setProviderInstances(Set<Object>) - Method in class org.glassfish.jersey.internal.ServiceProviders.Builder
Set custom service provider instances that will take precedence over the default service providers provided by the underlying HK2 services.
setResponse(Response) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Set the default response to be used in case the suspended request invocation times out.
size() - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
size() - Method in class org.glassfish.jersey.internal.util.KeyComparatorHashMap
Returns the number of key-value mappings in this map.
size - Variable in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
 
size(long) - Method in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
Add the "size" parameter.
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(Factory<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
 
SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
Provider for marshalling 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
 
Stage<DATA,CONTINUATION> - Interface in org.glassfish.jersey.process.internal
A generic unidirectional transformation function designed to be used in a Continuation-passing style for request or response processing.
Stage.Root - Annotation Type in org.glassfish.jersey.process.internal
Root stage qualifier
Stages - Class in org.glassfish.jersey.process.internal
A stage-related collection of utility methods.
StagingContext<DATA> - Interface in org.glassfish.jersey.process.internal
Stage applying context.
status() - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Get the current status of the invocation context.
Statuses - Class in org.glassfish.jersey.message.internal
Factory for producing custom JAX-RS response status type instances.
Statuses() - Constructor for class org.glassfish.jersey.message.internal.Statuses
 
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
 
StringBuilderUtils - Class in org.glassfish.jersey.message.internal
Internal string builder utilities for building HTTP header values.
StringBuilderUtils() - Constructor for class org.glassfish.jersey.message.internal.StringBuilderUtils
 
StringHeaderProvider - Class in org.glassfish.jersey.message.internal
String header delegate provider.
StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
 
StringMessageProvider - Class in org.glassfish.jersey.message.internal
 
StringMessageProvider() - Constructor for class org.glassfish.jersey.message.internal.StringMessageProvider
 
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.
StringValueReaderProvider - Interface in org.glassfish.jersey.spi
Contract for a provider that supports the conversion of a string to a Java type.
subTags - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
supports(Class) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
 
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.
suspend() - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Suspend a request invocation.
suspend(long) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Suspend a request invocation for up to the specified time in milliseconds.
suspend(long, TimeUnit) - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Suspend a request invocation for up to the specified time.
suspesionTimeout() - Method in interface org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext
Get the remaining time to the suspension timeout in milliseconds.
swap(Pair<L, R>) - Static method in class org.glassfish.jersey.internal.util.collection.Tuples
Constructs a new Pair instance with values of the input pair instance swapped.

T

tag - Variable in class org.glassfish.jersey.message.internal.LanguageTag
 
takeSnapshot() - Method in class org.glassfish.jersey.process.internal.RequestScope
Takes snapshot of the state of the active RequestScope scope block in the current thread.
terminalLinearContinuation(Request) - Static method in class org.glassfish.jersey.process.internal.Stages
Create a terminal linear continuation with the supplied request on the left side of the continuation.
terminalTreeContinuation(Request) - Static method in class org.glassfish.jersey.process.internal.Stages
Create a terminal hierarchical continuation with the supplied request on the left side of the continuation.
to(Function<Request, Request>) - Method in interface org.glassfish.jersey.process.internal.LinearAcceptor.Builder
Add a transformation function as a next stage to the linear acceptor chain.
to(Function<Response, Response>) - Method in interface org.glassfish.jersey.process.internal.Responder.Builder
Add a transformation function as a next stage to the responder chain.
toArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered objects all at once.
toBuilder(Request) - Static method in class org.glassfish.jersey.message.internal.Requests
Request builder initialized from the request.
toBuilder(Response) - Static method in class org.glassfish.jersey.message.internal.Responses
Transforms a response to a response builder.
toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
Returns discovered classes all at once.
toJaxrsHeaderMap() - Method in interface org.glassfish.jersey.message.internal.Headers
Get the map of HTTP message header names to their respective values.
TOKEN - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Represents token type in the TYPE_TABLE
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
 
toString() - Method in class org.glassfish.jersey.internal.util.AnnotatedMethod
 
toString() - Method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
 
toString(CacheControl) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
 
toString() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
Convert the disposition to a "Content-Disposition" header value.
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.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(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.uri.PatternWithGroups
 
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
 
toStringBuffer() - Method in class org.glassfish.jersey.message.internal.ContentDisposition
 
toStringBuffer() - Method in class org.glassfish.jersey.message.internal.FormDataContentDisposition
 
TransformerFactoryInjectionProvider - Class in org.glassfish.jersey.message.internal
Thread-scoped injection provider of transformer factories.
TransformerFactoryInjectionProvider(Factory<FeaturesAndProperties>) - Constructor for class org.glassfish.jersey.message.internal.TransformerFactoryInjectionProvider
 
TreeAcceptor - Interface in org.glassfish.jersey.process.internal
Hierarchical request acceptor.
TreeAcceptor.Builder - Interface in org.glassfish.jersey.process.internal
A TreeAcceptor builder.
Tuples - Class in org.glassfish.jersey.internal.util.collection
Utility class with methods for working with tuples, such as Pair and Ref.
type() - Method in class org.glassfish.jersey.internal.util.collection.ClassTypePair
Get the actual type behind the raw class.
type() - Method in class org.glassfish.jersey.internal.util.collection.InstanceTypePair
Get the public type of the stored instance.
type - Variable in class org.glassfish.jersey.message.internal.ContentDisposition.ContentDispositionBuilder
 
type(String) - Static method in class org.glassfish.jersey.message.internal.ContentDisposition
Start building content disposition.
type() - Method in interface org.glassfish.jersey.message.internal.Entity
 
TYPE_TABLE - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Mapping of chars to types
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_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
Unable to parse "{0}" header value: "{1}"
unsupportedMediaType(Request) - Static method in class org.glassfish.jersey.message.internal.Responses
Create a response builder for the request & status code set to Response.Status.UNSUPPORTED_MEDIA_TYPE.
uri(URI) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
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}.
UriBuilderImpl - Class in org.glassfish.jersey.uri.internal
An implementation of UriBuilder.
UriBuilderImpl() - Constructor for class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
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.
UriProvider - Class in org.glassfish.jersey.message.internal
URI header delegate provider.
UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
 
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
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.UriTemplateParser
Parse a template.
userInfo(String) - Method in class org.glassfish.jersey.uri.internal.UriBuilderImpl
 
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

valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
 
valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
 
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
 
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
 
valueOf(String) - Static method in enum org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext.Status
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() - Method in class org.glassfish.jersey.internal.util.collection.ListMultimapAdapter
 
values() - Static method in enum org.glassfish.jersey.process.internal.RequestInvoker.InvocationContext.Status
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.
VariantListBuilder - Class in org.glassfish.jersey.message.internal
An implementation of VariantListBuilder.
VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
 
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.

W

WADL - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
WADL Media type.
WHITE_SPACE - Static variable in class org.glassfish.jersey.message.internal.GrammarUtil
Array of chars representing white spaces
with(InputStream) - Static method in class org.glassfish.jersey.internal.util.Closing
 
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
 
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(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(MimeMultipart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.MimeMultipartProvider
 
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(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.StringMessageProvider
 
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
 
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.

X

XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true indicates that produced XML output should be formatted if possible (see below).
XML_SECURITY_DISABLE - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true XML security features when parsing XML documents will be disabled.
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(Factory<FeaturesAndProperties>) - Constructor for class org.glassfish.jersey.message.internal.XmlInputFactoryInjectionProvider
 
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
 

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-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.