| Package | Description |
|---|---|
| jakarta.ws.rs |
High-level interfaces and annotations used to create RESTful service resources.
|
| jakarta.ws.rs.client |
The JAX-RS client API
The JAX-RS client API is a Java based API used to access Web resources.
|
| jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
| jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
| jakarta.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| jakarta.ws.rs.sse |
Server-Sent Events related 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.http | |
| org.glassfish.jersey.client.internal.routing |
Jersey client-side internal routing API classes.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.http |
Common Jersey core http classes.
|
| org.glassfish.jersey.inject.hk2 | |
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.internal.config |
Configuration factory to handle external properties from different config SPI implementations
|
| org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
| org.glassfish.jersey.internal.routing |
Common Jersey internal routing 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.logging |
Logging feature provides the logging of requests and responses on server and client.
|
| 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.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. from a provider constructor). |
| 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 |
|---|
| GenericType
Represents a generic message entity type
T. |
| MediaType
An abstraction for a media type.
|
| Class and Description |
|---|
| Application
Defines the components of a JAX-RS application and supplies additional meta-data.
|
| 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. |
| HttpHeaders
An injectable interface that provides access to HTTP header information.
|
| 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 |
|---|
| Context
This annotation is used to inject information into a class field, bean property or method parameter.
|
| 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. |
| 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 |
|---|
| CacheControl
An abstraction for the value of a HTTP Cache-Control response header.
|
| Configuration
A configuration state associated with a
configurable JAX-RS context. |
| Cookie
Represents the value of a HTTP cookie, transferred in a request.
|
| 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.
|
| Class and Description |
|---|
| HttpHeaders
An injectable interface that provides access to HTTP header information.
|
| Response.StatusType
Base interface for statuses used in responses.
|
| Class and Description |
|---|
| Context
This annotation is used to inject information into a class field, bean property or method parameter.
|
| Class and Description |
|---|
| Application
Defines the components of a JAX-RS application and supplies additional meta-data.
|
| 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.
|
| 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 |
|---|
| 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.
|
| 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.
|
| GenericType
Represents a generic message entity type
T. |
| Class and Description |
|---|
| 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 |
|---|
| 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 |
|---|
| 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.
|
| 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. from a provider constructor). |
| 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 |
|---|
| MultivaluedMap
A map of key-values pairs.
|
| Class and Description |
|---|
| 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 |
|---|
| Configuration
A configuration state associated with a
configurable JAX-RS context. |
| 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. from a provider constructor). |
| 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 |
|---|
| Configuration
A configuration state associated with a
configurable JAX-RS context. |
| 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-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.