| Package | Description |
|---|---|
| org.apache.qpid.proton.driver |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Listener> |
Driver.listeners()
Return an iterator over all listeners.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.