public class HandshakeMessageHandler<S extends java.lang.Enum<S> & IHandshakeState<S>>
extends <any>
| Constructor and Description |
|---|
HandshakeMessageHandler(java.lang.Class<S> stateType) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(ChannelHandlerContext ctx) |
protected void |
channelRead0(ChannelHandlerContext ctx,
FMLHandshakeMessage msg) |
void |
exceptionCaught(ChannelHandlerContext ctx,
java.lang.Throwable cause) |
void |
userEventTriggered(ChannelHandlerContext ctx,
java.lang.Object evt) |
public HandshakeMessageHandler(java.lang.Class<S> stateType)
protected void channelRead0(ChannelHandlerContext ctx,
FMLHandshakeMessage msg)
throws java.lang.Exception
java.lang.Exceptionpublic void channelActive(ChannelHandlerContext ctx)
throws java.lang.Exception
java.lang.Exceptionpublic void userEventTriggered(ChannelHandlerContext ctx,
java.lang.Object evt)
throws java.lang.Exception
java.lang.Exceptionpublic void exceptionCaught(ChannelHandlerContext ctx,
java.lang.Throwable cause)
throws java.lang.Exception
java.lang.Exception