Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- handles() - Method in interface jakarta.enterprise.inject.Instance
-
Allows iterating over contextual reference handles for all beans that have the required type and required qualifiers and are eligible for injection.
- handlesStream() - Method in interface jakarta.enterprise.inject.Instance
-
Returns stream of
Instance.Handle
objects. - handleTimeout(AsyncResponse) - Method in interface jakarta.ws.rs.container.TimeoutHandler
-
Invoked when the suspended asynchronous response is about to time out.
- hasAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether an annotation of given type is present on this annotation target.
- hasAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether given predicate matches any annotation present on this annotation target.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Check if there is an entity available in the request.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if there is a non-empty entity input stream is available in the response message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Check if there is a non-empty entity input stream available in the request message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if there is an entity available in the response.
- hasEntity() - Method in class jakarta.ws.rs.core.Response
-
Check if there is an entity available in the response.
- hashCode() - Method in class jakarta.enterprise.util.AnnotationLiteral
- hashCode() - Method in class jakarta.enterprise.util.TypeLiteral
- hashCode() - Method in interface jakarta.json.JsonNumber
-
Returns the hash code value for this
JsonNumber
object. - hashCode() - Method in interface jakarta.json.JsonString
-
Returns the hash code value for this
JsonString
object. - hashCode() - Method in class jakarta.ws.rs.client.Entity
- hashCode() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- hashCode() - Method in class jakarta.ws.rs.core.CacheControl
-
Generate hash code from cache control properties.
- hashCode() - Method in class jakarta.ws.rs.core.Cookie
-
Generate a hash code by hashing all of the cookies properties.
- hashCode() - Method in class jakarta.ws.rs.core.EntityTag
-
Generate hashCode based on value and weakness.
- hashCode() - Method in class jakarta.ws.rs.core.GenericEntity
- hashCode() - Method in class jakarta.ws.rs.core.GenericType
- hashCode() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.
- hashCode() - Method in class jakarta.ws.rs.core.MediaType
-
Generate a hash code from the type, subtype and parameters.
- hashCode() - Method in class jakarta.ws.rs.core.NewCookie
-
Generate a hash code by hashing all of the properties.
- hashCode() - Method in class jakarta.ws.rs.core.Variant
-
Generate hash code from variant properties.
- hasLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in class jakarta.ws.rs.core.Response
-
Check if link for relation exists.
- hasMember(String) - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation has a member with given
name
. - hasNext() - Method in interface jakarta.json.stream.JsonParser
-
Returns
true
if there are more parsing states. - hasProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Check whether the property with a given name is configured.
- hasProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns whether the property with the given name is configured, either explicitly or by default.
- hasRetryAfter() - Method in exception class jakarta.ws.rs.ServiceUnavailableException
-
Check if the underlying response contains the information on when is it possible to
HttpHeaders.RETRY_AFTER
retry the request. - hasValue() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation has the
value
member. - head() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- head() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- head() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP HEAD method for the current request.
- head() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP HEAD method for the current request synchronously.
- head(InvocationCallback<Response>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- HEAD - Annotation Interface in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP HEAD requests.
- HEAD - Static variable in annotation interface jakarta.ws.rs.HttpMethod
-
HTTP HEAD method.
- header(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add an arbitrary header.
- header(String, Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add an arbitrary header.
- header(String, String...) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Adds a new header or replaces a previously added header and sets the header value(s).
- HEADER_DECORATOR - Static variable in class jakarta.ws.rs.Priorities
-
Header decorator filter/interceptor priority.
- HeaderParam - Annotation Interface in jakarta.ws.rs
-
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
- headers(MultivaluedMap<String, Object>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Replaces all existing headers with the newly supplied headers.
- headers(MultivaluedMap<String, String>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Adds new headers or replaces previously added headers.
- host() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
host
to be used. - host(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI host.
- host(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
host
to be used. - HOST - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- HOST - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the hostname or IP address an application is bound to.
- hostnameVerifier(HostnameVerifier) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
- html(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create a "text/html" entity.
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
505 HTTP Version Not Supported, see HTTP/1.1 documentation.
- HttpHeaders - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to HTTP header information.
- HttpMethod - Annotation Interface in jakarta.ws.rs
-
Associates the name of a HTTP method with an annotation.
- httpOnly(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Whether the cookie will only be visible as part of an HTTP request.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form