All Classes and Interfaces

Class
Description
Common proxy and http-centric client implementation
 
 
 
 
 
 
 
Represents common proxy and http-centric client capabilities
 
ClientConfigurableImpl<C extends jakarta.ws.rs.core.Configurable<C>>
 
Represents the configuration of the current proxy or WebClient.
 
 
 
Proxy-based client implementation
 
 
 
 
 
Represents the client state : - baseURI - current uri builder - current requestHeaders - current template parameters map - last response
 
Allows autowiring of proxy clients It creates a proxy from the auto-discovered service class interface.
Allows autowiring of @WebClient.
 
 
Utility interface which helps to retrieve the invocation handler from a CGLIB proxy
 
 
 
 
Factory for creating proxy clients.
 
 
 
 
 
 
Keeps the client state such as the baseURI, currentURI, requestHeaders, current response
 
Converts Response to checked or runtime Exception
 
Keeps the client state such as the baseURI, currentURI, requestHeaders, current response in a thread local storage
 
 
Http-centric web client