|
RuneHive-Game
|
A SimpleChannelInboundHandler implementation for re-routing channel-events to its bound Session.
More...
Public Member Functions | |
| void | channelInactive (ChannelHandlerContext ctx) |
| void | exceptionCaught (ChannelHandlerContext ctx, Throwable e) |
| void | userEventTriggered (ChannelHandlerContext ctx, Object evt) |
Protected Member Functions | |
| void | channelRead0 (ChannelHandlerContext ctx, Object o) |
Static Private Attributes | |
| static final Logger | logger = LogManager.getLogger(ChannelHandler.class) |
A SimpleChannelInboundHandler implementation for re-routing channel-events to its bound Session.
Definition at line 18 of file ChannelHandler.java.
| void com.runehive.net.ChannelHandler.channelInactive | ( | ChannelHandlerContext | ctx | ) |
Definition at line 35 of file ChannelHandler.java.
References com.runehive.Config.SESSION_KEY.
|
protected |
Definition at line 23 of file ChannelHandler.java.
References logger, and com.runehive.Config.SESSION_KEY.
| void com.runehive.net.ChannelHandler.exceptionCaught | ( | ChannelHandlerContext | ctx, |
| Throwable | e ) |
Definition at line 53 of file ChannelHandler.java.
References com.runehive.Config.IGNORED_EXCEPTIONS, logger, and com.runehive.Config.SESSION_KEY.
| void com.runehive.net.ChannelHandler.userEventTriggered | ( | ChannelHandlerContext | ctx, |
| Object | evt ) |
Definition at line 43 of file ChannelHandler.java.
|
staticprivate |
Definition at line 20 of file ChannelHandler.java.
Referenced by channelRead0(), and exceptionCaught().