public static interface ChannelConnector.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
closed(IOException cause)
Called when channel cannot be connected because connector is
closed.
|
void |
connected(Channel channel)
Called as soon as a channel has been connected.
|
void |
failed(IOException cause)
Called when channel cannot be connected.
|
void |
rejected(RejectedException cause)
Called if no threads are available to invoke any listeners, but does
not imply that connector is closed.
|
void connected(Channel channel)
void rejected(RejectedException cause)
void failed(IOException cause)
void closed(IOException cause)
Copyright © 2006–2015 Cojen. All rights reserved.