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

A

abortWith(Response) - Method in class org.glassfish.jersey.server.ContainerRequest
 
AbstractContainerLifecycleListener - Class in org.glassfish.jersey.server.spi
Convenience class to allow implementing only a subset of container liefecycle listener callback method(s).
AbstractContainerLifecycleListener() - Constructor for class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
AbstractHttpContextValueFactory<T> - Class in org.glassfish.jersey.server.internal.inject
A value factory that provides an injectable value from the HttpContext.
AbstractHttpContextValueFactory() - Constructor for class org.glassfish.jersey.server.internal.inject.AbstractHttpContextValueFactory
 
AbstractValueFactoryProvider<A extends Annotation> - Class in org.glassfish.jersey.server.internal.inject
A parameter value factory provider that provides parameter value factories which are using MultivaluedParameterExtractorProvider to extract parameter values from the supplied multivalued parameter map.
AbstractValueFactoryProvider(MultivaluedParameterExtractorProvider, ServiceLocator, Parameter.Source...) - Constructor for class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Initialize the provider.
accept(String) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
accept(String) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Accept a scanned resource.
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Invocable
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.MethodHandler
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Resource
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
accept(ResourceModelVisitor) - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
A component should call the visitor back with an appropriate visitor interface method to give it a chance to process.
add(ChunkedResponse<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Register ChunkedResponse to this Broadcaster instance.
add(Closeable) - Method in interface org.glassfish.jersey.server.CloseableService
Adds an instance of Closeable that is to be closed when the request goes out of scope.
addBinders(Set<Binder>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add HK2 binders to ResourceConfig.
addBinders(Binder...) - Method in class org.glassfish.jersey.server.ResourceConfig
Add HK2 binders to ResourceConfig.
addBroadcasterListener(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Register BroadcasterListener for Broadcaster events listening.
addClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add classes to ResourceConfig.
addClasses(Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
Add classes to ResourceConfig.
addFatalIssue(Object, String) - Method in class org.glassfish.jersey.server.model.ResourceModelValidator
 
addFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
Add a ResourceFinder to ResourceConfig.
addMethod(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model to the resource for processing requests of the specified HTTP method.
addMethod() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new arbitrary method model to the resource.
addMinorIssue(Object, String) - Method in class org.glassfish.jersey.server.model.ResourceModelValidator
 
addProperties(Map<String, Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add properties to ResourceConfig.
addResources(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
Add new resource models to the configuration.
addResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add new resource models to the configuration.
addSingletons(Set<Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add singletons to ResourceConfig.
addSingletons(Object...) - Method in class org.glassfish.jersey.server.ResourceConfig
Add singletons to ResourceConfig.
AMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous (sub-)resource method for HTTP method {1} and input mime-types as defined by @Consumes and @Produces annotations at Java methods {2} and {3}.
AMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter.
AMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
"Multiple methods found to suit client request with accept header {0}.
AMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous (sub-)resource method for HTTP method {1} and input mime-types as defined by @Consumes annotation at Java methods {2} and {3}.
AMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous (sub-)resource method for HTTP method {1} and output mime-types as defined by @Produces annotation at Java methods {2} and {3}.
AMBIGUOUS_SRLS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, has ambiguous sub-resource model for URI template {1}, which matches with template {2}
AnnotatedMethod - Class in org.glassfish.jersey.server.model
Annotated method representation.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.server.model.AnnotatedMethod
Create annotated method instance from the Java method.
AnnotationAcceptingListener - Class in org.glassfish.jersey.server.internal.scanning
A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
AnnotationAcceptingListener(Class<? extends Annotation>...) - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanner listener to check for annotated Java classes in Java class files.
AnnotationAcceptingListener(ClassLoader, Class<? extends Annotation>...) - Constructor for class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanner listener to check for annotated Java classes in Java class files.
ApplicationHandler - Class in org.glassfish.jersey.server
Jersey server-side application handler.
ApplicationHandler() - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey application handler using a default configuration.
ApplicationHandler(Class<? extends Application>) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by a JAX-RS Application (sub-)class.
ApplicationHandler(Application) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a JAX-RS Application sub-class.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest, OutputStream) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.routing.RoutedInflectorExtractorStage
 
apply(ContainerRequest) - Method in interface org.glassfish.jersey.server.internal.routing.Router
Performs a request routing task and returns the routed request together with a routing continuation.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.routing.RoutingStage

Routing stage navigates through the nested routing hierarchy using a depth-first transformation strategy until a request-to-response inflector is found on a leaf stage node, in which case the request routing is terminated and an inflector (if found) is pushed to the routing context.

apply(ContainerRequest) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 

B

BasicValidator - Class in org.glassfish.jersey.server.model
Performs a basic check on abstract resources.
BasicValidator() - Constructor for class org.glassfish.jersey.server.model.BasicValidator
Construct a new basic validator with an empty issue list.
BasicValidator(List<ResourceModelIssue>) - Constructor for class org.glassfish.jersey.server.model.BasicValidator
Construct a new basic validator.
BasicValidator(List<ResourceModelIssue>, MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.BasicValidator
Construct a new basic validator.
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method before binding of each component class internally during initialization of it's HK2 service locator.
bindResourceClassAsSingleton(Class<T>) - Method in class org.glassfish.jersey.server.internal.routing.SingletonResourceBinder
Binds resourceClass into HK2 context as singleton.
broadcast(T) - Method in class org.glassfish.jersey.server.Broadcaster
Broadcast a chunk to all registered ChunkedResponse instances.
Broadcaster<T> - Class in org.glassfish.jersey.server
Used for broadcasting response chunks to multiple ChunkedResponse instances.
Broadcaster() - Constructor for class org.glassfish.jersey.server.Broadcaster
Creates a new instance.
Broadcaster(boolean) - Constructor for class org.glassfish.jersey.server.Broadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners by passing false as a parameter.
BROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
{0} thrown from BroadcasterListener.
BroadcasterListener<T> - Interface in org.glassfish.jersey.server
Listener interface that can be implemented to listen to events fired by Broadcaster object.
build() - Method in interface org.glassfish.jersey.server.internal.routing.Router.Builder
Build a hierarchical router for the transformation of a given data type.
build(Router) - Method in class org.glassfish.jersey.server.internal.routing.RoutingStage.Builder
Build a properly injected resource matching router.
build() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Build a new resource model.
build() - Method in interface org.glassfish.jersey.server.model.ResourceBuilder
Build new set of programmatically defined resource bindings.
build() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Build the resource method model and register it with the parent Resource.Builder.
build(ResourceMethod, MultivaluedMap<Class<? extends Annotation>, ContainerRequestFilter>, MultivaluedMap<Class<? extends Annotation>, ContainerResponseFilter>, Collection<ReaderInterceptor>, Collection<WriterInterceptor>, MultivaluedMap<Class<? extends Annotation>, ReaderInterceptor>, MultivaluedMap<Class<? extends Annotation>, WriterInterceptor>, Collection<DynamicBinder>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Build a new resource method invoker instance.
builder() - Static method in class org.glassfish.jersey.server.model.Resource
Get a new unbound resource model builder.
builder(String) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder for a resource bound to a given path.
builder(Class<?>, List<ResourceModelIssue>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Object, List<ResourceModelIssue>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource instance.
builder(Resource) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder initialized from a given resource model.
buildModel(boolean) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Build a runtime model.

C

cancel() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Cancel the request/response processing.
checkedClasses - Variable in class org.glassfish.jersey.server.model.BasicValidator
Classes that have been checked already.
child(Router) - Method in interface org.glassfish.jersey.server.internal.routing.Router.Builder
Add new child node into the hierarchical request router being built.
CHUNKED_RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
This ChunkedResponse has been closed.
ChunkedResponse<T> - Class in org.glassfish.jersey.server
Used for sending messages in "typed" chunks.
ChunkedResponse() - Constructor for class org.glassfish.jersey.server.ChunkedResponse
 
ChunkedResponse(Type) - Constructor for class org.glassfish.jersey.server.ChunkedResponse
Create ChunkedResponse with specified type.
ChunkedResponseWriter - Class in org.glassfish.jersey.server
Used for writing ChunkedResponse.
ChunkedResponseWriter() - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
 
cleanIssueList() - Method in class org.glassfish.jersey.server.model.ResourceModelValidator
Removes all issues from the current issue list.
close() - Method in class org.glassfish.jersey.server.ChunkedResponse
Close this response - it will be finalized and underlying connections will be closed or made available for another response.
close() - Method in interface org.glassfish.jersey.server.CloseableService
Invokes Closeable#close() method on all instances of Closeable added by the #add(Closeable) method.
close() - Method in class org.glassfish.jersey.server.ContainerResponse
Closes the response.
CLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Injected request context is 'null' on thread {0}.
CLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error while closing {0}.
CloseableService - Interface in org.glassfish.jersey.server
A closeable service to add instances of Closeable that are required to be closed.
CloseableServiceBinder - Class in org.glassfish.jersey.server.internal.inject
Binder and Factory implementations for CloseableService.
CloseableServiceBinder() - Constructor for class org.glassfish.jersey.server.internal.inject.CloseableServiceBinder
 
closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
Close all registered ChunkedResponse instances.
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response & close the container response writer.
commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
Commits the entity stream if it wasn't already committed.
ComponentProvider - Interface in org.glassfish.jersey.server.spi
Component provider interface to allow custom management of 3rd party components life-cycle and dependency injection.
ConfigHelper - Class in org.glassfish.jersey.server.internal
Helper class to provide some common functionality related to application configuration.
ConfigHelper() - Constructor for class org.glassfish.jersey.server.internal.ConfigHelper
 
configure() - Method in class org.glassfish.jersey.server.internal.inject.CloseableServiceBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.inject.ParameterInjectionBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.routing.RouterBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.routing.SingletonResourceBinder.SingletonResourceBinderBinder
 
configure() - Method in class org.glassfish.jersey.server.internal.ServerExecutorsFactory.ServerExecutorBinder
 
configure() - Method in class org.glassfish.jersey.server.model.ResourceModelBinder
 
configure() - Method in class org.glassfish.jersey.server.ServerBinder
 
consumes(MediaType...) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.BoundResourceBuilder
Set supported request media types (equivalent of Consumes) for the current path.
consumes(MediaType...) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.ResourceMethodBuilder
Set accepted request media types on a resource method.
consumes(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
consumes(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add consumed media types supported by the component.
Consuming - Interface in org.glassfish.jersey.server.model
Model component that is able to consume media types.
Container - Interface in org.glassfish.jersey.server.spi
Jersey container service contract.
ContainerException - Exception in org.glassfish.jersey.server
Exception thrown by the container components in to notify Jersey runtime about any errors.
ContainerException(Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerException(String) - Constructor for exception org.glassfish.jersey.server.ContainerException
 
ContainerFactory - Class in org.glassfish.jersey.server
Factory for creating specific HTTP-based containers.
ContainerLifecycleListener - Interface in org.glassfish.jersey.server.spi
Classes implementing this contract receive container life-cycle notification events.
ContainerMessageBodyWorkersInitializer - Class in org.glassfish.jersey.server
Function that can be put to an acceptor chain to properly initialize MessageBodyWorkers instance on a current request and response.
ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
Create new MessageBodyWorkers initialization function for requests and responses.
ContainerProvider - Interface in org.glassfish.jersey.server.spi
Service-provider interface for creating container instances.
ContainerRequest - Class in org.glassfish.jersey.server
Jersey container request context.
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) - Constructor for class org.glassfish.jersey.server.ContainerRequest
Create new Jersey container request context.
ContainerResponse - Class in org.glassfish.jersey.server
Jersey container response context.
ContainerResponse(ContainerRequest, Response) - Constructor for class org.glassfish.jersey.server.ContainerResponse
Create a new Jersey container response context.
ContainerResponseWriter - Interface in org.glassfish.jersey.server.spi
A suspendable, request-scoped container response writer.
ContainerResponseWriter.TimeoutHandler - Interface in org.glassfish.jersey.server.spi
Time-out handler can be registered when the container response writer gets suspended.
create(Inflector<Request, T>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector instance.
create(Class<? extends Inflector>) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model backed by an inflector class.
create(MethodHandler, Method) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(MethodHandler, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
Create a new resource method invocable model.
create(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a class-based method handler from a class.
create(Object) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Object, Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
Create a instance-based (singleton) method handler from a class.
create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a parameter model.
create(Class, Class, Constructor<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given resource method handler injectable constructor.
create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.
create(Invocable, InvocationHandler) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
Create a resource method dispatcher for a given invocable resource method.
create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
Get the invocation handler for the invocable resource method.
createContainer(Class<T>, Application) - Static method in class org.glassfish.jersey.server.ContainerFactory
Create a container according to the class requested.
createContainer(Class<T>, ApplicationHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerProvider
Create an container of a given type.
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
createValueFactory(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Create a value factory for the parameter.
createValueProviders(ServiceLocator, Parameterized) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Create list of parameter value providers for the given parameterized resource model component.
CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 

D

data() - Method in class org.glassfish.jersey.server.internal.routing.TransformableData
Get the transformable data.
DEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Default value, {0} could not be processed by method {1}.
dispatch(Object, Request) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
Reflectively dispatch a request to the underlying invocable resource method via the configured invocation handler using the provided resource class instance.
dispose(T) - Method in class org.glassfish.jersey.server.internal.inject.AbstractHttpContextValueFactory
 
done() - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.

E

enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
Enables this filter along with the provided encoders for the supplied ResourceConfig.
enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Registers this filter into the passed ResourceConfig instance and configures it.
enableFor(ResourceConfig, Map<String, MediaType>, Map<String, String>) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
Registers this filter into the passed ResourceConfig instance and configures it.
enableFor(ResourceConfig, String, String) - Static method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
If set to true, the parameter values will not be automatically decoded.
EncodingFilter - Class in org.glassfish.jersey.server.filter
Container filter that supports encoding-based content negotiation.
EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
 
equals(Object) - Method in class org.glassfish.jersey.server.ChunkedResponse
 
equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
ERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error marshalling JAXB object of type "{0}".
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
ERROR: {0}
ERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Error unmarshalling JAXB object of type "{0}".
ERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An I/O error has occurred while writing a response message entity to the container output stream.
ERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
An I/O error has occurred while writing a response message entity chunk to the container output stream.
ERRORS_AND_WARNINGS_DETECTED_WITH_RESOURCE_CLASSES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The following errors and warnings have been detected with resource classes: {0}
evaluatePreconditions(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(Date) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
 
evaluatePreconditions() - Method in class org.glassfish.jersey.server.ContainerRequest
 
extract(MultivaluedMap<String, String>) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Extract the map entry identified by a name (and using the configured default value) from the supplied multivalued map.

F

fatalIssuesFound() - Method in class org.glassfish.jersey.server.model.ResourceModelValidator
Convenience method to see if there were fatal issues found.
files(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file names to scan for providers.
FilesScanner - Class in org.glassfish.jersey.server.internal.scanning
A scanner that recursively scans directories and jar files.
FilesScanner(String) - Constructor for class org.glassfish.jersey.server.internal.scanning.FilesScanner
Scan from a set of packages.
FilesScanner(String[]) - Constructor for class org.glassfish.jersey.server.internal.scanning.FilesScanner
Scan from a set of packages.
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.server.filter.EncodingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
forApplication(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance for the supplied application.
forApplicationClass(Class<? extends Application>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
forApplicationClass(Class<? extends Application>, Set<Class<?>>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
FORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded
FORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The @FormParam is utilized when the request method is GET
FORM_PROPERTY - Static variable in interface org.glassfish.jersey.server.internal.inject.HttpContext
Used internally for storing Form instance in HttpContext properties.

G

get(HttpContext) - Method in class org.glassfish.jersey.server.internal.inject.AbstractHttpContextValueFactory
Get the injectable value given the HttpContext.
get(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get a parameter extractor.
get(Parameter) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider
Get the extractor configured to extract value of given parameter.
GET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, should not consume any entity.
GET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, should not consume any form parameter.
GET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A HTTP GET method, {0}, MUST return a non-void type.
getAbortResponse() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the request filter chain aborting response if set, or null otherwise.
getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getAnnotatedClasses() - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Get the set of annotated classes.
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotation() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter annotations.
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.Parameter
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Returns JAX-RS application corresponding with this ResourceConfig.
getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get base request URI.
getBoundProvider(ResourceInfo) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicBinder
 
getBoundReaderInterceptors() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all reader interceptors applicable to this request.
getBoundRequestFilters() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all bound request filters applicable to this request.
getBoundResponseFilters() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all bound response filters applicable to this request.
getBoundWriterInterceptors() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get all writer interceptors applicable to this request.
getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
Unmodifiable Set of current resource and provider classes.
getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
Get resource and provider class loader.
getComponents() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getComponents() - Method in class org.glassfish.jersey.server.model.Invocable
 
getComponents() - Method in class org.glassfish.jersey.server.model.MethodHandler
 
getComponents() - Method in class org.glassfish.jersey.server.model.Resource
 
getComponents() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getComponents() - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
Should return all existing resource model sub-components.
getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
Get the application configuration.
getConfiguration() - Method in interface org.glassfish.jersey.server.spi.Container
Return an immutable representation of the current configuration.
getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
Get the underlying java constructor.
getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler constructors.
getConsumedTypes() - Method in interface org.glassfish.jersey.server.model.Consuming
Get the consumed media types supported by the component.
getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getContainerLifecycleListener(ApplicationHandler) - Static method in class org.glassfish.jersey.server.internal.ConfigHelper
Provides a single ContainerLifecycleListener instance based on the application configuration.
getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getDefaultStringValue() - Method in exception org.glassfish.jersey.server.ParamException
Get the default String value.
getDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Get the default parameter value.
getDefaultValueString() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Default entry value (string) that will be used in case the entry is not present in the supplied multivalued map.
getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityStream() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityTag() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getFinalMatchingGroup() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the final matching group of the last successful request URI routing pattern match result.
getFlag() - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns the numeric value of the bit corresponding to this flag.
getGenericParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get generic method parameter types.
getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
Get the model of the resource method handler that will be used to invoke the handling resource method on.
getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler class.
getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method
getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
Get a message header as a single string value.
getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the associated HTTP method.
getInflector() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the matched request to response data inflector if present, or null otherwise.
getInflector() - Method in class org.glassfish.jersey.server.model.Inflecting
Get the inflector.
getInstance(ServiceLocator) - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the injected resource method handler instance.
getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the invocable method model.
getIssueList() - Method in class org.glassfish.jersey.server.model.ResourceModelValidator
Returns a list of issues found after ResourceModelValidator.validate(org.glassfish.jersey.server.model.ResourceModelComponent) method has been invoked.
getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
 
getLanguage() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLastModified() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLinkBuilder(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getLocation() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getMatchedResults() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get a read-only list of match results for matched request URI routing patterns.
getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
Human-readable description of the issue.
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get all instances of the specified meta-annotation type found on the method annotations.
getMethod() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getMethod() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get the underlying Java method.
getName() - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractor
Name of the parameter (map key) to be extracted from the supplied multivalued map.
getName() - Method in class org.glassfish.jersey.server.model.Resource
Get the resource name.
getNameBindings() - Method in interface org.glassfish.jersey.server.model.NameBound
Get the collection of name bindings attached to this component.
getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getParameterAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter annotations.
getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
Get the parameter name.
getParameters() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getParameters() - Method in class org.glassfish.jersey.server.model.Invocable
 
getParameters() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides access to all parameters associated with given Parameterized instance.
getParameterType() - Method in exception org.glassfish.jersey.server.ParamException
Get the type of the parameter annotation.
getParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter types.
getParameterValues(List<Factory<?>>) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Get the array of parameter values.
getPath(boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the path of the current request relative to the application root (base) URI as a string.
getPath(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Get the resource class @Path annotation.
getPath() - Method in class org.glassfish.jersey.server.model.Resource
 
getPath() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the path direct assigned to the component.
getPath() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path direct assigned to the component.
getPathPattern() - Method in class org.glassfish.jersey.server.model.Resource
 
getPathPattern() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getPathPattern() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.
getPriority() - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
 
getPriority() - Method in interface org.glassfish.jersey.server.spi.internal.ValueFactoryProvider
Gets the priority of this provider.
getProducedTypes() - Method in interface org.glassfish.jersey.server.model.Producing
Get the produced media types supported by the component.
getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getProperties() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method raw response type.
getRawType() - Method in class org.glassfish.jersey.server.model.Parameter
Get raw type information for the parameter.
getReaderInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all writer interceptors applicable to the resource method wrapped by this invoker.
getRequest() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getRequestContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the associated container request context paired with this response context.
getRequestContext() - Method in interface org.glassfish.jersey.server.internal.inject.HttpContext
Get the HTTP request information.
getRequestFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound request filters applicable to the resource method wrapped by this invoker.
getRequestHeader(String) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the values of a HTTP request header.
getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the values of HTTP request headers.
getRequestingExecutor(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.ServerExecutorsFactory
 
getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
Get a custom container extensions initializer for the current request.
getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get request URI.
getResourceClass() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
getResourceMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides a non-null list of resource methods available on the resource.
getResourceModels() - Method in interface org.glassfish.jersey.server.model.ResourceModelContext
Get a set of all resource models known within this context.
getResources(String, ClassLoader) - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
Find all resources with the given name using a class loader.
getResources() - Method in class org.glassfish.jersey.server.ResourceConfig
Get programmatically modeled resources.
getRespondingExecutor(ContainerRequest) - Method in class org.glassfish.jersey.server.internal.ServerExecutorsFactory
 
getResponseFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound response filters applicable to the resource method wrapped by this invoker.
getResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method generic response type information.
getResponseWriter() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the container response writer for the current request.
getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getServiceLocator() - Method in class org.glassfish.jersey.server.ApplicationHandler
Returns ServiceLocator relevant to current application.
getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
Unmodifiable Set of singletons.
getSize(ChunkedResponse<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
getSource() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter value source type.
getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
The issue source.
getSourceName() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter value source name.
getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStoredJAXBContext(Class) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Get the stored JAXB context supporting the Java type.
getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStringReader(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider.RootElementProvider
 
getStringReader(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.internal.inject.StringReaderFactory
 
getSubResourceLocators() - Method in class org.glassfish.jersey.server.model.Resource
Provides a non-null list of sub-resource locators available on the resource.
getSubResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides a non-null list of sub-resource methods available on the resource.
getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeout() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value in the given time unit.
getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeoutUnit() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value time unit.
getType() - Method in class org.glassfish.jersey.server.model.Parameter
Get generic type information for the parameter.
getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the JAX-RS method type.
getTypeParameters() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method type parameters.
getUnmarshaller(Class) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Get JAXB unmarshaller for the type.
getUriInfo() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getUriInfo() - Method in interface org.glassfish.jersey.server.internal.inject.HttpContext
Get the extended URI information.
getValueFactory(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get an injected value factory for the parameter.
getValueFactory(Parameter) - Method in interface org.glassfish.jersey.server.spi.internal.ValueFactoryProvider
Get an injected value factory for the parameter.
getVaryValue() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the value of HTTP Vary response header to be set in the response, or null if no value is to be set.
getWeight() - Method in enum org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.Priority
 
getWeight() - Method in interface org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.PriorityType
Returns the weight of this priority.
getWithoutDefaultValue(Parameter) - Method in class org.glassfish.jersey.server.internal.inject.AbstractValueFactoryProvider
Get a parameter extractor that ignores default value set on the parameter.
getWithoutDefaultValue(Parameter) - Method in interface org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider
Get the extractor configured to extract value of given parameter.
getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the wrapped response message context.
getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all reader interceptors applicable to the resource method wrapped by this invoker.

H

handle(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
The main request/response processing entry point for Jersey container implementations.
handledBy(Class<?>, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Object, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Inflector<ContainerRequestContext, ?>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
handledBy(Class<? extends Inflector>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
HandlerConstructor - Class in org.glassfish.jersey.server.model
Abstraction for a resource handler class constructor.
hasDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter has a default value set.
hasEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
hashCode() - Method in class org.glassfish.jersey.server.ChunkedResponse
 
hashCode() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
hasInflector() - Method in class org.glassfish.jersey.server.internal.routing.TransformableData
Check if there is an inflector available to process the data.
hasLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
hasNext() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Check if there are any next level routers present in the continuation.
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
hasNext() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
HEADER_NAME - Static variable in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HTTP_METHOD_OVERRIDE - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines configuration of HTTP method overriding.
HttpContext - Interface in org.glassfish.jersey.server.internal.inject
A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
httpMethod(String) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the associated HTTP method name.
HttpMethodOverrideFilter - Class in org.glassfish.jersey.server.filter
A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
HttpMethodOverrideFilter(ResourceConfig) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Create a filter that reads the configuration (ServerProperties.HTTP_METHOD_OVERRIDE) from the provided ResourceConfig instance.
HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source...) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Initializes this filter setting the sources of information the filter should look for.
HttpMethodOverrideFilter.Source - Enum in org.glassfish.jersey.server.filter
Enumeration representing possible sources of information about the method overriding the filter should look for.

I

Inflecting<T> - Class in org.glassfish.jersey.server.model
Inflector provider resource model component.
Inflecting() - Constructor for class org.glassfish.jersey.server.model.Inflecting
 
inflector() - Method in class org.glassfish.jersey.server.internal.routing.TransformableData
Get the inflector transforming the data to the result.
initialize(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Initializes the component provider with a reference to a HK2 service locator instance, which will get used in the application to manage individual components.
initialize(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.RequestScopedInitializer
Perform request-scoped initialization.
INVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Invalid value for {0} configuration property: {1}
INVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Provided {0} property value "{1}" is invalid.
INVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The key in {0} mappings record "{1}" is empty.
INVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Provided {0} property value type is invalid.
INVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The value in {0} mappings record "{1}" is empty.
Invocable - Class in org.glassfish.jersey.server.model
A common interface for invocable resource components.
isAcceptable(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Check if the class is acceptable as a JAX-RS provider or resource.
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.Parameter
 
isChunked() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response entity is a ChunkedResponse instance.
isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler
Return whether the method handler creates instances based on classes.
isClosed() - Method in class org.glassfish.jersey.server.ChunkedResponse
Get state information.
isCommitted() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the entity stream has been committed.
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
isEncoded() - Method in class org.glassfish.jersey.server.model.Parameter
If true, the injected parameter value should remain encoded.
isFatal() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
Check if the issue is fatal.
isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
Check if the invocable represents an inflector processing method.
isMethodParameterIndicator() - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
isPresentIn(int) - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns true if the bit corresponding to this flag is set in a given integer value.
isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isQualified() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter is qualified.
isRootResource() - Method in class org.glassfish.jersey.server.model.Resource
Check if this resource model models a JAX-RS root resource.
isSingleton(Class<?>) - Static method in class org.glassfish.jersey.server.model.BasicValidator
Check if the resource class is declared to be a singleton.
isSuspendDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isSuspendDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked for suspending.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 

J

JarFileScanner - Class in org.glassfish.jersey.server.internal.scanning
A utility class that scans entries in jar files.
JarFileScanner(InputStream, String) - Constructor for class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
JaxbStringReaderProvider - Class in org.glassfish.jersey.server.internal.inject
String reader provider producing string readers that support conversion of a string value into a JAXB instance.
JaxbStringReaderProvider(Providers) - Constructor for class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Create JAXB string reader provider.
JaxbStringReaderProvider.RootElementProvider - Class in org.glassfish.jersey.server.internal.inject
Root element JAXB string reader provider.
JaxbStringReaderProvider.RootElementProvider(Provider<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider.RootElementProvider
Creates new instance.
JSONP - Annotation Type in org.glassfish.jersey.server
This annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptable media type of this request.
JsonWithPaddingInterceptor - Class in org.glassfish.jersey.server.internal
A WriterInterceptor implementation for JSONP format.
JsonWithPaddingInterceptor(Provider<ContainerRequest>) - Constructor for class org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor
 

L

LANGUAGE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to languages.
languageMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
localizableAMBIGUOUS_FATAL_RMS(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RESOURCE_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RMS_IN(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_RMS_OUT(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableAMBIGUOUS_SRLS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableBROADCASTER_LISTENER_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCHUNKED_RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableCLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableDEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableERRORS_AND_WARNINGS_DETECTED_WITH_RESOURCE_CLASSES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableFORM_PARAM_CONTENT_TYPE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableFORM_PARAM_METHOD_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableGET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_CONFIG_PROPERTY_VALUE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_FORMAT(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_KEY_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableINVALID_MAPPING_VALUE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMETHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableMULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_INSTANTIABLE_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableNON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizablePARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRES_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableRESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableSUBRES_METHOD_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableTYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableUNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
localizableWARNINGS_DETECTED_WITH_RESOURCE_CLASSES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.server.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.server.internal.LocalizationMessages
 

M

MEDIA_TYPE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to media types.
mediaTypeMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
mergeWith(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model into this resource model builder.
mergeWith(Resource.Builder) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model builder into this resource model builder.
method(String...) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.BoundResourceBuilder
Bind new HTTP methods to the path previously configured in this builder.
METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method parameter "{0}" cannot be null.
METHOD_PARAMETER_CANNOT_BE_NULL_OR_EMPTY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Method parameter "{0}" cannot be null or empty.
MethodHandler - Class in org.glassfish.jersey.server.model
Resource method handler model.
MethodHandler() - Constructor for class org.glassfish.jersey.server.model.MethodHandler
 
ModelValidationException - Exception in org.glassfish.jersey.server.model
Resource model validation exception.
ModelValidationException(List<ResourceModelIssue>) - Constructor for exception org.glassfish.jersey.server.model.ModelValidationException
 
MULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A (sub-)resource method, {0}, should have only one HTTP method designator.
MultivaluedParameterExtractor<T> - Interface in org.glassfish.jersey.server.internal.inject
Provider that converts the values of an entry of a given name from the supplied multivalued map into an object of a custom Java type.
MultivaluedParameterExtractorProvider - Interface in org.glassfish.jersey.server.internal.inject
Provider of multivalued parameter extractors.

N

name(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new name of the built resource.
nameBindings(Collection<Class<? extends Annotation>>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Class<? extends Annotation>...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Annotation...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
NameBound - Interface in org.glassfish.jersey.server.model
Model component that can be name bound (i.e.
NEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A new abstract resource created by IntrospectionModeler: {0}
newJaxrsResourceAndProviderListener() - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
newJaxrsResourceAndProviderListener(ClassLoader) - Static method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
next() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the next level routers to be invoked or an empty if no next level routers are present.
next() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
next() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
NON_INSTANTIABLE_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Resource/provider class {0} cannot be instantiated and will be ignored.
NON_PUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource method, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_LOC(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_METHOD(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored

O

of(ContainerRequest) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a terminal continuation from the routed request.
of(ContainerRequest, Iterable<Router>) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a continuation from the routed request and a collection of next level routers.
of(ContainerRequest, Router) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a continuation from the routed request and a single of next level routers.
of(REQUEST, Inflector<REQUEST, RESPONSE>) - Static method in class org.glassfish.jersey.server.internal.routing.TransformableData
Create a new transformable data with an inflector instance.
of(REQUEST) - Static method in class org.glassfish.jersey.server.internal.routing.TransformableData
Create a new transformable data instance, but with the inflector not present.
onClose(ChunkedResponse<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Called when the chunkedResponse has been closed (either by client closing the connection or by calling ChunkedResponse.close() on the server side.
onClose(ChunkedResponse<T>) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when the chunkedResponse has been closed (either by client closing the connection or by calling ChunkedResponse.close() on the server side.
onException(ChunkedResponse<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onException(ChunkedResponse<T>, Exception) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onLoaded(ResourceModelContext) - Method in interface org.glassfish.jersey.server.model.ResourceModelListener
 
onReload(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onReload(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked when the container has been reloaded.
onShutdown(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onShutdown(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoke at the container shut-down.
onStartup(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onStartup(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked at the container start-up.
onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Method is called, when ContainerResponseWriter.suspend(...) operation times out.
open() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
open() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
open() - Method in interface org.glassfish.jersey.server.ResourceFinder
Open current resource.
org.glassfish.jersey.server - package org.glassfish.jersey.server
Jersey server-side classes.
org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
Provides core server filters.
org.glassfish.jersey.server.internal - package org.glassfish.jersey.server.internal
Jersey server-side internal classes.
org.glassfish.jersey.server.internal.inject - package org.glassfish.jersey.server.internal.inject
Jersey server-side JAX-RS injection support classes.
org.glassfish.jersey.server.internal.routing - package org.glassfish.jersey.server.internal.routing
Jersey server-side internal resource routing classes.
org.glassfish.jersey.server.internal.scanning - package org.glassfish.jersey.server.internal.scanning
Jersey server-side internal resource scanning classes.
org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
Jersey server-side application & resource modeling classes.
org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
Jersey server-side service provider contract (SPI) classes.
org.glassfish.jersey.server.spi.internal - package org.glassfish.jersey.server.spi.internal
Jersey server-side internal service provider contract (SPI) classes.
overrideSource(Parameter, Parameter.Source) - Static method in class org.glassfish.jersey.server.model.Parameter
Create new parameter model by overriding source of the original parameter model.

P

PackageNamesScanner - Class in org.glassfish.jersey.server.internal.scanning
A scanner that recursively scans URI-based resources present in a set of package names, and sub-package names of that set.
PackageNamesScanner(String[]) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Scan from a set of packages using the context ClassLoader.
PackageNamesScanner(ClassLoader, String[]) - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Scan from a set of packages using provided ClassLoader.
PackageNamesScanner.ResourcesProvider - Class in org.glassfish.jersey.server.internal.scanning
Find resources with a given name and class loader.
PackageNamesScanner.ResourcesProvider() - Constructor for class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner.ResourcesProvider
 
packages(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for providers.
Parameter - Class in org.glassfish.jersey.server.model
Method parameter model.
Parameter.Source - Enum in org.glassfish.jersey.server.model
Parameter injection sources type.
PARAMETER_UNRESOLVABLE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {0} of type {1} from {2} is not resolvable to a concrete type.
ParameterInjectionBinder - Class in org.glassfish.jersey.server.internal.inject
Injection binder providing support for JAX-RS context injection.
ParameterInjectionBinder() - Constructor for class org.glassfish.jersey.server.internal.inject.ParameterInjectionBinder
 
Parameterized - Interface in org.glassfish.jersey.server.model
Used in the resource model to capture information on method parameters.
ParameterValueHelper - Class in org.glassfish.jersey.server.spi.internal
Utility methods for retrieving values or value providers for the parameterized resource model components.
ParamException - Exception in org.glassfish.jersey.server
An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException(Throwable, Response.StatusType, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException
 
ParamException.CookieParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with CookieParam.
ParamException.CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
 
ParamException.FormParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with FormParam.
ParamException.FormParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.FormParamException
 
ParamException.HeaderParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with HeaderParam.
ParamException.HeaderParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.HeaderParamException
 
ParamException.MatrixParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with MatrixParam.
ParamException.MatrixParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.MatrixParamException
 
ParamException.PathParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with PathParam.
ParamException.PathParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.PathParamException
 
ParamException.QueryParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with QueryParam.
ParamException.QueryParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.QueryParamException
 
ParamException.UriParamException - Exception in org.glassfish.jersey.server
An abstract parameter exception for the class of URI-parameter-based exceptions.
ParamException.UriParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.UriParamException
 
ParamInjectionResolver<A extends Annotation> - Class in org.glassfish.jersey.server.internal.inject
Abstract base class for resolving JAX-RS @XxxParam injection.
ParamInjectionResolver(Class<? extends AbstractValueFactoryProvider<A>>) - Constructor for class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
Initialize the base parameter injection resolver.
ParamQualifier - Annotation Type in org.glassfish.jersey.server.model
A meta-annotation that identifies an annotation as a parameter-based annotation.
path(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new path for the built resource.
path(String) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder
Bind a new resource to a path within the application.
path(String) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the method routing path.
peekMatchedResource() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Peek the last resource object that successfully matched the request URI.
peekMatchResult() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Peek at the last successful request URI routing pattern match result.
process(Resource, boolean) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Process a single resource model and add it to the currently build runtime routing and accepting model.
process(String, InputStream) - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
 
process(String, InputStream) - Method in interface org.glassfish.jersey.server.internal.scanning.ResourceProcessor
Process a scanned resource.
produces(MediaType...) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.BoundResourceBuilder
Set supported response media types (equivalent of Produces) for the current path.
produces(MediaType...) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.ResourceMethodBuilder
Set supported response media types on a resource method.
produces(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
Producing - Interface in org.glassfish.jersey.server.model
Model component that is able to produce media types.
provide() - Method in class org.glassfish.jersey.server.internal.inject.AbstractHttpContextValueFactory
 
PROVIDER_CLASSNAMES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more class names that implement application-specific resources and providers.
PROVIDER_CLASSPATH - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines class-path that contains application-specific resources and providers.
PROVIDER_PACKAGES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more packages that contain application-specific resources and providers.
push(ResourceFinder) - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
pushLeftHandPath() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Add currently matched left-hand side part of request path to the list of matched paths returned by UriInfo.getMatchedURIs().
pushMatchedResource(Object) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the resource that matched the request URI.
pushMatchResult(MatchResult) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push the result of the successful request URI routing pattern match.
pushTemplate(UriTemplate) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Push matched request URI routing pattern URI template.

R

RC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The resource configuration is not modifiable in this context.
readEntity(Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
registerAdditionalBinders(Set<Binder>) - Method in class org.glassfish.jersey.server.ApplicationHandler
Registers HK2 binders into the HK2 service register.
reload() - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using the current configuration.
reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using a new configuration.
remove(ChunkedResponse<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Unregister ChunkedResponse from this Broadcaster instance.
remove() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
remove() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
remove() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
remove() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
remove() - Method in interface org.glassfish.jersey.server.ResourceFinder

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

removeBroadcasterListener(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Unregister BroadcasterListener.
removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
requestContext() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the routed request context.
RequestScopedInitializer - Interface in org.glassfish.jersey.server.spi
Custom initialization provider that is guaranteed to be run from within an active request scope.
requiresEntity() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
requiresEntity() - Method in class org.glassfish.jersey.server.model.Invocable
 
requiresEntity() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides information on presence of an entity parameter.
RES_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A root resource class, {0}, has an invalid URI path: {1}.
reset() - Method in class org.glassfish.jersey.server.internal.scanning.FilesScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.JarFileScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
 
reset() - Method in class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
reset() - Method in interface org.glassfish.jersey.server.ResourceFinder
Reset the ResourceFinder instance.
resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
Resource - Class in org.glassfish.jersey.server.model
Model of a single resource component.
Resource.Builder - Class in org.glassfish.jersey.server.model
Resource model component builder.
RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A resource, {0}, is annotated with multiple scope annotations.
ResourceBuilder - Interface in org.glassfish.jersey.server.model
TODO fix javadoc.
ResourceBuilder.BoundResourceBuilder - Interface in org.glassfish.jersey.server.model
Represents a supported resource path to which new resource methods and sub-resource locators can be attached.
ResourceBuilder.ResourceMethodBuilder - Interface in org.glassfish.jersey.server.model
Jersey application builder used for binding a new resource method to an Inflector<Request, Response> responsible for processing requests targeted at the bound path and the particular method(s).
ResourceConfig - Class in org.glassfish.jersey.server
The resource configuration for configuring a web application.
ResourceConfig() - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration without any custom properties or resource and provider classes.
ResourceConfig(Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration initialized with a given set of resource/provider classes.
ResourceConfig(Class<?>...) - Constructor for class org.glassfish.jersey.server.ResourceConfig
Create a new resource configuration initialized with a given set of resource/provider classes.
ResourceFinder - Interface in org.glassfish.jersey.server
An interface used for finding and opening (loading) new resources.
ResourceFinderException - Exception in org.glassfish.jersey.server.internal.scanning
An runtime exception that may be thrown when scanning.
ResourceFinderException() - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message
ResourceFinderException(String) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message
ResourceFinderException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied message and cause
ResourceFinderException(Throwable) - Constructor for exception org.glassfish.jersey.server.internal.scanning.ResourceFinderException
Construct a new instance with the supplied cause
ResourceFinderStack - Class in org.glassfish.jersey.server.internal.scanning
Stack of ResourceFinder instances.
ResourceFinderStack() - Constructor for class org.glassfish.jersey.server.internal.scanning.ResourceFinderStack
 
ResourceMethod - Class in org.glassfish.jersey.server.model
Model of a method available on a resource.
ResourceMethod.Builder - Class in org.glassfish.jersey.server.model
Resource method model builder.
ResourceMethod.JaxrsType - Enum in org.glassfish.jersey.server.model
Resource method classification based on the recognized JAX-RS resource method types.
ResourceMethodDispatcher - Interface in org.glassfish.jersey.server.spi.internal
A resource method dispatcher responsible for consuming a JAX-RS request by invoking the configured resource method on a given resource instance and returning the method invocation result in a form of a JAX-RS response.
ResourceMethodDispatcher.Provider - Interface in org.glassfish.jersey.server.spi.internal
Provider interface for creating a resource method dispatcher instances.
ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
Provides the invocation handler instances designated to handle invocations of the supplied invocable resource methods.
ResourceMethodInvoker - Class in org.glassfish.jersey.server.model
Server-side request-response inflector for invoking methods of annotation-based resource classes.
ResourceMethodInvoker.Builder - Class in org.glassfish.jersey.server.model
Resource method invoker "assisted" injection helper.
ResourceMethodInvoker.Builder() - Constructor for class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
ResourceModelBinder - Class in org.glassfish.jersey.server.model
Configures injection bindings for resource modeling API.
ResourceModelBinder() - Constructor for class org.glassfish.jersey.server.model.ResourceModelBinder
 
ResourceModelComponent - Interface in org.glassfish.jersey.server.model
Marker interface for all abstract resource model components, so that they can be traversed using a visitor pattern.
ResourceModelContext - Interface in org.glassfish.jersey.server.model
Abstraction for abstract resources enclosed within a specific context (such as an application).
ResourceModelIssue - Class in org.glassfish.jersey.server.model
Resource model validity issue.
ResourceModelIssue(Object, String) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
Create a new non-fatal resource model issue.
ResourceModelIssue(Object, String, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
Create a new resource model issue.
ResourceModelListener - Interface in org.glassfish.jersey.server.model
To get notifications on abstract resource model events, implement this interface and register your implementation class with the corresponding application.
ResourceModelValidator - Class in org.glassfish.jersey.server.model
An abstract resource model validator.
ResourceModelValidator(List<ResourceModelIssue>) - Constructor for class org.glassfish.jersey.server.model.ResourceModelValidator
 
ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
ResourceProcessor - Interface in org.glassfish.jersey.server.internal.scanning
Processes resources found by ResourceFinder.
RolesAllowedDynamicBinder - Class in org.glassfish.jersey.server.filter
A DynamicBinder supporting the RolesAllowed, PermitAll and DenyAll on resource methods and sub-resource methods.
RolesAllowedDynamicBinder() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicBinder
 
root(Router) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RootRouteBuilder
 
route(String) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteBuilder
 
route(T) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteBuilder
 
Routed - Interface in org.glassfish.jersey.server.model
Marker interface for all resource model components that contain path information usable for routing.
RoutedInflectorExtractorStage - Class in org.glassfish.jersey.server.internal.routing
Request pre-processing stage that extracts an inflector from a routing context where it was previously stored by the request to resource matching stage and (if available) returns the inflector wrapped in a next terminal stage.
RoutedInflectorExtractorStage(Provider<RoutingContext>) - Constructor for class org.glassfish.jersey.server.internal.routing.RoutedInflectorExtractorStage
Create new inflector extracting acceptor.
Router - Interface in org.glassfish.jersey.server.internal.routing
Hierarchical request router that can be used to create dynamic routing tree structures.
Router.Builder - Interface in org.glassfish.jersey.server.internal.routing
A Router builder.
Router.Continuation - Class in org.glassfish.jersey.server.internal.routing
Hierarchical request routing continuation.
RouterBinder - Class in org.glassfish.jersey.server.internal.routing
Provides routing configuration functionality.
RouterBinder() - Constructor for class org.glassfish.jersey.server.internal.routing.RouterBinder
 
RouterBinder.RootRouteBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterBinder.RouteBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterBinder.RouteToBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterBinder.RouteToPathBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RoutingContext - Interface in org.glassfish.jersey.server.internal.routing
Jersey request matching and routing context.
RoutingStage - Class in org.glassfish.jersey.server.internal.routing
Request pre-processing stage that encapsulates hierarchical resource matching and request routing.
RoutingStage.Builder - Class in org.glassfish.jersey.server.internal.routing
Injectable resource matching stage builder.
RoutingStage.Builder() - Constructor for class org.glassfish.jersey.server.internal.routing.RoutingStage.Builder
 
RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
Server-side implementation of JAX-RS RuntimeDelegate.
RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
 
RuntimeModelBuilder - Class in org.glassfish.jersey.server.internal.routing
This is a common base for root resource and sub-resource runtime model builder.
RuntimeModelBuilder() - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
 

S

selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
 
ServerBinder - Class in org.glassfish.jersey.server
Server injection binder.
ServerBinder() - Constructor for class org.glassfish.jersey.server.ServerBinder
 
ServerExecutorsFactory - Class in org.glassfish.jersey.server.internal
Executors factory used on the server side.
ServerExecutorsFactory(ServiceLocator) - Constructor for class org.glassfish.jersey.server.internal.ServerExecutorsFactory
Creates a new instance.
ServerExecutorsFactory.ServerExecutorBinder - Class in org.glassfish.jersey.server.internal
HK2 Binder registering server executor factory.
ServerExecutorsFactory.ServerExecutorBinder() - Constructor for class org.glassfish.jersey.server.internal.ServerExecutorsFactory.ServerExecutorBinder
 
ServerProperties - Class in org.glassfish.jersey.server
Jersey server-side configuration properties.
setBoundProviders(MultivaluedMap<Class<? extends Annotation>, ContainerRequestFilter>, MultivaluedMap<Class<? extends Annotation>, ContainerResponseFilter>, MultivaluedMap<Class<? extends Annotation>, ReaderInterceptor>, MultivaluedMap<Class<? extends Annotation>, WriterInterceptor>, List<DynamicBinder>) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Set the name bound filters and dynamic binders.
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
Set ClassLoader which will be used for resource discovery.
setEntity(Object) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntity(Object, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the annotations attached to the entity.
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message entity type information.
setGlobalInterceptors(Collection<ReaderInterceptor>, Collection<WriterInterceptor>) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Set global reader and writer interceptors.
setInflector(Inflector<ContainerRequest, ContainerResponse>) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the matched request to response inflector.
setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message content media type.
setMethod(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
Set a ResourceConfig property.
setRequestScopedInitializer(RequestScopedInitializer) - Method in class org.glassfish.jersey.server.ContainerRequest
Set a custom container extensions initializer for the current request.
setRequestUri(URI) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setRequestUri(URI, URI) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Set the PackageNamesScanner.ResourcesProvider implementation to find resources.
setSecurityContext(SecurityContext) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the output stream provider.
setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Set the suspend timeout.
setUriInfo(UriInfo) - Method in class org.glassfish.jersey.server.ContainerRequest
Set the request scoped UriInfo instance.
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Set the message body workers.
setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
Set the container response writer for the current request.
SINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Parameter {1} of {0} cannot be injected into singleton resource.
SingletonResourceBinder - Class in org.glassfish.jersey.server.internal.routing
Class used to bind singleton resources classes into HK2.
SingletonResourceBinder() - Constructor for class org.glassfish.jersey.server.internal.routing.SingletonResourceBinder
 
SingletonResourceBinder.SingletonResourceBinderBinder - Class in org.glassfish.jersey.server.internal.routing
Injection binder for SingletonResourceBinder.
SingletonResourceBinder.SingletonResourceBinderBinder() - Constructor for class org.glassfish.jersey.server.internal.routing.SingletonResourceBinder.SingletonResourceBinderBinder
 
StringReaderFactory - Class in org.glassfish.jersey.server.internal.inject
An aggregate string reader provider that loads all the registered StringValueReaderProvider implementations.
SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, can not have an entity parameter.
SUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, MUST return a non-void type.
SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource model, {0}, has an invalid URI path: {1}
SUBRES_METHOD_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
A sub-resource method, {0}, has an invalid URI path: {1}
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Suspend the request/response processing.
Suspendable - Interface in org.glassfish.jersey.server.model
Jersey model component that is suspendable and may hold suspend-related information.
suspended(long, TimeUnit) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Mark the component for suspending.

T

to(Router.Builder) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Router) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Class<? extends Router>) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Factory<? extends Router>) - Method in interface org.glassfish.jersey.server.internal.routing.RouterBinder.RouteToBuilder
 
to(Inflector<Request, Response>) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.ResourceMethodBuilder
Bind previously specified method(s) to provided request-to-response inflector instance.
to(Class<? extends Inflector<Request, Response>>) - Method in interface org.glassfish.jersey.server.model.ResourceBuilder.ResourceMethodBuilder
Bind previously specified method(s) to provided request-to-response inflector class.
toString() - Method in class org.glassfish.jersey.server.ChunkedResponse
 
toString() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
toString() - Method in class org.glassfish.jersey.server.model.Invocable
 
toString() - Method in class org.glassfish.jersey.server.model.Resource
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
TransformableData<DATA,RESULT> - Class in org.glassfish.jersey.server.internal.routing
Contains the reference to data as well as an (optional) inflector that may be used to transform the data into a result.
TYPE_OF_METHOD_NOT_RESOLVABLE_TO_CONCRETE_TYPE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Return type, {0}, of method, {1}, is not resolvable to a concrete type"

U

UNABLE_TO_LOAD_CLASS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
Class "{0}" cannot be loaded.
UriConnegFilter - Class in org.glassfish.jersey.server.filter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
UriConnegFilter(ResourceConfig) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter that reads the configuration (media type and language mappings) from the provided ResourceConfig instance.
UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter with suffix to media type mappings and suffix to language mappings.

V

validate(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ResourceModelValidator
The validate method validates a component and adds possible issues found to it's list.
ValueFactoryProvider - Interface in org.glassfish.jersey.server.spi.internal
Parameter value factory SPI.
ValueFactoryProvider.Priority - Enum in org.glassfish.jersey.server.spi.internal
Enumeration of priorities for providers (e.g.
ValueFactoryProvider.PriorityType - Interface in org.glassfish.jersey.server.spi.internal
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g.
valueOf(String) - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.spi.internal.ValueFactoryProvider.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.BasicValidator
 
visitInvocable(Invocable) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method invocable model.
visitMethodHandler(MethodHandler) - Method in class org.glassfish.jersey.server.model.BasicValidator
 
visitMethodHandler(MethodHandler) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method handler model.
visitResourceClass(Resource) - Method in class org.glassfish.jersey.server.model.BasicValidator
 
visitResourceClass(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Start visiting a single resource model.
visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.BasicValidator
 
visitResourceHandlerConstructor(HandlerConstructor) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Process a resource method handler constructor.
visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.BasicValidator
 
visitResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
Visit a single resource method model.

W

WARNING_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
WARNING: {0}
WARNINGS_DETECTED_WITH_RESOURCE_CLASSES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
The following warnings have been detected with resource classes: {0}
write(T) - Method in class org.glassfish.jersey.server.ChunkedResponse
Write a chunk.
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
writeTo(ChunkedResponse<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 

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

Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.