Package | Description |
---|---|
org.apache.qpid.proton.driver | |
org.apache.qpid.proton.driver.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
<C> Listener<C> |
DriverImpl.createListener(ServerSocketChannel c,
C context) |
<C> Listener<C> |
DriverImpl.createListener(String host,
int port,
C context) |
Listener |
DriverImpl.listener() |
Modifier and Type | Method and Description |
---|---|
Iterable<Listener> |
DriverImpl.listeners() |
Modifier and Type | Method and Description |
---|---|
protected <C> Connector<C> |
DriverImpl.createServerConnector(SelectableChannel c,
C context,
Listener<C> l) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.