|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connector | |
|---|---|
| org.apache.qpid.proton.driver | |
| Uses of Connector in org.apache.qpid.proton.driver |
|---|
| Methods in org.apache.qpid.proton.driver that return Connector | ||
|---|---|---|
Connector<C> |
Listener.accept()
Accept a connection that is pending on the listener. |
|
Connector |
Driver.connector()
Get the next active connector in the driver. |
|
|
Driver.createConnector(SelectableChannel fd,
C context)
Create a connector using the existing file descriptor. |
|
|
Driver.createConnector(String host,
int port,
C context)
Construct a connector to the given remote address. |
|
| Methods in org.apache.qpid.proton.driver that return types with arguments of type Connector | |
|---|---|
Iterable<Connector> |
Driver.connectors()
Return an iterator over all connectors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||