Package api.equinix.javasdk.core.http.response


package api.equinix.javasdk.core.http.response
HTTP response handling for the Equinix Java SDK. Contains EquinixResponse for wrapping raw HTTP responses with status codes and deserialized bodies. Pagination holds page metadata (offset, limit, total), and PaginatedList provides an iterable collection with automatic pagination support for traversing multi-page API result sets.
See Also: