Index

B H N O R 
All Classes and Interfaces|All Packages|Serialized Form

B

baseUri(String) - Method in class org.apache.hc.client5.http.rest.RestClientBuilder
Sets the base URI for all requests.
baseUri(URI) - Method in class org.apache.hc.client5.http.rest.RestClientBuilder
Sets the base URI for all requests.
build(Class<T>) - Method in class org.apache.hc.client5.http.rest.RestClientBuilder
Scans the given interface for Jakarta REST annotations and creates a proxy that implements it by dispatching HTTP requests through the configured async client.

H

httpClient(CloseableHttpAsyncClient) - Method in class org.apache.hc.client5.http.rest.RestClientBuilder
Sets the async HTTP client to use for requests.

N

newBuilder() - Static method in class org.apache.hc.client5.http.rest.RestClientBuilder
Creates a new builder instance.

O

objectMapper(ObjectMapper) - Method in class org.apache.hc.client5.http.rest.RestClientBuilder
Sets the Jackson ObjectMapper for JSON serialization and deserialization.
org.apache.hc.client5.http.rest - package org.apache.hc.client5.http.rest
Type-safe REST client that generates implementations from Jakarta REST annotated interfaces, backed by the async Apache HttpClient transport.

R

RestClientBuilder - Class in org.apache.hc.client5.http.rest
Builds type-safe REST client proxies from Jakarta REST annotated interfaces.
RestResourceException - Exception in org.apache.hc.client5.http.rest
Signals a failure in REST client initialization.
RestResourceException(String) - Constructor for exception org.apache.hc.client5.http.rest.RestResourceException
RestResourceException
RestResourceException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.rest.RestResourceException
RestResourceException
B H N O R 
All Classes and Interfaces|All Packages|Serialized Form