Uses of Interface
org.apache.qpid.proton.driver.Listener

Packages that use Listener
org.apache.qpid.proton.driver   
 

Uses of Listener in org.apache.qpid.proton.driver
 

Methods in org.apache.qpid.proton.driver that return Listener
<C> Listener<C>
Driver.createListener(ServerSocketChannel c, C context)
          Create a listener using the existing channel.
<C> Listener<C>
Driver.createListener(String host, int port, C context)
          Construct a listener for the given address.
 Listener Connector.listener()
          Access the listener which opened this connector.
 Listener Driver.listener()
          Get the next listener with pending data in the driver.
 

Methods in org.apache.qpid.proton.driver that return types with arguments of type Listener
 Iterable<Listener> Driver.listeners()
          Return an iterator over all listeners.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.