|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
A configurable JAX-RS runtime 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 | |
---|---|
Configurable
A configurable JAX-RS runtime 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. |
|
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
A configurable JAX-RS runtime 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. |
|
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. |
|
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.jboss.example.jaxrs2.async | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.asynch | |
---|---|
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 javax.ws.rs.core used by org.jboss.resteasy.cdi.decorators | |
---|---|
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 javax.ws.rs.core used by org.jboss.resteasy.cdi.ejb | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.events | |
---|---|
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.jboss.resteasy.cdi.extension.bean | |
---|---|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.extension.scope | |
---|---|
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.jboss.resteasy.cdi.generic | |
---|---|
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.jboss.resteasy.cdi.inheritence | |
---|---|
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.jboss.resteasy.cdi.injection | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
GenericEntity
Represents a message entity of a generic type T . |
|
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.jboss.resteasy.cdi.injection.reverse | |
---|---|
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.jboss.resteasy.cdi.interceptors | |
---|---|
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.jboss.resteasy.cdi.modules | |
---|---|
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.jboss.resteasy.cdi.util | |
---|---|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.cdi.validation | |
---|---|
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.jboss.resteasy.client | |
---|---|
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. |
|
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 javax.ws.rs.core used by org.jboss.resteasy.client.cache | |
---|---|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.core | |
---|---|
EntityTag
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header. |
|
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.Status
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list. |
|
Response.StatusType
Base interface for statuses used in responses. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.core.executors | |
---|---|
UriBuilder
URI template-aware utility class for building URIs from their components. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.core.extractors | |
---|---|
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 org.jboss.resteasy.client.core.marshallers | |
---|---|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs | |
---|---|
Configurable
A configurable JAX-RS runtime context. |
|
Link
Class representing hypermedia links. |
|
MultivaluedMap
A map of key-values pairs. |
|
UriBuilder
URI template-aware utility class for building URIs from their components. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.cache | |
---|---|
Configurable
A configurable JAX-RS runtime context. |
|
Feature
A feature extension contract. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.internal | |
---|---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header. |
|
Configurable
A configurable JAX-RS runtime 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 . |
|
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. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.internal.proxy.processors | |
---|---|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation | |
---|---|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.core | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header. |
|
Configurable
A configurable JAX-RS runtime context. |
|
Feature
A feature extension contract. |
|
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.jboss.resteasy.core.interception | |
---|---|
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. |
|
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 org.jboss.resteasy.core.messagebody | |
---|---|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.core.request | |
---|---|
MediaType
An abstraction for a media type. |
|
Variant
Abstraction for a resource representation variant. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.example.oauth | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.examples | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.jose.jws | |
---|---|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.keystone.client | |
---|---|
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.jboss.resteasy.keystone.model | |
---|---|
Configurable
A configurable JAX-RS runtime context. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.keystone.server | |
---|---|
Configurable
A configurable JAX-RS runtime context. |
|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
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.jboss.resteasy.links.impl | |
---|---|
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.jboss.resteasy.mock | |
---|---|
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. |
|
NewCookie
Used to create a new HTTP cookie, transferred in a response. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.cache.server | |
---|---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header. |
|
Configurable
A configurable JAX-RS runtime context. |
|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
Feature
A feature extension contract. |
|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
|
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.jboss.resteasy.plugins.delegates | |
---|---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header. |
|
EntityTag
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header. |
|
Link
Class representing hypermedia links. |
|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.guice.ext | |
---|---|
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.jboss.resteasy.plugins.interceptors | |
---|---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header. |
|
Configurable
A configurable JAX-RS runtime context. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.interceptors.encoding | |
---|---|
Configurable
A configurable JAX-RS runtime context. |
|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
Form
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type. |
|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
|
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. |
|
Variant
Abstraction for a resource representation variant. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.atom | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.html | |
---|---|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.jackson | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
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.jboss.resteasy.plugins.providers.jaxb | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
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 javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.jaxb.json | |
---|---|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.multipart | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.providers.validation | |
---|---|
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.jboss.resteasy.plugins.server | |
---|---|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server.netty | |
---|---|
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. |
|
NewCookie
Used to create a new HTTP cookie, transferred in a response. |
|
SecurityContext
An injectable interface that provides access to security related information. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server.servlet | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
|
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. |
|
NewCookie
Used to create a new HTTP cookie, transferred in a response. |
|
SecurityContext
An injectable interface that provides access to security related information. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.plugins.server.sun.http | |
---|---|
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. |
|
NewCookie
Used to create a new HTTP cookie, transferred in a response. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.resteasy760 | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.security.doseta | |
---|---|
Configurable
A configurable JAX-RS runtime context. |
|
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.jboss.resteasy.security.smime | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.skeleton.key | |
---|---|
Form
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type. |
|
UriBuilder
URI template-aware utility class for building URIs from their components. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.skeleton.key.idm.service | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
HttpHeaders
An injectable interface that provides access to HTTP header information. |
|
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. |
|
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 org.jboss.resteasy.skeleton.key.jaxrs | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
HttpHeaders
An injectable interface that provides access to HTTP header information. |
|
Response
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime. |
|
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 org.jboss.resteasy.skeleton.key.representations | |
---|---|
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.jboss.resteasy.specimpl | |
---|---|
CacheControl
An abstraction for the value of a HTTP Cache-Control response header. |
|
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. |
|
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. |
|
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 org.jboss.resteasy.spi | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
|
Configurable
A configurable JAX-RS runtime context. |
|
Feature
A feature extension contract. |
|
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. |
|
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. |
|
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.VariantListBuilder
A builder for a list of representation variants. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.spi.interception | |
---|---|
MediaType
An abstraction for a media type. |
|
MultivaluedMap
A map of key-values pairs. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.springmvc | |
---|---|
MediaType
An abstraction for a media type. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.test.application | |
---|---|
Application
Defines the components of a JAX-RS application and supplies additional meta-data. |
|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
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.jboss.resteasy.test.async | |
---|---|
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 javax.ws.rs.core used by org.jboss.resteasy.test.smoke | |
---|---|
Context
This annotation is used to inject information into a class field, bean property or method parameter. |
|
SecurityContext
An injectable interface that provides access to security related information. |
Classes in javax.ws.rs.core used by org.jboss.resteasy.util | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |