Uses of Package
com.guinetik.rr.http
-
Packages that use com.guinetik.rr.http Package Description com.guinetik.rr.api com.guinetik.rr.auth com.guinetik.rr.http com.guinetik.rr.interceptor com.guinetik.rr.request -
Classes in com.guinetik.rr.http used by com.guinetik.rr.api Class Description AsyncHttpClient Asynchronous HTTP client that executes requests on a dedicated thread pool.FluentHttpClient HTTP client using the Result pattern for exception-free error handling.RocketClient Core interface for HTTP request execution in RocketRest.RocketHeaders Fluent builder for HTTP request headers with convenience methods for common headers.RocketRestException Base runtime exception for all HTTP-related errors in RocketRest. -
Classes in com.guinetik.rr.http used by com.guinetik.rr.auth Class Description DefaultHttpClient Default implementation ofRocketClientusing Java's built-inHttpURLConnection.RocketClient Core interface for HTTP request execution in RocketRest.RocketHeaders Fluent builder for HTTP request headers with convenience methods for common headers.RocketRestException Base runtime exception for all HTTP-related errors in RocketRest. -
Classes in com.guinetik.rr.http used by com.guinetik.rr.http Class Description AsyncHttpClient Asynchronous HTTP client that executes requests on a dedicated thread pool.CircuitBreakerClient.FailurePolicy Strategy for differentiating between failuresCircuitBreakerClient.State Circuit breaker stateFluentHttpClient HTTP client using the Result pattern for exception-free error handling.MockRocketClient Mock implementation ofRocketClientfor unit testing without network requests.RocketClient Core interface for HTTP request execution in RocketRest.RocketClientFactory.Builder Builder class for constructing RocketClient instances with various decorators.RocketHeaders Fluent builder for HTTP request headers with convenience methods for common headers.RocketRestException Base runtime exception for all HTTP-related errors in RocketRest. -
Classes in com.guinetik.rr.http used by com.guinetik.rr.interceptor Class Description RocketClient Core interface for HTTP request execution in RocketRest.RocketRestException Base runtime exception for all HTTP-related errors in RocketRest. -
Classes in com.guinetik.rr.http used by com.guinetik.rr.request Class Description RocketHeaders Fluent builder for HTTP request headers with convenience methods for common headers.