Class WSSTransportServer
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.WebTransportServerSupport
org.apache.activemq.transport.ws.WSTransportServer
org.apache.activemq.transport.wss.WSSTransportServer
- All Implemented Interfaces:
org.apache.activemq.broker.BrokerServiceAware,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
ConstructorsConstructorDescriptionWSSTransportServer(URI location, org.apache.activemq.broker.SslContext context) -
Method Summary
Methods inherited from class org.apache.activemq.transport.ws.WSTransportServer
doStart, doStop, getMaxConnectionExceededCount, getSocketAddress, resetStatistics, setBrokerInfo, setBrokerService, setConnector, setTransportOptionMethods 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
-
WSSTransportServer
-
-
Method Details
-
isSslServer
public boolean isSslServer()- Specified by:
isSslServerin interfaceorg.apache.activemq.transport.TransportServer- Overrides:
isSslServerin classWSTransportServer
-