Added ChannelState.EXTENDED to support custom channel state like channel idleness
This commit is contained in:
parent
6e4f6b164c
commit
2ee72abaaf
@ -110,4 +110,11 @@ public enum ChannelState {
|
|||||||
* property
|
* property
|
||||||
*/
|
*/
|
||||||
INTEREST_OPS,
|
INTEREST_OPS,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents a custom extension property which was not defined by the core
|
||||||
|
* channel state, whose detailed information should be retrieved by the
|
||||||
|
* return value of {@link ChannelStateEvent#getValue()}.
|
||||||
|
*/
|
||||||
|
EXTENDED;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user