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