Uses of Class
org.miaixz.bus.http.plugin.httpv.CoverCall
Packages that use CoverCall
Package
Description
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Uses of CoverCall in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return CoverCallModifier and TypeMethodDescriptionCoverCall.Client.listen()Starts the WebSocket connection and returns aCoverCallto interact with it.Methods in org.miaixz.bus.http.plugin.httpv with parameters of type CoverCallModifier and TypeMethodDescriptionvoidCalled when a WebSocket event occurs.Constructors in org.miaixz.bus.http.plugin.httpv with parameters of type CoverCallModifierConstructorDescriptionListener(CoverCall.Client client, CoverCall webSocket) Constructs a new listener.