Sign in Sign up
kretrod/lodestone Public
Branches
master
6 lines (6 loc) · 251 Bytes Raw
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);
}