Class HttpsTransportServer
- java.lang.Object
-
- org.apache.activemq.util.ServiceSupport
-
- org.apache.activemq.transport.TransportServerSupport
-
- org.apache.activemq.transport.WebTransportServerSupport
-
- org.apache.activemq.transport.http.HttpTransportServer
-
- org.apache.activemq.transport.https.HttpsTransportServer
-
- All Implemented Interfaces:
Service
,TransportServer
public class HttpsTransportServer extends HttpTransportServer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.activemq.transport.WebTransportServerSupport
WebTransportServerSupport.HttpOptions, WebTransportServerSupport.JettyOptions
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.transport.WebTransportServerSupport
bindAddress, connector, host, httpOptions, jettyOptions, server, socketConnectorFactory
-
Fields inherited from class org.apache.activemq.transport.TransportServerSupport
allowLinkStealing, transportOptions
-
-
Constructor Summary
Constructors Constructor Description HttpsTransportServer(URI uri, HttpsTransportFactory factory, SslContext context)
-
Method Summary
-
Methods inherited from class org.apache.activemq.transport.http.HttpTransportServer
createWireFormat, doStart, doStop, getSocketAddress, getWireFormat, isSslServer, setBrokerInfo, setConnector, setTransportOption, setWireFormat, setWireFormatOptions
-
Methods inherited from class org.apache.activemq.transport.WebTransportServerSupport
bind, configureTraceMethod, createServer, setHttpOptions, setJettyOptions
-
Methods inherited from class org.apache.activemq.transport.TransportServerSupport
getAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURI
-
Methods inherited from class org.apache.activemq.util.ServiceSupport
addServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop
-
-
-
-
Constructor Detail
-
HttpsTransportServer
public HttpsTransportServer(URI uri, HttpsTransportFactory factory, SslContext context)
-
-