Package javax.ws.rs.core
See: Description
-
Interface Summary Interface Description Configurable<C extends Configurable> Represents a client or server-side configurable context in JAX-RS.Configuration A configuration state associated with aconfigurable
JAX-RS context.Feature A feature extension contract.FeatureContext A configurable context passed toFeature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration.HttpHeaders An injectable interface that provides access to HTTP header information.Link.Builder Builder class for hypermedia links.MultivaluedMap<K,V> 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 anIllegalStateException
if called outside the scope of a request (e.g.Response.StatusType Base interface for statuses used in responses.SecurityContext An injectable interface that provides access to security related information.StreamingOutput A type that may be used as a resource method return value or as the entity in aResponse
when the application wishes to stream the output.UriInfo An injectable interface that provides access to application and request URI information. -
Class Summary Class Description AbstractMultivaluedMap<K,V> Abstract skeleton implementation of aMultivaluedMap
that is backed by a [key, multi-value] store represented as aMap<K, List<V>>
.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.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.GenericEntity<T> Represents a message entity of a generic typeT
.GenericType<T> Represents a generic message entity typeT
.Link Class representing hypermedia links.Link.JaxbAdapter An implementation of JAXBXmlAdapter
that maps the JAX-RSLink
type to a value that can be marshalled and unmarshalled by JAXB.Link.JaxbLink Value type forLink
that can be marshalled and unmarshalled by JAXB.MediaType An abstraction for a media type.MultivaluedHashMap<K,V> A hash table based implementation ofMultivaluedMap
interface.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.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. -
Enum Summary Enum Description 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. -
Exception Summary Exception Description NoContentException An I/O exception thrown byMessageBodyReader
implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.UriBuilderException A runtime exception thrown byUriBuilder.build(Object...)
methods when aURI
cannot be constructed based on the current state of the builder. -
Annotation Types Summary Annotation Type Description Context This annotation is used to inject information into a class field, bean property or method parameter.
Package javax.ws.rs.core Description
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/ws/rs/core/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.