| Package | Description |
|---|---|
| org.apache.qpid.proton.driver | |
| org.apache.qpid.proton.driver.impl |
| Modifier and Type | Method and Description |
|---|---|
Connector<C> |
Listener.accept()
Accept a connection that is pending on the listener.
|
Connector |
Driver.connector()
Get the next active connector in the driver.
|
<C> Connector<C> |
Driver.createConnector(java.nio.channels.SelectableChannel fd,
C context)
Create a connector using the existing file descriptor.
|
<C> Connector<C> |
Driver.createConnector(java.lang.String host,
int port,
C context)
Construct a connector to the given remote address.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Connector> |
Driver.connectors()
Return an iterator over all connectors.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
DriverImpl.connector() |
<C> Connector<C> |
DriverImpl.createConnector(java.nio.channels.SelectableChannel c,
C context) |
<C> Connector<C> |
DriverImpl.createConnector(java.lang.String host,
int port,
C context) |
protected <C> Connector<C> |
DriverImpl.createServerConnector(java.nio.channels.SelectableChannel c,
C context,
Listener<C> l) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Connector> |
DriverImpl.connectors() |
| Modifier and Type | Method and Description |
|---|---|
<C> void |
DriverImpl.removeConnector(Connector<C> c) |
Copyright © 2014 FuseSource, Corp.. All Rights Reserved.