org.apache.activemq.transport.https
Class HttpsTransportServer
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.http.HttpTransportServer
org.apache.activemq.transport.https.HttpsTransportServer
- All Implemented Interfaces:
- Service, TransportServer
public class HttpsTransportServer
- extends HttpTransportServer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpsTransportServer
public HttpsTransportServer(java.net.URI uri,
HttpsTransportFactory factory,
SslContext context)
doStart
public void doStart()
throws java.lang.Exception
- Overrides:
doStart in class HttpTransportServer
- Throws:
java.lang.Exception
getKeyStore
public java.lang.String getKeyStore()
setKeyStore
public void setKeyStore(java.lang.String keyStore)
getKeyPassword
public java.lang.String getKeyPassword()
setKeyPassword
public void setKeyPassword(java.lang.String keyPassword)
getKeyStoreType
public java.lang.String getKeyStoreType()
setKeyStoreType
public void setKeyStoreType(java.lang.String keyStoreType)
getKeyStorePassword
public java.lang.String getKeyStorePassword()
setKeyStorePassword
public void setKeyStorePassword(java.lang.String keyStorePassword)
getProtocol
public java.lang.String getProtocol()
setProtocol
public void setProtocol(java.lang.String protocol)
getSecureRandomCertficateAlgorithm
public java.lang.String getSecureRandomCertficateAlgorithm()
setSecureRandomCertficateAlgorithm
public void setSecureRandomCertficateAlgorithm(java.lang.String secureRandomCertficateAlgorithm)
getKeyCertificateAlgorithm
public java.lang.String getKeyCertificateAlgorithm()
setKeyCertificateAlgorithm
public void setKeyCertificateAlgorithm(java.lang.String keyCertificateAlgorithm)
getTrustCertificateAlgorithm
public java.lang.String getTrustCertificateAlgorithm()
setTrustCertificateAlgorithm
public void setTrustCertificateAlgorithm(java.lang.String trustCertificateAlgorithm)
getAuth
public java.lang.String getAuth()
- Returns:
- the auth
setAuth
public void setAuth(java.lang.String auth)
- Parameters:
auth - the auth to set
Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.