| Package | Description |
|---|---|
| org.apache.qpid.proton.driver |
| Modifier and Type | Method and Description |
|---|---|
<C> Listener<C> |
Driver.createListener(java.nio.channels.ServerSocketChannel c,
C context)
Create a listener using the existing channel.
|
<C> Listener<C> |
Driver.createListener(java.lang.String host,
int port,
C context)
Construct a listener for the given address.
|
Listener |
Driver.listener()
Get the next listener with pending data in the driver.
|
Listener |
Connector.listener()
Access the listener which opened this connector.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Listener> |
Driver.listeners()
Return an iterator over all listeners.
|
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.