Uses of Class
org.apache.activemq.transport.tcp.SslTransportServer
-
Packages that use SslTransportServer Package Description org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.tcp TCP/IP based Transport implementation. -
-
Uses of SslTransportServer in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return SslTransportServer Modifier and Type Method Description protected SslTransportServerMQTTSslTransportFactory. createSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory) -
Uses of SslTransportServer in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return SslTransportServer Modifier and Type Method Description protected SslTransportServerStompSslTransportFactory. createSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory) -
Uses of SslTransportServer in org.apache.activemq.transport.tcp
Methods in org.apache.activemq.transport.tcp that return SslTransportServer Modifier and Type Method Description protected SslTransportServerSslTransportFactory. createSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory)Allows subclasses of SslTransportFactory to create custom instances of SslTransportServer.
-