| 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.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.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.internal.spi |
Common Jersey internal SPI classes/interfaces.
|
| org.glassfish.jersey.internal.util |
Common Jersey internal miscellaneous utility classes.
|
| org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
| org.glassfish.jersey.message |
Common Jersey messaging classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.model.internal |
Common Jersey internal model related classes and interfaces.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.filter.internal |
Server filter internal classes.
|
| org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.server.model.internal |
Jersey server-side internal model related and routing helper classes.
|
| org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
| org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
| org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
| org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
| org.glassfish.jersey.server.wadl.internal.generators |
Jersey server-side WADL internal classes supporting
wadl generators. |
| org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators. |
| 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.spi |
Common Jersey service provider contract (SPI) classes.
|
| org.glassfish.jersey.uri |
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
| org.glassfish.jersey.uri.internal |
Common Jersey internal 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 |
|---|
| 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. |
| 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. |
| 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.
|
| 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 |
|---|
| FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
| Class and Description |
|---|
| GenericType
Represents a generic message entity type
T. |
| 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>>. |
| MultivaluedHashMap
A hash table based implementation of
MultivaluedMap interface. |
| MultivaluedMap
A map of key-values pairs.
|
| 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 |
|---|
| 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.
|
| 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.
|
| 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.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.
|
| StreamingOutput
A type that may be used as a resource method return value or as the entity
in a
Response when the application wishes to stream the output. |
| UriBuilder
URI template-aware utility class for building URIs from their components.
|
| Variant
Abstraction for a resource representation variant.
|
| Variant.VariantListBuilder
A builder for a list of representation variants.
|
| 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. |
| 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 |
|---|
| 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.
|
| MultivaluedMap
A map of key-values pairs.
|
| Class and Description |
|---|
| Context
This annotation is used to inject information into a class
field, bean property or method parameter.
|
| 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. |
| 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.
|
| Class and Description |
|---|
| MultivaluedMap
A map of key-values pairs.
|
| PathSegment
Represents a URI path segment and any associated matrix parameters.
|
| UriBuilder
URI template-aware utility class for building URIs from their components.
|
| 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. |
| 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 |
|---|
| MediaType
An abstraction for a media type.
|
| 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.
|
| 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 |
|---|
| 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. |
| 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. |
| 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.
|
| Response
Defines the contract between a returned instance and the runtime when
an application needs to provide meta-data to the runtime.
|
| UriInfo
An injectable interface that provides access to application and request
URI information.
|
| Class and Description |
|---|
| MediaType
An abstraction for a media type.
|
| Class and Description |
|---|
| MediaType
An abstraction for a media type.
|
| 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 |
|---|
| MediaType
An abstraction for a media type.
|
| Class and Description |
|---|
| MultivaluedMap
A map of key-values pairs.
|
| PathSegment
Represents a URI path segment and any associated matrix parameters.
|
| Class and Description |
|---|
| 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. |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.