Uses of Class
org.apache.activemq.transport.TransportServerThreadSupport
-
Packages that use TransportServerThreadSupport Package Description org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.nio org.apache.activemq.transport.tcp TCP/IP based Transport implementation. -
-
Uses of TransportServerThreadSupport in org.apache.activemq.transport.auto
Subclasses of TransportServerThreadSupport in org.apache.activemq.transport.auto Modifier and Type Class Description classAutoSslTransportServerAn SSL TransportServer.classAutoTcpTransportServerA TCP based implementation ofTransportServer -
Uses of TransportServerThreadSupport in org.apache.activemq.transport.auto.nio
Subclasses of TransportServerThreadSupport in org.apache.activemq.transport.auto.nio Modifier and Type Class Description classAutoNIOSSLTransportServerLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
Uses of TransportServerThreadSupport in org.apache.activemq.transport.nio
Subclasses of TransportServerThreadSupport in org.apache.activemq.transport.nio Modifier and Type Class Description classNIOSSLTransportServer -
Uses of TransportServerThreadSupport in org.apache.activemq.transport.tcp
Subclasses of TransportServerThreadSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportServerAn SSL TransportServer.classTcpTransportServerA TCP based implementation ofTransportServer
-