AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.allowJavaSerializedObject(boolean allowJavaSerializedObject)
Whether to allow java serialization when a request uses
context-type=application/x-java-serialized-object.
Atmosphere Websocket (camel-atmosphere-websocket)
Expose WebSocket endpoints using the Atmosphere framework.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.attachmentMultipartBinding(boolean attachmentMultipartBinding)
Whether to automatic bind multipart/form-data as attachments on the
Camel Exchange.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
Whitelist of accepted filename extensions for accepting uploaded
files.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
header to and from Camel message.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.httpBinding(org.apache.camel.http.common.HttpBinding httpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.httpConfiguration(org.apache.camel.http.common.HttpConfiguration httpConfiguration)
To use the shared HttpConfiguration as base configuration.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.httpRegistry(org.apache.camel.http.common.HttpRegistry httpRegistry)
To use a custom org.apache.camel.component.servlet.HttpRegistry.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.muteException(boolean muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder.servletName(String servletName)
Default name of servlet to use.