All Classes and Interfaces
Class
Description
Internal exception indicating that request processing has been aborted
in the request filter processing chain.
Abstract implementation of
OAuth2CodeGrantFlow.Builder
.Implementation of
Binder
interface dedicated to keep some level of code compatibility between previous HK2
implementation and new DI SPI.Abstract chainable linear acceptor.
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
.This is to allow customized JAXB collections checking.
Convenience class to allow implementing only a subset of
container liefecycle listener
callback method(s).Common
entity processor
supposed to be used as a base class for custom implementations.Abstract entity provider model.
Abstract Configurator which initializes and register
ExecutorServiceProvider
and
ScheduledExecutorServiceProvider
.Abstract base class for form entity types marshalling invalid input: '&' un-marshalling support.
Abstract class dedicated to implementations of
InjectionManager
providing several convenient methods.Abstract resource method dispatcher that provides skeleton implementation of
dispatching requests to a particular
Java method
using supplied
Java method invocation handler
.An abstract provider for
JAXBElement
.A base class for implementing JAXB-based readers and writers.
Abstract entity provider (reader and writer) base class.
Common implementation of
object provider
and object graph transformer
.Class to be used as a key in cache (
EntityContext
-> filtering object) when processing similar requests.Abstract base class for implementing multivalued parameter value extractor
logic supplied using
parameter converters
.This class provides partial default implementation of
ResourceFinder
.Abstract implementation of
resource model visitor
containing empty implementations
of interface methods.An abstract provider for JAXB types that are annotated with
XmlRootElement
or XmlType
.An abstract implementation of
RuntimeDelegate
that
provides support common to the client and server.Default implementation of
.
invalid reference
reactive invoker
Simple ServiceFinder configuration.
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.The holder of the lazy loaded instance of the default trimmer.
Abstract thread pool executor provider.
Base implementation of
UniformTimeSnapshot
.A parameter value provider that provides parameter value factories
which are using
MultivaluedParameterExtractorProvider
to extract parameter
values from the supplied multivalued
parameter map
.Gathers common functionality for
Supplier
instances handling XML data.An acceptable language tag.
An acceptable media type.
An acceptable token.
Access Token class (credentials issued by the Service Provider for the user).
Resource handling access token requests.
Aggregated sliding window time reservoir stores aggregated measurements in a time window of given size.
Aggregated value object stores aggregated measurements for provided set of data.
An aggregating trimmer for sliding window measurements.
Injection binding description used to describe the aliases to main
Binding
.Annotated method representation.
A scanner listener that processes Java class files (resource names
ending in ".class") annotated with one or more of a set of declared
annotations.
Helper class used to allow efficient caching of information,
given a sequence of Annotations.
The documentation type for annotations.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
Supports inline instantiation of annotation type instances.
Enumeration that defines standard annotation sets available for configuring
data binding aspects.
Configuration options specific to the Client API that utilizes
ApacheConnectorProvider
.A
Connector
that utilizes the Apache HTTP Client to send and receive
HTTP request and responses.Connector provider for Jersey
connectors
that utilize
Apache HTTP Client to send and receive HTTP request and responses.Java class for anonymous complex type.
Configurator which initializes and register
Application
instance into InjectionManager
and
BootstrapBag
.This class is designed to combine the Application instance with any other
external metadata that might be required to describe the application.
A simple holder class that stores a type and binary content
to be used to return extra metadata with
The wrapper root document for multiple
Doc
elements.An event informing about application lifecycle changes.
The type of the event that identifies on which lifecycle change the event is triggered.
Implementation of
application event
.Jersey specific provider that listens to
application events
.Jersey server-side application handler.
Monitoring configuration of an application.
Application statistics.
Application event listener
that listens to application
events and just prepare ApplicationInfo
instance to be injectable.Application MX Bean.
MXBean implementing
ApplicationMXBean
MXBean interface.Asynchronous connector response processing callback contract.
Injectable asynchronous processing context that can be used to control various aspects
of asynchronous processing of a single request.
Asynchronous processing context state.
Utilized by the Servlet container response writer to deal with the container async features.
Factory to create
AsyncContextDelegate
to deal with asynchronous
features added in Servlet version 3.0.Servlet 3.x container response writer async extension and related extension factory implementation.
TODO Some of the operations added for async.
Internal listener, so that the connection pool knows when the body has been read,
so it can reuse/close the connection.
Value factory provider supporting the
Suspended
injection annotation.Default implementation of
OAuth2CodeGrantFlow
.Builder implementation.
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations
.Configurator which initializes and register
AutoDiscoverable
instances into InjectionManager
and
BootstrapBag
.Injection qualifier that can be used to inject a
ScheduledExecutorService
instance used by Jersey to execute background timed/scheduled tasks.BackgroundScheduler
annotation literal.Utility class that implements base64 encoding and decoding.
Base64 encoding util class.
Implementation of Basic Http Authentication method (RFC 2617).
The basic types message body provider for
MediaType.TEXT_PLAIN
media type.Value factory provider for
bean parameters
.Marker of a public Jersey API that is still in "beta" non-final version.
Interface dedicated to keep some level of code compatibility between previous HK2 implementation and new DI SPI.
Abstract injection binding description of a bean.
Utility class to create a new injection binding descriptions for arbitrary Java beans.
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
A mutable model representing a body part nested inside a MIME MultiPart entity.
Custom
List
implementation that maintains parentage information automatically.A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
Configurator which contains two methods,
BootstrapConfigurator.init(InjectionManager, BootstrapBag)
contains InjectionManager
into which only registering services make sense because injection manager has not been completed yet and
BootstrapConfigurator.postInit(InjectionManager, BootstrapBag)
in which InjectionManager
has been already completed and is able to
create and provide services.Utility for creating boundary parameters.
Used for broadcasting response chunks to multiple
ChunkedOutput
instances.Listener interface that can be implemented to listen to events fired by
Broadcaster
object.Preparations for OSGi support.
Default Jersey byte array entity provider (reader and writer).
An
InputStream
backed by a queue of byte buffers
to be read.Cache implementation that relies on FutureTask.
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.
Cache-Control
header delegate provider
.Caching connector provider.
Linear acceptor that can be composed into a chain.
Iterator which iterates through the input string and returns characters from that string.
Body stream that can operate either synchronously or asynchronously.
Set a close listener which will be called when the user closes the stream.
Response entity type used for receiving messages in "typed" chunks.
MessageBodyWriter
for ChunkedInput
.Used for sending messages in "typed" chunks.
Used for writing
ChunkedOutput
.Chunk data parser.
Injection binding description of a bean bound via its a Java class.
The documentation type for classes.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
Efficient key class, used instead of using
Class
.A pair of raw class and the related type.
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey client runtime to execute asynchronous
client requests.ClientAsyncExecutor
annotation literal.Injection qualifier that can be used to inject an
ScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks.ClientBackgroundScheduler
annotation literal.Registers all binders necessary for
Client
runtime.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.Jersey externalized implementation of client-side JAX-RS
configurable
contract.Default encapsulation of the internal configuration state.
Configuration state change strategy.
Executor for client async processing and background task scheduling.
Configurator which initializes and register
ExecutorServiceProvider
and
ScheduledExecutorServiceProvider
.Client filtering stage factory.
Client Identifier that contains information about client id and client secret issues by a
Service Provider for application.
Jersey client lifecycle listener contract.
Client filter logs requests and responses to specified logger, at required level, with entity or not.
Jersey client implementation configuration properties.
Jersey client request context.
Jersey client response context.
Client-side request processing runtime.
A closeable service to add instances of
Closeable
that
are required to be closed.A helper class to aid the closing of
InputStream
.Closure interface.
Extract parameter value as a typed collection.
Represents function S as defined in the Request Matching part of the spec.
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
.A committing output stream with optional serialized entity buffering functionality
which allows measuring of the entity size.
Common immutable
Configuration
implementation for
server and client.A single feature registration record.
Common (server/client) Jersey configuration properties.
Default implementation of
scope provider
.A
MessageBodyReader
may implement this interface to signal that
reading from the underlying input stream can be fully completed.A callback to notify about asynchronous I/O operations status updates.
An internal Jersey container for custom component classes and instances.
Immutable version of
ComponentBag
.A resource model validator that checks the given resource model.
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
Configurator which initializes and register
ComponentProvider
instances into BootstrapBag
.application event listener
that aggregates more event listeners into one.Utility class which is able to install several binders and register them as a whole.
request event listener
that aggregates more request event listener into one.Stack
of ResourceFinder
instances.A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
Base of key, value, and entry Iterators.
Base class for views.
Holder for the thread-local hash code determining which
CounterCell to use.
A view of a ConcurrentHashMapV8 as a
Set
of (key, value)
entries.A node inserted at head of bins during transfer operations.
A view of a ConcurrentHashMapV8 as a
Set
of keys, in
which additions may optionally be enabled by mapping to a
common value.Exported Entry for EntryIterator
Key-value entry.
A place-holder node used in computeIfAbsent and compute
Stripped-down version of helper class used in previous version,
declared for the sake of serialization compatibility
Encapsulates traversal for methods such as containsValue; also
serves as a base class for other iterators and spliterators.
TreeNodes used at the heads of bins.
Nodes for use in TreeBins
A view of a ConcurrentHashMapV8 as a
Collection
of
values, in which additions are disabled.Configured validator for Jersey validation purposes.
Client transport connector extension contract.
A container for connector configuration to make it easier to move around.
Jersey client connector provider contract.
Consumer credentials class (credentials issued by the Service Provider for the application).
Model component that is able to consume media types.
Jersey container service contract.
Exception thrown by the container components in to notify Jersey runtime about
any errors.
Factory for creating specific HTTP-based containers.
Container filtering stage responsible for execution of request and response filters
on each request-response message exchange.
Classes implementing this contract receive container life-cycle notification
events.
Function that can be put to an acceptor chain to properly initialize
MessageBodyWorkers
instance on a current request and response.Service-provider interface for creating container instances.
Configurator which initializes and register
ContainerProvider
instances into InjectionManager
and
BootstrapBag
.Jersey container request context.
Jersey container response context.
A suspendable, request-scoped I/O container response writer.
Time-out handler can be registered when the container response writer gets
suspended.
Utility methods used by container implementations.
A content disposition header.
Builder to build content disposition.
Standard contract for plugging in content encoding support.
A marker interface to
InjectionResolver<Context>
.Injection resolver for
@Context
injection annotation.Context injection resolver binder.
Key dedicated for internal cache mechanism because two different
Injectee
Hk2 implementations comes from
Jersey side and HK2 side injection resolver.A factory implementation for managing
ContextResolver
instances.Configurator which initializes and register
ContextResolvers
instance into InjectionManager
and
BootstrapBag
.An injectable interface providing look-up for
ContextResolver<T>
provider instances.Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
Jersey contract provider model.
Contract provider model builder.
Value factory provider supporting the
CookieParam
injection annotation.Request
Cookie
header delegate provider
.Cookies parser.
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
Simple server-side request filter that implements CSRF protection as per the
Guidelines for Implementation of REST
by NSA (section IV.F) and
section 4.3 of this paper.
Qualifier annotation
used to annotate HK2 injections and
bindings for user custom providers.Custom
annotation literal.Feature to provide the single-line registration of custom providers.
Provider for marshalling/un-marshalling of
application/octet-stream
entity type to/from a DataSource
instance.Modified from javax.mail.util.ByteArrayDataSource
A DataSource backed by a byte array.
Utility class, which tries to pickup the best collection implementation depending
on running environment.
Date
header delegate provider
.Default
ExecutorServiceProvider
used on the client side for asynchronous request processing.Default
ScheduledExecutorServiceProvider
used on the client side for providing the scheduled
executor service that runs background tasks.Default implementation of
CloseableService
.Default entity processor.
Default implementation of
MediaTypePredictor
that uses
DefaultMediaTypePredictor.CommonMediaTypes
.This enum represents file extension and MIME types of commonly used file.
Default in-memory implementation of OAuth1Provider.
Simple read-only implementation of
OAuth1Consumer
.Default implementation of the request-scoped
responding context
.Default
SSLContext
provider.Deflate encoding support.
Implementation of
InjectionManager
that is able to delay service's registration
and injection to DelayedHk2InjectionManager.completeRegistration()
phase.Value factory provider that delegates the injection target lookup to the underlying injection provider.
A listener contract that allows any registered implementation class to receive application destroy events.
Implementation of Digest Http Authentication method (RFC 2617).
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.Java class for anonymous complex type.
Thread-scoped injection provider of
document
builder factories
.Provider for marshalling/un-marshalling
XML document
instances.This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
EntityGraph
implementation that does not contain any fields/subgraphs.Object graph representing empty domain classes.
Empty mock implementation of
RequestEventBuilder
.Feature that configures support for content encodings on the client side.
Client filter adding support for
content encoding
.Container filter that supports encoding-based content negotiation.
Server-side REST-ful endpoint.
BeanProperty
implementation used for passing annotations
from JAX-RS endpoint into Jackson.Container class for figuring out annotation-based configuration
for JAX-RS end points.
Meta-annotation used to create entity filtering annotations for entity (model) classes and resource methods and resources.
Binder for Entity Data Filtering feature.
Feature
used to add support for Entity Data Filtering feature for entity-filtering annotations based on
EntityFiltering
meta-annotation.Utility methods for Entity Data Filtering.
Entity processor handling entity-filtering annotations.
Scope provider
processing entity-filtering annotations created using
@EntityFiltering
meta-annotation.Class available to
entity-filtering processors
providing means to add/remove entity-filtering scopes
(e.g.Default implementation of
EntityGraph
.Provides
entity graph
and object graph
instances.Provides
entity graph
and object graph
instances.Entity input stream customized for entity message processing:
contains
EntityInputStream.isEmpty()
method.
EntityInputStream.close()
method throws Jersey-specific runtime exception in case of an IO error.
Responsible for inspecting entity classes.
Class responsible for inspecting entity classes.
Provides injection of
Request
entity value or Request
instance
itself.Contract supposed to process entity classes for Entity Data Filtering.
Result type of processing an context.
Entity processor
context providing details about entity processing.The type of the context which describes in which entity processing phase the
EntityProcessor.process(EntityProcessorContext)
is triggered.Default
entity processor context
implementation.ETag
header delegate provider
.Errors utility used to file processing messages (e.g.
Generic error message.
Error message exception.
Exception mappers
implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup.Configurator which initializes and register
ExceptionMappers
instance into InjectionManager
and
BootstrapBag
.MXBean interface of the
exception mapper
statistics.MXBean implementing a
ExceptionMapperMXBean
mxbean interface.Provides lookup of
ExceptionMapper
instances that can be used
to map exceptions to responses.Monitoring statistics of
exception mapper
executions.Exception mapper statistics.
Builder of exception mapper statistics.
The Exception Utils class provide utility method for exception handling.
Monitoring statistics of execution of one target.
Dynamic MBean that exposes information about execution statistics.
Immutable Execution statistics.
Builder of execution statistics.
A utility class with a methods for handling executor injection registration and proper disposal.
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.
Extended common runtime configuration.
Extension of a
exception mapper interface
.Logger extension with additional logging utility invalid input: '&' convenience methods.
This annotation can mark resource classes or resource methods that should be considered as extended resources.
Jersey extension of
ResourceContext
.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.Extensions to
UriInfo
.Wrapper for externally provided request context data.
This is to allow integration with other DI providers that
define their own request scope.
Configurator which initializes and register
ExternalRequestScope
instance into InjectionManager
.A runtime exception that contains a cause, a checked or runtime exception,
that may be passed to the cause of a
WebApplicationException
.Wrapper of
FeatureContext
that can supply instance of
injection manager
.An extension of
FormDataBodyPart
for associating
File
File as a body part entity.Provider for marshalling/un-marshalling of
application/octet-stream
entity type to/from a File
instance.A "file" scheme URI scanner that recursively scans directories.
A scanner that recursively scans directories and jar files.
A filter can add functionality to JDK client transport.
SPI utility methods for entity filtering.
Entity Data Filtering provider based on Jackson JSON provider.
Provides an access to context path from the filter configuration.
Provide all configured context paths (url mappings) of the application deployed using filter.
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
.A component that acts as both a Subscriber and Publisher.
A producer of items (and related control messages) received by
Subscribers.
A receiver of messages.
Message control linking a
Flow.Publisher
and Flow.Subscriber
.A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered in
runtime configurations
.The descriptor holder for an externally provided DI providers.
The descriptor holder for an externally provided DI providers.
Internal service to help determine
which HK2 factory provided components should be treated
as request scoped.
Subclass of
BodyPart
with specialized support for media type
multipart/form-data
.A form-data content disposition header.
Builder to build form data content disposition.
Subclass of
MultiPart
with specialized support for media type multipart/form-data
.Binds the named body part(s) of a "multipart/form-data" request
entity body to a resource method parameter.
A parameter-based exception for errors with
FormDataParam
.Feature providing support for
FormDataParam
parameter injection.Value supplier provider supporting the
FormDataParam
injection annotation and entity (FormDataMultiPart
)
injection.Provider for marshalling/un-marshalling of
application/x-www-form-urlencoded
entity type to/from multi-valued map
instance.Value factory provider supporting the
FormParam
injection annotation.Provider for marshalling/un-marshalling of
application/x-www-form-urlencoded
entity type to/from JAX-RS Form
instance.Java class for anonymous complex type.
Class containing static utility methods to work with HTTP headers.
GZIP encoding support.
Abstraction for a resource handler class constructor.
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String
.Value supplier provider supporting the
@HeaderParam
injection annotation.Utility class supporting the processing of message headers.
Processing exception
indicating that an attempt to
read a value of a header failed.Context that contains header problems causing this exception (e.g.
AbstractBinder
that registers all components needed for a proper bootstrap of Jersey based on HK2 framework.Factory which is able to create
InjectionManager
instance using service loading and automatically initialize injection
manager using parent
or immediately registers binder.Factory that provides injection of the referenced instance.
Implementation of the request scope instance.
An OAuth signature method that implements HMAC-SHA1.
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication.Builder that creates instances of
HttpAuthenticationFeature
.Implementation of all authentication builders.
Feature authentication mode.
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication.Http Authentication filter that provides basic and digest authentication (based on RFC 2617).
Credentials (username + password).
Authentication type.
Helper class for HTTP specified date formats.
Wrapping adapter for
HttpHeaderReader
that adds ability to read
headers containing comma-separated value lists.An abstract pull-based reader of HTTP headers.
TODO javadoc.
Concrete internal implementation of pull-based HTTP reader.
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.
Enumeration representing possible sources of information about the method overriding
the filter should look for.
Java class for HTTPMethods.
Default client transport connector using
HttpURLConnection
.Default Jersey client
connector
provider
that provides connector instances which delegate HTTP requests to HttpURLConnection
for processing.A factory for
HttpURLConnection
instances.Implementation of
InjectionManager
that is able to register and inject services.Set of convenient function regarding a collection immutability.
Immutable runtime configuration.
An immutable view of a
MultivaluedMap
.Implementation of an inbound client-side JAX-RS
Response
message.Base inbound message context implementation.
Input stream and its state.
Java class for anonymous complex type.
Interface that is used to indicate that the instance provides an
Inflector
.Inflector provider resource model component.
A generic interface for transforming data into a result.
Initializable Jersey client-side component.
An Injectee represents the point of injection.
An Injectee represents the point of injection.
Interface provides the communication API between Jersey and Dependency Injection provider.
Extension of
InjectionManagerProvider
which contains helper static methods
that extract InjectionManager
from client specific JAX-RS components.Factory which is able to create
InjectionManager
.Utility class with static methods that extract
injection manager
from various JAX-RS components.Implementation of this interface is capable of returning
InjectionManager
.This class allows users to provide a custom injection target for any annotation (including
@Inject
).Class which has the fields containing the instance of
InjectionResolver
and its a concrete type.This class wraps the jersey class
InjectionResolver
to make HK2 version of this
provided functionality.Injection binding utility methods.
Injection binding description of a bean bound directly as a specific instance.
This class is used as a bridge between
HK2 Factory
and JDK Supplier
.A stream that invokes
InterceptingOutputStream.FirstCallListener
when any operation is invoked.Abstract class with implementation of
InterceptorContext
which is common for ReaderInterceptorContext
and WriterInterceptorContext
implementations.Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
Internal common (server/client) Jersey configuration properties.
Jersey internal server-side configuration properties.
Utility class for constructing resource model from JAX-RS annotated POJO.
Thrown to indicate that the OAuth secret supplied is invalid or otherwise
unsupported.
A common interface for invocable resource components.
Validator ensuring that
invocable
and constructor
is correctly defined (for
example correctly annotated with scope annotation).AutoDiscoverable
registering JacksonFeature
if the feature is not already registered.Feature used to register Jackson JSON providers.
Annotation that can be used enable and/or disable various
features for
ObjectReader
s and ObjectWriter
s.Deprecated.
Feature
adding support for Entity Data Filtering into Jackson media module.JSON content type provider automatically configured to use both Jackson
and JAXB annotations (in that order of priority).
Basic implementation of JAX-RS abstractions (
MessageBodyReader
,
MessageBodyWriter
) needed for binding
JSON ("application/json") content to and from Java Objects ("POJO"s).A utility class that scans entries in jar files.
A "jar", "zip" and "wsjar" scheme URI scanner that recursively jar files.
An implementation of
ResourceMethodDispatcher.Provider
that
creates instances of ResourceMethodDispatcher
.JAXB
ForcedAutoDiscoverable
that registers all necessary JAXB features
into the injection manager directly.Binder for JAX-B message body workers.
Binder for JAXB parameter converter.
String reader provider producing
param converter provider
that
support conversion of a string value into a JAXB instance.Root element JAXB
param converter
.Enumeration that defines simple on/off features that can be
used on all Jackson JAX-RS providers, regardless of
underlying data format.
Jersey implementation of JAX-RS
Providers
contract.Configurator which initializes and registers
Providers
instance into InjectionManager
and
BootstrapBag
.Configuration options specific to
JdkConnector
.Jersey
Container
implementation based on Java SE HttpServer
.Container provider for containers based on lightweight Java SE HTTP Server's
HttpHandler
.Factory for creating
JDK HttpServer
instances to run Jersey applications.JDK Version related utilities.
Implementation of the
ClassAnalyzer
that supports selection
of the constructor with largest number of parameters as defined in
and required by JAX-RS specification.Binder for the JAX-RS compliant class analyzer implementation.
Jersey implementation of
JAX-RS Client
contract.Client instance shutdown hook.
Jersey provider of
JAX-RS client builder
.Implementation of Reactive Invoker for
CompletionStage
.Jersey implementation of HK2 Error Service to provide improved reporting
of HK2 issues, that may be otherwise hidden (ignored).
Binder for the Jersey implementation of HK2
ErrorService
contract.Jersey implementation of
JAX-RS client-side
request invocation
contract.Jersey-specific
client invocation builder
.Jersey implementation of
JAX-RS Link
contract.Jersey implementation of
JAX-RS Link.Builder
contract.Built-in Jersey-specific priority constants to be used along with
Priorities
where finer-grained
categorization is required.Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
Implementation of
Flow.Publisher
corresponding to reactive streams specification.Common
ContainerResponseWriter.suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler)
and ContainerResponseWriter.setSuspendTimeout(long, TimeUnit)
handler that can be used in
ContainerResponseWriter
implementations instead of the underlying infrastructure.Jersey implementation of JAX-RS
resource context
.Configurator which initializes and register
JerseyResourceContext
instance into InjectionManager
and
BootstrapBag
.ServletContainerInitializer
implementation used for Servlet 3.x deployment.A Jersey implementation of
UriBuilder
.Jersey implementation of
JAX-RS client target
contract.Configuration options specific to the Client API that utilizes
JettyConnectorProvider
.A
Connector
that utilizes the Jetty HTTP Client to send and receive
HTTP request and responses.A
ConnectorProvider
for Jersey connector
instances that utilize the Jetty HTTP Client to send and receive
HTTP request and responses.Jersey
Container
implementation based on Jetty Handler
.An internal binder to enable Jetty HTTP container specific types injection.
Referencing factory for Jetty request.
Referencing factory for Jetty response.
Factory for creating and starting Jetty server handlers.
Container provider for containers based on Jetty Server
Handler
.Factory for creating and starting Jetty
Server
instances
for deploying a Servlet.Container class for figuring out annotation-based configuration
for JAX-RS end points.
Helper class used to encapsulate details of configuring an
ObjectMapper
instance to be used for data binding, as
well as accessing it.Implementation if
ExceptionMapper
to send down a "400 Bad Request"
response in the event that unmappable JSON is received.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.Helper class for encapsulating information from
JSONP
annotation instance.Implementation of
ExceptionMapper
to send down a "400 Bad Request"
in the event unparsable JSON is received.A
WriterInterceptor
implementation for JSONP format.A key comparator.
A implementation similar to
HashMap
but supports the
comparison of keys using a KeyComparator
.A implementation similar to
LinkedHashMap
but supports the
comparison of keys using a KeyComparator
.LinkedHashMap entry.
A language tag.
Lazily initialized, thread-safe, random UUID.
Lazily initialized
unsafe value
.Lazily initialized
value
.Java class for anonymous complex type.
An unbounded
TransferQueue
based on linked nodes.Queue nodes.
Provider for Link Headers.
Locale
header delegate provider
.Localizable message.
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Defines string formatting method for each constant in the resource file
Localizes the
Localizable
into a message
by using a configured Locale
.A pair of sub-resource locator model and a corresponding model router.
This feature enables logging request and/or response on client-side and/or server-side depending
on the context's
RuntimeType
.Verbosity
determines how detailed message will be logged.Auto-discoverable class that registers
LoggingFeature
based on configuration properties.An interceptor that logs an entity if configured so and provides a common logic for
ClientLoggingFilter
and ServerLoggingFilter
.Helper for simple bounded LRU maps used for reusing lookup values.
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
.Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey to execute managed asynchronous requests
.ManagedAsyncExecutor
annotation literal.Invokes
PreDestroy
methods on all registered objects, when the injection manager is shut down.A runtime exception that contains a cause, a checked or runtime exception,
that may be mapped to a
Response
instance.Interceptor that wraps specific exceptions types thrown by wrapped interceptors and by message
body readers and writers into a mappable exception.
Binder registering the
Exception Wrapper Interceptor
(used on the client side).Helper class used to encapsulate details of configuring an
ObjectMapper
instance to be used for data binding, as
well as accessing it.Properties delegate backed by a
Map
.Request pre-processing stage that
extracts
an inflector from a routing context
where it was previously stored by the
request to resource matching stage
and
(if available) returns the inflector wrapped in a next terminal stage.A matching entity tag.
Request matching bootstrapping stage that pushes the whole request path to the routing
context as a right-hand path to be matched.
Value supplier provider supporting the
@MatrixParam
injection annotation.The main exposer class of Jersey JMX MBeans.
An interface which allows developers implement their own media type predictor.
Header delegate provider for MediaType.
Common media types and functionality.
A factory for managing
MessageBodyReader
, MessageBodyWriter
instances.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.
AbstractEntityProviderModel
comparator which
works as it is described in JAX-RS 1.x specification.Configurator which initializes and register
MessageBodyWorkers
instance into InjectionManager
and
BootstrapBag
.AbstractEntityProviderModel
comparator
which works as it is described in JAX-RS 2.x specification.Jersey exception signaling that error occurred during reading or writing message body (entity).
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
An injectable interface providing lookup of
MessageBodyReader
and
MessageBodyWriter
instances.Jersey configuration properties for message invalid input: '&' entity processing.
Utility class with message related methods.
Binding definitions for the default set of message related providers (readers,
writers, header delegates).
Header delegate provider injection binder.
Message body providers injection binder.
Java class for anonymous complex type.
The documentation type for methods.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
Resource method handler model.
Iterable list of methods on a single class with convenience getters for
additional method information.
Method list filter.
A combination of a resource method model and the corresponding routers.
A single router responsible for selecting a single method from all the methods
bound to the same routed request path.
Represents a 1-1-1 relation between input and output media type and an methodAcceptorPair.
Helper class to select matching resource method to be invoked.
The same as above ConsumesProducesAcceptor,
only concrete request content-type and accept header info is included in addition.
Utility to transform
error messages
to ResourceModelIssue
s.Common model helper methods.
Contract for a model processors that processes
resource models
during application initialization
and resource
returned by sub resource locators.Configurator which initializes and register
ModelProcessor
instances into BootstrapBag
.Helper class with methods supporting processing resource model by
model processors
.Method bean containing basic information about enhancing resource method.
Resource model validation exception.
Autodiscoverable feature that registers
MonitoringFeature
based on configuration properties.Container listener that listens to container events and trigger the
application events
and call them on supplied RequestEventListener
.A binder that binds the
MonitoringContainerListener
.application event listener
that listens to application
and request
events and supplies data to MonitoringStatisticsProcessor
which
produces monitoring statistics
.Method statistics.
Request statistics.
Time statistics.
Feature that enables calculating of
monitoring statistics
and
optionally also enables exposure of monitoring MBeans.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.
Monitoring statistics implementation.
Builder of monitoring statistics.
A Jersey specific provider that listens to monitoring statistics.
Process events of application and request processing into
monitoring statistics
.Upon calling of
MonitoringStatisticsProcessor.FloodingLogger.conditionallyLogFlooding()
, flooding logger conditionally checks for the size of the associated
collection and if its size increases a warning about flooding is logged.Monitoring helper class that contains utility methods used in
Monitoring.
Common tracing events.
A mutable model representing a MIME MultiPart entity.
Feature used to register Multipart providers.
Convenience
MediaType
(and associated String)
manifest constants.Injectable JavaBean containing the configuration parameters for
jersey-multipart
as used in this particular application.MessageBodyReader
implementation for MultiPart
entities.MessageBodyReader
implementation for MultiPart
entities.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.Implementation of
MultivaluedParameterExtractorProvider
.Provider of multivalued parameter extractors.
An implementation of
MultivaluedMap
where keys and values are
instances of String.Model component that can be name bound.
The documentation type for named values.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
Response
Set-Cookie
header delegate provider
.An abstract
InputStream
extension that defines contract for non-blocking
streaming read
operations.Tracks the nonces for a given consumer key and/or token.
Basic
ExtendedServletContainerProvider
that provides
dummy no-op method implementation.API for performing inflections (pluralization, singularization, and so on)
on various strings.
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.
An implementation of
MultivaluedMap
where values can be null
.A
"dev/null"
output stream - an output stream implementation that discards all the
data written to it.The interface of the OAuth 1 Authorization Flow utility.
Default implementation of
OAuth1AuthorizationFlow
.OAuth1AuthorizationFlowImpl builder.
Builder of OAuth 1 client support.
Builder of the
Feature
.Builder of the
OAuth1AuthorizationFlow
.OAuth 1 client builder default implementation.
OAuth 1 client filter feature builder default implementation.
OAuth1 client filter feature registers the support for performing authenticated requests to the
Service Provider.
Client filter that sign requests using OAuth 1 signatures and signature and other OAuth 1
parameters to the
Authorization
header.The main class to build the support for OAuth 1 into the Jersey client.
Class representing a registered consumer.
Web application exception
that is mapped either
to Response.Status.BAD_REQUEST
(e.g.A data structure class that represents OAuth protocol parameters.
Contract for a provider that supports managing OAuth tokens and consumer secrets.
Interface to be implemented as a wrapper around an HTTP request, so that
digital signature can be generated and/or verified.
Contains the secrets used to generate and/or verify signatures.
Security request that gets injected into the context by the OAuth filter
based on the access token attached to the request.
The feature enables support for OAuth 1.0a on the server.
OAuth request filter that filters all requests indicating in the Authorization
header they use OAuth.
Properties used to configure OAuth server module.
Injectable class used for processing an OAuth signature (signing or verifying).
Thrown to indicate that an OAuth exception occurred.
Feature enabling OAuth signature support.
Binder that binds
signature methods
and OAuth1Signature
.An interface representing the OAuth signature method.
Interface representing an OAuth token (i.e.
OAuth2 client filter feature registers the support for performing authenticated requests to the
Service Provider.
Client filter that adds access token to the
Authorization
http header.Main class to build the Authorization Flow instances and
client filter feature
that
can supports performing of authenticated OAuth requests.The interface that defines OAuth 2 Authorization Code Grant Flow.
The builder of
OAuth2CodeGrantFlow
.Phase of the Authorization Code Grant Flow.
Class that provides methods to build
OAuth2CodeGrantFlow
pre-configured for usage
with Facebook provider.Entity provider that deserializes entity returned from Access Token request into
TokenResult
.Class that provides methods to build
OAuth2CodeGrantFlow
pre-configured for usage
with Google provider.Enum that defines values for "access_type" parameter used in
Google OAuth flow.
Enum that defines values for "display" parameter used in
Google OAuth flow.
Enum that defines values for "prompt" parameter used in
Google OAuth flow.
Class that contains definition od parameters used in OAuth2.
Parameter
grant_type
used in the access token request.Wraps a Jersey
ContainerRequestContext
object, implementing the
OAuth signature library OAuth1Request
interface.This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.research.ws.wadl package.
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
Read-only graph containing representations of an entity class that should be processed in entity-filtering.
Default implementation of
ObjectGraph
.This contract brings support for transforming an internal representation of entity data filtering feature into an object
familiar to underlying provider (e.g.
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).
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.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.Java class for anonymous complex type.
Model processor
enhancing resource model
and sub resources
by default OPTIONS methods defined by JAX-RS specification.Utility class to deal with OSGi runtime specific behavior.
An outbound JAX-RS response message.
Outbound JAX-RS
Response.ResponseBuilder
implementation.Base outbound message context implementation.
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.
A scanner that recursively scans URI-based resources present in a set of
package names, and nested package names of that set.
Find resources with a given name and class loader.
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Java class for anonymous complex type.
Configurator which initializes and register
ParamConverters.AggregatedProvider
instances into InjectionManager
.An aggregate
param converter provider
that loads all
the registered ParamConverterProvider
implementations.Container of several different
param converter providers
implementations.Aggregated
param converter provider
.Provider of
param converter
that convert the supplied string into a Java
Date
instance using conversion method from the
http date formatter
utility class.Provider of
param converter
that produce the target Java type instance
by invoking a single String
parameter constructor on the target type.Provider of
param converter
that produce the target Java type instance
by invoking a static fromString(String)
method on the target type.Provider of
param converter
that produce the target Java enum
type instance
by invoking a static fromString(String)
method on the target enum type.Provider of
param converter
that produce the target Java type instance
by invoking a static valueOf(String)
method on the target type.The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
Method parameter model.
Bean Parameter class represents a parameter annotated with
BeanParam
which in fact represents
additional set of parameters.Parameter injection sources type.
Used in the resource model to capture information on method parameters.
A general parameterized header.
A map of MIME headers with parametrized values.
Utility methods for retrieving values or value providers for the
parameterized
resource model components.An abstract extension of
WebApplicationException
for the class of
parameter-based exceptions.A parameter exception for errors with
CookieParam
.A parameter exception for errors with
FormParam
.A parameter exception for errors with
HeaderParam
.A URI-parameter-based exception for errors with
MatrixParam
.A URI-parameter-based exception for errors with
PathParam
.A URI-parameter-based exception for errors with
QueryParam
.An abstract parameter exception for the class of URI-parameter-based
exceptions.
Configurator which initializes and register
MultivaluedParameterExtractorProvider
instance into
InjectionManager
.Abstract base class for resolving JAX-RS
@XxxParam
injection.A meta-annotation that identifies an annotation as a parameter-based
annotation.
Java class for ParamStyle.
Extends
Supplier
interface with
Parameter.Source
information.Matches the un-matched right-hand request path to the configured collection of path pattern matching routes.
/**
A request path pattern matching router hierarchy builder entry point.
@PathParam
injection value provider.A path pattern that is a regular expression generated from a URI path
template.
The set of right hand path patterns that may be appended to a path
pattern.
A URI template for a URI path.
Internal parser of this PathTemplate.
An intermediate path matching router builder.
A pattern for matching a string against a regular expression
and returning capturing group values for any capturing groups present in
the expression.
PerLookup is the scope for objects that are created every time they are looked up.
Persistence unit
injection binder.PerThread is a scope that operates like
Singleton
scope, except on a per-thread basis.An OAuth signature method that implements Plaintext.
Utility class to print the variety of types, useful in
toString
method.Value extractor for
Character
and char
parameters.Utility class that maps the primitive types to their respective classes as well
as the default values as defined by the JAX-RS specification.
Extract primitive parameter value from the
multivalued parameter map
using one of the valueOf(String)
methods on the primitive Java type wrapper
classes.Injectable encapsulating class containing processing providers like filters, interceptors,
name bound providers, dynamic features.
Configurator which initializes and register
ProcessingProviders
instance into BootstrapBag
.This interface extends
Callable
interface but removes the
exception from call
declaration.Model component that is able to produce media types.
Marker annotation for property classes.
TODO: javadoc.
Helper class containing convenience methods for reading
org.glassfish.jersey.server.ResourceConfig
and Configuration
properties.Marker annotation for static fields that represent property names.
Marker annotation for static fields that represent property name aliases.
Class used for registration of the custom providers into injection manager.
Utility class providing a set of utility methods for easier and more type-safe
interaction with an injection layer.
Generates a value of
Authorization
header of HTTP request for Digest Http Authentication scheme (RFC 2617).Router that pushes matched
resource method
to routing context
.Router that pushes
runtime resource
matched during a any routing phase
to routing context
.Router that pushes
uri template
of matched resource of subResource
to routing context
.Terminal router that pushes the URI matched so far to the stack returned
by
UriInfo.getMatchedURIs()
method.Terminal router that pushes the matched method's handler instance to the stack
returned by
UriInfo.getMatchedResources()
method.Quality factor for acceptable header types represented as a "parts per thousand" (i.e.
Quality parameter constants.
A quality source media type.
Value supplier provider supporting the
@QueryParam
injection annotation.Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase
(
Configuration
) in ranked provider
.Defines which ordering should be used for sorting.
Jersey ranked provider model.
Represents reader interceptor chain executor for both client and server side.
MessageBodyReader
s should not close the given stream
.MessageBodyReader
model.A utility class for reading and writing using byte and character streams.
This class represents a call-back mechanism that will notify implementations
as HTTP request data becomes available to be read without blocking.
This Exception is used only if
ClientProperties.FOLLOW_REDIRECTS
is set to true
.A possibly mutable value reference.
Request/response scoped injection support initialization stage.
Factory that provides injection of the referenced instance.
Utility methods for Java reflection.
A tuple consisting of a concrete class and a declaring class that declares a
generic interface type.
A collection of
reference
factory invalid input: '&' utility methods.Default (mutable)
Ref
implementation.Immutable
Ref
implementation.Thread-safe
Ref
implementation.Java class for anonymous complex type.
The documentation type for representations.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
Java class for anonymous complex type.
Exception thrown by security request authentication.
Class is able to communicate with
RequestScope
and provide request-scoped descriptors to HK2 DI provider to create or
destroy instances.Wrapper for externally provided request context data.
Request scope injection binder.
Provide access to the actual servlet request/response.
The documentation type for requests.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
Defines values for the
ClientProperties.REQUEST_ENTITY_PROCESSING
property.An event informing about details of a request processing.
Describes the origin of the exception.
The type of the event which describes in which request processing phase the event
is triggered.
A contract for
request monitoring event
builder.Request event
implementation.Builder of
RequestEventImpl
.Non-registrable provider that listens to
request events
.Configurator which initializes and register
ExternalRequestScope
instance into InjectionManager
.Request processing context.
Wrapper that holds the reference of the
RequestProcessingContext
.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.
Scopes a single request/response processing execution on a single thread.
Configurator which initializes and register
RequestScope
instance int InjectionManager
and
BootstrapBag
.Request scope binding annotation.
Custom initialization provider that is guaranteed to be run from within an active
request scope.
Produces
RequestScopedInitializer
based on provided RequestContextProvider
.Resource handling request token requests.
Utility class for processing client requests.
Implements the OAuth signature library Request interface, wrapping a Jersey
client request object.
The constants that determine the behaviour of sliding windows and their trimmers.
Java class for anonymous complex type.
Model of a single resource component.
Resource model component builder.
Immutable resource data holder.
A container for application resource models used during the
ApplicationHandler
initialization.Resource bag builder.
Configurator which initializes and register
ResourceBag
instance into BootstrapBag
.The resource configuration for configuring a web application.
The documentation type for resources.
Created on: Jun 11, 2008
Created on: Jun 11, 2008
An interface used for finding and opening (loading) new resources.
An runtime exception that may be thrown when scanning.
Model of a method available on a resource.
Resource method model builder.
Immutable resource method data.
Resource method classification based on the recognized JAX-RS
resource method types.
Default
configuration
for resource methods.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
.Provider interface for creating a
resource
method dispatcher
instances.A resource method dispatcher provider factory.
An injectable
resource method
invocation handler provider
factory.Provides the
invocation handler
instances designated
to handle invocations of the supplied invocable resource methods
.Server-side request-response
inflector
for invoking methods
of annotation-based resource classes.Resource method invoker helper.
Configurator which initializes and register
ResourceMethodDispatcher
instance into BootstrapBag
.MXBean interface of resource method MXBeans.
MXBean implementing the
ResourceMethodMXBean
MXBean interface.Monitoring statistics an of an execution of the resource method.
Immutable resource method statistics.
Builder of resource method statistics.
Factory for creating and storing resource method statistics.
Validator checking resource methods and sub resource locators.
Resource model of the deployed application which contains set of root resources.
Builder used to create
resource model
instances.Marker interface for all abstract resource model components,
so that they can be traversed using a visitor pattern.
Configurator which binds providers and resources into
InjectionManager
.Resource model validity issue.
Following the visitor pattern, this interface allows implementing processors
traversing all abstract model components present in a given model.
MXBean interface of resource MXBeans.
MXBean implementing the
ResourceMethodMXBean
MXBean interface.Processes resources found by
ResourceFinder
.Java class for anonymous complex type.
Group of resource MXBeans.
Monitoring statistics of the resource.
Immutable resource statistics implementation.
Builder of resource statistics instances.
Java class for anonymous complex type.
Validator ensuring that resource are correct (for example that root resources contains path, etc.).
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.
Java class for anonymous complex type.
Exception thrown by security response authentication.
Client response processing callback.
The documentation type for a response.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
Contract for a provider that maps response processing errors to
Response
.MXBean interface of response MXBean.
MXBean implementing the
ResponseMXBean
MXBean interface.Monitoring statistics of responses produced by application.
Immutable response statistics.
This builder does not need to be threadsafe since it's called only from the jersey-background-task-scheduler.
An internal implementation of
ContainerResponseWriter
for Servlet containers.A
DynamicFeature
supporting the javax.annotation.security.RolesAllowed
,
javax.annotation.security.PermitAll
and javax.annotation.security.DenyAll
on resource methods and sub-resource methods.Request routing information.
Marker interface for all resource model components that contain path information
usable for routing.
Hierarchical request router that can be used to create dynamic routing tree
structures.
Hierarchical request routing continuation.
Routing tree assembly utilities.
Jersey routing entry point.
Resource routing builder.
Jersey request matching and routing context.
Request pre-processing stage that encapsulates hierarchical resource matching
and request routing.
An OAuth signature method that implements RSA-SHA1.
Default implementation of JAX-RS
RuntimeDelegate
.Server-side implementation of JAX-RS
RuntimeDelegate
.Base for sub-resource locator runtime model builder.
This is a common base for root resource and sub-resource runtime model
builder.
Runtime Resource builder.
Runtime Resource model contains structured information about runtime resources.
Runtime resource model validator validating ambiguity of resource methods.
Common helper methods for SAX parsers.
Thread-scoped injection provider of
SAX parser factories
.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.
Default implementation of the Jersey
scheduled executor service provider SPI
.Scoped Jersey application model component.
Entry point for obtaining entity-filtering scopes used to process a request/response entity.
Class used to resolve entity-filtering scopes from annotations.
Secure SAX parser factory wrapper.
Convenience utility methods for creating instances of security annotations.
DenyAll annotation implementation.
PermitAll annotation implementation.
DenyAll annotation implementation.
Proxiable wrapper for request scoped
SecurityContext
instance.Feature
used to add support for Java Security annotations (javax.annotation.security
) for Entity Data
Filtering feature.Entity processor
handling security annotations on model entity classes.Utility methods for security Entity Data Filtering.
scope provider
resolving entity-filtering scopes from security annotations.Server-side
scope provider
resolving entity-filtering scopes from security annotations
with respect to user's roles defined in SecurityContext
.Feature
used to add support for custom query parameter filtering for
Entity Data Filtering feature.Server injection binder.
Server-side application configuration.
Configurator which initializes and register
ExecutorServiceProvider
and
ScheduledExecutorServiceProvider
.Default
ScheduledExecutorServiceProvider
used on the server side for providing the scheduled executor service that
runs background tasks.Default
ExecutorServiceProvider
used on the server side for managed asynchronous request processing.Enable auto-discoverable of certain server filters.
Server filter logs requests and responses to specified logger, at required level, with entity or not.
Jersey server-side configuration properties.
Server-side request processing runtime.
Abstract composite callback runner.
Server-side implementation of
scope provider
.Server side tracing events.
Error thrown when something goes wrong while looking up service providers.
A simple service-provider lookup mechanism.
The default service iterator provider that looks up provider classes in
META-INF/services files.
Supports iteration of provider instances or classes.
Simple ServiceFinder injection binder.
Implementation of this class is used as a holder for service instance from
InjectionManager
along with other information about the provided service.Implementation of the instance keeper which kept the instance of the class from
InjectionManager
and the other information about this instance.A
Servlet
or Filter
for deploying root resource classes.This is internal Jersey SPI to hook to Jersey servlet initialization process driven by
org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
.Factory class to get all "registered" implementations of
ServletContainerProvider
.Jersey servlet container configuration properties.
A generic settable value container.
Common severity.
Jersey
Container
implementation based on Simple framework
Container
.An internal binder to enable Simple HTTP container specific types injection.
Referencing factory for Simple request.
Referencing factory for Simple response.
Factory for creating and starting Simple server containers.
Container provider for containers based on Simple HTTP Server
Container
.Simple namespace resolver which resolves one predefined namespace.
Simple server facade providing convenient methods to obtain info about the server (i.e.
Tracing at a very low level can be performed with a
TraceAnalyzer
.MatchResult
implementation that returns the nested string as a
single matching result.Extract value of the parameter by returning the first string parameter value
found in the list of string parameter values.
Extract value of the parameter using a single parameter value and the underlying
param converter
.Sliding window time reservoir implementation that stores data of type
Long
.The trimmer of an associated sliding window.
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
Collection of
XML source
providers.Provider for marshalling/un-marshalling
DOMSource
instances.Provider for un-marshalling
SAXSource
instances.Provider for marshaling
Source
instances.Provider for un-marshalling
StreamSource
instances.Utility class, which helps to configure
SSLContext
instances.Data processing stage that can be used to create dynamic data processing chains.
Linear stage chain builder.
Data processing stage continuation.
A stage-related collection of utility methods.
Linked linear stage implementation.
Factory for producing custom JAX-RS
response status type
instances.Represents an
InputStream
based file submission as a part of the
multipart/form-data.Message body writer that supports
streaming output
marshalling.Internal
string builder
utilities for building HTTP header
values.Extract parameter value as a specific
String
Java collection type.String
header delegate provider
.Case insensitive String key comparator.
Multivalued map with String keys that are compared with each other using the case insensitive method.
Security context that allows establishing a subject before a resource method
or a sub-resource locator is called.
A
Flow.Publisher
that asynchronously issues submitted
(non-null) items to current subscribers until it is closed.A bounded (ring) buffer with integrated control to start a
consumer task whenever items are available.
Subscriber for method consume
A task for consuming buffer items and signals, created and
executed whenever they become available.
Fallback if ForkJoinPool.commonPool() cannot support parallelism
An methodAcceptorPair to accept sub-resource requests.
Injection binding description of a bean bound indirectly via a supplier class producing instances of the bound type.
This class is able to find the
Supplier
of the particular type and use this Supplier
to create a new
instance.Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
Jersey model component that is suspendable and may hold suspend-related
information.
A proxy invocation handler that delegates all methods to a thread local instance.
A proxy invocation handler that delegates all methods to a thread local instance from JNDI.
A random number generator isolated to the current thread.
Client thread pool configuration, which might be used to customize client thread pool.
Default implementation of the Jersey
executor service provider SPI
.A statistically representative reservoir of a data stream in time.
Monitoring statistics of execution of any target (resource, resource method, application).
Immutable
Time window statistics
that uses backing SlidingWindowTimeReservoir
for its
Builder
implementation.Builder of time window statistics.
A token.
A utility class providing methods capable of splitting String entries
into an array of tokens based on either default or custom token delimiters.
Annotation to be placed on resource classes or resource methods
that should be ignored by
OAuth server filter
.Class that contains a result of the Authorization Flow including a access token.
Delegating properties delegate backed by another
PropertiesDelegate
with implemented "cache" or direct reference to
tracing support related classes (e.g.Enumeration of possible values of property
ServerProperties.TRACING
.Collects tracing messages for a request.
A trace message.
Low level Tracing support API.
Type of event.
Level of tracing message.
Real implementation of tracing logger.
Utilities for tracing support.
A
BlockingQueue
in which producers may wait for consumers
to receive elements.Thread-scoped injection provider of
transformer factories
.Writes and reads data to and from a socket.
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.
Synchronous queue that tries to empty
TransportFilter.QueuingExecutor.HandOffQueue.taskQueue
before it blocks waiting for new tasks to be submitted.A default thread factory that gets used if
ThreadPoolConfig.getThreadFactory()
is not specified.Type visitor contract.
A random sampling reservoir of a stream of
long
s.A statistical snapshot of a
UniformTimeSimpleSnapshot
.A statistical snapshot of a
UniformTimeSnapshot
.A statistical snapshot of a
UniformTimeValuesSnapshot
.Helper for classes in the jsr166 package to access the
sun.misc.Unsafe
instance.A generic value provider, similar to
Value
, but able to
throw an exception.Thrown to indicate that the OAuth signature method requested is not
supported.
Injects a
resource target
pointing at
a resource identified by the resolved URI into a method parameter,
class field or a bean property.Utility class for validating, encoding and decoding components
of a URI.
The URI component type.
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.Parser for string URI with template parameters which produces
URIs
from Strings.Default implementation of the routing context as well as URI information provider.
An interface for scanning URI-based resources and reporting those resources
to a scanning listener.
A URI template.
A strategy interface for processing parameters, should be replaced with
a JDK 8 one day in the future.
A URI template parser that parses JAX-RS specific URI templates.
Utility class.
Utility class.
Interceptor for method validation processing.
Context for resource method validation interception processing (see
ValidationInterceptor
).A generic value provider.
Parameter value factory SPI.
Enumeration of priorities for providers (e.g.
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.
Configurator which initializes and register
ValueParamProvider
instances into InjectionManager
and
BootstrapBag
.A collection of
Value provider
factory invalid input: '&' utility methods.An implementation of
VariantListBuilder
.Utility for selecting variant that best matches request from a list of variants.
Interface to get a dimension value from a variant and check if an
acceptable dimension value is compatible with a dimension value.
Utility class for reading build.properties file.
A JBoss-based "vfsfile", "vfs" and "vfszip" scheme URI scanner.
Specific resource method dispatcher for dispatching requests to a void
Java method
with no input arguments
using a supplied Java method invocation handler
.A context to obtain WADL-based information.
WADL application context implementation.
AutoDiscoverable
registering WadlFeature
if this feature
is not already registered.This class implements the algorithm how the wadl is built for one or more
Resource
classes.Feature enabling WADL processing.
A WadlGenerator creates artifacts related to wadl.
And internal storage object to store the grammar definitions and
any type resolvers that are created along the way.
Call back interface that the created external grammar can use
to allow other parts of the code to attach the correct grammar information.
This
WadlGenerator
adds all doc elements provided by ApplicationDocs.getDocs()
to the generated wadl-file.Provides a configured
WadlGenerator
with all decorations (the default
wadl generator decorated by other generators).Loads a
If no
WadlGeneratorConfig
and provides access to the WadlGenerator
provided by the loaded WadlGeneratorConfig
.If no
WadlGeneratorConfig
is provided, the default WadlGenerator
will be loaded.This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the
The properties refer to the properties of the
WadlGenerator
implementation with
the specified WadlGeneratorDescription.getGeneratorClass()
.This
WadlGenerator
adds the provided Grammars
element to the
generated wadl-file.This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
This
WadlGenerator
generates a XML Schema content model based on
referenced java beans.Loads
The properties of the
WadlGenerator
s from a provided list of WadlGeneratorDescription
s.The properties of the
WadlGeneratorDescription
s can refer to WadlGenerator
properties
of these types:
exact match: if the WadlGenerator property is of type org.example.Foo
and the
property value provided by the WadlGeneratorDescription
is of type org.example.Foo
java.io.InputStream: The InputStream
can e.g.A
WadlGenerator
implementation that enhances the generated wadl by
information read from a resourcedoc (containing javadoc information about resource
classes).WADL
model processor
which enhance resource model by WADL related resources (like "/application.wadl").OPTIONS resource method handler that serves resource WADL.
The documentation type for wadl params.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
Utils for wadl processing.
A scanner that recursively scans resources within a Web application.
An common Jersey web component that may be extended by a Servlet and/or
Filter implementation, or encapsulated by a Servlet or Filter implementation.
The Web configuration for accessing initialization parameters of a Web
component and the
ServletContext
.The web configuration type.
A filter based web config.
Factory for client-side representation of a resource.
A servlet based web config.
Value supplier provider supporting the
Uri
injection annotation.Callback notification mechanism that signals to the developer it's possible
to write content without blocking.
Represents writer interceptor chain executor for both client and server side.
MessageBodyWriter
s should not close the given stream
.MessageBodyWriter
model.The type for an element holding child nodes.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
The type for an element holding a string value.
Created on: Jun 17, 2008
Created on: Jun 17, 2008
Base XML-based message body provider for collections of JAXB beans.
JAXB provider for marshalling/un-marshalling collections
from/to entities of
application/xml
media type.JAXB provider for marshalling/un-marshalling collections
from/to entities of
<type>/<sub-type>+xml
media types.JAXB provider for marshalling/un-marshalling collections
from/to entities of
text/xml
media type.Allows to specify XML header for XML output produced by a resource method
it is attached to.
Thread-scoped injection provider of
transformer factories
.Base XML-based message body provider for
JAXB element
instances.Provider for marshalling/un-marshalling
JAXB elements
from/to entities of application/xml
media type.Provider for marshalling/un-marshalling
JAXB elements
from/to entities of <type>/<sub-type>+xml
media types.Provider for marshalling/un-marshalling
JAXB elements
from/to entities of text/xml
media type.Base XML-based message body provider for JAXB
root elements
and types
.Provider for marshalling/un-marshalling JAXB
root element
and type
instances from/to entities of application/xml
media type.Provider for marshalling/un-marshalling JAXB
root element
and type
instances from/to entities of <type>/<sub-type>+xml
media types.Provider for marshalling/un-marshalling JAXB
root element
and type
instances from/to entities of text/xml
media type.Base XML-based message body reader for JAXB beans.
Provider for un-marshalling entities of
application/xml
media type
into JAXB beans using JAXB unmarshaller
.Provider for un-marshalling entities of
<type>/<sub-type>+xml
media types
into JAXB beans using JAXB unmarshaller
.Provider for un-marshalling entities of
text/xml
media type
into JAXB beans using JAXB unmarshaller
.
invalid reference