Uses of Class
org.apache.activemq.transport.auto.AutoTcpTransportServer
-
Packages that use AutoTcpTransportServer Package Description org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio -
-
Uses of AutoTcpTransportServer in org.apache.activemq.transport.auto
Subclasses of AutoTcpTransportServer in org.apache.activemq.transport.auto Modifier and Type Class Description classAutoSslTransportServerAn SSL TransportServer.Methods in org.apache.activemq.transport.auto that return AutoTcpTransportServer Modifier and Type Method Description protected AutoTcpTransportServerAutoTcpTransportFactory. createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) -
Uses of AutoTcpTransportServer in org.apache.activemq.transport.auto.nio
Subclasses of AutoTcpTransportServer 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.Methods in org.apache.activemq.transport.auto.nio that return AutoTcpTransportServer Modifier and Type Method Description protected AutoTcpTransportServerAutoNioTransportFactory. createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
-