Uses of Class
io.joshworks.stream.client.ws.WsConnection
-
Packages that use WsConnection Package Description io.joshworks.stream.client io.joshworks.stream.client.ws -
-
Uses of WsConnection in io.joshworks.stream.client
Methods in io.joshworks.stream.client that return WsConnection Modifier and Type Method Description static WsConnectionStreamClient. connect(java.lang.String url, WebSocketClientEndpoint endpoint) -
Uses of WsConnection in io.joshworks.stream.client.ws
Methods in io.joshworks.stream.client.ws that return WsConnection Modifier and Type Method Description WsConnectionWsConfiguration. connect()WsConnectionWsConfiguration. connectAsync()Methods in io.joshworks.stream.client.ws that return types with arguments of type WsConnection Modifier and Type Method Description java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendBinary(byte[] bytes)java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendBinary(java.nio.ByteBuffer byteBuffer)java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendPing(byte[] bytes)java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendPing(java.nio.ByteBuffer byteBuffer)java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendPong(byte[] bytes)java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendPong(java.nio.ByteBuffer byteBuffer)java.util.concurrent.CompletableFuture<WsConnection>WsConnection. sendText(java.lang.String message)
-