Uses of Interface
org.apache.qpid.jms.transports.TransportListener
Packages that use TransportListener
Package
Description
-
Uses of TransportListener in org.apache.qpid.jms.provider.amqp
Classes in org.apache.qpid.jms.provider.amqp that implement TransportListener -
Uses of TransportListener in org.apache.qpid.jms.transports
Methods in org.apache.qpid.jms.transports that return TransportListenerModifier and TypeMethodDescriptionTransport.getTransportListener()Gets the currently set TransportListener instanceMethods in org.apache.qpid.jms.transports with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidTransport.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 TransportListenerMethods in org.apache.qpid.jms.transports.netty that return TransportListenerMethods in org.apache.qpid.jms.transports.netty with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidNettyTcpTransport.setTransportListener(TransportListener listener) Constructors in org.apache.qpid.jms.transports.netty with parameters of type TransportListenerModifierConstructorDescriptionNettyTcpTransport(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