Uses of Class
org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
Packages that use NettyTcpTransport Package Description org.apache.qpid.jms.transports.netty -
-
Uses of NettyTcpTransport in org.apache.qpid.jms.transports.netty
Subclasses of NettyTcpTransport in org.apache.qpid.jms.transports.netty Modifier and Type Class Description classNettyWsTransportNetty based WebSockets Transport that wraps and extends the TCP Transport.Methods in org.apache.qpid.jms.transports.netty that return NettyTcpTransport Modifier and Type Method Description protected NettyTcpTransportNettyTcpTransportFactory. doCreateTransport(java.net.URI remoteURI, TransportOptions transportOptions)protected NettyTcpTransportNettyWsTransportFactory. doCreateTransport(java.net.URI remoteURI, TransportOptions transportOptions)
-