Package org. hildan. krossbow. websocket. jdk
Types
Link copied to clipboard
class Jdk11WebSocketClient(httpClient: HttpClient = HttpClient.newHttpClient(), configureWebSocket: WebSocket.Builder.() -> Unit = {}) : WebSocketClient
Content copied to clipboard
A WebSocketClient implementation using JDK11's async web socket API.