All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
| Class |
Description |
| AbstractChainableStage<DATA> |
Abstract chainable linear acceptor.
|
| AbstractContainerLifecycleListener |
|
| AbstractEntityProviderModel<T> |
Abstract entity provider model.
|
| AbstractExecutorProvidersConfigurator |
|
| AbstractFeatureConfigurator<T> |
|
| AbstractFormProvider<T> |
Abstract base class for form entity types marshalling & un-marshalling support.
|
| AbstractMessageReaderWriterProvider<T> |
Abstract entity provider (reader and writer) base class.
|
| AbstractMultivaluedMap<K,V> |
|
| AbstractResourceFinderAdapter |
|
| AbstractResourceModelVisitor |
|
| AbstractRuntimeDelegate |
An abstract implementation of RuntimeDelegate that
provides support common to the client and server.
|
| AbstractRxInvoker<T> |
|
| AbstractServiceFinderConfigurator<T> |
Simple ServiceFinder configuration.
|
| AbstractThreadPoolProvider<E extends ThreadPoolExecutor> |
Abstract thread pool executor provider.
|
| AcceptableLanguageTag |
An acceptable language tag.
|
| AcceptableMediaType |
An acceptable media type.
|
| AcceptableToken |
An acceptable token.
|
| AnnotatedMethod |
Annotated method representation.
|
| AnnotatedMethod |
Annotated method representation.
|
| AnnotationVisitor |
A visitor to visit a Java annotation.
|
| Application |
Java class for anonymous complex type.
|
| Application |
Defines the components of a JAX-RS application and supplies additional meta-data.
|
| ApplicationDescription |
This class is designed to combine the Application instance with any other
external metadata that might be required to describe the application.
|
| ApplicationDescription.ExternalGrammar |
A simple holder class that stores a type and binary content
to be used to return extra metadata with
|
| ApplicationEvent |
An event informing about application lifecycle changes.
|
| ApplicationEvent.Type |
The type of the event that identifies on which lifecycle change the event is triggered.
|
| ApplicationEventListener |
|
| ApplicationHandler |
Jersey server-side application handler.
|
| ApplicationInfo |
Monitoring configuration of an application.
|
| ApplicationMXBean |
Application MX Bean.
|
| ApplicationPath |
Identifies the application path that serves as the base URI for all resource URIs provided by
Path.
|
| AsyncConnectorCallback |
Asynchronous connector response processing callback contract.
|
| AsyncContext |
Injectable asynchronous processing context that can be used to control various aspects
of asynchronous processing of a single request.
|
| AsyncContext.State |
Asynchronous processing context state.
|
| AsyncContextDelegate |
Utilized by the Servlet container response writer to deal with the container async features.
|
| AsyncContextDelegateProvider |
Factory to create AsyncContextDelegate to deal with asynchronous
features added in Servlet version 3.0.
|
| AsyncContextDelegateProviderImpl |
Servlet 3.x container response writer async extension and related extension factory implementation.
|
| AsyncInvoker |
Uniform interface for asynchronous invocation of HTTP methods.
|
| AsyncResponse |
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
|
| Attribute |
A non standard class, field, method or code attribute, as defined in the Java Virtual Machine
Specification (JVMS).
|
| AutoDiscoverableConfigurator |
Configurator which initializes and register AutoDiscoverable instances into InjectionManager and
BootstrapBag.
|
| BackgroundScheduler |
Injection qualifier that can be used to inject a ScheduledExecutorService
instance used by Jersey to execute background timed/scheduled tasks.
|
| BackgroundSchedulerLiteral |
|
| BadRequestException |
|
| BeanParam |
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class
field, property or resource method parameter.
|
| Beta |
Marker of a public Jersey API that is still in "beta" non-final version.
|
| BootstrapBag |
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
|
| BootstrapConfigurator |
|
| Broadcaster<T> |
Used for broadcasting response chunks to multiple ChunkedOutput instances.
|
| BroadcasterListener<T> |
Listener interface that can be implemented to listen to events fired by Broadcaster object.
|
| ByteArrayProvider |
Default Jersey byte array entity provider (reader and writer).
|
| ByteVector |
A dynamically extensible vector of bytes.
|
| CacheControl |
An abstraction for the value of a HTTP Cache-Control response header.
|
| CacheControlProvider |
|
| CachingConnectorProvider |
Caching connector provider.
|
| ChainableStage<DATA> |
Linear acceptor that can be composed into a chain.
|
| ChunkedInput<T> |
Response entity type used for receiving messages in "typed" chunks.
|
| ChunkedOutput<T> |
Used for sending messages in "typed" chunks.
|
| ChunkedResponseWriter |
|
| ChunkParser |
Chunk data parser.
|
| ClassReader |
A parser to make a ClassVisitor visit a ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
|
| ClassTooLargeException |
Exception thrown when the constant pool of a class produced by a ClassWriter is too
large.
|
| ClassVisitor |
A visitor to visit a Java class.
|
| ClassWriter |
A ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
|
| Client |
Client is the main entry point to the fluent API used to build and execute client requests in order to consume
responses returned.
|
| ClientAsyncExecutor |
Injection qualifier that can be used to inject an ExecutorService
instance used by Jersey client runtime to execute asynchronous
client requests.
|
| ClientAsyncExecutorLiteral |
|
| ClientBackgroundScheduler |
Injection qualifier that can be used to inject an ScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks.
|
| ClientBackgroundSchedulerLiteral |
|
| ClientBinding |
Meta-annotation that provides a facility for creating bindings between an @Uri-injectable
WebTarget instances and clients (and their configurations) that are used to create
the injected web target instances.
|
| ClientBootstrapBag |
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
|
| ClientBuilder |
Main entry point to the client API used to bootstrap Client instances.
|
| ClientBuilderListener |
Implementations of this interface will be notified when new ClientBuilder
instances are being constructed.
|
| ClientConfig |
Jersey externalized implementation of client-side JAX-RS configurable contract.
|
| ClientErrorException |
A base runtime application exception indicating a client request error (HTTP 4xx status codes).
|
| ClientExecutor |
Executor for client async processing and background task scheduling.
|
| ClientLifecycleListener |
Jersey client lifecycle listener contract.
|
| ClientProperties |
Jersey client implementation configuration properties.
|
| ClientRequest |
Jersey client request context.
|
| ClientRequestContext |
Client request filter context.
|
| ClientRequestFilter |
An extension interface implemented by client request filters.
|
| ClientResponse |
Jersey client response context.
|
| ClientResponseContext |
Client response filter context.
|
| ClientResponseFilter |
An extension interface implemented by client response filters.
|
| ClientResponseProcessingException |
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
|
| CloseableService |
A closeable service to add instances of Closeable that
are required to be closed.
|
| CommittingOutputStream |
A committing output stream with optional serialized entity buffering functionality
which allows measuring of the entity size.
|
| CommonConfig |
Common immutable Configuration implementation for
server and client.
|
| CommonProperties |
Common (server/client) Jersey configuration properties.
|
| CompletableReader<T> |
A MessageBodyReader may implement this interface to signal that
reading from the underlying input stream can be fully completed.
|
| CompletionCallback |
A request processing callback that receives request processing completion events.
|
| CompletionStageRxInvoker |
|
| ComponentBag |
An internal Jersey container for custom component classes and instances.
|
| ComponentModelValidator |
A resource model validator that checks the given resource model.
|
| ComponentProvider |
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
|
| ComponentProvider |
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
|
| Configurable<C extends Configurable> |
Represents a client or server-side configurable context in JAX-RS.
|
| Configuration |
A configuration state associated with a configurable JAX-RS context.
|
| ConnectionCallback |
Asynchronous request processing lifecycle callback that receives connection related asynchronous
response lifecycle events.
|
| Connector |
Client transport connector extension contract.
|
| ConnectorProvider |
Jersey client connector provider contract.
|
| ConstantDynamic |
A constant whose value is computed at runtime, with a bootstrap method.
|
| ConstrainedTo |
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
|
| Consumes |
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
|
| Consuming |
Model component that is able to consume media types.
|
| Container |
Jersey container service contract.
|
| ContainerException |
Exception thrown by the container components in to notify Jersey runtime about
any errors.
|
| ContainerFactory |
Factory for creating specific HTTP-based containers.
|
| ContainerLifecycleListener |
Classes implementing this contract receive container life-cycle notification
events.
|
| ContainerMessageBodyWorkersInitializer |
Function that can be put to an acceptor chain to properly initialize
MessageBodyWorkers instance on a current request and response.
|
| ContainerProvider |
Service-provider interface for creating container instances.
|
| ContainerRequest |
Jersey container request context.
|
| ContainerRequestContext |
Container request filter context.
|
| ContainerRequestFilter |
An extension interface implemented by container request filters.
|
| ContainerResponse |
Jersey container response context.
|
| ContainerResponseContext |
Container response filter context.
|
| ContainerResponseFilter |
An extension interface implemented by container response filters.
|
| ContainerResponseWriter |
A suspendable, request-scoped I/O container response writer.
|
| ContainerResponseWriter.TimeoutHandler |
Time-out handler can be registered when the container response writer gets
suspended.
|
| ContainerUtils |
Utility methods used by container implementations.
|
| ContentEncoder |
Standard contract for plugging in content encoding support.
|
| Context |
This annotation is used to inject information into a class field, bean property or method parameter.
|
| ContextInjectionResolverImpl |
Injection resolver for @Context injection annotation.
|
| ContextInjectionResolverImpl.Binder |
Context injection resolver binder.
|
| ContextResolver<T> |
Contract for a provider that supplies context information to resource classes and other providers.
|
| ContextResolverFactory |
|
| ContextResolverFactory.ContextResolversConfigurator |
|
| ContextResolvers |
|
| Contract |
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
|
| ContractProvider |
Jersey contract provider model.
|
| ContractProvider.Builder |
Contract provider model builder.
|
| Cookie |
Represents the value of a HTTP cookie, transferred in a request.
|
| Cookie.AbstractCookieBuilder<T extends Cookie.AbstractCookieBuilder<T>> |
JAX-RS abstract Cookie builder class.
|
| Cookie.Builder |
|
| CookieParam |
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean
property.
|
| CookieProvider |
|
| CookiesParser |
Cookies parser.
|
| CsrfProtectionFilter |
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
|
| CsrfProtectionFilter |
|
| CustomProvidersFeature |
Feature to provide the single-line registration of custom providers.
|
| DataSourceProvider |
Provider for marshalling/un-marshalling of application/octet-stream
entity type to/from a DataSource instance.
|
| DataSourceProvider.ByteArrayDataSource |
Modified from javax.mail.util.ByteArrayDataSource
A DataSource backed by a byte array.
|
| DateProvider |
|
| DefaultSslContextProvider |
|
| DefaultValue |
|
| DeflateEncoder |
Deflate encoding support.
|
| DelayedHk2InjectionManager |
|
| DELETE |
Indicates that the annotated method responds to HTTP DELETE requests.
|
| DestroyListener |
A listener contract that allows any registered implementation class to receive application destroy events.
|
| Doc |
Java class for anonymous complex type.
|
| DynamicFeature |
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup
at deployment time.
|
| DynamicFeatureConfigurator |
Registers JAX-RS DynamicFeature which are listed as SPIs for registration.
|
| Encoded |
|
| EncodingFeature |
Feature that configures support for content encodings on the client side.
|
| EncodingFilter |
|
| EncodingFilter |
Container filter that supports encoding-based content negotiation.
|
| Entity<T> |
Encapsulates message entity including the associated variant information.
|
| EntityInputStream |
|
| EntityPart |
A EntityPart is one part of a multipart entity.
|
| EntityPart.Builder |
|
| EntityPartBuilderProvider |
Jersey extension of provider of EntityPart.Builder.
|
| EntityTag |
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
|
| EntityTagProvider |
|
| Errors |
Errors utility used to file processing messages (e.g.
|
| Errors.ErrorMessage |
Generic error message.
|
| Errors.ErrorMessagesException |
Error message exception.
|
| ExceptionMapper<E extends Throwable> |
Contract for a provider that maps Java exceptions to Response.
|
| ExceptionMapperFactory |
Exception mappers implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup.
|
| ExceptionMapperFactory.ExceptionMappersConfigurator |
|
| ExceptionMapperMXBean |
|
| ExceptionMappers |
Provides lookup of ExceptionMapper instances that can be used
to map exceptions to responses.
|
| ExceptionMapperStatistics |
|
| ExecutionStatistics |
Monitoring statistics of execution of one target.
|
| ExecutorProviders |
A utility class with a methods for handling executor injection registration and proper disposal.
|
| ExecutorServiceProvider |
An extension contract for providing pluggable executor service providers to be used by
Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
|
| Expect100ContinueFeature |
|
| ExtendedConfig |
Extended common runtime configuration.
|
| ExtendedExceptionMapper<T extends Throwable> |
|
| ExtendedResource |
This annotation can mark resource classes or resource methods that should be considered as extended resources.
|
| ExtendedResourceContext |
|
| ExtendedUriInfo |
|
| ExternalConfigurationModel<CONFIG> |
Model of configuration for external properties.
|
| ExternalConfigurationProvider |
Provider interface for external (SPI) providers to provide
their configuration properties implementations
Priority of providers can be adjusted by Priority annotation
or just alphabetically (if no Provider annotation is found)
|
| ExternalProperties |
|
| ExternalRequestContext<T> |
Wrapper for externally provided request context data.
|
| ExternalRequestScope<T> |
This is to allow integration with other DI providers that
define their own request scope.
|
| Feature |
A feature extension contract.
|
| FeatureConfigurator |
Registers JAX-RS Feature which are listed as SPIs for registration.
|
| FeatureContext |
A configurable context passed to Feature and DynamicFeature instances by JAX-RS
runtime during the phase of their configuration.
|
| FeatureContextWrapper |
Wrapper of FeatureContext that can supply instance of
injection manager.
|
| FieldVisitor |
A visitor to visit a Java field.
|
| FileProvider |
Provider for marshalling/un-marshalling of application/octet-stream
entity type to/from a File instance.
|
| FilterUrlMappingsProvider |
Provides an access to context path from the filter configuration.
|
| FilterUrlMappingsProviderImpl |
Provide all configured context paths (url mappings) of the application deployed using filter.
|
| ForbiddenException |
A runtime exception indicating that an access to a resource requested by a client has been
forbidden by the server.
|
| Form |
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded"
content type.
|
| FormMultivaluedMapProvider |
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded
entity type to/from multi-valued map instance.
|
| FormParam |
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
|
| FormProvider |
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded
entity type to/from JAX-RS Form instance.
|
| GenericEntity<T> |
Represents a message entity of a generic type T.
|
| GenericType<T> |
Represents a generic message entity type T.
|
| GET |
Indicates that the annotated method responds to HTTP GET requests.
|
| Grammars |
Java class for anonymous complex type.
|
| GZipEncoder |
GZIP encoding support.
|
| Handle |
A reference to a field or a method.
|
| HandlerConstructor |
Abstraction for a resource handler class constructor.
|
| HEAD |
Indicates that the annotated method responds to HTTP HEAD requests.
|
| HeaderDelegateProvider<T> |
A provider that supports the conversion of an HTTP header, of type T, to and
from a String.
|
| HeaderParam |
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean
property.
|
| HeaderUtils |
Utility class supporting the processing of message headers.
|
| HeaderValueException |
|
| HeaderValueException.Context |
Context that contains header problems causing this exception (e.g.
|
| Hk2BootstrapBinder |
AbstractBinder that registers all components needed for a proper bootstrap of Jersey based on HK2 framework.
|
| Hk2InjectionManagerFactory |
Factory which is able to create InjectionManager instance using service loading and automatically initialize injection
manager using parent or immediately registers binder.
|
| Hk2ReferencingFactory<T> |
Factory that provides injection of the referenced instance.
|
| Hk2RequestScope |
|
| Hk2RequestScope.Instance |
Implementation of the request scope instance.
|
| HttpAuthenticationFeature |
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
|
| HttpAuthenticationFeature.BasicBuilder |
|
| HttpAuthenticationFeature.Builder |
|
| HttpAuthenticationFeature.UniversalBuilder |
Extension of HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication.
|
| HttpDateFormat |
Helper class for HTTP specified date formats.
|
| HttpHeaderReader |
An abstract pull-based reader of HTTP headers.
|
| HttpHeaderReader.Event |
TODO javadoc.
|
| HttpHeaders |
An injectable interface that provides access to HTTP header information.
|
| HttpMethod |
Associates the name of a HTTP method with an annotation.
|
| HttpMethodOverrideFilter |
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.Source |
Enumeration representing possible sources of information about the method overriding
the filter should look for.
|
| HTTPMethods |
Java class for HTTPMethods.
|
| HttpUrlConnector |
|
| HttpUrlConnectorProvider |
Default Jersey client connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing.
|
| HttpUrlConnectorProvider.ConnectionFactory |
|
| ImmediateHk2InjectionManager |
Implementation of InjectionManager that is able to register and inject services.
|
| ImmutableCommonConfig |
Immutable runtime configuration.
|
| InboundMessageContext |
Base inbound message context implementation.
|
| InboundSseEvent |
Inbound Server-sent event.
|
| Include |
Java class for anonymous complex type.
|
| Inflecting<DATA,RESULT> |
Interface that is used to indicate that the instance provides an Inflector.
|
| Inflecting<T> |
Inflector provider resource model component.
|
| Inflector<DATA,RESULT> |
A generic interface for transforming data into a result.
|
| Initializable<T extends Initializable<T>> |
Initializable Jersey client-side component.
|
| InjectionManagerClientProvider |
Extension of InjectionManagerProvider which contains helper static methods
that extract InjectionManager from client specific JAX-RS components.
|
| InjectionManagerProvider |
Utility class with static methods that extract injection manager
from various JAX-RS components.
|
| InjectionResolverWrapper<T extends Annotation> |
This class wraps the jersey class InjectionResolver to make HK2 version of this
provided functionality.
|
| InputStreamProvider |
|
| InstanceSupplierFactoryBridge<T> |
|
| InterceptorContext |
Context shared by message body interceptors that can be used to wrap calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream) and MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream).
|
| InternalProperties |
Internal common (server/client) Jersey configuration properties.
|
| InternalServerErrorException |
|
| InternalServerProperties |
Jersey internal server-side configuration properties.
|
| Invocable |
A common interface for invocable resource components.
|
| Invocation |
A client request invocation.
|
| Invocation.Builder |
A client request invocation builder.
|
| InvocationBuilderListener |
Implementations of this interface will be notified when a new Invocation.Builder
is created.
|
| InvocationBuilderListener.InvocationBuilderContext |
|
| InvocationCallback<RESPONSE> |
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
|
| JaxrsProviders |
Jersey implementation of JAX-RS Providers contract.
|
| JaxrsProviders.ProvidersConfigurator |
|
| JerseyClassAnalyzer |
Implementation of the ClassAnalyzer that supports selection
of the constructor with largest number of parameters as defined in
and required by JAX-RS specification.
|
| JerseyClassAnalyzer.Binder |
Binder for the JAX-RS compliant class analyzer implementation.
|
| JerseyClient |
|
| JerseyClientBuilder |
|
| JerseyCompletionStageRxInvoker |
Implementation of Reactive Invoker for CompletionStage.
|
| JerseyErrorService |
Jersey implementation of HK2 Error Service to provide improved reporting
of HK2 issues, that may be otherwise hidden (ignored).
|
| JerseyErrorService.Binder |
Binder for the Jersey implementation of HK2 ErrorService contract.
|
| JerseyInvocation |
|
| JerseyInvocation.Builder |
|
| JerseyLink |
|
| JerseyLink.Builder |
|
| JerseyPriorities |
Built-in Jersey-specific priority constants to be used along with Priorities where finer-grained
categorization is required.
|
| JerseyProcessingUncaughtExceptionHandler |
Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
|
| JerseyQueryParamStyle |
JerseyQueryParamStyle is used to specify the desired format of query param
when multiple values are sent for the same parameter.
|
| JerseyRequestTimeoutHandler |
|
| JerseyResourceContext |
|
| JerseySeBootstrapConfiguration |
|
| JerseySeBootstrapConfiguration.Builder |
|
| JerseyServletContainerInitializer |
ServletContainerInitializer implementation used for Servlet 3.x deployment.
|
| JerseyUriBuilder |
|
| JerseyWebTarget |
|
| JSONP |
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 |
|
| Label |
A position in the bytecode of a method.
|
| LanguageTag |
A language tag.
|
| Link |
Java class for anonymous complex type.
|
| Link |
Class representing hypermedia links.
|
| Link.Builder |
Builder class for hypermedia links.
|
| Link.JaxbAdapter |
Deprecated. |
| Link.JaxbLink |
Deprecated. |
| LinkProvider |
Provider for Link Headers.
|
| LocaleProvider |
|
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
| LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
| LoggingFeature |
This feature enables logging request and/or response on client-side and/or server-side depending
on the context's RuntimeType.
|
| LoggingFeature.LoggingFeatureBuilder |
Builder class for logging feature configuration.
|
| LoggingFeature.Verbosity |
Verbosity determines how detailed message will be logged.
|
| LoggingFeatureAutoDiscoverable |
Auto-discoverable class that registers LoggingFeature based on configuration properties.
|
| ManagedAsync |
Indicates that the resource method to which the annotation has been applied
should be executed on a separate thread managed by an internal Jersey
executor service.
|
| ManagedAsyncExecutor |
|
| ManagedAsyncExecutorLiteral |
|
| ManagedObjectsFinalizer |
Invokes PreDestroy methods on all registered objects, when the injection manager is shut down.
|
| MappableExceptionWrapperInterceptor |
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message
body readers and writers into a mappable exception.
|
| MappableExceptionWrapperInterceptor.Binder |
|
| MapPropertiesDelegate |
Properties delegate backed by a Map.
|
| MatchingEntityTag |
A matching entity tag.
|
| MatrixParam |
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class
bean property.
|
| MediaType |
An abstraction for a media type.
|
| MediaTypeProvider |
Header delegate provider for MediaType.
|
| MediaTypes |
Common media types and functionality.
|
| MessageBodyFactory |
|
| MessageBodyFactory.MessageBodyWorkersConfigurator |
|
| MessageBodyProcessingException |
Jersey exception signaling that error occurred during reading or writing message body (entity).
|
| MessageBodyProviderNotFoundException |
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
|
| MessageBodyReader<T> |
Contract for a provider that supports the conversion of a stream to a Java type.
|
| MessageBodyWorkers |
|
| MessageBodyWriter<T> |
Contract for a provider that supports the conversion of a Java type to a stream.
|
| MessageProperties |
Jersey configuration properties for message & entity processing.
|
| MessageUtils |
Utility class with message related methods.
|
| MessagingBinders |
Binding definitions for the default set of message related providers (readers,
writers, header delegates).
|
| MessagingBinders.HeaderDelegateProviders |
Header delegate provider injection binder.
|
| MessagingBinders.MessageBodyProviders |
Message body providers injection binder.
|
| Method |
Java class for anonymous complex type.
|
| MethodHandler |
Resource method handler model.
|
| MethodList |
Iterable list of methods on a single class with convenience getters for
additional method information.
|
| MethodList.Filter |
Method list filter.
|
| MethodTooLargeException |
Exception thrown when the Code attribute of a method produced by a ClassWriter is too
large.
|
| MethodVisitor |
A visitor to visit a Java method.
|
| ModelErrors |
|
| ModelHelper |
Common model helper methods.
|
| ModelProcessor |
Contract for a model processors that processes resource models during application initialization
and resource returned by sub resource locators.
|
| ModelProcessorUtil |
Helper class with methods supporting processing resource model by model processors.
|
| ModelProcessorUtil.Method |
Method bean containing basic information about enhancing resource method.
|
| ModelValidationException |
Resource model validation exception.
|
| ModuleVisitor |
A visitor to visit a Java module.
|
| MonitoringStatistics |
Monitoring statistics return statistic information about application run like number of requests received,
duration of request processing, number of successfully processed requests, statistical information about
execution of methods and resources, information about matching.
|
| MonitoringStatisticsListener |
A Jersey specific provider that listens to monitoring statistics.
|
| MsgTraceEvent |
Common tracing events.
|
| MultivaluedHashMap<K,V> |
|
| MultivaluedMap<K,V> |
A map of key-values pairs.
|
| NameBinding |
Meta-annotation used to create name binding annotations for filters and interceptors.
|
| NameBound |
Model component that can be name bound.
|
| NewCookie |
Used to create a new HTTP cookie, transferred in a response.
|
| NewCookie.AbstractNewCookieBuilder<T extends NewCookie.AbstractNewCookieBuilder<T>> |
|
| NewCookie.Builder |
|
| NewCookie.SameSite |
The available values for the SameSite cookie attribute.
|
| NewCookieProvider |
|
| NoContentException |
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length
message content to indicate that the message body reader is not able to produce an instance representing an
zero-length message content.
|
| NotAcceptableException |
A runtime exception indicating that a client request is not
acceptable by the server.
|
| NotAllowedException |
A runtime exception indicating a client requesting a resource method that is
not allowed.
|
| NotAuthorizedException |
A runtime exception indicating request authorization failure caused by one of the following scenarios:
a client did not send the required authorization credentials to access the requested resource, i.e.
|
| NotFoundException |
A runtime exception indicating a resource requested by a client was not found on the server.
|
| NotSupportedException |
A runtime exception indicating that the client request entity media type is
not supported.
|
| NullOutputStream |
A "dev/null" output stream - an output stream implementation that discards all the
data written to it.
|
| ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.research.ws.wadl package.
|
| Opcodes |
The JVM opcodes, access flags and array type codes.
|
| Option |
Java class for anonymous complex type.
|
| OPTIONS |
Indicates that the annotated method responds to HTTP OPTIONS requests.
|
| OptionsMethodProcessor |
|
| OsgiRegistry |
Utility class to deal with OSGi runtime specific behavior.
|
| OutboundJaxrsResponse |
An outbound JAX-RS response message.
|
| OutboundJaxrsResponse.Builder |
Outbound JAX-RS Response.ResponseBuilder implementation.
|
| OutboundMessageContext |
Base outbound message context implementation.
|
| OutboundMessageContext.StreamProvider |
The callback interface which is used to get the terminal output stream into which the entity should be
written and to inform the implementation about the entity size.
|
| OutboundSseEvent |
Representation of a single outbound Server-sent event.
|
| OutboundSseEvent.Builder |
|
| Param |
Java class for anonymous complex type.
|
| ParamConverter<T> |
Defines a contract for a delegate responsible for converting between a String form of a message parameter
value and the corresponding custom Java type T.
|
| ParamConverter.Lazy |
Mandates that a conversion of any default value delegated to a parameter
converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
|
| ParamConverterProvider |
|
| Parameter |
|
| Parameter |
Method parameter model.
|
| Parameter.BeanParameter |
Bean Parameter class represents a parameter annotated with BeanParam which in fact represents
additional set of parameters.
|
| Parameter.ParamAnnotationHelper<T extends Annotation> |
|
| Parameter.ParamCreationFactory<PARAMETER extends Parameter> |
A factory service to found in a runtime to be used to instantiate the given Parameter class.
|
| Parameter.ParameterService |
|
| Parameter.ServerParameterService |
|
| Parameter.Source |
Parameter injection sources type.
|
| Parameterized |
Used in the resource model to capture information on method parameters.
|
| ParameterizedHeader |
A general parameterized header.
|
| ParameterUpdater<T,R> |
Provider that converts the an object of a custom Java type
values to String / Collection<String>> type
|
| ParameterUpdaterProvider |
Provider of parameter updater.
|
| ParameterValueHelper |
Utility methods for retrieving values or value providers for the
parameterized resource model components.
|
| ParamException |
|
| ParamException.CookieParamException |
|
| ParamException.FormParamException |
A parameter exception for errors with FormParam.
|
| ParamException.HeaderParamException |
|
| ParamException.MatrixParamException |
A URI-parameter-based exception for errors with MatrixParam.
|
| ParamException.PathParamException |
A URI-parameter-based exception for errors with PathParam.
|
| ParamException.QueryParamException |
A URI-parameter-based exception for errors with QueryParam.
|
| ParamException.UriParamException |
An abstract parameter exception for the class of URI-parameter-based
exceptions.
|
| ParamQualifier |
A meta-annotation that identifies an annotation as a parameter-based
annotation.
|
| ParamStyle |
Java class for ParamStyle.
|
| ParamValueFactoryWithSource<T> |
|
| PATCH |
Indicates that the annotated method responds to HTTP PATCH requests.
|
| Path |
Identifies the URI path that a resource class or class method will serve requests for.
|
| PathParam |
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method
parameter, resource class field, or resource class bean property.
|
| PathPattern |
A path pattern that is a regular expression generated from a URI path
template.
|
| PathPattern.RightHandPath |
The set of right hand path patterns that may be appended to a path
pattern.
|
| PathSegment |
Represents a URI path segment and any associated matrix parameters.
|
| PathTemplate |
A URI template for a URI path.
|
| PatternWithGroups |
A pattern for matching a string against a regular expression
and returning capturing group values for any capturing groups present in
the expression.
|
| PersistenceUnitBinder |
Persistence unit injection binder.
|
| POST |
Indicates that the annotated method responds to HTTP POST requests.
|
| PostInvocationInterceptor |
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
|
| PostInvocationInterceptor.ExceptionContext |
The context providing information when the Throwable (typically, the RuntimeException) is caught.
|
| PreInvocationInterceptor |
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
|
| PreMatching |
Global binding annotation that can be applied to a container request filter to
indicate that such filter should be applied globally on all resources in the application before the actual resource
matching occurs.
|
| Priorities |
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their
jakarta.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
|
| ProcessingException |
A base JAX-RS runtime processing exception.
|
| ProcessingProviders |
Injectable encapsulating class containing processing providers like filters, interceptors,
name bound providers, dynamic features.
|
| Produces |
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can
produce.
|
| Producing |
Model component that is able to produce media types.
|
| PropertiesDelegate |
TODO: javadoc.
|
| PropertiesResolver |
|
| Provider |
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider
scanning phase.
|
| Providers |
An injectable interface providing runtime lookup of provider instances.
|
| PUT |
Indicates that the annotated method responds to HTTP PUT requests.
|
| Qualified |
Quality factor for acceptable header types represented as a "parts per thousand" (i.e.
|
| Quality |
Quality parameter constants.
|
| QualitySourceMediaType |
A quality source media type.
|
| QueryParam |
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class
bean property.
|
| RankedComparator<T> |
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase
( Configuration) in ranked provider.
|
| RankedComparator.Order |
Defines which ordering should be used for sorting.
|
| RankedProvider<T> |
Jersey ranked provider model.
|
| ReaderInterceptor |
|
| ReaderInterceptorContext |
Context class used by ReaderInterceptor to intercept calls to (@link
jakarta.ws.rs.ext.MessageBodyReader#readFrom}.
|
| ReaderInterceptorExecutor |
Represents reader interceptor chain executor for both client and server side.
|
| ReaderModel |
|
| ReaderProvider |
|
| ReaderWriter |
A utility class for reading and writing using byte and character streams.
|
| RecordComponentVisitor |
A visitor to visit a record component.
|
| RedirectionException |
A runtime application exception indicating a request redirection (HTTP 3xx status codes).
|
| RenderedImageProvider |
Provider for marshalling/un-marshalling of graphical image data represented as
image/*, application/x-www-form-urlencoded entity types to
rendered and from rendered or
buffered image instance.
|
| Representation |
Java class for anonymous complex type.
|
| Request |
Java class for anonymous complex type.
|
| Request |
An injectable helper for request processing, all methods throw an IllegalStateException if called outside the
scope of a request (e.g.
|
| RequestAuthenticationException |
Exception thrown by security request authentication.
|
| RequestContext |
Class is able to communicate with RequestScope and provide request-scoped descriptors to HK2 DI provider to create or
destroy instances.
|
| RequestContext |
Wrapper for externally provided request context data.
|
| RequestContext.Binder |
Request scope injection binder.
|
| RequestEntityProcessing |
|
| RequestEvent |
An event informing about details of a request processing.
|
| RequestEvent.ExceptionCause |
Describes the origin of the exception.
|
| RequestEvent.Type |
The type of the event which describes in which request processing phase the event
is triggered.
|
| RequestEventListener |
|
| RequestProcessingInitializationStage |
Function that can be put to an acceptor chain to properly initialize
the client-side request-scoped processing injection for the current
request and response exchange.
|
| RequestScope |
Scopes a single request/response processing execution on a single thread.
|
| RequestScope.RequestScopeConfigurator |
|
| RequestScoped |
Request scope binding annotation.
|
| RequestScopedInitializer |
Custom initialization provider that is guaranteed to be run from within an active
request scope.
|
| Resource |
Java class for anonymous complex type.
|
| Resource |
Model of a single resource component.
|
| Resource.Builder |
Resource model component builder.
|
| ResourceConfig |
The resource configuration for configuring a web application.
|
| ResourceContext |
The resource context provides access to instances of resource classes.
|
| ResourceFinder |
An interface used for finding and opening (loading) new resources.
|
| ResourceInfo |
An injectable class to access the resource class and resource method matched by the current request.
|
| ResourceMethod |
Model of a method available on a resource.
|
| ResourceMethod.Builder |
Resource method model builder.
|
| ResourceMethod.JaxrsType |
Resource method classification based on the recognized JAX-RS
resource method types.
|
| ResourceMethodDispatcher |
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 |
|
| ResourceMethodDispatcherFactory |
A resource method dispatcher provider factory.
|
| ResourceMethodInvocationHandlerFactory |
|
| ResourceMethodInvocationHandlerProvider |
|
| ResourceMethodInvoker |
Server-side request-response inflector for invoking methods
of annotation-based resource classes.
|
| ResourceMethodInvoker.Builder |
Resource method invoker helper.
|
| ResourceMethodInvokerConfigurator |
|
| ResourceMethodMXBean |
MXBean interface of resource method MXBeans.
|
| ResourceMethodStatistics |
Monitoring statistics an of an execution of the resource method.
|
| ResourceModel |
Resource model of the deployed application which contains set of root resources.
|
| ResourceModel.Builder |
|
| ResourceModelComponent |
Marker interface for all abstract resource model components,
so that they can be traversed using a visitor pattern.
|
| ResourceModelConfigurator |
Configurator which binds providers and resources into InjectionManager.
|
| ResourceModelIssue |
Resource model validity issue.
|
| ResourceModelVisitor |
Following the visitor pattern, this interface allows implementing processors
traversing all abstract model components present in a given model.
|
| ResourceMXBean |
MXBean interface of resource MXBeans.
|
| Resources |
Java class for anonymous complex type.
|
| ResourceStatistics |
Monitoring statistics of the resource.
|
| ResourceType |
Java class for anonymous complex type.
|
| Response |
Java class for anonymous complex type.
|
| Response |
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to
the runtime.
|
| Response.ResponseBuilder |
A class used to build Response instances that contain metadata instead of or in addition to an entity.
|
| Response.Status |
|
| Response.Status.Family |
An enumeration representing the class of status code.
|
| Response.StatusType |
Base interface for statuses used in responses.
|
| ResponseAuthenticationException |
Exception thrown by security response authentication.
|
| ResponseErrorMapper |
Contract for a provider that maps response processing errors to Response.
|
| ResponseMXBean |
MXBean interface of response MXBean.
|
| ResponseProcessingException |
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
|
| ResponseStatistics |
Monitoring statistics of responses produced by application.
|
| ResponseWriter |
|
| RolesAllowedDynamicFeature |
A DynamicFeature supporting the jakarta.annotation.security.RolesAllowed,
jakarta.annotation.security.PermitAll and jakarta.annotation.security.DenyAll
on resource methods and sub-resource methods.
|
| Routed |
Marker interface for all resource model components that contain path information
usable for routing.
|
| RuntimeDelegate |
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to
methods of RuntimeDelegate for their functionality.
|
| RuntimeDelegate.HeaderDelegate<T> |
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and
the corresponding JAX-RS type T.
|
| RuntimeDelegateDecorator |
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
|
| RuntimeDelegateImpl |
|
| RuntimeDelegateImpl |
|
| RuntimeResource |
Runtime resource is a group of resources with the same path
regular expression.
|
| RuntimeResourceModel |
Runtime Resource model contains structured information about runtime resources.
|
| RuntimeResourceModelValidator |
Runtime resource model validator validating ambiguity of resource methods.
|
| RuntimeType |
Enumeration of JAX-RS runtime types.
|
| RxInvoker<T> |
Uniform interface for reactive invocation of HTTP methods.
|
| RxInvokerProvider<T extends RxInvoker> |
|
| ScheduledExecutorServiceProvider |
An extension contract for providing pluggable scheduled executor service providers to be used by
Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a
Jersey runtime processing task.
|
| ScheduledThreadPoolExecutorProvider |
|
| Scoped |
Scoped Jersey application model component.
|
| SeBootstrap |
Bootstrap class used to startup a JAX-RS application in Java SE environments.
|
| SeBootstrap.Configuration |
Provides information needed by the JAX-RS implementation for bootstrapping an application.
|
| SeBootstrap.Configuration.Builder |
|
| SeBootstrap.Configuration.SSLClientAuthentication |
Secure socket client authentication policy
|
| SeBootstrap.Instance |
Handle of the running application instance.
|
| SeBootstrap.Instance.StopResult |
Result of stopping the application instance.
|
| SecurityContext |
An injectable interface that provides access to security related information.
|
| ServerBootstrapBag |
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
|
| ServerConfig |
Server-side application configuration.
|
| ServerErrorException |
A base runtime application exception indicating a server error (HTTP 5xx status codes).
|
| ServerFiltersAutoDiscoverable |
Enable auto-discoverable of certain server filters.
|
| ServerProperties |
Jersey server-side configuration properties.
|
| ServerRuntime |
Server-side request processing runtime.
|
| ServerTraceEvent |
Server side tracing events.
|
| ServiceConfigurationError |
Error thrown when something goes wrong while looking up service providers.
|
| ServiceFinder<T> |
A simple service-provider lookup mechanism.
|
| ServiceFinder.DefaultServiceIteratorProvider |
The default service iterator provider that looks up provider classes in
META-INF/services files.
|
| ServiceFinder.ServiceIteratorProvider |
Supports iteration of provider instances or classes.
|
| ServiceFinderBinder<T> |
Simple ServiceFinder injection binder.
|
| ServiceUnavailableException |
|
| ServletContainer |
A Servlet or Filter for deploying root resource classes.
|
| ServletContainerProviderFactory |
Factory class to get all "registered" implementations of ServletContainerProvider.
|
| ServletProperties |
Jersey servlet container configuration properties.
|
| Severity |
Common severity.
|
| SourceProvider |
|
| SourceProvider.DomSourceReader |
Provider for marshalling/un-marshalling DOMSource instances.
|
| SourceProvider.SaxSourceReader |
Provider for un-marshalling SAXSource instances.
|
| SourceProvider.SourceWriter |
Provider for marshaling Source instances.
|
| SourceProvider.StreamSourceReader |
|
| Sse |
|
| SseBroadcaster |
Server-Sent events broadcasting facility.
|
| SseEvent |
Base Server Sent Event definition.
|
| SseEventSink |
Outbound Server-Sent Events stream.
|
| SseEventSource |
|
| SseEventSource.Builder |
|
| SseTypeResolver |
|
| SslConfigurator |
Utility class, which helps to configure SSLContext instances.
|
| Stage<DATA> |
Data processing stage that can be used to create dynamic data processing chains.
|
| Stage.Builder<DATA> |
Linear stage chain builder.
|
| Stage.Continuation<DATA> |
Data processing stage continuation.
|
| Stages |
A stage-related collection of utility methods.
|
| Stages.LinkedStage<DATA> |
Linked linear stage implementation.
|
| Statuses |
|
| StreamingOutput |
A type that may be used as a resource method return value or as the entity in a Response when the application
wishes to stream the output.
|
| StreamingOutputProvider |
|
| StringBuilderUtils |
|
| StringHeaderProvider |
|
| SubjectSecurityContext |
Security context that allows establishing a subject before a resource method
or a sub-resource locator is called.
|
| SupplierFactoryBridge<T> |
This class is able to find the Supplier of the particular type and use this Supplier to create a new
instance.
|
| Suspendable |
Jersey model component that is suspendable and may hold suspend-related
information.
|
| Suspended |
|
| SyncInvoker |
Uniform interface for synchronous invocation of HTTP methods.
|
| ThreadLocalInvoker<T> |
A proxy invocation handler that delegates all methods to a thread local instance.
|
| ThreadLocalNamedInvoker<T> |
A proxy invocation handler that delegates all methods to a thread local instance from JNDI.
|
| ThreadPoolExecutorProvider |
|
| TimeoutHandler |
Asynchronous response suspend time-out handler.
|
| TimeWindowStatistics |
Monitoring statistics of execution of any target (resource, resource method, application).
|
| Token |
A token.
|
| TracingAwarePropertiesDelegate |
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to
tracing support related classes (e.g.
|
| TracingConfig |
|
| TracingLogger |
Low level Tracing support API.
|
| TracingLogger.Event |
Type of event.
|
| TracingLogger.Level |
Level of tracing message.
|
| TracingUtils |
Utilities for tracing support.
|
| Type |
A Java field or method type.
|
| TypePath |
The path to a type argument, wildcard bound, array element type, or static inner type within an
enclosing type.
|
| TypeReference |
A reference to a type appearing in a class, field or method declaration, or on an instruction.
|
| Uri |
Injects a resource target pointing at
a resource identified by the resolved URI into a method parameter,
class field or a bean property.
|
| UriBuilder |
URI template-aware utility class for building URIs from their components.
|
| UriBuilderException |
|
| UriComponent |
Utility class for validating, encoding and decoding components
of a URI.
|
| UriComponent.Type |
The URI component type.
|
| UriConnegFilter |
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.
|
| UriInfo |
An injectable interface that provides access to application and request URI information.
|
| UriProvider |
|
| UriTemplate |
A URI template.
|
| UriTemplateParser |
A URI template parser that parses JAX-RS specific URI templates.
|
| Utils |
Utility class.
|
| Utils |
Utility class.
|
| ValidationInterceptor |
Interceptor for method validation processing.
|
| ValidationInterceptorContext |
|
| ValueParamProvider |
Parameter value factory SPI.
|
| ValueParamProvider.Priority |
Enumeration of priorities for providers (e.g.
|
| ValueParamProvider.PriorityType |
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.
|
| Variant |
Abstraction for a resource representation variant.
|
| Variant.VariantListBuilder |
A builder for a list of representation variants.
|
| VariantListBuilder |
|
| VariantSelector |
Utility for selecting variant that best matches request from a list of variants.
|
| Version |
Utility class for reading build.properties file.
|
| WadlApplicationContext |
A context to obtain WADL-based information.
|
| WadlApplicationContextImpl |
WADL application context implementation.
|
| WadlAutoDiscoverable |
AutoDiscoverable registering WadlFeature if this feature
is not already registered.
|
| WadlBuilder |
This class implements the algorithm how the wadl is built for one or more Resource
classes.
|
| WadlFeature |
Feature enabling WADL processing.
|
| WadlGenerator |
A WadlGenerator creates artifacts related to wadl.
|
| WadlGenerator.ExternalGrammarDefinition |
And internal storage object to store the grammar definitions and
any type resolvers that are created along the way.
|
| WadlGenerator.Resolver |
Call back interface that the created external grammar can use
to allow other parts of the code to attach the correct grammar information.
|
| WadlGeneratorConfig |
Provides a configured WadlGenerator with all decorations (the default
wadl generator decorated by other generators).
|
| WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder |
|
| WadlGeneratorConfigLoader |
|
| WadlGeneratorDescription |
|
| WadlGeneratorImpl |
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
|
| WadlModelProcessor |
WADL model processor which enhance resource model by WADL related resources (like "/application.wadl").
|
| WadlModelProcessor.OptionsHandler |
OPTIONS resource method handler that serves resource WADL.
|
| WadlResource |
|
| WadlUtils |
Utils for wadl processing.
|
| WebApplicationException |
Runtime exception for applications.
|
| WebComponent |
An common Jersey web component that may be extended by a Servlet and/or
Filter implementation, or encapsulated by a Servlet or Filter implementation.
|
| WebConfig |
The Web configuration for accessing initialization parameters of a Web
component and the ServletContext.
|
| WebConfig.ConfigType |
The web configuration type.
|
| WebFilterConfig |
A filter based web config.
|
| WebServer |
Jersey service contract for self-contained servers.
|
| WebServerFactory |
Factory for creating specific HTTP servers.
|
| WebServerProvider |
Service-provider interface for creating server instances.
|
| WebServletConfig |
A servlet based web config.
|
| WebTarget |
A resource target identified by the resource URI.
|
| WriterInterceptor |
|
| WriterInterceptorContext |
|
| WriterInterceptorExecutor |
Represents writer interceptor chain executor for both client and server side.
|
| WriterModel |
|
| XmlHeader |
Allows to specify XML header for XML output produced by a resource method
it is attached to.
|