| Package | Description |
|---|---|
| org.apache.qpid.proton.driver |
| 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(SelectableChannel fd,
C context)
Create a connector using the existing file descriptor.
|
<C> Connector<C> |
Driver.createConnector(String host,
int port,
C context)
Construct a connector to the given remote address.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Connector> |
Driver.connectors()
Return an iterator over all connectors.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.