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:
- BrokerServiceAware,- Service,- TransportServer
 
 public class WSSTransportServer extends WSTransportServer 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.activemq.transport.WebTransportServerSupportWebTransportServerSupport.HttpOptions, WebTransportServerSupport.JettyOptions
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.activemq.transport.WebTransportServerSupportbindAddress, connector, host, httpOptions, jettyOptions, server, socketConnectorFactory
 - 
Fields inherited from class org.apache.activemq.transport.TransportServerSupportallowLinkStealing, transportOptions
 
- 
 - 
Constructor SummaryConstructors Constructor Description WSSTransportServer(URI location, SslContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSslServer()For TransportServers that provide SSL connections to their connected peers they should return true here if and only if they populate the ConnectionInfo command presented to the Broker with the peers certificate chain so that the broker knows it can use that information to authenticate the connected peer.- 
Methods inherited from class org.apache.activemq.transport.ws.WSTransportServerdoStart, doStop, getSocketAddress, setBrokerInfo, setBrokerService, setConnector, setTransportOption
 - 
Methods inherited from class org.apache.activemq.transport.WebTransportServerSupportbind, configureTraceMethod, createServer, setHttpOptions, setJettyOptions
 - 
Methods inherited from class org.apache.activemq.transport.TransportServerSupportgetAcceptListener, getBindLocation, getConnectURI, isAllowLinkStealing, onAcceptError, setAcceptListener, setAllowLinkStealing, setBindLocation, setConnectURI
 - 
Methods inherited from class org.apache.activemq.util.ServiceSupportaddServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop
 
- 
 
- 
- 
- 
Constructor Detail- 
WSSTransportServerpublic WSSTransportServer(URI location, SslContext context) 
 
- 
 - 
Method Detail- 
isSslServerpublic boolean isSslServer() Description copied from interface:TransportServerFor TransportServers that provide SSL connections to their connected peers they should return true here if and only if they populate the ConnectionInfo command presented to the Broker with the peers certificate chain so that the broker knows it can use that information to authenticate the connected peer.- Specified by:
- isSslServerin interface- TransportServer
- Overrides:
- isSslServerin class- WSTransportServer
- Returns:
- true if this transport server provides SSL level security over its connections.
 
 
- 
 
-