Atmosphere Websocket (camel-atmosphere-websocket)
Expose WebSocket endpoints using the Atmosphere framework.
Atmosphere Websocket (camel-atmosphere-websocket)
Expose WebSocket endpoints using the Atmosphere framework.
AtmosphereWebsocketEndpointBuilderFactory.AdvancedAtmosphereWebsocketEndpointBuilder.basic()
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.chunked(boolean chunked)
If this option is false the Servlet will disable the HTTP streaming
and set the content-length header on the response.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.chunked(String chunked)
If this option is false the Servlet will disable the HTTP streaming
and set the content-length header on the response.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.disableStreamCache(boolean disableStreamCache)
Determines whether or not the raw input stream from Servlet is cached
or not (Camel will read the stream into a in memory/overflow to file,
Stream caching) cache.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.disableStreamCache(String disableStreamCache)
Determines whether or not the raw input stream from Servlet is cached
or not (Camel will read the stream into a in memory/overflow to file,
Stream caching) cache.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.sendToAll(boolean sendToAll)
Whether to send to all (broadcast) or send to a single receiver.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.sendToAll(String sendToAll)
Whether to send to all (broadcast) or send to a single receiver.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.transferException(boolean transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.transferException(String transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.useStreaming(boolean useStreaming)
To enable streaming to send data as multiple text fragments.
AtmosphereWebsocketEndpointBuilderFactory.AtmosphereWebsocketEndpointBuilder.useStreaming(String useStreaming)
To enable streaming to send data as multiple text fragments.