default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.WebsocketEndpointBuilder.advanced() |
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.bufferSize(Integer bufferSize) |
Set the buffer size of the websocketServlet, which is also the max
frame byte size (default 8192).
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.bufferSize(String bufferSize) |
Set the buffer size of the websocketServlet, which is also the max
frame byte size (default 8192).
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.maxIdleTime(Integer maxIdleTime) |
Set the time in ms that the websocket created by the websocketServlet
may be idle before closing.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.maxIdleTime(String maxIdleTime) |
Set the time in ms that the websocket created by the websocketServlet
may be idle before closing.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.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.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.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.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.minVersion(Integer minVersion) |
Can be used to set the minimum protocol version accepted for the
websocketServlet.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.minVersion(String minVersion) |
Can be used to set the minimum protocol version accepted for the
websocketServlet.
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|