Module bus.http
Package org.miaixz.bus.http.socket
package org.miaixz.bus.http.socket
Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescriptionA record of a TLS handshake.An implementation of the WebSocket protocol (RFC 6455).A holder for the sink and source of a WebSocket connection.A non-blocking interface to a WebSocket.A factory for creating WebSockets.A listener for events related to a WebSocket connection.Constants and utility methods for the WebSocket protocol (RFC 6455).A reader for WebSocket protocol frames.A callback interface for WebSocket frame events.A writer for WebSocket protocol frames.