package io.netty.channel;
/** Stub: only the signatures are needed to compile against; the real netty is
* what the class links to inside the game. */
public interface ChannelHandlerContext {
ChannelHandlerContext fireChannelRead(Object msg);
}