Uses of Class
org.miaixz.bus.http.socket.RealWebSocket.Streams
Packages that use RealWebSocket.Streams
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
-
Uses of RealWebSocket.Streams in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord that return RealWebSocket.StreamsModifier and TypeMethodDescriptionExchange.newWebSocketStreams()Creates new streams for a WebSocket connection. -
Uses of RealWebSocket.Streams in org.miaixz.bus.http.socket
Methods in org.miaixz.bus.http.socket with parameters of type RealWebSocket.StreamsModifier and TypeMethodDescriptionvoidRealWebSocket.initReaderAndWriter(String name, RealWebSocket.Streams streams) Initializes the frame reader, writer, and ping executor.