Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.glassfish.jersey |
Common Jersey core classes.
|
org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.authentication |
Provides core client authentication mechanisms.
|
org.glassfish.jersey.client.filter |
Provides core client filters.
|
org.glassfish.jersey.client.oauth1 |
Jersey OAuth 1 Client API.
|
org.glassfish.jersey.client.oauth2 |
Jersey OAuth 2 Client API.
|
org.glassfish.jersey.client.proxy |
This package defines a high-level (proxy-based) client API.
|
org.glassfish.jersey.client.rx |
Jersey Reactive Client API.
|
org.glassfish.jersey.client.rx.guava |
Jersey Reactive Client - Guava (ListenableFuture) provider.
|
org.glassfish.jersey.client.rx.jsr166e |
Jersey Reactive Client - JSR 166e, pre-Java 8,
(CompletableFuture) provider.
|
org.glassfish.jersey.client.rx.rxjava |
Jersey Reactive Client - RxJava (Observable) provider.
|
org.glassfish.jersey.client.rx.spi |
Jersey Reactive Client SPI.
|
org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
org.glassfish.jersey.grizzly.connector |
Jersey client
connector based on the
Grizzly Async Client. |
org.glassfish.jersey.grizzly2.httpserver |
Jersey Grizzly 2.x container classes.
|
org.glassfish.jersey.jackson |
Jersey classes supporting JSON media type processing based on Jackson.
|
org.glassfish.jersey.jackson1 |
Jersey classes supporting JSON media type processing based on Jackson 1.x.
|
org.glassfish.jersey.jdkhttp |
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes. |
org.glassfish.jersey.jettison |
Jersey classes supporting JSON media type processing based on Jettison.
|
org.glassfish.jersey.jetty |
Jersey Jetty container classes.
|
org.glassfish.jersey.jetty.connector |
Jersey client
connector based on the
Jetty Client. |
org.glassfish.jersey.jsonp |
Jersey classes supporting JSON processing (JSON-P) media providers.
|
org.glassfish.jersey.kryo | |
org.glassfish.jersey.linking | |
org.glassfish.jersey.linking.mapping | |
org.glassfish.jersey.media.htmljson |
Jersey package with entity provider that allows usage of
net.java.html.json . |
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
org.glassfish.jersey.media.multipart.file |
Provides support for body parts that are file attachments.
|
org.glassfish.jersey.media.sse |
Support for Server Sent events in Jersey.
|
org.glassfish.jersey.message |
Common Jersey messaging classes.
|
org.glassfish.jersey.message.filtering |
Support for Entity Data Filtering in Jersey.
|
org.glassfish.jersey.moxy.json |
Jersey classes supporting JSON media type processing based on Moxy.
|
org.glassfish.jersey.moxy.xml |
Jersey classes supporting XML media type processing based on Moxy.
|
org.glassfish.jersey.oauth1.signature |
Jersey OAuth 1 Signature API and Implementation.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.filter |
Provides core server filters.
|
org.glassfish.jersey.server.gae |
Public API of Google App Engine integration support.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.mvc |
Provides support for Model, View and Controller (MVC).
|
org.glassfish.jersey.server.mvc.beanvalidation |
Jersey server-side classes adding support of bean validation to MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.freemarker |
Jersey server-side classes adding support of FreeMarker to Jersey MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.jsp |
Jersey server-side MVC support for servlet containers.
|
org.glassfish.jersey.server.mvc.mustache |
Jersey server-side classes adding support of Mustache to Jersey MVC (Model View Controller).
|
org.glassfish.jersey.server.mvc.spi |
Provides support for view aspect of model view controller and templates that
produce views.
|
org.glassfish.jersey.server.oauth1 |
Jersey OAuth 1 Server API.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
org.glassfish.jersey.server.validation |
Jersey server-side bean validation classes.
|
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
org.glassfish.jersey.server.wadl.processor |
Jersey server-side WADL
model processor classes
that extends resource model with resources and resource methods that produce WADL content. |
org.glassfish.jersey.simple |
Jersey Simple 5.x container classes.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
org.glassfish.jersey.test |
Jersey test framework common classes that support testing JAX-RS and Jersey-based applications.
|
org.glassfish.jersey.test.util.client | |
org.glassfish.jersey.test.util.server | |
org.glassfish.jersey.uri |
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
Class and Description |
---|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.Status
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
Class and Description |
---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header.
|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
EntityTag
An abstraction for the value of a HTTP Entity Tag, used as the value
of an ETag response header.
|
Form
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded" content type. |
GenericType
Represents a generic message entity type
T . |
Link
Class representing hypermedia links.
|
Link.Builder
Builder class for hypermedia links.
|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
NewCookie
Used to create a new HTTP cookie, transferred in a response.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.StatusType
Base interface for statuses used in responses.
|
UriBuilder
URI template-aware utility class for building URIs from their components.
|
Variant
Abstraction for a resource representation variant.
|
Class and Description |
---|
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
EntityTag
An abstraction for the value of a HTTP Entity Tag, used as the value
of an ETag response header.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Link
Class representing hypermedia links.
|
Link.Builder
Builder class for hypermedia links.
|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
NewCookie
Used to create a new HTTP cookie, transferred in a response.
|
Request
An injectable helper for request processing, all methods throw an
IllegalStateException if called outside the scope of a request
(e.g. |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.StatusType
Base interface for statuses used in responses.
|
SecurityContext
An injectable interface that provides access to security related
information.
|
UriInfo
An injectable interface that provides access to application and request
URI information.
|
Class and Description |
---|
AbstractMultivaluedMap
Abstract skeleton implementation of a
MultivaluedMap that is backed
by a [key, multi-value] store represented as a Map<K, List<V>> . |
CacheControl
An abstraction for the value of a HTTP Cache-Control response header.
|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
EntityTag
An abstraction for the value of a HTTP Entity Tag, used as the value
of an ETag response header.
|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Form
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded" content type. |
GenericType
Represents a generic message entity type
T . |
Link
Class representing hypermedia links.
|
Link.Builder
Builder class for hypermedia links.
|
Link.JaxbLink
Value type for
Link that can be marshalled and
unmarshalled by JAXB. |
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
NewCookie
Used to create a new HTTP cookie, transferred in a response.
|
PathSegment
Represents a URI path segment and any associated matrix parameters.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.ResponseBuilder
A class used to build Response instances that contain metadata instead
of or in addition to an entity.
|
Response.Status
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
Response.Status.Family
An enumeration representing the class of status code.
|
Response.StatusType
Base interface for statuses used in responses.
|
UriBuilder
URI template-aware utility class for building URIs from their components.
|
UriBuilderException
A runtime exception thrown by
UriBuilder.build(Object...) methods when
a URI cannot be constructed based on the current state of the
builder. |
Variant
Abstraction for a resource representation variant.
|
Variant.VariantListBuilder
A builder for a list of representation variants.
|
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Link.Builder
Builder class for hypermedia links.
|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.ResponseBuilder
A class used to build Response instances that contain metadata instead
of or in addition to an entity.
|
UriBuilder
URI template-aware utility class for building URIs from their components.
|
Variant.VariantListBuilder
A builder for a list of representation variants.
|
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Class and Description |
---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header.
|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
GenericType
Represents a generic message entity type
T . |
Link
Class representing hypermedia links.
|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
NewCookie
Used to create a new HTTP cookie, transferred in a response.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.StatusType
Base interface for statuses used in responses.
|
UriBuilder
URI template-aware utility class for building URIs from their components.
|
Variant
Abstraction for a resource representation variant.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
Class and Description |
---|
Feature
A feature extension contract.
|
Class and Description |
---|
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
Form
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded" content type. |
MultivaluedMap
A map of key-values pairs.
|
Class and Description |
---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header.
|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
GenericType
Represents a generic message entity type
T . |
Link
Class representing hypermedia links.
|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
UriBuilder
URI template-aware utility class for building URIs from their components.
|
Class and Description |
---|
GenericType
Represents a generic message entity type
T . |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
GenericType
Represents a generic message entity type
T . |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
GenericType
Represents a generic message entity type
T . |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
GenericType
Represents a generic message entity type
T . |
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Class and Description |
---|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Class and Description |
---|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Link
Class representing hypermedia links.
|
Class and Description |
---|
Context
This annotation is used to inject information into a class
field, bean property or method parameter.
|
Class and Description |
---|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
Class and Description |
---|
MediaType
An abstraction for a media type.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
GenericType
Represents a generic message entity type
T . |
MediaType
An abstraction for a media type.
|
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Configurable
Represents a client or server-side configurable context in JAX-RS.
|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
EntityTag
An abstraction for the value of a HTTP Entity Tag, used as the value
of an ETag response header.
|
Feature
A feature extension contract.
|
GenericType
Represents a generic message entity type
T . |
HttpHeaders
An injectable interface that provides access to HTTP header information.
|
Link
Class representing hypermedia links.
|
Link.Builder
Builder class for hypermedia links.
|
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
NewCookie
Used to create a new HTTP cookie, transferred in a response.
|
PathSegment
Represents a URI path segment and any associated matrix parameters.
|
Request
An injectable helper for request processing, all methods throw an
IllegalStateException if called outside the scope of a request
(e.g. |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.ResponseBuilder
A class used to build Response instances that contain metadata instead
of or in addition to an entity.
|
Response.StatusType
Base interface for statuses used in responses.
|
SecurityContext
An injectable interface that provides access to security related
information.
|
UriInfo
An injectable interface that provides access to application and request
URI information.
|
Variant
Abstraction for a resource representation variant.
|
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Context
This annotation is used to inject information into a class
field, bean property or method parameter.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
MediaType
An abstraction for a media type.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
MediaType
An abstraction for a media type.
|
Request
An injectable helper for request processing, all methods throw an
IllegalStateException if called outside the scope of a request
(e.g. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
MediaType
An abstraction for a media type.
|
MultivaluedMap
A map of key-values pairs.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Response.Status
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
MultivaluedMap
A map of key-values pairs.
|
Response.Status
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Class and Description |
---|
Feature
A feature extension contract.
|
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
MediaType
An abstraction for a media type.
|
UriInfo
An injectable interface that provides access to application and request
URI information.
|
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Class and Description |
---|
MediaType
An abstraction for a media type.
|
Class and Description |
---|
Application
Defines the components of a JAX-RS application and supplies additional
meta-data.
|
Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
Class and Description |
---|
Configuration
A configuration state associated with a
configurable JAX-RS context. |
Class and Description |
---|
Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
MediaType
An abstraction for a media type.
|
SecurityContext
An injectable interface that provides access to security related
information.
|
Class and Description |
---|
MultivaluedMap
A map of key-values pairs.
|
PathSegment
Represents a URI path segment and any associated matrix parameters.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.