Uses of Interface
io.helidon.nima.websocket.WsSession
Packages that use WsSession
Package
Description
WebSocket APIs.
WebSocket client.
WebSocket server support.
-
Uses of WsSession in io.helidon.nima.websocket
Methods in io.helidon.nima.websocket that return WsSessionModifier and TypeMethodDescriptionClose session.WsSession.ping(BufferData bufferData) Send ping.WsSession.pong(BufferData bufferData) Send pong.WsSession.send(BufferData bufferData, boolean last) Send binary fragment.Send text fragment.WsSession.terminate()Terminate session.Methods in io.helidon.nima.websocket with parameters of type WsSessionModifier and TypeMethodDescriptiondefault voidReceived close.default voidError occurred.default voidWsListener.onMessage(WsSession session, BufferData buffer, boolean last) Received binary fragment.default voidReceived text fragment.default voidSession is open.default voidWsListener.onPing(WsSession session, BufferData buffer) Received ping.default voidWsListener.onPong(WsSession session, BufferData buffer) Received pong. -
Uses of WsSession in io.helidon.nima.websocket.client
Classes in io.helidon.nima.websocket.client that implement WsSessionMethods in io.helidon.nima.websocket.client that return WsSessionModifier and TypeMethodDescriptionClientWsConnection.ping(BufferData bufferData) ClientWsConnection.pong(BufferData bufferData) ClientWsConnection.send(BufferData bufferData, boolean last) ClientWsConnection.terminate() -
Uses of WsSession in io.helidon.nima.websocket.webserver
Classes in io.helidon.nima.websocket.webserver that implement WsSessionModifier and TypeClassDescriptionclassWebSocket connection, server side session implementation.Methods in io.helidon.nima.websocket.webserver that return WsSessionModifier and TypeMethodDescriptionWsConnection.ping(BufferData bufferData) WsConnection.pong(BufferData bufferData) WsConnection.send(BufferData bufferData, boolean last) WsConnection.terminate()