Uses of Interface
org.apache.qpid.protonj2.client.transport.TransportListener
Packages that use TransportListener
Package
Description
-
Uses of TransportListener in org.apache.qpid.protonj2.client.transport
Methods in org.apache.qpid.protonj2.client.transport that return TransportListenerModifier and TypeMethodDescriptionTransport.getTransportListener()Gets the currently set TransportListener instanceMethods in org.apache.qpid.protonj2.client.transport with parameters of type TransportListenerModifier and TypeMethodDescriptionTransport.connect(String host, int port, TransportListener listener) Performs the connect operation for the implemented Transport type such as a TCP socket connection, SSL/TLS handshake etc. -
Uses of TransportListener in org.apache.qpid.protonj2.client.transport.netty4
Fields in org.apache.qpid.protonj2.client.transport.netty4 declared as TransportListenerMethods in org.apache.qpid.protonj2.client.transport.netty4 that return TransportListenerMethods in org.apache.qpid.protonj2.client.transport.netty4 with parameters of type TransportListenerModifier and TypeMethodDescriptionTcpTransport.connect(String host, int port, TransportListener listener) -
Uses of TransportListener in org.apache.qpid.protonj2.client.transport.netty5
Fields in org.apache.qpid.protonj2.client.transport.netty5 declared as TransportListenerMethods in org.apache.qpid.protonj2.client.transport.netty5 that return TransportListenerMethods in org.apache.qpid.protonj2.client.transport.netty5 with parameters of type TransportListenerModifier and TypeMethodDescriptionTcpTransport.connect(String host, int port, TransportListener listener)