Uses of Interface
org.apache.qpid.jms.transports.TransportListener
-
Packages that use TransportListener Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.transports org.apache.qpid.jms.transports.netty -
-
Uses of TransportListener in org.apache.qpid.jms.provider.amqp
Classes in org.apache.qpid.jms.provider.amqp that implement TransportListener Modifier and Type Class Description classAmqpProviderAn AMQP v1.0 Provider. -
Uses of TransportListener in org.apache.qpid.jms.transports
Methods in org.apache.qpid.jms.transports that return TransportListener Modifier and Type Method Description TransportListenerTransport. getTransportListener()Gets the currently set TransportListener instanceMethods in org.apache.qpid.jms.transports with parameters of type TransportListener Modifier and Type Method Description voidTransport. setTransportListener(TransportListener listener)Sets the Transport Listener instance that will be notified of incoming data or error events. -
Uses of TransportListener in org.apache.qpid.jms.transports.netty
Fields in org.apache.qpid.jms.transports.netty declared as TransportListener Modifier and Type Field Description protected TransportListenerNettyTcpTransport. listenerMethods in org.apache.qpid.jms.transports.netty that return TransportListener Modifier and Type Method Description TransportListenerNettyTcpTransport. getTransportListener()Methods in org.apache.qpid.jms.transports.netty with parameters of type TransportListener Modifier and Type Method Description voidNettyTcpTransport. setTransportListener(TransportListener listener)Constructors in org.apache.qpid.jms.transports.netty with parameters of type TransportListener Constructor Description NettyTcpTransport(TransportListener listener, URI remoteLocation, TransportOptions options, boolean secure)Create a new transport instanceNettyWsTransport(TransportListener listener, URI remoteLocation, TransportOptions options, boolean secure)Create a new transport instance
-