Page Summary
-
ChannelClient.CloseReason is an annotation used for values passed to ChannelClient.ChannelCallback methods, such as onChannelClosed.
-
Values annotated by ChannelClient.CloseReason will be one of the predefined CLOSE_REASON constants from ChannelClient.ChannelCallback.
-
This annotation inherits methods from the java.lang.annotation.Annotation interface, including annotationType, equals, hashCode, and toString.
An annotation for values passed to
ChannelClient.ChannelCallback.onChannelClosed(ChannelClient.Channel, int, int),
and other methods on ChannelClient.ChannelCallback.
Annotated method parameters will always take one of the following values: