|
RuneHive-Game
|
import com.runehive.Config;import com.runehive.net.session.Session;import io.netty.channel.ChannelHandlerContext;import io.netty.channel.SimpleChannelInboundHandler;import io.netty.handler.timeout.IdleState;import io.netty.handler.timeout.IdleStateEvent;import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;Go to the source code of this file.
Classes | |
| class | com.runehive.net.ChannelHandler |
A SimpleChannelInboundHandler implementation for re-routing channel-events to its bound Session. More... | |
Packages | |
| package | com.runehive.net |