@ConfigurationProperties(prefix="camel.component.cometd") public class CometdComponentConfiguration extends Object
Constructor and Description |
---|
CometdComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<org.cometd.bayeux.server.BayeuxServer.Extension> |
getExtensions() |
org.cometd.bayeux.server.SecurityPolicy |
getSecurityPolicy() |
org.apache.camel.util.jsse.SSLContextParameters |
getSslContextParameters() |
String |
getSslKeyPassword() |
String |
getSslKeystore() |
String |
getSslPassword() |
void |
setExtensions(List<org.cometd.bayeux.server.BayeuxServer.Extension> extensions) |
void |
setSecurityPolicy(org.cometd.bayeux.server.SecurityPolicy securityPolicy) |
void |
setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters) |
void |
setSslKeyPassword(String sslKeyPassword) |
void |
setSslKeystore(String sslKeystore) |
void |
setSslPassword(String sslPassword) |
public String getSslKeyPassword()
public void setSslKeyPassword(String sslKeyPassword)
public String getSslPassword()
public void setSslPassword(String sslPassword)
public String getSslKeystore()
public void setSslKeystore(String sslKeystore)
public org.cometd.bayeux.server.SecurityPolicy getSecurityPolicy()
public void setSecurityPolicy(org.cometd.bayeux.server.SecurityPolicy securityPolicy)
public List<org.cometd.bayeux.server.BayeuxServer.Extension> getExtensions()
public void setExtensions(List<org.cometd.bayeux.server.BayeuxServer.Extension> extensions)
public org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
Apache Camel