ChannelClient.CloseReason

  • 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.

public static abstract @interface ChannelClient.CloseReason implements Annotation

Inherited Method Summary