public interface WebsocketServerSpec extends WebsocketSpec
Modifier and Type | Interface and Description |
---|---|
static class |
WebsocketServerSpec.Builder |
Modifier and Type | Method and Description |
---|---|
static WebsocketServerSpec.Builder |
builder()
Create builder with default properties.
protocols = null maxFramePayloadLength = 65536 handlePing = false compress = false |
compress, handlePing, maxFramePayloadLength, protocols
static WebsocketServerSpec.Builder builder()
WebsocketServerSpec.Builder