Uses of Class
io.undertow.websockets.core.protocol.version07.WebSocket07Channel
-
Packages that use WebSocket07Channel Package Description io.undertow.websockets.core.protocol.version07 io.undertow.websockets.core.protocol.version08 io.undertow.websockets.core.protocol.version13 -
-
Uses of WebSocket07Channel in io.undertow.websockets.core.protocol.version07
Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type WebSocket07Channel Constructor Description WebSocket07FrameSinkChannel(WebSocket07Channel wsChannel, WebSocketFrameType type)
-
Uses of WebSocket07Channel in io.undertow.websockets.core.protocol.version08
Subclasses of WebSocket07Channel in io.undertow.websockets.core.protocol.version08 Modifier and Type Class Description class
WebSocket08Channel
WebSocketChannel
which is used forWebSocketVersion.V08
-
Uses of WebSocket07Channel in io.undertow.websockets.core.protocol.version13
Subclasses of WebSocket07Channel in io.undertow.websockets.core.protocol.version13 Modifier and Type Class Description class
WebSocket13Channel
A WebSocketChannel that handles version 13
-