Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.ws.rs Classes and Interfaces - 112 results found.
NameDescriptionTypePackageFramework
AbstractMultivaluedMapAbstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map>.Classjavax.ws.rs.coreJava EE
ApplicationDefines the components of a JAX-RS application and supplies additional meta-data.Classjavax.ws.rs.coreJava EE
ApplicationPathIdentifies the application path that serves as the base URI for all resource URIs provided by Path.Classjavax.ws.rsJava EE
AsyncInvokerUniform interface for asynchronous invocation of HTTP methods.Interfacejavax.ws.rs.clientJava EE
AsyncResponseAn injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.Interfacejavax.ws.rs.containerJava EE
BadRequestExceptionA runtime exception indicating a bad client request.Classjavax.ws.rsJava EE
BeanParamThe annotation that may be used to inject custom JAX-RS parameter aggregator value object into a resource class field, property or resource method parameter.Classjavax.ws.rsJava EE
CacheControlAn abstraction for the value of a HTTP Cache-Control response header.Classjavax.ws.rs.coreJava EE
ClientClient is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.Interfacejavax.ws.rs.clientJava EE
ClientBuilderMain entry point to the client API used to bootstrap ClientSince:2.Classjavax.ws.rs.clientJava EE
ClientErrorExceptionA base runtime application exception indicating a client request error (HTTP 4xx status codes).Classjavax.ws.rsJava EE
ClientRequestContextClient request filter context.Interfacejavax.ws.rs.clientJava EE
ClientRequestFilterAn extension interface implemented by client request filters.Interfacejavax.ws.rs.clientJava EE
ClientResponseContextClient response filter context.Interfacejavax.ws.rs.clientJava EE
ClientResponseFilterAn extension interface implemented by client response filters.Interfacejavax.ws.rs.clientJava EE
CompletionCallbackA request processing callback that receives request processing completion events.Interfacejavax.ws.rs.containerJava EE
ConfigurableRepresents a client or server-side configurable context in JAX-RS.Interfacejavax.ws.rs.coreJava EE
ConfigurationA configuration state associated with a configurable JAX-RS context.Interfacejavax.ws.rs.coreJava EE
ConnectionCallbackAsynchronous request processing lifecycle callback that receives connection related asynchronous response lifecycle events.Interfacejavax.ws.rs.containerJava EE
ConstrainedToIndicates the run-time context in which an annotated JAX-RS provider is applicable.Classjavax.ws.rsJava EE
ConsumesDefines the media types that the methods of a resource class or MessageBodyReader can accept.Classjavax.ws.rsJava EE
ContainerRequestContextContainer request filter context.Interfacejavax.ws.rs.containerJava EE
ContainerRequestFilterAn extension interface implemented by container request filters.Interfacejavax.ws.rs.containerJava EE
ContainerResponseContextContainer response filter context.Interfacejavax.ws.rs.containerJava EE
ContainerResponseFilterAn extension interface implemented by container response filters.Interfacejavax.ws.rs.containerJava EE
ContextThis annotation is used to inject information into a class field, bean property or method parameter.Classjavax.ws.rs.coreJava EE
ContextResolverContract for a provider that supplies context information to resource classes and other providers.Interfacejavax.ws.rs.extJava EE
CookieRepresents the value of a HTTP cookie, transferred in a request.Classjavax.ws.rs.coreJava EE
CookieParamBinds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.Classjavax.ws.rsJava EE
DefaultValueDefines the default value of request meta-data that is bound using one of the following annotations:Classjavax.ws.rsJava EE
DynamicFeatureA JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.Interfacejavax.ws.rs.containerJava EE
EncodedDisables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.Classjavax.ws.rsJava EE
EntityEncapsulates message entity including the associated variant information.Classjavax.ws.rs.clientJava EE
EntityTagAn abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.Classjavax.ws.rs.coreJava EE
ExceptionMapperContract for a provider that maps Java exceptions to Response.Interfacejavax.ws.rs.extJava EE
FeatureA feature extension contract.Interfacejavax.ws.rs.coreJava EE
FeatureContextA configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.Interfacejavax.ws.rs.coreJava EE
ForbiddenExceptionA runtime exception indicating that an access to a resource requested by a client has been forbiddenClassjavax.ws.rsJava EE
FormRepresents the the HTML form data request entity encoded using the application/x-www-form-urlencoded content type.Classjavax.ws.rs.coreJava EE
FormParamBinds the value(s) of a form parameter contained within a request entity body to a resource method parameter.Classjavax.ws.rsJava EE
GenericEntityRepresents a message entity of a generic type T.Classjavax.ws.rs.coreJava EE
GenericTypeRepresents a generic message entity type T.Classjavax.ws.rs.coreJava EE
HeaderParamBinds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.Classjavax.ws.rsJava EE
HttpHeadersAn injectable interface that provides access to HTTP header information.Interfacejavax.ws.rs.coreJava EE
HttpMethodAssociates the name of a HTTP method with an annotation.Classjavax.ws.rsJava EE
InterceptorContextContext shared by message body interceptors that can be used to wrap calls to MessageBodyReader.Interfacejavax.ws.rs.extJava EE
InternalServerErrorExceptionA runtime exception indicating an internal server error.Classjavax.ws.rsJava EE
InvocationA client request invocation.Interfacejavax.ws.rs.clientJava EE
Invocation .BuilderA client request invocation builder.Interfacejavax.ws.rs.client.InvocationJava EE
InvocationCallbackCallback that can be implemented to receive the asynchronous processing events from the invocation processing.Interfacejavax.ws.rs.clientJava EE
LinkClass representing hypermedia links.Classjavax.ws.rs.coreJava EE
Link .BuilderBuilder class for hypermedia links.Interfacejavax.ws.rs.core.LinkJava EE
Link .JaxbAdapterAn implementation of JAXB XmlAdapter that maps the JAX-RS Link type to a value that can beClassjavax.ws.rs.core.LinkJava EE
Link .JaxbLinkValue type for Link that can be marshalled and unmarshalled by JAXB.Classjavax.ws.rs.core.LinkJava EE
MatrixParamBinds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.Classjavax.ws.rsJava EE
MediaTypeAn abstraction for a media type.Classjavax.ws.rs.coreJava EE
MessageBodyReaderContract for a provider that supports the conversion of a stream to a A MessageBodyReader implementation may be annotatedInterfacejavax.ws.rs.extJava EE
MessageBodyWriterContract for a provider that supports the conversion of a Java type to a A MessageBodyWriter implementation may be annotatedInterfacejavax.ws.rs.extJava EE
MultivaluedHashMapA hash table based implementation of MultivaluedMap interface.Classjavax.ws.rs.coreJava EE
MultivaluedMapA map of key-values pairs.Interfacejavax.ws.rs.coreJava EE
NameBindingMeta-annotation used to create name binding annotations for filters Name binding via annotations is only supported as part of the Server API.Classjavax.ws.rsJava EE
NewCookieUsed to create a new HTTP cookie, transferred in a response.Classjavax.ws.rs.coreJava EE
NoContentExceptionAn I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body readerClassjavax.ws.rs.coreJava EE
NotAcceptableExceptionA runtime exception indicating that a client request isSince:2.Classjavax.ws.rsJava EE
NotAllowedExceptionA runtime exception indicating a client requesting a resource method that isSince:2.Classjavax.ws.rsJava EE
NotAuthorizedExceptionA runtime exception indicating request authorization failure caused by one of the following a client did not send the required authorization credentials to access the requested resource,Classjavax.ws.rsJava EE
NotFoundExceptionA runtime exception indicating a resource requested by a client was not found on the server.Classjavax.ws.rsJava EE
NotSupportedExceptionA runtime exception indicating that the client request entity media type isSince:2.Classjavax.ws.rsJava EE
ParamConverterDefines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding customInterfacejavax.ws.rs.extJava EE
ParamConverter .LazyMandates that a conversion of any default value delegated to a parameter converter annotated with @LazyClassjavax.ws.rs.ext.ParamConverterJava EE
ParamConverterProviderContract for a provider of ParamConverter instances.Interfacejavax.ws.rs.extJava EE
PathIdentifies the URI path that a resource class or class method will serve Paths are relative.Classjavax.ws.rsJava EE
PathParamBinds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resourceClassjavax.ws.rsJava EE
PathSegmentRepresents a URI path segment and any associated matrix parameters.Interfacejavax.ws.rs.coreJava EE
PreMatchingGlobal binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.Classjavax.ws.rs.containerJava EE
PrioritiesA collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their javax.Classjavax.ws.rsJava EE
ProcessingExceptionA base JAX-RS runtime processing exception.Classjavax.ws.rsJava EE
ProducesDefines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.Classjavax.ws.rsJava EE
ProviderMarks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.Classjavax.ws.rs.extJava EE
ProvidersAn injectable interface providing runtime lookup of provider instances.Interfacejavax.ws.rs.extJava EE
QueryParamBinds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.Classjavax.ws.rsJava EE
ReaderInterceptorInterface for message body reader interceptors that wrap around calls to MessageBodyReader.Interfacejavax.ws.rs.extJava EE
ReaderInterceptorContextContext class used by ReaderInterceptor to intercept calls to (@link javax.Interfacejavax.ws.rs.extJava EE
RedirectionExceptionA runtime application exception indicating a request redirection (HTTP 3xx status codes).Classjavax.ws.rsJava EE
RequestAn injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a requestInterfacejavax.ws.rs.coreJava EE
ResourceContextThe resource context provides access to instances of resource classes.Interfacejavax.ws.rs.containerJava EE
ResourceInfoAn injectable class to access the resource class and resource method matched by the current request.Interfacejavax.ws.rs.containerJava EE
ResponseDefines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.Classjavax.ws.rs.coreJava EE
Response .ResponseBuilderA class used to build Response instances that contain metadata instead of or in addition to an entity.Classjavax.ws.rs.core.ResponseJava EE
Response .StatusCommonly used status codes defined by HTTP, see HTTP/1.Classjavax.ws.rs.core.ResponseJava EE
Response .Status .FamilyAn enumeration representing the class of status code.Classjavax.ws.rs.core.Response.StatusJava EE
Response .StatusTypeBase interface for statuses used in responses.Interfacejavax.ws.rs.core.ResponseJava EE
ResponseProcessingExceptionJAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.Classjavax.ws.rs.clientJava EE
RuntimeDelegate various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.Classjavax.ws.rs.extJava EE
RuntimeDelegate .HeaderDelegateDefines the contract for a delegate that is responsible for converting between the String form of a HTTP header andInterfacejavax.ws.rs.ext.RuntimeDelegateJava EE
RuntimeTypeEnumeration of JAX-RS runtime types.Classjavax.ws.rsJava EE
SecurityContextAn injectable interface that provides access to security relatedSince:1.Interfacejavax.ws.rs.coreJava EE
ServerErrorExceptionA base runtime application exception indicating a server error (HTTP 5xx status codes).Classjavax.ws.rsJava EE
ServiceUnavailableExceptionA runtime exception indicating that the requested resourceSince:2.Classjavax.ws.rsJava EE
StreamingOutputA 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.Interfacejavax.ws.rs.coreJava EE
SuspendedInject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.Classjavax.ws.rs.containerJava EE
SyncInvokerUniform interface for synchronous invocation of HTTP methods.Interfacejavax.ws.rs.clientJava EE
TimeoutHandlerAsynchronous response suspend time-out handler.Interfacejavax.ws.rs.containerJava EE
UriBuilderURI template-aware utility class for building URIs from their components.Classjavax.ws.rs.coreJava EE
UriBuilderExceptionA runtime exception thrown by UriBuilder.Classjavax.ws.rs.coreJava EE
UriInfoAn injectable interface that provides access to application and request URI information.Interfacejavax.ws.rs.coreJava EE
VariantAbstraction for a resource representation variant.Classjavax.ws.rs.coreJava EE
Variant .VariantListBuilderA builder for a list of representation variants.Classjavax.ws.rs.core.VariantJava EE
WebApplicationExceptionRuntime exception for applications.Classjavax.ws.rsJava EE
WebTargetA resource target identified by the resource URI.Interfacejavax.ws.rs.clientJava EE
WriterInterceptorInterface for message body writer interceptors that wrap around calls to MessageBodyWriter.Interfacejavax.ws.rs.extJava EE
WriterInterceptorContextContext class used by WriterInterceptor to intercept calls to MessageBodyWriter.Interfacejavax.ws.rs.extJava EE