Constructor and Description |
---|
Listener() |
Modifier and Type | Method and Description |
---|---|
void |
onClosed(Channel channel,
IOException cause)
When the channel was closed normally or abnormally due to an error.
|
public void onClosed(Channel channel, IOException cause)
cause
- if the channel is closed abnormally, this parameter
represents an exception that has triggered it.
Otherwise null.Copyright © 2015. All rights reserved.