|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
Driver.createListener(ServerSocketChannel c,
C context)
Create a listener using the existing channel. |
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||