public interface WebsocketClientSpec extends WebsocketSpec
Modifier and Type | Interface and Description |
---|---|
static class |
WebsocketClientSpec.Builder |
Modifier and Type | Method and Description |
---|---|
static WebsocketClientSpec.Builder |
builder()
Create builder with default properties:
version = WebSocketVersion.V13
protocols = null maxFramePayloadLength = 65536 handlePing = false compress = false |
WebSocketVersion |
version()
Returns the configured WebSocket version
|
compress, handlePing, maxFramePayloadLength, protocols
WebSocketVersion version()
static WebsocketClientSpec.Builder builder()
WebSocketVersion.V13
WebsocketClientSpec.Builder