All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
Class |
Description |
AbortException |
Internal exception indicating that request processing has been aborted
in the request filter processing chain.
|
AbstractAuthorizationCodeGrantBuilder<T extends OAuth2CodeGrantFlow.Builder> |
|
AbstractBinder |
Implementation of Binder interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI.
|
AbstractChainableStage<DATA> |
Abstract chainable linear acceptor.
|
AbstractCollectionJaxbProvider |
An abstract provider for T[] , Collection<T> ,
and its subtypes as long as they have the public default constructor or
are interfaces implemented by one the following classes:
ArrayList
LinkedList
HashSet
TreeSet
Stack
T must be a JAXB type annotated with XmlRootElement .
|
AbstractCollectionJaxbProvider.JaxbTypeChecker |
This is to allow customized JAXB collections checking.
|
AbstractContainerLifecycleListener |
|
AbstractEntityProcessor |
Common entity processor supposed to be used as a base class for custom implementations.
|
AbstractEntityProviderModel<T> |
Abstract entity provider model.
|
AbstractExecutorProvidersConfigurator |
|
AbstractFormProvider<T> |
Abstract base class for form entity types marshalling & un-marshalling support.
|
AbstractHk2InjectionManager |
Abstract class dedicated to implementations of InjectionManager providing several convenient methods.
|
AbstractJavaResourceMethodDispatcher |
Abstract resource method dispatcher that provides skeleton implementation of
dispatching requests to a particular Java method using supplied
Java method invocation handler .
|
AbstractJaxbElementProvider |
An abstract provider for JAXBElement .
|
AbstractJaxbProvider<T> |
A base class for implementing JAXB-based readers and writers.
|
AbstractMessageReaderWriterProvider<T> |
Abstract entity provider (reader and writer) base class.
|
AbstractObjectProvider<T> |
|
AbstractObjectProvider.EntityContext |
Class to be used as a key in cache (EntityContext -> filtering object) when processing similar requests.
|
AbstractParamValueExtractor<T> |
Abstract base class for implementing multivalued parameter value extractor
logic supplied using parameter converters .
|
AbstractResourceFinderAdapter |
|
AbstractResourceModelVisitor |
|
AbstractRootElementJaxbProvider |
An abstract provider for JAXB types that are annotated with
XmlRootElement or XmlType .
|
AbstractRuntimeDelegate |
An abstract implementation of RuntimeDelegate that
provides support common to the client and server.
|
AbstractRxInvoker<T> |
Default implementation of reactive invoker .
|
AbstractServiceFinderConfigurator<T> |
Simple ServiceFinder configuration.
|
AbstractSlidingWindowTimeReservoir<V> |
An abstract TimeReservoir implementation backed by a sliding window that stores only the measurements made in the last
N seconds (or other startTime unit) and allows an update with data that happened in past (which is what makes it
different from Dropwizard's Metrics SlidingTimeWindowReservoir.
|
AbstractSlidingWindowTimeReservoir.DefaultSlidingWindowTrimmerHolder |
The holder of the lazy loaded instance of the default trimmer.
|
AbstractThreadPoolProvider<E extends java.util.concurrent.ThreadPoolExecutor> |
Abstract thread pool executor provider.
|
AbstractTimeSnapshot |
Base implementation of UniformTimeSnapshot .
|
AbstractValueParamProvider |
A parameter value provider that provides parameter value factories
which are using MultivaluedParameterExtractorProvider to extract parameter
values from the supplied multivalued
parameter map .
|
AbstractXmlFactory<T> |
Gathers common functionality for Supplier instances handling XML data.
|
AcceptableLanguageTag |
An acceptable language tag.
|
AcceptableMediaType |
An acceptable media type.
|
AcceptableToken |
An acceptable token.
|
AccessToken |
Access Token class (credentials issued by the Service Provider for the user).
|
AccessTokenResource |
Resource handling access token requests.
|
AggregatedSlidingWindowTimeReservoir |
Aggregated sliding window time reservoir stores aggregated measurements in a time window of given size.
|
AggregatedValueObject |
Aggregated value object stores aggregated measurements for provided set of data.
|
AggregatingTrimmer |
An aggregating trimmer for sliding window measurements.
|
AliasBinding |
Injection binding description used to describe the aliases to main Binding .
|
AnnotatedMethod |
Annotated method representation.
|
AnnotationAcceptingListener |
A scanner listener that processes Java class files (resource names
ending in ".class") annotated with one or more of a set of declared
annotations.
|
AnnotationBundleKey |
Helper class used to allow efficient caching of information,
given a sequence of Annotations.
|
AnnotationDocType |
The documentation type for annotations.
Created on: Jun 12, 2008
|
AnnotationLiteral<T extends java.lang.annotation.Annotation> |
Supports inline instantiation of annotation type instances.
|
Annotations |
Enumeration that defines standard annotation sets available for configuring
data binding aspects.
|
ApacheClientProperties |
|
ApacheConnector |
A Connector that utilizes the Apache HTTP Client to send and receive
HTTP request and responses.
|
ApacheConnector.ConnectionFactory |
|
ApacheConnector.HttpClientConnection |
|
ApacheConnector.HttpClientResponseInputStream |
|
ApacheConnectorProvider |
Connector provider for Jersey connectors that utilize
Apache HTTP Client to send and receive HTTP request and responses.
|
Application |
Java class for anonymous complex type.
|
ApplicationConfigurator |
|
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
|
ApplicationDocs |
The wrapper root document for multiple Doc elements.
|
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.
|
ApplicationEventImpl |
|
ApplicationEventListener |
|
ApplicationHandler |
Jersey server-side application handler.
|
ApplicationHandler.FutureResponseWriter |
|
ApplicationHandler.WorkersToStringTransform<T> |
|
ApplicationInfo |
Monitoring configuration of an application.
|
ApplicationInfoImpl |
Application statistics.
|
ApplicationInfoListener |
|
ApplicationMXBean |
Application MX Bean.
|
ApplicationMXBeanImpl |
|
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.
|
AsyncContextDelegateProviderImpl.ExtensionImpl |
|
AsynchronousBodyInputStream |
TODO Some of the operations added for async.
|
AsynchronousBodyInputStream.Mode |
|
AsynchronousBodyInputStream.StateChangeLister |
Internal listener, so that the connection pool knows when the body has been read,
so it can reuse/close the connection.
|
AsyncResponseValueParamProvider |
Value factory provider supporting the Suspended injection annotation.
|
AuthCodeGrantImpl |
|
AuthCodeGrantImpl.Builder |
Builder implementation.
|
AuthCodeGrantImpl.DefaultTokenMessageBodyReader |
|
AutoDiscoverable |
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations .
|
AutoDiscoverableConfigurator |
|
BackgroundScheduler |
Injection qualifier that can be used to inject a ScheduledExecutorService
instance used by Jersey to execute background timed/scheduled tasks.
|
BackgroundSchedulerLiteral |
|
Base64 |
Utility class that implements base64 encoding and decoding.
|
Base64 |
Base64 encoding util class.
|
BasicAuthenticator |
Implementation of Basic Http Authentication method (RFC 2617).
|
BasicTypesMessageProvider |
The basic types message body provider for MediaType.TEXT_PLAIN media type.
|
BasicTypesMessageProvider.PrimitiveTypes |
|
BeanParamValueParamProvider |
Value factory provider for bean parameters .
|
BeanParamValueParamProvider.BeanParamValueProvider |
|
Beta |
Marker of a public Jersey API that is still in "beta" non-final version.
|
Binder |
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
|
Binding<T,D extends Binding> |
Abstract injection binding description of a bean.
|
Bindings |
Utility class to create a new injection binding descriptions for arbitrary Java beans.
|
BodyInputStream |
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
|
BodyOutputStream |
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
|
BodyPart |
A mutable model representing a body part nested inside a MIME MultiPart entity.
|
BodyPartEntity |
Proxy class representing the entity of a BodyPart when a
MultiPart entity is received and parsed.
|
BodyPartsList |
Custom List implementation that maintains parentage information automatically.
|
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 |
|
Boundary |
Utility for creating boundary parameters.
|
Broadcaster<T> |
Used for broadcasting response chunks to multiple ChunkedOutput instances.
|
Broadcaster.Task<T> |
|
BroadcasterListener<T> |
Listener interface that can be implemented to listen to events fired by Broadcaster object.
|
BufferedBodyOutputStream |
|
BufferedBodyOutputStream.Mode |
|
BundleSchemeResourceFinderFactory |
Preparations for OSGi support.
|
ByteArrayProvider |
Default Jersey byte array entity provider (reader and writer).
|
ByteBufferInputStream |
An InputStream backed by a queue of byte buffers
to be read.
|
Cache<K,V> |
Cache implementation that relies on FutureTask.
|
Cache.CycleHandler<K> |
Should a cycle be detected during computation of a value
for given key, this interface allows client code to register
a callback that would get invoked in such a case.
|
CacheControlProvider |
|
CachingConnectorProvider |
Caching connector provider.
|
ChainableStage<DATA> |
Linear acceptor that can be composed into a chain.
|
CharacterIterator |
Iterator which iterates through the input string and returns characters from that string.
|
ChunkedBodyOutputStream |
Body stream that can operate either synchronously or asynchronously.
|
ChunkedBodyOutputStream.Listener |
Set a close listener which will be called when the user closes the stream.
|
ChunkedBodyOutputStream.Mode |
|
ChunkedInput<T> |
Response entity type used for receiving messages in "typed" chunks.
|
ChunkedInput.AbstractBoundaryParser |
|
ChunkedInput.FixedBoundaryParser |
|
ChunkedInput.FixedMultiBoundaryParser |
|
ChunkedInputReader |
|
ChunkedOutput<T> |
Used for sending messages in "typed" chunks.
|
ChunkedResponseWriter |
|
ChunkParser |
Chunk data parser.
|
ClassBinding<T> |
Injection binding description of a bean bound via its a Java class.
|
ClassDocType |
The documentation type for classes.
Created on: Jun 12, 2008
|
ClassKey |
Efficient key class, used instead of using Class .
|
ClassTypePair |
A pair of raw class and the related type.
|
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 |
|
ClientBinder |
Registers all binders necessary for Client runtime.
|
ClientBinder.PropertiesDelegateFactory |
|
ClientBinder.RequestContextInjectionFactory |
|
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.
|
ClientConfig |
Jersey externalized implementation of client-side JAX-RS configurable contract.
|
ClientConfig.RuntimeConfigConfigurator |
|
ClientConfig.State |
Default encapsulation of the internal configuration state.
|
ClientConfig.State.StateChangeStrategy |
Configuration state change strategy.
|
ClientExecutor |
Executor for client async processing and background task scheduling.
|
ClientExecutorProvidersConfigurator |
|
ClientExecutorProvidersConfigurator.ClientExecutorServiceProvider |
|
ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider |
|
ClientFilteringStages |
Client filtering stage factory.
|
ClientFilteringStages.RequestFilteringStage |
|
ClientFilteringStages.ResponseFilterStage |
|
ClientIdentifier |
Client Identifier that contains information about client id and client secret issues by a
Service Provider for application.
|
ClientLifecycleListener |
Jersey client lifecycle listener contract.
|
ClientLoggingFilter |
Client filter logs requests and responses to specified logger, at required level, with entity or not.
|
ClientProperties |
Jersey client implementation configuration properties.
|
ClientRequest |
Jersey client request context.
|
ClientResponse |
Jersey client response context.
|
ClientRuntime |
Client-side request processing runtime.
|
CloseableService |
A closeable service to add instances of Closeable that
are required to be closed.
|
Closing |
A helper class to aid the closing of InputStream .
|
Closure<T> |
Closure interface.
|
CollectionExtractor<T> |
Extract parameter value as a typed collection.
|
CollectionExtractor.ListValueOf<T> |
|
CollectionExtractor.SetValueOf<T> |
|
CollectionExtractor.SortedSetValueOf<T> |
|
CombinedMediaType |
Represents function S as defined in the Request Matching part of the spec.
|
CombinedMediaType.EffectiveMediaType |
Media type extended by flag indicating whether media type was
obtained from user annotations Consumes or Produces or has no
annotation and therefore was derived from MessageBodyWorkers .
|
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.
|
CommonConfig.FeatureRegistration |
A single feature registration record.
|
CommonProperties |
Common (server/client) Jersey configuration properties.
|
CommonScopeProvider |
|
CompletableReader<T> |
A MessageBodyReader may implement this interface to signal that
reading from the underlying input stream can be fully completed.
|
CompletionHandler<E> |
A callback to notify about asynchronous I/O operations status updates.
|
ComponentBag |
An internal Jersey container for custom component classes and instances.
|
ComponentBag.ImmutableComponentBag |
|
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.
|
ComponentProviderConfigurator |
|
CompositeApplicationEventListener |
|
CompositeBinder |
Utility class which is able to install several binders and register them as a whole.
|
CompositeRequestEventListener |
|
CompositeResourceFinder |
|
ConcurrentHashMapV8<K,V> |
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
ConcurrentHashMapV8.BaseIterator<K,V> |
Base of key, value, and entry Iterators.
|
ConcurrentHashMapV8.CollectionView<K,V,E> |
Base class for views.
|
ConcurrentHashMapV8.CounterCell |
|
ConcurrentHashMapV8.CounterHashCode |
Holder for the thread-local hash code determining which
CounterCell to use.
|
ConcurrentHashMapV8.EntryIterator<K,V> |
|
ConcurrentHashMapV8.EntrySetView<K,V> |
A view of a ConcurrentHashMapV8 as a Set of (key, value)
entries.
|
ConcurrentHashMapV8.ForwardingNode<K,V> |
A node inserted at head of bins during transfer operations.
|
ConcurrentHashMapV8.KeyIterator<K,V> |
|
ConcurrentHashMapV8.KeySetView<K,V> |
A view of a ConcurrentHashMapV8 as a Set of keys, in
which additions may optionally be enabled by mapping to a
common value.
|
ConcurrentHashMapV8.MapEntry<K,V> |
Exported Entry for EntryIterator
|
ConcurrentHashMapV8.Node<K,V> |
Key-value entry.
|
ConcurrentHashMapV8.ReservationNode<K,V> |
A place-holder node used in computeIfAbsent and compute
|
ConcurrentHashMapV8.Segment<K,V> |
Stripped-down version of helper class used in previous version,
declared for the sake of serialization compatibility
|
ConcurrentHashMapV8.Traverser<K,V> |
Encapsulates traversal for methods such as containsValue; also
serves as a base class for other iterators and spliterators.
|
ConcurrentHashMapV8.TreeBin<K,V> |
TreeNodes used at the heads of bins.
|
ConcurrentHashMapV8.TreeNode<K,V> |
Nodes for use in TreeBins
|
ConcurrentHashMapV8.ValueIterator<K,V> |
|
ConcurrentHashMapV8.ValuesView<K,V> |
A view of a ConcurrentHashMapV8 as a Collection of
values, in which additions are disabled.
|
ConfiguredValidator |
Configured validator for Jersey validation purposes.
|
Connector |
Client transport connector extension contract.
|
ConnectorConfiguration |
A container for connector configuration to make it easier to move around.
|
ConnectorConfiguration.ProxyConfiguration |
|
ConnectorProvider |
Jersey client connector provider contract.
|
Constants |
|
ConsumerCredentials |
Consumer credentials class (credentials issued by the Service Provider for the application).
|
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.
|
ContainerFilteringStage |
Container filtering stage responsible for execution of request and response filters
on each request-response message exchange.
|
ContainerFilteringStage.ResponseFilterStage |
|
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.
|
ContainerProviderConfigurator |
|
ContainerRequest |
Jersey container request context.
|
ContainerResponse |
Jersey container response context.
|
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.
|
ContentDisposition |
A content disposition header.
|
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> |
Builder to build content disposition.
|
ContentEncoder |
Standard contract for plugging in content encoding support.
|
ContextInjectionResolver |
A marker interface to InjectionResolver<Context> .
|
ContextInjectionResolverImpl |
Injection resolver for @Context injection annotation.
|
ContextInjectionResolverImpl.Binder |
Context injection resolver binder.
|
ContextInjectionResolverImpl.CacheKey |
Key dedicated for internal cache mechanism because two different Injectee Hk2 implementations comes from
Jersey side and HK2 side injection resolver.
|
ContextInjectionResolverImpl.DescriptorOverridingInjectee |
|
ContextInjectionResolverImpl.RequiredTypeOverridingInjectee |
|
ContextResolverFactory |
A factory implementation for managing ContextResolver instances.
|
ContextResolverFactory.ContextResolverAdapter |
|
ContextResolverFactory.ContextResolversConfigurator |
|
ContextResolverFactory.NullContextResolverAdapter |
|
ContextResolvers |
An injectable interface providing look-up for ContextResolver<T>
provider instances.
|
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.
|
CookieParamValueParamProvider |
Value factory provider supporting the CookieParam injection annotation.
|
CookieParamValueParamProvider.CookieParamValueProvider |
|
CookieParamValueParamProvider.CookieTypeParamValueProvider |
|
CookieProvider |
|
CookiesParser |
Cookies parser.
|
CookiesParser.MutableCookie |
|
CookiesParser.MutableNewCookie |
|
CsrfProtectionFilter |
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
|
CsrfProtectionFilter |
|
Custom |
Qualifier annotation used to annotate HK2 injections and
bindings for user custom providers.
|
CustomAnnotationLiteral |
|
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.
|
DataSourceProvider.ByteArrayDataSource.DSByteArrayOutputStream |
|
DataStructures |
Utility class, which tries to pickup the best collection implementation depending
on running environment.
|
DateProvider |
|
DefaultClientAsyncExecutorProvider |
|
DefaultClientBackgroundSchedulerProvider |
|
DefaultCloseableService |
|
DefaultEntityProcessor |
Default entity processor.
|
DefaultMediaTypePredictor |
|
DefaultMediaTypePredictor.CommonMediaTypes |
This enum represents file extension and MIME types of commonly used file.
|
DefaultOAuth1Provider |
Default in-memory implementation of OAuth1Provider.
|
DefaultOAuth1Provider.Consumer |
|
DefaultRespondingContext |
|
DefaultSslContextProvider |
Default SSLContext provider.
|
DeflateEncoder |
Deflate encoding support.
|
DelayedHk2InjectionManager |
|
DelegatedInjectionValueParamProvider |
Value factory provider that delegates the injection target lookup to the underlying injection provider.
|
DestinationConnectionPool |
|
DestinationConnectionPool.ConnectionCloseListener |
|
DestinationConnectionPool.DestinationKey |
|
DestinationConnectionPool.RequestRecord |
|
DestroyListener |
A listener contract that allows any registered implementation class to receive application destroy events.
|
DigestAuthenticator |
Implementation of Digest Http Authentication method (RFC 2617).
|
DigestAuthenticator.Algorithm |
|
DigestAuthenticator.QOP |
|
DisposableSupplier<T> |
Supplier extension which is able to call Supplier.get() method to create a new object and also call DisposableSupplier.dispose(Object)
to make some cleaning code regarding the instance and the specific Supplier instance.
|
Doc |
Java class for anonymous complex type.
|
DocumentBuilderFactoryInjectionProvider |
Thread-scoped injection provider of document
builder factories .
|
DocumentProvider |
Provider for marshalling/un-marshalling XML document instances.
|
Elements |
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
|
EmptyEntityGraphImpl |
EntityGraph implementation that does not contain any fields/subgraphs.
|
EmptyObjectGraph |
Object graph representing empty domain classes.
|
EmptyRequestEventBuilder |
|
EncodingFeature |
Feature that configures support for content encodings on the client side.
|
EncodingFilter |
|
EncodingFilter |
Container filter that supports encoding-based content negotiation.
|
EncodingFilter.ContentEncoding |
|
Endpoint |
Server-side REST-ful endpoint.
|
EndpointAsBeanProperty |
BeanProperty implementation used for passing annotations
from JAX-RS endpoint into Jackson.
|
EndpointConfigBase<THIS extends EndpointConfigBase<THIS>> |
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
EntityFiltering |
Meta-annotation used to create entity filtering annotations for entity (model) classes and resource methods and resources.
|
EntityFilteringBinder |
Binder for Entity Data Filtering feature.
|
EntityFilteringFeature |
Feature used to add support for Entity Data Filtering feature for entity-filtering annotations based on
EntityFiltering meta-annotation.
|
EntityFilteringHelper |
Utility methods for Entity Data Filtering.
|
EntityFilteringProcessor |
Entity processor handling entity-filtering annotations.
|
EntityFilteringScopeResolver |
|
EntityGraph |
|
EntityGraphImpl |
|
EntityGraphProvider |
|
EntityGraphProviderImpl |
|
EntityInputStream |
|
EntityInspector |
Responsible for inspecting entity classes.
|
EntityInspectorImpl |
Class responsible for inspecting entity classes.
|
EntityParamValueParamProvider |
Provides injection of Request entity value or Request instance
itself.
|
EntityParamValueParamProvider.EntityValueSupplier |
|
EntityProcessor |
Contract supposed to process entity classes for Entity Data Filtering.
|
EntityProcessor.Result |
Result type of processing an context.
|
EntityProcessorContext |
|
EntityProcessorContext.Type |
|
EntityProcessorContextImpl |
|
EntityTagProvider |
|
Errors |
Errors utility used to file processing messages (e.g.
|
Errors.ErrorMessage |
Generic error message.
|
Errors.ErrorMessagesException |
Error message exception.
|
ExceptionMapperFactory |
Exception mappers implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup.
|
ExceptionMapperFactory.ExceptionMappersConfigurator |
|
ExceptionMapperFactory.ExceptionMapperType |
|
ExceptionMapperMXBean |
MXBean interface of the exception mapper statistics.
|
ExceptionMapperMXBeanImpl |
|
ExceptionMappers |
Provides lookup of ExceptionMapper instances that can be used
to map exceptions to responses.
|
ExceptionMapperStatistics |
Monitoring statistics of exception mapper executions.
|
ExceptionMapperStatisticsImpl |
Exception mapper statistics.
|
ExceptionMapperStatisticsImpl.Builder |
Builder of exception mapper statistics.
|
ExceptionUtils |
The Exception Utils class provide utility method for exception handling.
|
ExecutionStatistics |
Monitoring statistics of execution of one target.
|
ExecutionStatisticsDynamicBean |
Dynamic MBean that exposes information about execution statistics.
|
ExecutionStatisticsImpl |
Immutable Execution statistics.
|
ExecutionStatisticsImpl.Builder |
Builder of execution statistics.
|
ExecutorProviders |
A utility class with a methods for handling executor injection registration and proper disposal.
|
ExecutorProviders.ExecutorServiceSupplier |
|
ExecutorProviders.ScheduledExecutorServiceSupplier |
|
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.
|
ExtendedConfig |
Extended common runtime configuration.
|
ExtendedExceptionMapper<T extends java.lang.Throwable> |
Extension of a exception mapper interface .
|
ExtendedLogger |
Logger extension with additional logging utility & convenience methods.
|
ExtendedResource |
This annotation can mark resource classes or resource methods that should be considered as extended resources.
|
ExtendedResourceContext |
Jersey extension of ResourceContext .
|
ExtendedServletContainerProvider |
Implementations could provide their own HttpServletRequest and HttpServletResponse
binding implementation in HK2 locator and also an implementation of RequestScopedInitializer
that is used to set actual request/response references in injection manager within each request.
|
ExtendedUriInfo |
Extensions to UriInfo .
|
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.
|
ExternalRequestScopeConfigurator |
|
ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder |
|
ExtractorException |
A runtime exception that contains a cause, a checked or runtime exception,
that may be passed to the cause of a WebApplicationException .
|
FeatureContextWrapper |
|
FileDataBodyPart |
An extension of FormDataBodyPart for associating
File File as a body part entity.
|
FileProvider |
Provider for marshalling/un-marshalling of application/octet-stream
entity type to/from a File instance.
|
FileSchemeResourceFinderFactory |
A "file" scheme URI scanner that recursively scans directories.
|
FilesScanner |
A scanner that recursively scans directories and jar files.
|
Filter<UP_IN,UP_OUT,DOWN_OUT,DOWN_IN> |
A filter can add functionality to JDK client transport.
|
FilteringHelper |
SPI utility methods for entity filtering.
|
FilteringJacksonJaxbJsonProvider |
Entity Data Filtering provider based on Jackson JSON provider.
|
FilteringJacksonJaxbJsonProvider.FilteringObjectWriterModifier |
|
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.
|
Flow |
Interrelated interfaces and static methods for establishing
flow-controlled components in which Publishers
produce items consumed by one or more Subscribers , each managed by a Subscription .
|
Flow.Processor<T,R> |
A component that acts as both a Subscriber and Publisher.
|
Flow.Publisher<T> |
A producer of items (and related control messages) received by
Subscribers.
|
Flow.Subscriber<T> |
A receiver of messages.
|
Flow.Subscription |
|
ForcedAutoDiscoverable |
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations .
|
ForeignDescriptor |
The descriptor holder for an externally provided DI providers.
|
ForeignDescriptorImpl |
The descriptor holder for an externally provided DI providers.
|
ForeignRequestScopeBridge |
Internal service to help determine
which HK2 factory provided components should be treated
as request scoped.
|
FormDataBodyPart |
Subclass of BodyPart with specialized support for media type
multipart/form-data .
|
FormDataContentDisposition |
A form-data content disposition header.
|
FormDataContentDisposition.FormDataContentDispositionBuilder |
Builder to build form data content disposition.
|
FormDataMultiPart |
Subclass of MultiPart with specialized support for media type multipart/form-data .
|
FormDataParam |
Binds the named body part(s) of a "multipart/form-data" request
entity body to a resource method parameter.
|
FormDataParamException |
|
FormDataParamInjectionFeature |
|
FormDataParamValueParamProvider |
|
FormMultivaluedMapProvider |
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded
entity type to/from multi-valued map instance.
|
FormParamValueParamProvider |
Value factory provider supporting the FormParam injection annotation.
|
FormParamValueParamProvider.FormParamValueProvider |
|
FormProvider |
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded
entity type to/from JAX-RS Form instance.
|
Grammars |
Java class for anonymous complex type.
|
GrammarUtil |
Class containing static utility methods to work with HTTP headers.
|
GZipEncoder |
GZIP encoding support.
|
HandlerConstructor |
Abstraction for a resource handler class constructor.
|
HeaderDelegateProvider<T> |
A provider that supports the conversion of an HTTP header, of type T, to and
from a String .
|
HeaderParamValueParamProvider |
Value supplier provider supporting the @HeaderParam injection annotation.
|
HeaderParamValueParamProvider.HeaderParamValueProvider |
|
HeaderUtils |
Utility class supporting the processing of message headers.
|
HeaderValueException |
Processing exception indicating that an attempt to
read a value of a header failed.
|
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.
|
Hk2Helper |
This class contains the convenient methods for translation from jersey classes to HK2 and visa versa, then contains methods
for binding structures such as Binder or Binding to a provided service
locator.
|
Hk2InjectionManagerFactory |
Factory which is able to create InjectionManager instance using service loading and automatically initialize injection
manager using parent or immediately registers binder.
|
Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy |
|
Hk2ReferencingFactory<T> |
Factory that provides injection of the referenced instance.
|
Hk2ReferencingFactory.EmptyReferenceFactory<T> |
|
Hk2ReferencingFactory.InitializedReferenceFactory<T> |
|
Hk2RequestScope |
|
Hk2RequestScope.Instance |
Implementation of the request scope instance.
|
HmaSha1Method |
An OAuth signature method that implements HMAC-SHA1.
|
HttpAuthenticationFeature |
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
|
HttpAuthenticationFeature.BasicBuilder |
|
HttpAuthenticationFeature.Builder |
|
HttpAuthenticationFeature.BuilderImpl |
Implementation of all authentication builders.
|
HttpAuthenticationFeature.Mode |
Feature authentication mode.
|
HttpAuthenticationFeature.UniversalBuilder |
Extension of HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication.
|
HttpAuthenticationFilter |
Http Authentication filter that provides basic and digest authentication (based on RFC 2617).
|
HttpAuthenticationFilter.Credentials |
Credentials (username + password).
|
HttpAuthenticationFilter.Type |
Authentication type.
|
HttpConnection |
|
HttpConnection.State |
|
HttpConnection.StateChangeListener |
|
HttpConnectionPool |
|
HttpDateFormat |
Helper class for HTTP specified date formats.
|
HttpFilter |
|
HttpHeaderListAdapter |
Wrapping adapter for HttpHeaderReader that adds ability to read
headers containing comma-separated value lists.
|
HttpHeaderReader |
An abstract pull-based reader of HTTP headers.
|
HttpHeaderReader.Event |
TODO javadoc.
|
HttpHeaderReader.ListElementCreator<T> |
|
HttpHeaderReaderImpl |
Concrete internal implementation of pull-based HTTP reader.
|
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.
|
HttpParser |
|
HttpParserUtils |
|
HttpParserUtils.ContentParsingState |
|
HttpParserUtils.HeaderParsingState |
|
HttpRequest |
|
HttpRequest.BodyMode |
|
HttpRequestEncoder |
|
HttpResponse |
|
HttpUrlConnector |
Default client transport connector using HttpURLConnection .
|
HttpUrlConnectorProvider |
Default Jersey client connector provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing.
|
HttpUrlConnectorProvider.ConnectionFactory |
A factory for HttpURLConnection instances.
|
HttpUrlConnectorProvider.DefaultConnectionFactory |
|
ImmediateHk2InjectionManager |
Implementation of InjectionManager that is able to register and inject services.
|
ImmutableCollectors |
Set of convenient function regarding a collection immutability.
|
ImmutableCommonConfig |
Immutable runtime configuration.
|
ImmutableMultivaluedMap<K,V> |
An immutable view of a MultivaluedMap .
|
InboundJaxrsResponse |
Implementation of an inbound client-side JAX-RS Response message.
|
InboundMessageContext |
Base inbound message context implementation.
|
InboundMessageContext.EntityContent |
Input stream and its state.
|
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.
|
Injectee |
An Injectee represents the point of injection.
|
InjecteeImpl |
An Injectee represents the point of injection.
|
InjectionManager |
Interface provides the communication API between Jersey and Dependency Injection provider.
|
InjectionManagerClientProvider |
|
InjectionManagerFactory |
|
InjectionManagerProvider |
Utility class with static methods that extract injection manager
from various JAX-RS components.
|
InjectionManagerSupplier |
|
InjectionResolver<T extends java.lang.annotation.Annotation> |
This class allows users to provide a custom injection target for any annotation (including @Inject ).
|
InjectionResolverBinding<T extends InjectionResolver> |
Class which has the fields containing the instance of InjectionResolver and its a concrete type.
|
InjectionResolverWrapper<T extends java.lang.annotation.Annotation> |
This class wraps the jersey class InjectionResolver to make HK2 version of this
provided functionality.
|
Injections |
Injection binding utility methods.
|
InputStreamProvider |
|
InstanceBinding<T> |
Injection binding description of a bean bound directly as a specific instance.
|
InstanceSupplierFactoryBridge<T> |
This class is used as a bridge between HK2 Factory and JDK Supplier .
|
InterceptingOutputStream |
|
InterceptingOutputStream.FirstCallListener |
|
InterceptorExecutor<T> |
Abstract class with implementation of InterceptorContext which is common for ReaderInterceptorContext
and WriterInterceptorContext implementations.
|
InterceptorExecutor.InterceptorTimestampPair<T> |
Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
|
InternalProperties |
Internal common (server/client) Jersey configuration properties.
|
InternalServerProperties |
Jersey internal server-side configuration properties.
|
IntrospectionModeller |
Utility class for constructing resource model from JAX-RS annotated POJO.
|
InvalidSecretException |
Thrown to indicate that the OAuth secret supplied is invalid or otherwise
unsupported.
|
Invocable |
A common interface for invocable resource components.
|
InvocableValidator |
Validator ensuring that invocable and constructor is correctly defined (for
example correctly annotated with scope annotation).
|
JacksonAutoDiscoverable |
|
JacksonFeature |
Feature used to register Jackson JSON providers.
|
JacksonFeatures |
Annotation that can be used enable and/or disable various
features for ObjectReader s and ObjectWriter s.
|
JacksonFeatures |
Deprecated.
|
JacksonFilteringFeature |
Feature adding support for Entity Data Filtering into Jackson media module.
|
JacksonFilteringFeature.Binder |
|
JacksonJaxbJsonProvider |
JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
|
JacksonJsonProvider |
Basic implementation of JAX-RS abstractions (MessageBodyReader ,
MessageBodyWriter ) needed for binding
JSON ("application/json") content to and from Java Objects ("POJO"s).
|
JacksonObjectProvider |
|
JacksonObjectProvider.FilteringFilterProvider |
|
JacksonObjectProvider.FilteringPropertyFilter |
|
JarFileScanner |
A utility class that scans entries in jar files.
|
JarZipSchemeResourceFinderFactory |
A "jar", "zip" and "wsjar" scheme URI scanner that recursively jar files.
|
JavaResourceMethodDispatcherProvider |
|
JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker |
|
JavaResourceMethodDispatcherProvider.ObjectOutInvoker |
|
JavaResourceMethodDispatcherProvider.ResponseOutInvoker |
|
JavaResourceMethodDispatcherProvider.SseEventSinkInvoker |
|
JavaResourceMethodDispatcherProvider.TypeOutInvoker |
|
JavaResourceMethodDispatcherProvider.VoidOutInvoker |
|
JaxbAutoDiscoverable |
|
JaxbMessagingBinder |
Binder for JAX-B message body workers.
|
JaxbParamConverterBinder |
Binder for JAXB parameter converter.
|
JaxbStringReaderProvider |
String reader provider producing param converter provider that
support conversion of a string value into a JAXB instance.
|
JaxbStringReaderProvider.RootElementProvider |
Root element JAXB param converter .
|
JaxRSFeature |
Enumeration that defines simple on/off features that can be
used on all Jackson JAX-RS providers, regardless of
underlying data format.
|
JaxrsProviders |
Jersey implementation of JAX-RS Providers contract.
|
JaxrsProviders.ProvidersConfigurator |
|
JdkConnector |
|
JdkConnectorProperties |
|
JdkConnectorProvider |
|
JdkHttpHandlerContainer |
Jersey Container implementation based on Java SE HttpServer .
|
JdkHttpHandlerContainer.ResponseWriter |
|
JdkHttpHandlerContainerProvider |
Container provider for containers based on lightweight Java SE HTTP Server's HttpHandler .
|
JdkHttpServerFactory |
Factory for creating JDK HttpServer instances to run Jersey applications.
|
JdkVersion |
JDK Version related utilities.
|
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 |
Jersey implementation of JAX-RS Client
contract.
|
JerseyClient.ShutdownHook |
Client instance shutdown hook.
|
JerseyClientBuilder |
Jersey provider of JAX-RS client builder .
|
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 |
Jersey implementation of JAX-RS client-side
request invocation contract.
|
JerseyInvocation.AsyncInvoker |
|
JerseyInvocation.Builder |
Jersey-specific client invocation builder .
|
JerseyInvocation.EntityPresence |
|
JerseyLink |
Jersey implementation of JAX-RS Link contract.
|
JerseyLink.Builder |
Jersey implementation of JAX-RS Link.Builder contract.
|
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.
|
JerseyPublisher<T> |
Implementation of Flow.Publisher corresponding to reactive streams specification.
|
JerseyPublisher.PublisherStrategy |
|
JerseyPublisher.SubscriberWrapper<T> |
|
JerseyRequestTimeoutHandler |
|
JerseyResourceContext |
Jersey implementation of JAX-RS resource context .
|
JerseyResourceContextConfigurator |
|
JerseyServletContainerInitializer |
ServletContainerInitializer implementation used for Servlet 3.x deployment.
|
JerseyUriBuilder |
A Jersey implementation of UriBuilder .
|
JerseyWebTarget |
Jersey implementation of JAX-RS client target
contract.
|
JettyClientProperties |
|
JettyConnector |
A Connector that utilizes the Jetty HTTP Client to send and receive
HTTP request and responses.
|
JettyConnector.HttpClientResponseInputStream |
|
JettyConnectorProvider |
A ConnectorProvider for Jersey connector
instances that utilize the Jetty HTTP Client to send and receive
HTTP request and responses.
|
JettyHttpContainer |
Jersey Container implementation based on Jetty Handler .
|
JettyHttpContainer.JettyBinder |
An internal binder to enable Jetty HTTP container specific types injection.
|
JettyHttpContainer.JettyRequestReferencingFactory |
Referencing factory for Jetty request.
|
JettyHttpContainer.JettyResponseReferencingFactory |
Referencing factory for Jetty response.
|
JettyHttpContainer.ResponseWriter |
|
JettyHttpContainerFactory |
Factory for creating and starting Jetty server handlers.
|
JettyHttpContainerFactory.JettyConnectorThreadPool |
|
JettyHttpContainerProvider |
Container provider for containers based on Jetty Server Handler .
|
JettyWebContainerFactory |
Factory for creating and starting Jetty Server instances
for deploying a Servlet.
|
JsonEndpointConfig |
Container class for figuring out annotation-based configuration
for JAX-RS end points.
|
JsonMapperConfigurator |
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it.
|
JsonMappingExceptionMapper |
Implementation if ExceptionMapper to send down a "400 Bad Request"
response in the event that unmappable JSON is received.
|
JSONP |
|
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.
|
JSONP.Def |
Helper class for encapsulating information from JSONP
annotation instance.
|
JsonParseExceptionMapper |
Implementation of ExceptionMapper to send down a "400 Bad Request"
in the event unparsable JSON is received.
|
JsonWithPaddingInterceptor |
A WriterInterceptor implementation for JSONP format.
|
KeyComparator<K> |
A key comparator.
|
KeyComparatorHashMap<K,V> |
A implementation similar to HashMap but supports the
comparison of keys using a KeyComparator .
|
KeyComparatorHashMap.Entry<K,V> |
|
KeyComparatorLinkedHashMap<K,V> |
A implementation similar to LinkedHashMap but supports the
comparison of keys using a KeyComparator .
|
KeyComparatorLinkedHashMap.Entry<K,V> |
LinkedHashMap entry.
|
LanguageTag |
A language tag.
|
LazyUid |
Lazily initialized, thread-safe, random UUID.
|
LazyUnsafeValue<T,E extends java.lang.Throwable> |
|
LazyValue<T> |
Lazily initialized value .
|
Link |
Java class for anonymous complex type.
|
LinkedTransferQueue<E> |
|
LinkedTransferQueue.Node |
Queue nodes.
|
LinkProvider |
Provider for Link Headers.
|
LocaleProvider |
|
Localizable |
Localizable message.
|
LocalizableMessage |
|
LocalizableMessageFactory |
|
LocalizableMessageFactory.ResourceBundleSupplier |
|
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
|
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
|
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
|
LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
LocalizationMessages.BundleSupplier |
|
Localizer |
Localizes the Localizable into a message
by using a configured Locale .
|
LocatorRouting |
A pair of sub-resource locator model and a corresponding model router.
|
LoggingFeature |
This feature enables logging request and/or response on client-side and/or server-side depending
on the context's RuntimeType .
|
LoggingFeature.Verbosity |
Verbosity determines how detailed message will be logged.
|
LoggingFeatureAutoDiscoverable |
Auto-discoverable class that registers LoggingFeature based on configuration properties.
|
LoggingInterceptor |
|
LRUMap<K,V> |
Helper for simple bounded LRU maps used for reusing lookup values.
|
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.
|
MappableException |
A runtime exception that contains a cause, a checked or runtime exception,
that may be mapped to a Response instance.
|
MappableExceptionWrapperInterceptor |
Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message
body readers and writers into a mappable exception.
|
MappableExceptionWrapperInterceptor.Binder |
|
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> |
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it.
|
MapPropertiesDelegate |
Properties delegate backed by a Map .
|
MatchedEndpointExtractorStage |
|
MatchingEntityTag |
A matching entity tag.
|
MatchResultInitializerRouter |
Request matching bootstrapping stage that pushes the whole request path to the routing
context as a right-hand path to be matched.
|
MatrixParamValueParamProvider |
Value supplier provider supporting the @MatrixParam injection annotation.
|
MatrixParamValueParamProvider.MatrixParamValueProvider |
|
MBeanExposer |
The main exposer class of Jersey JMX MBeans.
|
MediaTypePredictor |
An interface which allows developers implement their own media type predictor.
|
MediaTypeProvider |
Header delegate provider for MediaType.
|
MediaTypes |
Common media types and functionality.
|
MessageBodyFactory |
A factory for managing MessageBodyReader , MessageBodyWriter instances.
|
MessageBodyFactory.DeclarationDistanceComparator<T> |
Compares 2 instances implementing/inheriting the same super-type and returns
which of the two instances has the super-type declaration closer in it's
inheritance hierarchy tree.
|
MessageBodyFactory.LegacyWorkerComparator<T> |
|
MessageBodyFactory.MessageBodyWorkersConfigurator |
|
MessageBodyFactory.ModelLookupKey |
|
MessageBodyFactory.WorkerComparator<T> |
|
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.
|
MessageBodyWorkers |
An injectable interface providing lookup of MessageBodyReader and
MessageBodyWriter instances.
|
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.
|
MetaInfServicesAutoDiscoverable |
|
Method |
Java class for anonymous complex type.
|
MethodDocType |
The documentation type for methods.
Created on: Jun 12, 2008
|
MethodHandler |
Resource method handler model.
|
MethodHandler.ClassBasedMethodHandler |
|
MethodHandler.InstanceBasedMethodHandler |
|
MethodList |
Iterable list of methods on a single class with convenience getters for
additional method information.
|
MethodList.Filter |
Method list filter.
|
MethodRouting |
A combination of a resource method model and the corresponding routers.
|
MethodSelectingRouter |
A single router responsible for selecting a single method from all the methods
bound to the same routed request path.
|
MethodSelectingRouter.ConsumesProducesAcceptor |
Represents a 1-1-1 relation between input and output media type and an methodAcceptorPair.
|
MethodSelectingRouter.MethodSelector |
Helper class to select matching resource method to be invoked.
|
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor |
The same as above ConsumesProducesAcceptor,
only concrete request content-type and accept header info is included in addition.
|
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.
|
ModelProcessorConfigurator |
|
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.
|
MonitoringAutodiscoverable |
Autodiscoverable feature that registers MonitoringFeature
based on configuration properties.
|
MonitoringContainerListener |
|
MonitoringContainerListener.Binder |
|
MonitoringEventListener |
|
MonitoringEventListener.MethodStats |
Method statistics.
|
MonitoringEventListener.RequestStats |
Request statistics.
|
MonitoringEventListener.TimeStats |
Time statistics.
|
MonitoringFeature |
Feature that enables calculating of monitoring statistics and
optionally also enables exposure of monitoring MBeans.
|
MonitoringFeature.ApplicationInfoInjectionFactory |
|
MonitoringFeature.StatisticsInjectionFactory |
|
MonitoringFeature.StatisticsListener |
|
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.
|
MonitoringStatisticsImpl |
Monitoring statistics implementation.
|
MonitoringStatisticsImpl.Builder |
Builder of monitoring statistics.
|
MonitoringStatisticsListener |
A Jersey specific provider that listens to monitoring statistics.
|
MonitoringStatisticsProcessor |
|
MonitoringStatisticsProcessor.FloodingLogger |
|
MonitoringUtils |
Monitoring helper class that contains utility methods used in
Monitoring.
|
MsgTraceEvent |
Common tracing events.
|
MultiPart |
A mutable model representing a MIME MultiPart entity.
|
MultiPartFeature |
Feature used to register Multipart providers.
|
MultiPartMediaTypes |
Convenience MediaType (and associated String)
manifest constants.
|
MultiPartProperties |
Injectable JavaBean containing the configuration parameters for
jersey-multipart as used in this particular application.
|
MultiPartReaderClientSide |
MessageBodyReader implementation for MultiPart entities.
|
MultiPartReaderServerSide |
MessageBodyReader implementation for MultiPart entities.
|
MultiPartWriter |
Provider MessageBodyWriter implementation for MultiPart entities.
|
MultivaluedParameterExtractor<T> |
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.
|
MultivaluedParameterExtractorFactory |
|
MultivaluedParameterExtractorProvider |
Provider of multivalued parameter extractors.
|
MultivaluedStringMap |
An implementation of MultivaluedMap where keys and values are
instances of String.
|
NameBound |
Model component that can be name bound.
|
NamedValueType |
The documentation type for named values.
Created on: Jun 12, 2008
|
NewCookieProvider |
|
NonBlockingInputStream |
An abstract InputStream extension that defines contract for non-blocking
streaming read operations.
|
NonceManager |
Tracks the nonces for a given consumer key and/or token.
|
NoOpServletContainerProvider |
|
NounInflector |
API for performing inflections (pluralization, singularization, and so on)
on various strings.
|
NounInflector.Replacer |
Internal class that uses a regular expression matcher to both
match the specified regular expression to a specified word, and
(if successful) perform the appropriate substitutions.
|
NullableMultivaluedHashMap<K,V> |
An implementation of MultivaluedMap where values can be null .
|
NullOutputStream |
A "dev/null" output stream - an output stream implementation that discards all the
data written to it.
|
OAuth1AuthorizationFlow |
The interface of the OAuth 1 Authorization Flow utility.
|
OAuth1AuthorizationFlowImpl |
|
OAuth1AuthorizationFlowImpl.Builder |
OAuth1AuthorizationFlowImpl builder.
|
OAuth1Builder |
Builder of OAuth 1 client support.
|
OAuth1Builder.FilterFeatureBuilder |
Builder of the Feature .
|
OAuth1Builder.FlowBuilder |
|
OAuth1BuilderImpl |
OAuth 1 client builder default implementation.
|
OAuth1BuilderImpl.FilterBuilderImpl |
OAuth 1 client filter feature builder default implementation.
|
OAuth1ClientFeature |
OAuth1 client filter feature registers the support for performing authenticated requests to the
Service Provider.
|
OAuth1ClientFilter |
Client filter that sign requests using OAuth 1 signatures and signature and other OAuth 1
parameters to the Authorization header.
|
OAuth1ClientSupport |
The main class to build the support for OAuth 1 into the Jersey client.
|
OAuth1Consumer |
Class representing a registered consumer.
|
OAuth1Exception |
Web application exception that is mapped either
to Response.Status.BAD_REQUEST (e.g.
|
OAuth1Parameters |
A data structure class that represents OAuth protocol parameters.
|
OAuth1Provider |
Contract for a provider that supports managing OAuth tokens and consumer secrets.
|
OAuth1Request |
Interface to be implemented as a wrapper around an HTTP request, so that
digital signature can be generated and/or verified.
|
OAuth1Secrets |
Contains the secrets used to generate and/or verify signatures.
|
OAuth1SecurityContext |
Security request that gets injected into the context by the OAuth filter
based on the access token attached to the request.
|
OAuth1ServerFeature |
The feature enables support for OAuth 1.0a on the server.
|
OAuth1ServerFeature.OAuthModelProcessor |
|
OAuth1ServerFilter |
OAuth request filter that filters all requests indicating in the Authorization
header they use OAuth.
|
OAuth1ServerProperties |
Properties used to configure OAuth server module.
|
OAuth1Signature |
Injectable class used for processing an OAuth signature (signing or verifying).
|
OAuth1SignatureException |
Thrown to indicate that an OAuth exception occurred.
|
OAuth1SignatureFeature |
Feature enabling OAuth signature support.
|
OAuth1SignatureFeature.Binder |
|
OAuth1SignatureMethod |
An interface representing the OAuth signature method.
|
OAuth1Token |
Interface representing an OAuth token (i.e.
|
OAuth2ClientFeature |
OAuth2 client filter feature registers the support for performing authenticated requests to the
Service Provider.
|
OAuth2ClientFilter |
Client filter that adds access token to the Authorization http header.
|
OAuth2ClientSupport |
Main class to build the Authorization Flow instances and client filter feature that
can supports performing of authenticated OAuth requests.
|
OAuth2CodeGrantFlow |
The interface that defines OAuth 2 Authorization Code Grant Flow.
|
OAuth2CodeGrantFlow.Builder<T extends OAuth2CodeGrantFlow.Builder> |
|
OAuth2CodeGrantFlow.Phase |
Phase of the Authorization Code Grant Flow.
|
OAuth2FlowFacebookBuilder |
Class that provides methods to build OAuth2CodeGrantFlow pre-configured for usage
with Facebook provider.
|
OAuth2FlowFacebookBuilder.FacebookTokenMessageBodyReader |
Entity provider that deserializes entity returned from Access Token request into TokenResult .
|
OAuth2FlowGoogleBuilder |
Class that provides methods to build OAuth2CodeGrantFlow pre-configured for usage
with Google provider.
|
OAuth2FlowGoogleBuilder.AccessType |
Enum that defines values for "access_type" parameter used in
Google OAuth flow.
|
OAuth2FlowGoogleBuilder.Display |
Enum that defines values for "display" parameter used in
Google OAuth flow.
|
OAuth2FlowGoogleBuilder.Prompt |
Enum that defines values for "prompt" parameter used in
Google OAuth flow.
|
OAuth2Parameters |
Class that contains definition od parameters used in OAuth2.
|
OAuth2Parameters.GrantType |
Parameter grant_type used in the access token request.
|
OAuthServerRequest |
Wraps a Jersey ContainerRequestContext object, implementing the
OAuth signature library OAuth1Request interface.
|
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.research.ws.wadl package.
|
ObjectFactory |
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008
|
ObjectFactory |
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
|
ObjectFactory |
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
|
ObjectGraph |
Read-only graph containing representations of an entity class that should be processed in entity-filtering.
|
ObjectGraphImpl |
|
ObjectGraphProvider |
|
ObjectGraphTransformer<T> |
This contract brings support for transforming an internal representation of entity data filtering feature into an object
familiar to underlying provider (e.g.
|
ObjectProvider<T> |
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).
|
ObjectReaderInjector |
Based on ideas from [Issue#32], this class allows registering a
modifier ( ObjectReaderModifier ) that can be used to
reconfigure ObjectReader
that JAX-RS Resource will use for reading input into Java Objects.
|
ObjectReaderModifier |
|
ObjectWriterInjector |
Based on ideas from [Issue#32], this class allows "overriding" of ObjectWriter
that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter
before execution reaches resource.
|
ObjectWriterModifier |
|
Option |
Java class for anonymous complex type.
|
OptionsMethodProcessor |
|
OptionsMethodProcessor.GenericOptionsInflector |
|
OptionsMethodProcessor.PlainTextOptionsInflector |
|
OsgiRegistry |
Utility class to deal with OSGi runtime specific behavior.
|
OsgiRegistry.BundleSpiProvidersLoader |
|
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.
|
PackageNamesScanner |
A scanner that recursively scans URI-based resources present in a set of
package names, and nested package names of that set.
|
PackageNamesScanner.ResourcesProvider |
Find resources with a given name and class loader.
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
Param |
Java class for anonymous complex type.
|
ParamConverterConfigurator |
|
ParamConverterFactory |
An aggregate param converter provider that loads all
the registered ParamConverterProvider implementations.
|
ParamConverters |
Container of several different param converter providers
implementations.
|
ParamConverters.AbstractStringReader<T> |
|
ParamConverters.AggregatedProvider |
Aggregated param converter provider .
|
ParamConverters.CharacterProvider |
|
ParamConverters.DateProvider |
Provider of param converter that convert the supplied string into a Java
Date instance using conversion method from the
http date formatter utility class.
|
ParamConverters.StringConstructor |
Provider of param converter that produce the target Java type instance
by invoking a single String parameter constructor on the target type.
|
ParamConverters.TypeFromString |
Provider of param converter that produce the target Java type instance
by invoking a static fromString(String) method on the target type.
|
ParamConverters.TypeFromStringEnum |
Provider of param converter that produce the target Java enum type instance
by invoking a static fromString(String) method on the target enum type.
|
ParamConverters.TypeValueOf |
Provider of param converter that produce the target Java type instance
by invoking a static valueOf(String) method on the target type.
|
ParamDocType |
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
|
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 java.lang.annotation.Annotation> |
|
Parameter.Source |
Parameter injection sources type.
|
Parameterized |
Used in the resource model to capture information on method parameters.
|
ParameterizedHeader |
A general parameterized header.
|
ParameterizedHeadersMap |
A map of MIME headers with parametrized values.
|
ParameterValueHelper |
Utility methods for retrieving values or value providers for the
parameterized resource model components.
|
ParamException |
An abstract extension of WebApplicationException for the class of
parameter-based exceptions.
|
ParamException.CookieParamException |
A parameter exception for errors with CookieParam .
|
ParamException.FormParamException |
A parameter exception for errors with FormParam .
|
ParamException.HeaderParamException |
A parameter exception for errors with HeaderParam .
|
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.
|
ParamExtractorConfigurator |
|
ParamInjectionResolver<A extends java.lang.annotation.Annotation> |
Abstract base class for resolving JAX-RS @XxxParam injection.
|
ParamQualifier |
A meta-annotation that identifies an annotation as a parameter-based
annotation.
|
ParamStyle |
Java class for ParamStyle.
|
ParamValueFactoryWithSource<T> |
|
ParseException |
|
PathMatchingRouter |
Matches the un-matched right-hand request path to the configured collection of path pattern matching routes.
|
PathMatchingRouterBuilder |
/**
A request path pattern matching router hierarchy builder entry point.
|
PathParamValueParamProvider |
@PathParam injection value provider.
|
PathParamValueParamProvider.PathParamListPathSegmentValueSupplier |
|
PathParamValueParamProvider.PathParamPathSegmentValueSupplier |
|
PathParamValueParamProvider.PathParamValueProvider |
|
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.
|
PathTemplate |
A URI template for a URI path.
|
PathTemplate.PathTemplateParser |
Internal parser of this PathTemplate.
|
PathToRouterBuilder |
An intermediate path matching router builder.
|
PatternWithGroups |
A pattern for matching a string against a regular expression
and returning capturing group values for any capturing groups present in
the expression.
|
PatternWithGroups.EmptyStringMatchResult |
|
PerLookup |
PerLookup is the scope for objects that are created every time they are looked up.
|
PersistenceUnitBinder |
Persistence unit injection binder.
|
PersistenceUnitBinder.PersistenceUnitInjectionResolver |
|
PerThread |
PerThread is a scope that operates like Singleton scope, except on a per-thread basis.
|
PlaintextMethod |
An OAuth signature method that implements Plaintext.
|
Pretty |
Utility class to print the variety of types, useful in toString method.
|
PrimitiveCharacterExtractor |
Value extractor for Character and char parameters.
|
PrimitiveMapper |
Utility class that maps the primitive types to their respective classes as well
as the default values as defined by the JAX-RS specification.
|
PrimitiveValueOfExtractor |
Extract primitive parameter value from the multivalued parameter map
using one of the valueOf(String) methods on the primitive Java type wrapper
classes.
|
ProcessingProviders |
Injectable encapsulating class containing processing providers like filters, interceptors,
name bound providers, dynamic features.
|
ProcessingProvidersConfigurator |
|
Producer<T> |
This interface extends Callable interface but removes the
exception from call declaration.
|
Producing |
Model component that is able to produce media types.
|
PropertiesClass |
Marker annotation for property classes.
|
PropertiesDelegate |
TODO: javadoc.
|
PropertiesHelper |
Helper class containing convenience methods for reading
org.glassfish.jersey.server.ResourceConfig and Configuration properties.
|
Property |
Marker annotation for static fields that represent property names.
|
PropertyAlias |
Marker annotation for static fields that represent property name aliases.
|
ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>> |
|
ProviderBinder |
Class used for registration of the custom providers into injection manager.
|
Providers |
Utility class providing a set of utility methods for easier and more type-safe
interaction with an injection layer.
|
Providers.ProviderRuntime |
|
ProxyAuthenticationException |
|
ProxyBasicAuthenticator |
|
ProxyDigestAuthenticator |
Generates a value of Authorization header of HTTP request for Digest Http Authentication scheme (RFC 2617).
|
ProxyDigestAuthenticator.Algorithm |
|
ProxyDigestAuthenticator.QOP |
|
ProxyFilter |
|
ProxyFilter.State |
|
PushMatchedMethodRouter |
|
PushMatchedRuntimeResourceRouter |
|
PushMatchedTemplateRouter |
|
PushMatchedUriRouter |
Terminal router that pushes the URI matched so far to the stack returned
by UriInfo.getMatchedURIs() method.
|
PushMethodHandlerRouter |
Terminal router that pushes the matched method's handler instance to the stack
returned by UriInfo.getMatchedResources() method.
|
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.
|
QueryParamValueParamProvider |
Value supplier provider supporting the @QueryParam injection annotation.
|
QueryParamValueParamProvider.QueryParamValueProvider |
|
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.
|
ReaderInterceptorExecutor |
Represents reader interceptor chain executor for both client and server side.
|
ReaderInterceptorExecutor.UnCloseableInputStream |
MessageBodyReader s should not close the given stream .
|
ReaderModel |
MessageBodyReader model.
|
ReaderProvider |
|
ReaderWriter |
A utility class for reading and writing using byte and character streams.
|
ReadListener |
This class represents a call-back mechanism that will notify implementations
as HTTP request data becomes available to be read without blocking.
|
RedirectException |
|
RedirectHandler |
|
Ref<T> |
A possibly mutable value reference.
|
ReferencesInitializer |
Request/response scoped injection support initialization stage.
|
ReferencingFactory<T> |
Factory that provides injection of the referenced instance.
|
ReferencingFactory.EmptyReferenceFactory<T> |
|
ReferencingFactory.InitializedReferenceFactory<T> |
|
ReflectionHelper |
Utility methods for Java reflection.
|
ReflectionHelper.DeclaringClassInterfacePair |
A tuple consisting of a concrete class and a declaring class that declares a
generic interface type.
|
Refs |
A collection of reference factory & utility methods.
|
Refs.DefaultRefImpl<T> |
Default (mutable) Ref implementation.
|
Refs.ImmutableRefImpl<T> |
Immutable Ref implementation.
|
Refs.ThreadSafeRefImpl<T> |
Thread-safe Ref implementation.
|
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.
|
RepresentationDocType |
The documentation type for representations.
Created on: Jun 16, 2008
|
Request |
Java class for anonymous complex type.
|
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.
|
RequestContextProvider |
Provide access to the actual servlet request/response.
|
RequestDocType |
The documentation type for requests.
Created on: Jun 16, 2008
|
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.
|
RequestEventBuilder |
|
RequestEventImpl |
|
RequestEventImpl.Builder |
|
RequestEventListener |
|
RequestProcessingConfigurator |
|
RequestProcessingConfigurator.AsyncContextFactory |
|
RequestProcessingConfigurator.CloseableServiceFactory |
|
RequestProcessingConfigurator.ContainerRequestFactory |
|
RequestProcessingConfigurator.UriRoutingContextFactory |
|
RequestProcessingContext |
Request processing context.
|
RequestProcessingContextReference |
|
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.
|
RequestScopedInitializerProvider |
|
RequestTokenResource |
Resource handling request token requests.
|
RequestUtil |
Utility class for processing client requests.
|
RequestWrapper |
Implements the OAuth signature library Request interface, wrapping a Jersey
client request object.
|
ReservoirConstants |
The constants that determine the behaviour of sliding windows and their trimmers.
|
Resource |
Java class for anonymous complex type.
|
Resource |
Model of a single resource component.
|
Resource.Builder |
Resource model component builder.
|
Resource.Data |
Immutable resource data holder.
|
ResourceBag |
A container for application resource models used during the ApplicationHandler
initialization.
|
ResourceBag.Builder |
Resource bag builder.
|
ResourceBagConfigurator |
|
ResourceConfig |
The resource configuration for configuring a web application.
|
ResourceConfig.ImmutableState |
|
ResourceConfig.RuntimeConfig |
|
ResourceConfig.State |
|
ResourceConfig.WrappingResourceConfig |
|
ResourceDocAccessor |
A class providing access to information stored in a ResourceDocType .
Created on: Jun 16, 2008
|
ResourceDocType |
The documentation type for resources.
Created on: Jun 11, 2008
|
ResourceFinder |
An interface used for finding and opening (loading) new resources.
|
ResourceFinderException |
An runtime exception that may be thrown when scanning.
|
ResourceMethod |
Model of a method available on a resource.
|
ResourceMethod.Builder |
Resource method model builder.
|
ResourceMethod.Data |
Immutable resource method data.
|
ResourceMethod.JaxrsType |
Resource method classification based on the recognized JAX-RS
resource method types.
|
ResourceMethodConfig |
Default configuration for resource methods.
|
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.
|
ResourceMethodMXBeanImpl |
|
ResourceMethodStatistics |
Monitoring statistics an of an execution of the resource method.
|
ResourceMethodStatisticsImpl |
Immutable resource method statistics.
|
ResourceMethodStatisticsImpl.Builder |
Builder of resource method statistics.
|
ResourceMethodStatisticsImpl.Factory |
Factory for creating and storing resource method statistics.
|
ResourceMethodValidator |
Validator checking resource methods and sub resource locators.
|
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 |
|
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.
|
ResourceMxBeanImpl |
|
ResourceProcessor |
|
Resources |
Java class for anonymous complex type.
|
ResourcesMBeanGroup |
Group of resource MXBeans.
|
ResourceStatistics |
Monitoring statistics of the resource.
|
ResourceStatisticsImpl |
Immutable resource statistics implementation.
|
ResourceStatisticsImpl.Builder |
Builder of resource statistics instances.
|
ResourceType |
Java class for anonymous complex type.
|
ResourceValidator |
Validator ensuring that resource are correct (for example that root resources contains path, etc.).
|
RespondingContext |
Context that can be used during the data processing for registering response
processing stages and/or functions that will be invoked during the response processing
to transform the response before it is written to the client.
|
Response |
Java class for anonymous complex type.
|
ResponseAuthenticationException |
Exception thrown by security response authentication.
|
ResponseCallback |
Client response processing callback.
|
ResponseDocType |
The documentation type for a response.
Created on: Jun 16, 2008
|
ResponseErrorMapper |
Contract for a provider that maps response processing errors to Response .
|
ResponseMXBean |
MXBean interface of response MXBean.
|
ResponseMXBeanImpl |
|
ResponseStatistics |
Monitoring statistics of responses produced by application.
|
ResponseStatisticsImpl |
Immutable response statistics.
|
ResponseStatisticsImpl.Builder |
This builder does not need to be threadsafe since it's called only from the jersey-background-task-scheduler.
|
ResponseWriter |
|
ResponseWriter.NonCloseableOutputStreamWrapper |
|
RolesAllowedDynamicFeature |
A DynamicFeature supporting the javax.annotation.security.RolesAllowed ,
javax.annotation.security.PermitAll and javax.annotation.security.DenyAll
on resource methods and sub-resource methods.
|
RolesAllowedDynamicFeature.RolesAllowedRequestFilter |
|
Route |
Request routing information.
|
Routed |
Marker interface for all resource model components that contain path information
usable for routing.
|
Router |
Hierarchical request router that can be used to create dynamic routing tree
structures.
|
Router.Continuation |
Hierarchical request routing continuation.
|
Routers |
Routing tree assembly utilities.
|
Routers.EndpointRouter |
|
Routing |
Jersey routing entry point.
|
Routing.Builder |
Resource routing builder.
|
RoutingContext |
Jersey request matching and routing context.
|
RoutingStage |
Request pre-processing stage that encapsulates hierarchical resource matching
and request routing.
|
RoutingStage.RoutingResult |
|
RsaSha1Method |
An OAuth signature method that implements RSA-SHA1.
|
RuntimeDelegateImpl |
Default implementation of JAX-RS RuntimeDelegate .
|
RuntimeDelegateImpl |
Server-side implementation of JAX-RS RuntimeDelegate .
|
RuntimeLocatorModelBuilder |
Base for sub-resource locator runtime model builder.
|
RuntimeLocatorModelBuilder.LocatorCacheKey |
|
RuntimeModelBuilder |
This is a common base for root resource and sub-resource runtime model
builder.
|
RuntimeResource |
Runtime resource is a group of resources with the same path
regular expression.
|
RuntimeResource.Builder |
Runtime Resource builder.
|
RuntimeResourceModel |
Runtime Resource model contains structured information about runtime resources.
|
RuntimeResourceModelValidator |
Runtime resource model validator validating ambiguity of resource methods.
|
SaxHelper |
Common helper methods for SAX parsers.
|
SaxParserFactoryInjectionProvider |
Thread-scoped injection provider of SAX parser factories .
|
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.
|
ScopeProvider |
Entry point for obtaining entity-filtering scopes used to process a request/response entity.
|
ScopeResolver |
Class used to resolve entity-filtering scopes from annotations.
|
SecureSaxParserFactory |
Secure SAX parser factory wrapper.
|
SecureSaxParserFactory.WrappingSAXParser |
|
SecurityAnnotations |
Convenience utility methods for creating instances of security annotations.
|
SecurityAnnotations.DenyAllImpl |
DenyAll annotation implementation.
|
SecurityAnnotations.PermitAllImpl |
PermitAll annotation implementation.
|
SecurityAnnotations.RolesAllowedImpl |
DenyAll annotation implementation.
|
SecurityContextInjectee |
Proxiable wrapper for request scoped SecurityContext instance.
|
SecurityEntityFilteringFeature |
Feature used to add support for Java Security annotations (javax.annotation.security ) for Entity Data
Filtering feature.
|
SecurityEntityProcessor |
|
SecurityHelper |
Utility methods for security Entity Data Filtering.
|
SecurityScopeResolver |
scope provider resolving entity-filtering scopes from security annotations.
|
SecurityServerScopeProvider |
|
SecurityServerScopeResolver |
Server-side scope provider resolving entity-filtering scopes from security annotations
with respect to user's roles defined in SecurityContext .
|
SelectableEntityFilteringFeature |
Feature used to add support for custom query parameter filtering for
Entity Data Filtering feature.
|
SelectableEntityProcessor |
|
SelectableScopeResolver |
|
ServerBinder |
Server injection binder.
|
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.
|
ServerExecutorProvidersConfigurator |
|
ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider |
|
ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider |
|
ServerFiltersAutoDiscoverable |
Enable auto-discoverable of certain server filters.
|
ServerLoggingFilter |
Server filter logs requests and responses to specified logger, at required level, with entity or not.
|
ServerProperties |
Jersey server-side configuration properties.
|
ServerRuntime |
Server-side request processing runtime.
|
ServerRuntime.AbstractCallbackRunner<T> |
Abstract composite callback runner.
|
ServerRuntime.AsyncResponder |
|
ServerRuntime.AsyncResponderHolder |
|
ServerRuntime.CompletionCallbackRunner |
|
ServerRuntime.ConnectionCallbackRunner |
|
ServerRuntime.Responder |
|
ServerScopeProvider |
|
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.AbstractLazyIterator<T> |
|
ServiceFinder.DefaultServiceIteratorProvider |
The default service iterator provider that looks up provider classes in
META-INF/services files.
|
ServiceFinder.LazyClassIterator<T> |
|
ServiceFinder.LazyObjectIterator<T> |
|
ServiceFinder.ServiceIteratorProvider |
Supports iteration of provider instances or classes.
|
ServiceFinderBinder<T> |
Simple ServiceFinder injection binder.
|
ServiceHolder<T> |
Implementation of this class is used as a holder for service instance from
InjectionManager along with other information about the provided service.
|
ServiceHolderImpl<T> |
Implementation of the instance keeper which kept the instance of the class from
InjectionManager and the other information about this instance.
|
ServletContainer |
A Servlet or Filter for deploying root resource classes.
|
ServletContainerProvider |
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by
org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer .
|
ServletContainerProviderFactory |
|
ServletProperties |
Jersey servlet container configuration properties.
|
ServletPropertiesDelegate |
|
Settable<T> |
A generic settable value container.
|
Severity |
Common severity.
|
SimpleContainer |
Jersey Container implementation based on Simple framework
Container .
|
SimpleContainer.ResponseWriter |
|
SimpleContainer.SimpleBinder |
An internal binder to enable Simple HTTP container specific types injection.
|
SimpleContainer.SimpleRequestReferencingFactory |
Referencing factory for Simple request.
|
SimpleContainer.SimpleResponseReferencingFactory |
Referencing factory for Simple response.
|
SimpleContainer.TimeoutDispatcher |
|
SimpleContainer.TimeoutTimer |
|
SimpleContainerFactory |
Factory for creating and starting Simple server containers.
|
SimpleContainerProvider |
Container provider for containers based on Simple HTTP Server
Container .
|
SimpleNamespaceResolver |
Simple namespace resolver which resolves one predefined namespace.
|
SimpleServer |
Simple server facade providing convenient methods to obtain info about the server (i.e.
|
SimpleTraceAnalyzer |
Tracing at a very low level can be performed with a TraceAnalyzer .
|
SingleMatchResult |
MatchResult implementation that returns the nested string as a
single matching result.
|
SingleStringValueExtractor |
Extract value of the parameter by returning the first string parameter value
found in the list of string parameter values.
|
SingleValueExtractor<T> |
Extract value of the parameter using a single parameter value and the underlying
param converter .
|
SlidingWindowTimeReservoir |
Sliding window time reservoir implementation that stores data of type Long .
|
SlidingWindowTrimmer<V> |
The trimmer of an associated sliding window.
|
SonarJerseyCommon |
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
|
SonarJerseyServer |
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
|
SourceProvider |
Collection of XML source providers.
|
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 |
Provider for un-marshalling StreamSource instances.
|
SslConfigurator |
Utility class, which helps to configure SSLContext instances.
|
SslFilter |
|
SslFilter.State |
|
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.InflectingStage<DATA,RESULT> |
|
Stages.LinkedStage<DATA> |
Linked linear stage implementation.
|
Stages.StageChainBuilder<DATA> |
|
Statuses |
Factory for producing custom JAX-RS response status type
instances.
|
Statuses.StatusImpl |
|
StreamDataBodyPart |
Represents an InputStream based file submission as a part of the
multipart/form-data.
|
StreamingOutputProvider |
Message body writer that supports streaming output marshalling.
|
StringBuilderUtils |
Internal string builder utilities for building HTTP header
values.
|
StringCollectionExtractor |
Extract parameter value as a specific String Java collection type.
|
StringCollectionExtractor.ListString |
|
StringCollectionExtractor.SetString |
|
StringCollectionExtractor.SortedSetString |
|
StringHeaderProvider |
|
StringIgnoreCaseKeyComparator |
Case insensitive String key comparator.
|
StringKeyIgnoreCaseMultivaluedMap<V> |
Multivalued map with String keys that are compared with each other using the case insensitive method.
|
StringMessageProvider |
|
SubjectSecurityContext |
Security context that allows establishing a subject before a resource method
or a sub-resource locator is called.
|
SubmissionPublisher<T> |
A Flow.Publisher that asynchronously issues submitted
(non-null) items to current subscribers until it is closed.
|
SubmissionPublisher.BufferedSubscription<T> |
A bounded (ring) buffer with integrated control to start a
consumer task whenever items are available.
|
SubmissionPublisher.ConsumerSubscriber<T> |
Subscriber for method consume
|
SubmissionPublisher.ConsumerTask<T> |
A task for consuming buffer items and signals, created and
executed whenever they become available.
|
SubmissionPublisher.ThreadPerTaskExecutor |
Fallback if ForkJoinPool.commonPool() cannot support parallelism
|
SubResourceLocatorRouter |
An methodAcceptorPair to accept sub-resource requests.
|
SupplierClassBinding<T> |
Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.
|
SupplierFactoryBridge<T> |
This class is able to find the Supplier of the particular type and use this Supplier to create a new
instance.
|
SupplierInstanceBinding<T> |
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
|
Suspendable |
Jersey model component that is suspendable and may hold suspend-related
information.
|
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.
|
ThreadLocalRandom |
A random number generator isolated to the current thread.
|
ThreadPoolConfig |
Client thread pool configuration, which might be used to customize client thread pool.
|
ThreadPoolExecutorProvider |
|
TimeReservoir<V> |
A statistically representative reservoir of a data stream in time.
|
TimeWindowStatistics |
Monitoring statistics of execution of any target (resource, resource method, application).
|
TimeWindowStatisticsImpl |
|
TimeWindowStatisticsImpl.Builder<V> |
Builder of time window statistics.
|
Token |
A token.
|
Tokenizer |
A utility class providing methods capable of splitting String entries
into an array of tokens based on either default or custom token delimiters.
|
TokenResource |
Annotation to be placed on resource classes or resource methods
that should be ignored by OAuth server filter .
|
TokenResult |
Class that contains a result of the Authorization Flow including a access token.
|
TracingAwarePropertiesDelegate |
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to
tracing support related classes (e.g.
|
TracingConfig |
|
TracingInfo |
Collects tracing messages for a request.
|
TracingInfo.Message |
A trace message.
|
TracingLogger |
Low level Tracing support API.
|
TracingLogger.Event |
Type of event.
|
TracingLogger.Level |
Level of tracing message.
|
TracingLogger.TracingLoggerImpl |
Real implementation of tracing logger.
|
TracingUtils |
Utilities for tracing support.
|
TransferEncodingParser |
|
TransferEncodingParser.ChunkedEncodingParser |
|
TransferEncodingParser.FixedLengthEncodingParser |
|
TransferQueue<E> |
A BlockingQueue in which producers may wait for consumers
to receive elements.
|
TransformerFactoryInjectionProvider |
Thread-scoped injection provider of transformer factories .
|
TransportFilter |
Writes and reads data to and from a socket.
|
TransportFilter.QueuingExecutor |
A thread pool executor that prefers creating new worker threads over queueing tasks until the maximum poll size
has been reached, after which it will start queueing tasks.
|
TransportFilter.QueuingExecutor.HandOffQueue |
|
TransportFilter.TransportThreadFactory |
|
TypeVisitor<T> |
Type visitor contract.
|
UniformTimeReservoir |
A random sampling reservoir of a stream of long s.
|
UniformTimeSimpleSnapshot |
|
UniformTimeSnapshot |
|
UniformTimeValuesSnapshot |
|
UnsafeAccessor |
Helper for classes in the jsr166 package to access the sun.misc.Unsafe instance.
|
UnsafeValue<T,E extends java.lang.Throwable> |
A generic value provider, similar to Value , but able to
throw an exception.
|
UnsupportedSignatureMethodException |
Thrown to indicate that the OAuth signature method requested is not
supported.
|
Uri |
Injects a resource target pointing at
a resource identified by the resolved URI into a method parameter,
class field or a bean property.
|
UriComponent |
Utility class for validating, encoding and decoding components
of a URI.
|
UriComponent.PathSegmentImpl |
|
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.
|
UriConnegFilter.TypeParser<T> |
|
UriParser |
Parser for string URI with template parameters which produces URIs from Strings.
|
UriProvider |
|
UriRoutingContext |
Default implementation of the routing context as well as URI information provider.
|
UriSchemeResourceFinderFactory |
An interface for scanning URI-based resources and reporting those resources
to a scanning listener.
|
UriTemplate |
A URI template.
|
UriTemplate.TemplateValueStrategy |
A strategy interface for processing parameters, should be replaced with
a JDK 8 one day in the future.
|
UriTemplateParser |
A URI template parser that parses JAX-RS specific URI templates.
|
Utils |
|
Utils |
Utility class.
|
Utils |
Utility class.
|
ValidationInterceptor |
Interceptor for method validation processing.
|
ValidationInterceptorContext |
|
Value<T> |
A generic value provider.
|
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.
|
ValueParamProviderConfigurator |
|
Values |
|
Values.EagerValue<T> |
|
Values.ExceptionValue<T,E extends java.lang.Throwable> |
|
Values.InstanceUnsafeValue<T,E extends java.lang.Throwable> |
|
Values.InstanceValue<T> |
|
Values.LazyUnsafeValueImpl<T,E extends java.lang.Throwable> |
|
Values.LazyValueImpl<T> |
|
VariantListBuilder |
|
VariantSelector |
Utility for selecting variant that best matches request from a list of variants.
|
VariantSelector.DimensionChecker<T,U> |
Interface to get a dimension value from a variant and check if an
acceptable dimension value is compatible with a dimension value.
|
VariantSelector.VariantHolder |
|
Version |
Utility class for reading build.properties file.
|
VfsSchemeResourceFinderFactory |
A JBoss-based "vfsfile", "vfs" and "vfszip" scheme URI scanner.
|
VfsSchemeResourceFinderFactory.VfsResourceFinder |
|
Views |
Collections utils, which provide transforming views for List and Map .
|
VoidVoidDispatcherProvider |
Specific resource method dispatcher for dispatching requests to a void
Java method with no input arguments
using a supplied Java method invocation handler .
|
VoidVoidDispatcherProvider.VoidToVoidDispatcher |
|
WadlApplicationContext |
A context to obtain WADL-based information.
|
WadlApplicationContextImpl |
WADL application context implementation.
|
WadlAutoDiscoverable |
|
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.
|
WadlGeneratorApplicationDoc |
|
WadlGeneratorConfig |
Provides a configured WadlGenerator with all decorations (the default
wadl generator decorated by other generators).
|
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder |
|
WadlGeneratorConfig.WadlGeneratorConfigImpl |
|
WadlGeneratorConfigLoader |
|
WadlGeneratorDescription |
|
WadlGeneratorGrammarsSupport |
|
WadlGeneratorImpl |
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
|
WadlGeneratorJAXBGrammarGenerator |
This WadlGenerator generates a XML Schema content model based on
referenced java beans.
|
WadlGeneratorJAXBGrammarGenerator.NameCallbackSetter |
|
WadlGeneratorLoader |
|
WadlGeneratorLoader.Callback |
|
WadlGeneratorLoader.CallbackList |
|
WadlGeneratorLoader.WadlGeneratorControl |
|
WadlGeneratorResourceDocSupport |
A WadlGenerator implementation that enhances the generated wadl by
information read from a resourcedoc (containing javadoc information about resource
classes).
|
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.
|
WadlParamType |
The documentation type for wadl params.
Created on: Jun 12, 2008
|
WadlResource |
|
WadlUtils |
Utils for wadl processing.
|
WebAppResourcesScanner |
A scanner that recursively scans resources within a Web application.
|
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.
|
WebComponent.HttpServletRequestReferencingFactory |
|
WebComponent.HttpServletResponseReferencingFactory |
|
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.
|
WebResourceFactory |
Factory for client-side representation of a resource.
|
WebServletConfig |
A servlet based web config.
|
WebTargetValueParamProvider |
Value supplier provider supporting the Uri injection annotation.
|
WebTargetValueParamProvider.BindingModel |
|
WebTargetValueParamProvider.ManagedClient |
|
WebTargetValueParamProvider.WebTargetValueSupplier |
|
WriteListener |
Callback notification mechanism that signals to the developer it's possible
to write content without blocking.
|
WriterInterceptorExecutor |
Represents writer interceptor chain executor for both client and server side.
|
WriterInterceptorExecutor.UnCloseableOutputStream |
MessageBodyWriter s should not close the given stream .
|
WriterModel |
MessageBodyWriter model.
|
XhtmlElementType |
The type for an element holding child nodes.
Created on: Jun 17, 2008
|
XhtmlValueType |
The type for an element holding a string value.
Created on: Jun 17, 2008
|
XmlCollectionJaxbProvider |
Base XML-based message body provider for collections of JAXB beans.
|
XmlCollectionJaxbProvider.App |
JAXB provider for marshalling/un-marshalling collections
from/to entities of application/xml media type.
|
XmlCollectionJaxbProvider.General |
JAXB provider for marshalling/un-marshalling collections
from/to entities of <type>/<sub-type>+xml media types.
|
XmlCollectionJaxbProvider.Text |
JAXB provider for marshalling/un-marshalling collections
from/to entities of text/xml media type.
|
XmlHeader |
Allows to specify XML header for XML output produced by a resource method
it is attached to.
|
XmlInputFactoryInjectionProvider |
Thread-scoped injection provider of transformer factories .
|
XmlJaxbElementProvider |
Base XML-based message body provider for JAXB element instances.
|
XmlJaxbElementProvider.App |
Provider for marshalling/un-marshalling JAXB elements
from/to entities of application/xml media type.
|
XmlJaxbElementProvider.General |
Provider for marshalling/un-marshalling JAXB elements
from/to entities of <type>/<sub-type>+xml media types.
|
XmlJaxbElementProvider.Text |
Provider for marshalling/un-marshalling JAXB elements
from/to entities of text/xml media type.
|
XmlRootElementJaxbProvider |
Base XML-based message body provider for JAXB root elements
and types .
|
XmlRootElementJaxbProvider.App |
Provider for marshalling/un-marshalling JAXB root element
and type instances from/to entities of application/xml
media type.
|
XmlRootElementJaxbProvider.General |
Provider for marshalling/un-marshalling JAXB root element
and type instances from/to entities of <type>/<sub-type>+xml
media types.
|
XmlRootElementJaxbProvider.Text |
Provider for marshalling/un-marshalling JAXB root element
and type instances from/to entities of text/xml
media type.
|
XmlRootObjectJaxbProvider |
Base XML-based message body reader for JAXB beans.
|
XmlRootObjectJaxbProvider.App |
Provider for un-marshalling entities of application/xml media type
into JAXB beans using JAXB unmarshaller .
|
XmlRootObjectJaxbProvider.General |
Provider for un-marshalling entities of <type>/<sub-type>+xml media types
into JAXB beans using JAXB unmarshaller .
|
XmlRootObjectJaxbProvider.Text |
Provider for un-marshalling entities of text/xml media type
into JAXB beans using JAXB unmarshaller .
|