All Classes and Interfaces

Class
Description
 
 
This handler is invoked when target server returns an HTTP status of family redirection.
 
 
 
 
This handler is meant to be executed first in the handler chain and it captures some useful information like caller stacktrace.
 
 
 
Simple error handler that fails the result
Implementation based on .
 
 
This class allows programmatic creation of multipart requests
This is added by the Reactive Rest Client if observability features are enabled
 
 
 
 
 
 
 
 
 
 
This is the Response class client response object with more deserialising powers than user-created responses @{link ResponseImpl.
 
 
This is the RestResponse class client response object with more deserialising powers than user-created responses @{link RestResponseImpl.
 
 
 
This handler ensures that the context to use is the same as the client request context, which is important to keep the request context in sync when updating the response.
 
 
 
 
 
 
Copied almost verbatim from Kubernetes Client
 
 
 
 
 
 
A FileUpload implementation that is responsible for sending Multi<Byte> as a file in a multipart message.
 
 
 
A copy of HttpPostRequestEncoder that supports pause/resume This encoder will help to encode Request for a FORM as POST.
Different modes to use to encode form data.
Exception when an error occurs while encoding
This Handler is invoked before ClientResponseFilters handler.
 
based on MultipartForm and MultipartFormImpl
 
based on FormDataPartImpl
based on MultipartFormUpload
based on DefaultHttpDataFactory but for responses, the original one is for requests only :(
This decoder will decode response body.
 
 
This handler is invoked when target server returns an HTTP status of family redirection.
 
 
This is a stateful invocation, you can't invoke it twice.
 
An extension interface implemented by client request filters used by REST Client Reactive.
An extension interface implemented by client response filters used by REST Client Reactive.
Represents the entire SSE response from the server
Used when not all SSE events streamed from the server should be included in the event stream returned by the client.
 
 
 
 
 
 
 
Subclass of WebApplicationException for use by clients, which forbids setting a response that would be used by the server.