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:
org.apache.activemq.Service,org.apache.activemq.transport.TransportServer
-
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, socketConnectorFactoryFields inherited from class org.apache.activemq.transport.TransportServerSupport
allowLinkStealing, transportOptions -
Constructor Summary
ConstructorsConstructorDescriptionHttpsTransportServer(URI uri, HttpsTransportFactory factory, org.apache.activemq.broker.SslContext context) -
Method Summary
Methods inherited from class org.apache.activemq.transport.http.HttpTransportServer
createWireFormat, doStart, doStop, getMaxConnectionExceededCount, getSocketAddress, getWireFormat, isSslServer, resetStatistics, setBrokerInfo, setConnector, setTransportOption, setWireFormat, setWireFormatOptionsMethods inherited from class org.apache.activemq.transport.WebTransportServerSupport
bind, configureTraceMethod, createServer, setHttpOptions, setJettyOptionsMethods inherited from class org.apache.activemq.transport.TransportServerSupport
getAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURIMethods inherited from class org.apache.activemq.util.ServiceSupport
addServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.Service
start, stop
-
Constructor Details
-
HttpsTransportServer
public HttpsTransportServer(URI uri, HttpsTransportFactory factory, org.apache.activemq.broker.SslContext context)
-