Uses of Interface
org.apache.qpid.protonj2.client.transport.TransportListener
-
Packages that use TransportListener Package Description org.apache.qpid.protonj2.client.transport -
-
Uses of TransportListener in org.apache.qpid.protonj2.client.transport
Fields in org.apache.qpid.protonj2.client.transport declared as TransportListener Modifier and Type Field Description protected TransportListenerTcpTransport. listenerMethods in org.apache.qpid.protonj2.client.transport that return TransportListener Modifier and Type Method Description TransportListenerTcpTransport. getTransportListener()TransportListenerTransport. getTransportListener()Gets the currently set TransportListener instanceMethods in org.apache.qpid.protonj2.client.transport with parameters of type TransportListener Modifier and Type Method Description TcpTransportTcpTransport. connect(String host, int port, TransportListener listener)TransportTransport. 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.
-