Class WebSocketSession

java.lang.Object
com.linecorp.armeria.client.websocket.WebSocketSession

@UnstableApi public final class WebSocketSession extends Object
A WebSocket session that is created after WebSocketClient.connect(String) succeeds. You can start sending WebSocketFrames via setOutbound(Publisher). You can also subscribe to inbound() to receive WebSocketFrames from the server.