Module com.rabbitmq.http.client
Package com.rabbitmq.http.client
-
Interface Summary Interface Description HttpLayer HTTP layer abstraction forClient.HttpLayer.HttpLayerFactory Contract to create theHttpLayer. -
Class Summary Class Description Client ClientParameters Parameters to create an instance ofClient.HttpEndpoint Representation of an HTTP endpoint.HttpResponse Representation of an HTTP response.JdkHttpClientHttpLayer HttpLayerusing JDK 11'sHttpClient.JdkHttpClientHttpLayer.Configuration Class to configure the defaultHttpLayerimplementation.ReactorNettyClient Reactive client based on Reactor Netty.ReactorNettyClientOptions Options forReactorNettyClient. -
Enum Summary Enum Description GetAckMode Acknowledgment mode when getting messages with the HTTP API.GetEncoding The type of expected encoding when consuming messages. -
Exception Summary Exception Description HttpClientException Java exception for 4xx HTTP responses.HttpException Base exception.HttpServerException Java exception for 5xx HTTP responses.