Uses of Package
org.attribyte.api.http
Packages that use org.attribyte.api.http
Package
Description
-
Classes in org.attribyte.api.http used by org.attribyte.api.httpClassDescriptionDefines a HTTP authentication scheme.Defines the HTTP client interface.Configuration options for clients.Builds immutable instances of client options.An immutable HTTP cookie.An immutable HTTP request or response header.An immutable HTTP request (query string) parameter.An immutable HTTP request.The HTTP methods.Builds HTTP requests.Builds HTTP requests that allow parameters.Request-specific options.An immutable HTTP response.Builds immutable HTTP responses.Extended request/response statistics including header and body size metrics.A response that allows the body to be streamed.Transaction timing.
-
Classes in org.attribyte.api.http used by org.attribyte.api.http.implClassDescriptionDefines a HTTP authentication scheme.An immutable HTTP request.An immutable HTTP response.
-
Classes in org.attribyte.api.http used by org.attribyte.api.http.impl.jakarta
-
Classes in org.attribyte.api.http used by org.attribyte.api.http.impl.jdkClassDescriptionSends requests asynchronously with a "future" result.Defines the HTTP client interface.Configuration options for clients.An immutable HTTP request.Request-specific options.An immutable HTTP response.
-
Classes in org.attribyte.api.http used by org.attribyte.api.http.impl.jettyClassDescriptionSends requests asynchronously with a "future" result.Defines the HTTP client interface.Configuration options for clients.An immutable HTTP request.Request-specific options.An immutable HTTP response.Extended request/response statistics including header and body size metrics.A response that allows the body to be streamed.Transaction timing.
-
Classes in org.attribyte.api.http used by org.attribyte.api.http.impl.servlet
-
Classes in org.attribyte.api.http used by org.attribyte.api.http.util