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:
protocols = null maxFramePayloadLength = 65536 handlePing = false |
compress, handlePing, maxFramePayloadLength, protocols
static WebsocketClientSpec.Builder builder()
WebsocketClientSpec.Builder