Uses of Interface
org.miaixz.bus.http.plugin.httpv.Cancelable
Packages that use Cancelable
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.
-
Uses of Cancelable in org.miaixz.bus.http
Methods in org.miaixz.bus.http with parameters of type CancelableModifier and TypeMethodDescriptionHttpv.addTagTask(String tag, Cancelable canceler, CoverHttp<?> task) Adds a new tagged task to the list of ongoing tasks. -
Uses of Cancelable in org.miaixz.bus.http.plugin.httpv
Subinterfaces of Cancelable in org.miaixz.bus.http.plugin.httpvModifier and TypeInterfaceDescriptioninterfaceRepresents an asynchronous call that can be canceled and from which a result can be retrieved.Classes in org.miaixz.bus.http.plugin.httpv that implement CancelableModifier and TypeClassDescriptionclassRepresents an active or pending WebSocket call.static classA client for creating and configuring WebSocket connections.classAn abstract base class for building HTTP requests, providing a fluent interface.static classA builder for asynchronous HTTP requests.static classA builder for synchronous HTTP requests.Methods in org.miaixz.bus.http.plugin.httpv with parameters of type CancelableModifier and TypeMethodDescriptionprotected voidCoverHttp.registeTagTask(Cancelable canceler) Registers this task with the tag manager.