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

A

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 java.lang.annotation.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, Injector, 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.
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
 
addModules(Set<Module>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add HK2 modules to ResourceConfig.
addModules(Module...) - Method in class org.glassfish.jersey.server.ResourceConfig
Add HK2 modules to ResourceConfig.
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}
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(Request) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.ApplicationHandler
The main request/response processing entry point for Jersey container implementations.
apply(Request) - Method in class org.glassfish.jersey.server.internal.routing.RoutedInflectorExtractorStage
 
apply(Request) - 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(Request) - 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(Request) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 

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.
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) - 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() - 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.
child(Router) - Method in interface org.glassfish.jersey.server.internal.routing.Router.Builder
Add new child node into the hierarchical request router being built.
ChunkedResponse<T> - Class in org.glassfish.jersey.server
Used for sending messages in "typed" chunks.
ChunkedResponse(Class<T>) - Constructor for class org.glassfish.jersey.server.ChunkedResponse
Create ChunkedResponse with specified type.
ChunkedResponse(Class<T>, Long, TimeUnit) - Constructor for class org.glassfish.jersey.server.ChunkedResponse
Create ChunkedResponse with specified type and polling interval.
ChunkedResponseWriter - Class in org.glassfish.jersey.server
Used for writing ChunkedResponse.
ChunkedResponseWriter(Services) - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
Constructor.
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.
CloseableServiceModule - Class in org.glassfish.jersey.server.internal.inject
Module and Factory implementations for CloseableService.
CloseableServiceModule() - Constructor for class org.glassfish.jersey.server.internal.inject.CloseableServiceModule
 
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response & close the container response writer.
COMMON_DELIMITERS - Static variable in class org.glassfish.jersey.server.ServerProperties
Common delimiters used by various properties.
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.CloseableServiceModule
 
configure() - Method in class org.glassfish.jersey.server.internal.inject.ParameterInjectionModule
 
configure() - Method in class org.glassfish.jersey.server.internal.routing.RouterModule
 
configure() - Method in class org.glassfish.jersey.server.model.ResourceModelModule
 
configure() - Method in class org.glassfish.jersey.server.ServerModule
 
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.
ContainerProvider - Interface in org.glassfish.jersey.server.spi
Service-provider interface for creating container instances.
ContainerRequestContext - Interface in org.glassfish.jersey.server.spi
Request context passed by the container to the ApplicationHandler for each request.
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, GenericType<?>, 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(Services, 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

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.

E

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.
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}".
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}
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.
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() - Method in class org.glassfish.jersey.server.internal.inject.AbstractHttpContextValueFactory
 
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.
getAnnotatedClasses() - Method in class org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener
Get the set of annotated classes.
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.Parameter
 
getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Returns JAX-RS application corresponding with this ResourceConfig.
getChunk() - Method in class org.glassfish.jersey.server.ChunkedResponse
 
getChunkType() - Method in class org.glassfish.jersey.server.ChunkedResponse
 
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.
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.
getEffectiveAcceptableType() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the effective content type of the response calculated from the request Accept header values and @Consumes value of the matched resource method.
getElements(String[]) - Static method in class org.glassfish.jersey.server.ResourceConfig
Get a canonical array of String elements from a String array where each entry may contain zero or more elements separated by ';'.
getElements(String[], String) - Static method in class org.glassfish.jersey.server.ResourceConfig
Get a canonical array of String elements from a String array where each entry may contain zero or more elements separated by characters in delimiters string.
getElements(String, String) - Static method in class org.glassfish.jersey.server.ResourceConfig
Get a canonical array of String elements from a String that may contain zero or more elements separated by characters in delimiters string.
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.
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
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(Injector) - 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
 
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.
getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
Human-readable description of the issue.
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.
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 class org.glassfish.jersey.server.model.Parameter
Get generic type information for the parameter.
getParameterType() - Method in exception org.glassfish.jersey.server.ParamException
Get the type of the parameter annotation.
getParameterValues(List<Factory<?>>) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
Get the array of parameter values.
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 interface org.glassfish.jersey.server.internal.inject.HttpContext
Get the mutable properties.
getProperties() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
getRequest() - Method in interface org.glassfish.jersey.server.internal.inject.HttpContext
Get the HTTP request information.
getRequest() - Method in interface org.glassfish.jersey.server.spi.ContainerRequestContext
Get the processed request.
getRequest() - Method in class org.glassfish.jersey.server.spi.JerseyContainerRequestContext
 
getRequestScopedInitializer() - Method in interface org.glassfish.jersey.server.spi.ContainerRequestContext
Custom container extensions initializer for the current request.
getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.spi.JerseyContainerRequestContext
 
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.
getResponse() - Method in interface org.glassfish.jersey.server.internal.inject.HttpContext
Get the HTTP response information.
getResponseMethodAnnotations() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the annotations on the method ultimately used to process the request.
getResponseMethodType() - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Get the response type of the method ultimately used to process the request.
getResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method response type.
getResponseWriter() - Method in interface org.glassfish.jersey.server.spi.ContainerRequestContext
Get the container response writer for the current request.
getResponseWriter() - Method in class org.glassfish.jersey.server.spi.JerseyContainerRequestContext
 
getSecurityContext() - Method in interface org.glassfish.jersey.server.spi.ContainerRequestContext
Get the security context of the current request.
getSecurityContext() - Method in class org.glassfish.jersey.server.spi.JerseyContainerRequestContext
 
