public static interface AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder extends ComponentBuilder<org.apache.camel.component.atmosphere.websocket.WebsocketComponent>
| Modifier and Type | Method and Description |
|---|---|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
allowJavaSerializedObject(boolean allowJavaSerializedObject)
Whether to allow java serialization when a request uses
context-type=application/x-java-serialized-object.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
attachmentMultipartBinding(boolean attachmentMultipartBinding)
Whether to automatic bind multipart/form-data as attachments on the
Camel Exchange.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default 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.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
fileNameExtWhitelist(String fileNameExtWhitelist)
Whitelist of accepted filename extensions for accepting uploaded
files.
|
default 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.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
httpBinding(org.apache.camel.http.common.HttpBinding httpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
httpConfiguration(org.apache.camel.http.common.HttpConfiguration httpConfiguration)
To use the shared HttpConfiguration as base configuration.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
httpRegistry(org.apache.camel.http.common.HttpRegistry httpRegistry)
To use a custom org.apache.camel.component.servlet.HttpRegistry.
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
servletName(String servletName)
Default name of servlet to use.
|
build, build, doSetProperty, registerdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder servletName(String servletName)
servletName - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder attachmentMultipartBinding(boolean attachmentMultipartBinding)
attachmentMultipartBinding - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder fileNameExtWhitelist(String fileNameExtWhitelist)
fileNameExtWhitelist - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder httpRegistry(org.apache.camel.http.common.HttpRegistry httpRegistry)
httpRegistry - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder allowJavaSerializedObject(boolean allowJavaSerializedObject)
allowJavaSerializedObject - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder httpBinding(org.apache.camel.http.common.HttpBinding httpBinding)
httpBinding - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder httpConfiguration(org.apache.camel.http.common.HttpConfiguration httpConfiguration)
httpConfiguration - the value to setdefault AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setApache Camel