@Service(value=FabricDetectingGatewayService.class) public class FabricDetectingGateway extends AbstractComponent implements FabricDetectingGatewayService
Constructor and Description |
---|
FabricDetectingGateway() |
Modifier and Type | Method and Description |
---|---|
protected DetectingGateway |
createDetectingGateway() |
org.apache.curator.framework.CuratorFramework |
getCurator() |
java.lang.String |
getDefaultVirtualHost() |
DetectingGatewayProtocolHandler |
getDetectingGatewayProtocolHandler() |
java.lang.String |
getDisabledCypherSuites() |
java.lang.String |
getEnabledCipherSuites() |
FabricService |
getFabricService() |
VertxService |
getVertxService() |
java.lang.String |
getZooKeeperPath() |
boolean |
isAmqpEnabled() |
boolean |
isHttpEnabled() |
boolean |
isMqttEnabled() |
boolean |
isOpenWireEnabled() |
boolean |
isSslEnabled() |
boolean |
isStompEnabled() |
void |
setAmqpEnabled(boolean amqpEnabled) |
void |
setCurator(org.apache.curator.framework.CuratorFramework curator) |
void |
setDefaultVirtualHost(java.lang.String defaultVirtualHost) |
void |
setDisabledCypherSuites(java.lang.String disabledCypherSuites) |
void |
setEnabledCipherSuites(java.lang.String enabledCipherSuites) |
void |
setFabricService(FabricService fabricService) |
void |
setHttpEnabled(boolean httpEnabled) |
void |
setHttpGateway(FabricHTTPGateway httpGateway) |
void |
setKeyAlias(java.lang.String keyAlias) |
void |
setKeyPassword(java.lang.String keyPassword) |
void |
setKeyStorePassword(java.lang.String keyStorePassword) |
void |
setKeyStoreURL(java.net.URL keyStoreURL) |
void |
setMqttEnabled(boolean mqttEnabled) |
void |
setOpenWireEnabled(boolean openWireEnabled) |
void |
setSslAlgorithm(java.lang.String sslAlgorithm) |
void |
setSslEnabled(boolean sslEnabled) |
void |
setSslProtocol(java.lang.String sslProtocol) |
void |
setSslStoreType(java.lang.String sslStoreType) |
void |
setStompEnabled(boolean stompEnabled) |
void |
setTrustStorePassword(java.lang.String trustStorePassword) |
void |
setTrustStoreURL(java.net.URL trustStoreURL) |
void |
setVertxService(VertxService vertxService) |
void |
setZooKeeperPath(java.lang.String zooKeeperPath) |
void |
unsetCurator(org.apache.curator.framework.CuratorFramework curator) |
void |
unsetFabricService(FabricService fabricService) |
void |
unsetHttpGateway(FabricHTTPGateway httpGateway) |
void |
unsetVertxService(VertxService vertxService) |
activateComponent, assertValid, deactivateComponent, isValid
protected DetectingGateway createDetectingGateway()
public VertxService getVertxService()
public void setVertxService(VertxService vertxService)
public void unsetVertxService(VertxService vertxService)
public org.apache.curator.framework.CuratorFramework getCurator()
public void setCurator(org.apache.curator.framework.CuratorFramework curator)
public void unsetCurator(org.apache.curator.framework.CuratorFramework curator)
public FabricService getFabricService()
public void setFabricService(FabricService fabricService)
public void unsetFabricService(FabricService fabricService)
public java.lang.String getZooKeeperPath()
public void setZooKeeperPath(java.lang.String zooKeeperPath)
public boolean isOpenWireEnabled()
public void setOpenWireEnabled(boolean openWireEnabled)
public boolean isStompEnabled()
public void setStompEnabled(boolean stompEnabled)
public boolean isAmqpEnabled()
public void setAmqpEnabled(boolean amqpEnabled)
public boolean isMqttEnabled()
public void setMqttEnabled(boolean mqttEnabled)
public boolean isHttpEnabled()
public void setHttpEnabled(boolean httpEnabled)
public java.lang.String getDefaultVirtualHost()
public void setDefaultVirtualHost(java.lang.String defaultVirtualHost)
public DetectingGatewayProtocolHandler getDetectingGatewayProtocolHandler()
getDetectingGatewayProtocolHandler
in interface FabricDetectingGatewayService
public void setHttpGateway(FabricHTTPGateway httpGateway)
public void unsetHttpGateway(FabricHTTPGateway httpGateway)
public boolean isSslEnabled()
public void setSslEnabled(boolean sslEnabled)
public void setSslAlgorithm(java.lang.String sslAlgorithm)
public void setKeyAlias(java.lang.String keyAlias)
public void setKeyPassword(java.lang.String keyPassword)
public void setKeyStorePassword(java.lang.String keyStorePassword)
public void setKeyStoreURL(java.net.URL keyStoreURL)
public void setSslProtocol(java.lang.String sslProtocol)
public void setSslStoreType(java.lang.String sslStoreType)
public void setTrustStorePassword(java.lang.String trustStorePassword)
public void setTrustStoreURL(java.net.URL trustStoreURL)
public java.lang.String getEnabledCipherSuites()
public void setEnabledCipherSuites(java.lang.String enabledCipherSuites)
public java.lang.String getDisabledCypherSuites()
public void setDisabledCypherSuites(java.lang.String disabledCypherSuites)
Copyright © 2014 Red Hat. All Rights Reserved.