Uses of Package
org.miaixz.bus.http.plugin.httpv
Packages that use org.miaixz.bus.http.plugin.httpv
Package
Description
An HTTP client for Java applications.
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Classes in org.miaixz.bus.http.plugin.httpv used by org.miaixz.bus.httpClassDescriptionAn interface for operations that can be canceled.An interface for message conversion, handling serialization and deserialization of objects to and from different data formats.A client for creating and configuring WebSocket connections.Encapsulates information about a WebSocket closure.An abstract base class for building HTTP requests, providing a fluent interface.A builder for asynchronous HTTP requests.A builder for synchronous HTTP requests.Represents the result of an HTTP execution.Represents the final state of an HTTP task.Manages the execution of asynchronous tasks, callbacks, and data conversions.A generic listener interface for intercepting task lifecycle events.A listener interface for globally intercepting download events.An interface for a preprocessor that executes before an HTTP request is sent.Represents a chain of preprocessors.
-
Classes in org.miaixz.bus.http.plugin.httpv used by org.miaixz.bus.http.plugin.httpvClassDescriptionAn interface for operations that can be canceled.An interface for message conversion, handling serialization and deserialization of objects to and from different data formats.Represents data that can be in any format, such as XML, YAML, Protobuf, etc., structured as an array.Represents an active or pending WebSocket call.A client for creating and configuring WebSocket connections.Encapsulates information about a WebSocket closure.Represents an incoming WebSocket message, which can be either text or binary.A functional interface for handling WebSocket events.An abstract base class for building HTTP requests, providing a fluent interface.A builder for asynchronous HTTP requests.Represents the result of an HTTP execution.An interface for consuming the HTTP response body in various formats.Represents the final state of an HTTP task.Manages the execution of asynchronous tasks, callbacks, and data conversions.A functional interface for applying a conversion operation.A container for holding converted data along with its content type.A generic listener interface for intercepting task lifecycle events.Represents data that can be in any format, such as XML, YAML, Protobuf, etc., structured as a key-value map.Manages the process of downloading content from an
InputStreamto aFile.Provides methods to control the state of an ongoing download.Encapsulates information about a download failure.A listener interface for globally intercepting download events.Represents an asynchronous call that can be canceled and from which a result can be retrieved.Represents a chain of preprocessors.Represents the progress of an upload or download operation.