java.lang.Object
org.miaixz.bus.http.socket.WebSocketReader
A reader for WebSocket protocol frames. This class parses frames from a source, handling control frames (ping, pong,
close) and message frames (text, binary). This class is not thread-safe and must be operated from a single thread.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA callback interface for WebSocket frame events. -
Method Summary