org.apache.activemq.transport.https
Class HttpsTransportServer

java.lang.Object
  extended by org.apache.activemq.util.ServiceSupport
      extended by org.apache.activemq.transport.TransportServerSupport
          extended by org.apache.activemq.transport.http.HttpTransportServer
              extended by org.apache.activemq.transport.https.HttpsTransportServer
All Implemented Interfaces:
Service, TransportServer

public class HttpsTransportServer
extends HttpTransportServer


Constructor Summary
HttpsTransportServer(URI uri)
           
 
Method Summary
 void doStart()
           
 String getKeyCertificateAlgorithm()
           
 String getKeyPassword()
           
 String getKeyStore()
           
 String getKeyStorePassword()
           
 String getKeyStoreType()
           
 String getProtocol()
           
 String getSecureRandomCertficateAlgorithm()
           
 String getTrustCertificateAlgorithm()
           
 void setKeyCertificateAlgorithm(String keyCertificateAlgorithm)
           
 void setKeyPassword(String keyPassword)
           
 void setKeyStore(String keyStore)
           
 void setKeyStorePassword(String keyStorePassword)
           
 void setKeyStoreType(String keyStoreType)
           
 void setProtocol(String protocol)
           
 void setSecureRandomCertficateAlgorithm(String secureRandomCertficateAlgorithm)
           
 void setTrustCertificateAlgorithm(String trustCertificateAlgorithm)
           
 
Methods inherited from class org.apache.activemq.transport.http.HttpTransportServer
createWireFormat, doStop, getSocketAddress, getWireFormat, setBrokerInfo, setConnector, setWireFormat
 
Methods inherited from class org.apache.activemq.transport.TransportServerSupport
getAcceptListener, getBindLocation, getConnectURI, onAcceptError, setAcceptListener, setBindLocation, setConnectURI
 
Methods inherited from class org.apache.activemq.util.ServiceSupport
dispose, isStarted, isStopped, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

Constructor Detail

HttpsTransportServer

public HttpsTransportServer(URI uri)
Method Detail

doStart

public void doStart()
             throws Exception
Overrides:
doStart in class HttpTransportServer
Throws:
Exception

getKeyStore

public String getKeyStore()

setKeyStore

public void setKeyStore(String keyStore)

getKeyPassword

public String getKeyPassword()

setKeyPassword

public void setKeyPassword(String keyPassword)

getKeyStoreType

public String getKeyStoreType()

setKeyStoreType

public void setKeyStoreType(String keyStoreType)

getKeyStorePassword

public String getKeyStorePassword()

setKeyStorePassword

public void setKeyStorePassword(String keyStorePassword)

getProtocol

public String getProtocol()

setProtocol

public void setProtocol(String protocol)

getSecureRandomCertficateAlgorithm

public String getSecureRandomCertficateAlgorithm()

setSecureRandomCertficateAlgorithm

public void setSecureRandomCertficateAlgorithm(String secureRandomCertficateAlgorithm)

getKeyCertificateAlgorithm

public String getKeyCertificateAlgorithm()

setKeyCertificateAlgorithm

public void setKeyCertificateAlgorithm(String keyCertificateAlgorithm)

getTrustCertificateAlgorithm

public String getTrustCertificateAlgorithm()

setTrustCertificateAlgorithm

public void setTrustCertificateAlgorithm(String trustCertificateAlgorithm)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.