getServiceProviders() - Method in class org.glassfish.jersey.server.ApplicationHandler
Get the service providers configured for the application.
getServices() - Method in class org.glassfish.jersey.server.ApplicationHandler
Returns Services 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.
getStoredJAXBContext(Class) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Get the stored JAXB context supporting the Java type.
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.ResourceMethod
Get the JAX-RS method type.
getUnmarshaller(Class) - Method in class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider
Get JAXB unmarshaller for the type.
getUriInfo() - Method in interface org.glassfish.jersey.server.internal.inject.HttpContext
Get the extended URI information.
getValue(Object, Inhabitant<?>, AnnotatedElement, Type, Class<V>) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
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.
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.

H

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<Request, ?>) - 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.
hashCode() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
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.
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.

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
 
initialize(Services) - Method in interface org.glassfish.jersey.server.spi.RequestScopedInitializer
Perform request-scoped initialization.
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.Parameter
 
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.
isOptional(AnnotatedElement, A) - Method in class org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
 
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.
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(Factory<SAXParserFactory>, Providers) - Constructor for class org.glassfish.jersey.server.internal.inject.JaxbStringReaderProvider.RootElementProvider
Creates new instance.
JerseyContainerRequestContext - Class in org.glassfish.jersey.server.spi
Immutable implementation of Container Request Context interface.
JerseyContainerRequestContext(Request, ContainerResponseWriter, SecurityContext, RequestScopedInitializer) - Constructor for class org.glassfish.jersey.server.spi.JerseyContainerRequestContext
Creates new instance initialized with given parameters.
JerseyContainerRequestContext(Request, ContainerResponseWriter, SecurityContext) - Constructor for class org.glassfish.jersey.server.spi.JerseyContainerRequestContext
Creates new instance initialized with given parameters.

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
 
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
 
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_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
 
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_INSTANTIATABLE_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
 
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.
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.
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_INSTANTIATABLE_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(Request) - Static method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Create a terminal continuation from the routed request.
of(Request, 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(Request, 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.
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
 

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
Abstraction for a method parameter
Parameter.Source - Enum in org.glassfish.jersey.server.model
 
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.
ParameterInjectionModule - Class in org.glassfish.jersey.server.internal.inject
Module providing support for JAX-RS context injection.
ParameterInjectionModule() - Constructor for class org.glassfish.jersey.server.internal.inject.ParameterInjectionModule
 
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 java.lang.annotation.Annotation> - Class in org.glassfish.jersey.server.internal.inject
Abstract base class for resolving JAX-RS @XxxParam injection.
ParamInjectionResolver(Class<A>, 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.
preMatchFilter(FilterContext) - Method in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
preMatchFilter(FilterContext) - Method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
process(Resource) - 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.
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.
registerAdditionalModules(Set<Module>) - Method in class org.glassfish.jersey.server.ApplicationHandler
Registers modules 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() - 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.

request() - Method in class org.glassfish.jersey.server.internal.routing.Router.Continuation
Get the routed request.
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.
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.
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
 
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.
ResourceModelModule - Class in org.glassfish.jersey.server.model
Configures injection bindings for resource modeling API.
ResourceModelModule() - Constructor for class org.glassfish.jersey.server.model.ResourceModelModule
 
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.
root(Router) - Method in interface org.glassfish.jersey.server.internal.routing.RouterModule.RootRouteBuilder
 
route(String) - Method in interface org.glassfish.jersey.server.internal.routing.RouterModule.RouteBuilder
 
route(T) - Method in interface org.glassfish.jersey.server.internal.routing.RouterModule.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(Factory<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.
RouterModule - Class in org.glassfish.jersey.server.internal.routing
Provides routing configuration functionality.
RouterModule() - Constructor for class org.glassfish.jersey.server.internal.routing.RouterModule
 
RouterModule.RootRouteBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterModule.RouteBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterModule.RouteToBuilder<T> - Interface in org.glassfish.jersey.server.internal.routing
 
RouterModule.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
Create a new runtime model builder.
RuntimeModelBuilder(boolean) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Create a new runtime model builder.
RuntimeModelBuilder(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Create a new runtime model builder.
RuntimeModelBuilder(MessageBodyWorkers, boolean) - Constructor for class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Create a new runtime model builder.

S

ServerModule - Class in org.glassfish.jersey.server
Server injection binding configuration module.
ServerModule() - Constructor for class org.glassfish.jersey.server.ServerModule
 
ServerProperties - Class in org.glassfish.jersey.server
Jersey server-side configuration properties.
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
Set ClassLoader which will be used for resource discovery.
setEffectiveAcceptableType(MediaType) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the effective content type of the response calculated from the request Accept header values and @Consumes value of the matched resource method.
setInflector(Inflector<Request, Response>) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the matched request to response inflector.
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
Set a ResourceConfig property.
setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class org.glassfish.jersey.server.internal.scanning.PackageNamesScanner
Set the PackageNamesScanner.ResourcesProvider implementation to find resources.
setResponseMethodAnnotations(Annotation[]) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the annotations on the method ultimately used to process the request.
setResponseMethodType(Type) - Method in interface org.glassfish.jersey.server.internal.routing.RoutingContext
Set the response type of the method ultimately used to process the request.
setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Set the suspend timeout.
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder
Set the message body workers.
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.RouterModule.RouteToBuilder
 
to(Router) - Method in interface org.glassfish.jersey.server.internal.routing.RouterModule.RouteToBuilder
 
to(Class<? extends Router>) - Method in interface org.glassfish.jersey.server.internal.routing.RouterModule.RouteToBuilder
 
to(Factory<? extends Router>) - Method in interface org.glassfish.jersey.server.internal.routing.RouterModule.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.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
 
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.
uriInfo - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 

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.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.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 chunk.
writeResponseStatusAndHeaders(long, Response) - 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.
OSZAR »