Uses of Package
jakarta.ws.rs.core
-
Packages that use jakarta.ws.rs.core Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.client The JAX-RS client APIjakarta.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.innate Jersey client MOST INTERNAL classes/interfaces.org.glassfish.jersey.client.innate.http Jersey client MOST INTERNAL http related classes/interfaces.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces.org.glassfish.jersey.inject.hk2 org.glassfish.jersey.innate.spi Common Jersey innate SPI classes.org.glassfish.jersey.internal Common Jersey internal API 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.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.processor Jersey server-side WADLmodel processorclasses 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. -
Classes in jakarta.ws.rs.core used by jakarta.ws.rs Class 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.Response.Status Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.UriBuilder URI template-aware utility class for building URIs from their components. -
Classes in jakarta.ws.rs.core used by jakarta.ws.rs.client Class 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 aconfigurableJAX-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 typeT.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. -
Classes in jakarta.ws.rs.core used by jakarta.ws.rs.container Class 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 toFeatureandDynamicFeatureinstances 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 anIllegalStateExceptionif 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. -
Classes in jakarta.ws.rs.core used by jakarta.ws.rs.core Class Description AbstractMultivaluedMap Abstract skeleton implementation of aMultivaluedMapthat is backed by a [key, multi-value] store represented as aMap<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 aconfigurableJAX-RS context.Cookie Represents the value of a HTTP cookie, transferred in a request.Cookie.AbstractCookieBuilder JAX-RS abstractCookiebuilder class.EntityPart AEntityPartis one part of a multipart entity.EntityPart.Builder Builder forEntityPartinstances.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 toFeatureandDynamicFeatureinstances 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 typeT.Link Class representing hypermedia links.Link.Builder Builder class for hypermedia links.Link.JaxbLink Deprecated.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.NewCookie.AbstractNewCookieBuilder JAX-RS abstractNewCookiebuilder class.NewCookie.SameSite The available values for theSameSitecookie attribute.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 byUriBuilder.build(Object...)methods when aURIcannot 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. -
Classes in jakarta.ws.rs.core used by jakarta.ws.rs.ext Class Description Application Defines the components of a JAX-RS application and supplies additional meta-data.EntityPart.Builder Builder forEntityPartinstances.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. -
Classes in jakarta.ws.rs.core used by jakarta.ws.rs.sse Class Description GenericType Represents a generic message entity typeT.MediaType An abstraction for a media type. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client Class 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 aconfigurableJAX-RS context.Cookie Represents the value of a HTTP cookie, transferred in a request.Feature A feature extension contract.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration.GenericType Represents a generic message entity typeT.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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client.authentication Class Description Feature A feature extension contract.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client.filter Class 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 toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client.http Class Description Feature A feature extension contract.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client.innate Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.MultivaluedMap A map of key-values pairs. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client.innate.http Class Description Configuration A configuration state associated with aconfigurableJAX-RS context. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.client.spi Class Description CacheControl An abstraction for the value of a HTTP Cache-Control response header.Configuration A configuration state associated with aconfigurableJAX-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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.inject.hk2 Class Description Context This annotation is used to inject information into a class field, bean property or method parameter. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.innate.spi Class Description EntityPart.Builder Builder forEntityPartinstances. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.internal Class Description Application Defines the components of a JAX-RS application and supplies additional meta-data.Configuration A configuration state associated with aconfigurableJAX-RS context.Context This annotation is used to inject information into a class field, bean property or method parameter.EntityPart.Builder Builder forEntityPartinstances.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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.logging Class Description Feature A feature extension contract.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.message Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.MediaType An abstraction for a media type.MultivaluedMap A map of key-values pairs. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.message.internal Class Description AbstractMultivaluedMap Abstract skeleton implementation of aMultivaluedMapthat is backed by a [key, multi-value] store represented as aMap<K, List<V>>.CacheControl An abstraction for the value of a HTTP Cache-Control response header.Configuration A configuration state associated with aconfigurableJAX-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 typeT.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 aResponsewhen 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.model.internal Class Description Configurable Represents a client or server-side configurable context in JAX-RS.Configuration A configuration state associated with aconfigurableJAX-RS context.Feature A feature extension contract.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server Class 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 aconfigurableJAX-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 typeT.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 anIllegalStateExceptionif 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.filter Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.Context This annotation is used to inject information into a class field, bean property or method parameter.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration.MediaType An abstraction for a media type. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.filter.internal Class Description FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.internal Class Description Application Defines the components of a JAX-RS application and supplies additional meta-data.MultivaluedMap A map of key-values pairs. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.model Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.MediaType An abstraction for a media type.Request An injectable helper for request processing, all methods throw anIllegalStateExceptionif called outside the scope of a request (e.g. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.model.internal Class 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.spi Class 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.spi.internal Class Description Response Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.wadl Class Description Feature A feature extension contract.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.wadl.internal Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.Context This annotation is used to inject information into a class field, bean property or method parameter.FeatureContext A configurable context passed toFeatureandDynamicFeatureinstances 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. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.server.wadl.processor Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.Response Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.spi Class Description Configuration A configuration state associated with aconfigurableJAX-RS context.MediaType An abstraction for a media type. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.uri Class Description MultivaluedMap A map of key-values pairs.PathSegment Represents a URI path segment and any associated matrix parameters. -
Classes in jakarta.ws.rs.core used by org.glassfish.jersey.uri.internal Class Description UriBuilder URI template-aware utility class for building URIs from their components.UriBuilderException A runtime exception thrown byUriBuilder.build(Object...)methods when aURIcannot be constructed based on the current state of the builder.