Uses of Class
org.apache.qpid.jms.transports.TransportFactory
-
Packages that use TransportFactory Package Description org.apache.qpid.jms.transports org.apache.qpid.jms.transports.netty -
-
Uses of TransportFactory in org.apache.qpid.jms.transports
Methods in org.apache.qpid.jms.transports that return TransportFactory Modifier and Type Method Description static TransportFactoryTransportFactory. findTransportFactory(java.lang.String transportKey)Searches for a TransportFactory by using the scheme from the given key. -
Uses of TransportFactory in org.apache.qpid.jms.transports.netty
Subclasses of TransportFactory in org.apache.qpid.jms.transports.netty Modifier and Type Class Description classNettySslTransportFactoryCreates a Netty based SSL transport.classNettyTcpTransportFactoryFactory for creating the Netty based TCP Transport.classNettyWssTransportFactoryCreates a Netty based Secure WebSocket transport.classNettyWsTransportFactoryFactory for creating the Netty based WebSocket Transport.
-