- setAllowedOrigins(String) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The origins domain that support to cross, if the crosssOriginFilterOn is true
- setBaseResource(String) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The root directory for the web resources or classpath.
- setBayeux(BayeuxServerImpl) - Method in class org.apache.camel.component.cometd.CometdConsumer
-
- setBayeux(BayeuxServerImpl) - Method in class org.apache.camel.component.cometd.CometdProducer
-
- setBayeux(BayeuxServerImpl) - Method in interface org.apache.camel.component.cometd.CometdProducerConsumer
-
Sets the bayeux to use.
- setCrossOriginFilterOn(boolean) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
If true, the server will support for cross-domain filtering
- setDisconnectLocalSession(boolean) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
Whether to disconnect local sessions after publishing a message to its channel.
- setExtensions(List<BayeuxServer.Extension>) - Method in class org.apache.camel.component.cometd.CometdComponent
-
To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests.
- setFilterPath(String) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The filterPath will be used by the CrossOriginFilter, if the crosssOriginFilterOn is true
- setInterval(int) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The client side poll timeout in milliseconds.
- setJsonCommented(boolean) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
If true, the server will accept JSON wrapped in a comment and will generate JSON wrapped in a comment.
- setLogLevel(int) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
Logging level.
- setMaxInterval(int) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The max client side poll timeout in milliseconds.
- setMultiFrameInterval(int) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The client side poll timeout, if multiple connections are detected from the same browser.
- setSecurityPolicy(SecurityPolicy) - Method in class org.apache.camel.component.cometd.CometdComponent
-
To use a custom configured SecurityPolicy to control authorization
- setSessionHeadersEnabled(boolean) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
Whether to include the server session headers in the Camel message when creating a Camel Message for incoming requests.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.cometd.CometdComponent
-
To configure security using SSLContextParameters
- setSslKeyPassword(String) - Method in class org.apache.camel.component.cometd.CometdComponent
-
The password for the keystore when using SSL.
- setSslKeystore(String) - Method in class org.apache.camel.component.cometd.CometdComponent
-
The path to the keystore.
- setSslPassword(String) - Method in class org.apache.camel.component.cometd.CometdComponent
-
The password when using SSL.
- setTimeout(int) - Method in class org.apache.camel.component.cometd.CometdEndpoint
-
The server side poll timeout in milliseconds.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.cometd.CometdComponent
-
Enable usage of global SSL context parameters.