| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder
Advanced builder for endpoint for the Jetty Websocket component.
|
| Modifier and Type | Method and Description |
|---|---|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.WebsocketEndpointProducerBuilder.advanced() |
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.bufferSize(Integer bufferSize)
Set the buffer size of the websocketServlet, which is also the max
frame byte size (default 8192).
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.bufferSize(String bufferSize)
Set the buffer size of the websocketServlet, which is also the max
frame byte size (default 8192).
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.maxIdleTime(Integer maxIdleTime)
Set the time in ms that the websocket created by the websocketServlet
may be idle before closing.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.maxIdleTime(String maxIdleTime)
Set the time in ms that the websocket created by the websocketServlet
may be idle before closing.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.maxTextMessageSize(Integer maxTextMessageSize)
Can be used to set the size in characters that the websocket created
by the websocketServlet may be accept before closing.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.maxTextMessageSize(String maxTextMessageSize)
Can be used to set the size in characters that the websocket created
by the websocketServlet may be accept before closing.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.minVersion(Integer minVersion)
Can be used to set the minimum protocol version accepted for the
websocketServlet.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder.minVersion(String minVersion)
Can be used to set the minimum protocol version accepted for the
websocketServlet.
|
Apache Camel