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
public class WSSTransportServer extends WSTransportServer
-
-
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
-
-
Constructor Summary
Constructors Constructor Description WSSTransportServer(URI location, org.apache.activemq.broker.SslContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSslServer()-
Methods inherited from class org.apache.activemq.transport.ws.WSTransportServer
doStart, doStop, getMaxConnectionExceededCount, getSocketAddress, resetStatistics, setBrokerInfo, setBrokerService, setConnector, setTransportOption
-
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
-
WSSTransportServer
public WSSTransportServer(URI location, org.apache.activemq.broker.SslContext context)
-
-
Method Detail
-
isSslServer
public boolean isSslServer()
- Specified by:
isSslServerin interfaceorg.apache.activemq.transport.TransportServer- Overrides:
isSslServerin classWSTransportServer
-
-