Uses of Class
org.apache.qpid.protonj2.client.transport.netty4.TcpTransport
Packages that use TcpTransport
-
Uses of TcpTransport in org.apache.qpid.protonj2.client.transport.netty4
Subclasses of TcpTransport in org.apache.qpid.protonj2.client.transport.netty4Modifier and TypeClassDescriptionclassNetty based WebSockets Transport that wraps and extends the TCP Transport.Methods in org.apache.qpid.protonj2.client.transport.netty4 that return TcpTransportModifier and TypeMethodDescriptionTcpTransport.connect(String host, int port, TransportListener listener) TcpTransport.flush()Netty4IOContext.newTransport()TcpTransport.write(org.apache.qpid.protonj2.buffer.ProtonBuffer output) TcpTransport.writeAndFlush(org.apache.qpid.protonj2.buffer.ProtonBuffer output) TcpTransport.writeAndFlush(org.apache.qpid.protonj2.buffer.ProtonBuffer output, Runnable onComplete)