Uses of Class
org.miaixz.bus.http.socket.WebSocketListener
Packages that use WebSocketListener
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.
Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
-
Uses of WebSocketListener in org.miaixz.bus.http
Methods in org.miaixz.bus.http with parameters of type WebSocketListenerModifier and TypeMethodDescriptionHttpd.newWebSocket(Request request, WebSocketListener listener) Usesrequestto connect a new web socket.Httpv.webSocket(Request request, WebSocketListener listener) Creates a new WebSocket connection using the underlyingHttpdclient. -
Uses of WebSocketListener in org.miaixz.bus.http.plugin.httpv
Subclasses of WebSocketListener in org.miaixz.bus.http.plugin.httpvModifier and TypeClassDescriptionstatic classA WebSocket listener that bridges Httpd's WebSocket events to the CoverCall's event system. -
Uses of WebSocketListener in org.miaixz.bus.http.socket
Methods in org.miaixz.bus.http.socket with parameters of type WebSocketListenerModifier and TypeMethodDescriptionWebSocket.Factory.newWebSocket(Request request, WebSocketListener listener) Creates a new web socket and immediately returns it.Constructors in org.miaixz.bus.http.socket with parameters of type WebSocketListenerModifierConstructorDescriptionRealWebSocket(Request request, WebSocketListener listener, Random random, long pingIntervalMillis) Constructs a new RealWebSocket.