Uses of Package
javax.ws.rs.core

Packages that use javax.ws.rs.core
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.filter Provides core client filters. 
org.glassfish.jersey.internal Common Jersey internal API classes. 
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
org.glassfish.jersey.internal.spi   
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   
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.filter Provides core server filters. 
org.glassfish.jersey.server.filter.internal   
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.process   
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   
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
org.glassfish.jersey.server.wadl   
org.glassfish.jersey.server.wadl.internal   
org.glassfish.jersey.server.wadl.internal.generators   
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc   
org.glassfish.jersey.server.wadl.processor   
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 javax.ws.rs.core used by javax.ws.rs
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.
 

Classes in javax.ws.rs.core used by javax.ws.rs.client
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.
 

Classes in javax.ws.rs.core used by javax.ws.rs.container
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.
 

Classes in javax.ws.rs.core used by javax.ws.rs.core
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.
 

Classes in javax.ws.rs.core used by javax.ws.rs.ext
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey
Configuration
          A configuration state associated with a configurable JAX-RS context.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.client
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.client.filter
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.internal
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 javax.ws.rs.core used by org.glassfish.jersey.internal.inject
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.
HttpHeaders
          An injectable interface that provides access to HTTP header information.
MediaType
          An abstraction for a media type.
MultivaluedMap
          A map of key-values pairs.
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.ResponseBuilder
          A class used to build Response instances that contain metadata instead of or in addition to an entity.
SecurityContext
          An injectable interface that provides access to security related information.
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.
Variant
          Abstraction for a resource representation variant.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.internal.spi
FeatureContext
          A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.internal.util.collection
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.message
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.message.internal
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.model.internal
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.filter
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.filter.internal
FeatureContext
          A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.internal
Application
          Defines the components of a JAX-RS application and supplies additional meta-data.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.internal.inject
Context
          This annotation is used to inject information into a class field, bean property or method parameter.
MultivaluedMap
          A map of key-values pairs.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.internal.process
Response
          Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.internal.routing
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.model
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.model.internal
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 javax.ws.rs.core used by org.glassfish.jersey.server.spi.internal
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.wadl
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.wadl.internal
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.wadl.internal.generators
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.server.wadl.processor
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.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.spi
MediaType
          An abstraction for a media type.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.uri
MultivaluedMap
          A map of key-values pairs.
PathSegment
          Represents a URI path segment and any associated matrix parameters.
 

Classes in javax.ws.rs.core used by org.glassfish.jersey.uri.internal
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.