Package pers.neige.neigeitems.network
Class ChannelHandler
-
- All Implemented Interfaces:
-
io.netty.channel.ChannelHandler
public class ChannelHandler extends ChannelDuplexHandler
-
-
Constructor Summary
Constructors Constructor Description ChannelHandler(UUID uuid)
-
Method Summary
Modifier and Type Method Description void
write(ChannelHandlerContext context, Object packet, ChannelPromise promise)
void
channelRead(ChannelHandlerContext context, Object packet)
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
bind, channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, isSharable, read, userEventTriggered
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChannelHandler
ChannelHandler(UUID uuid)
-
-
Method Detail
-
channelRead
void channelRead(ChannelHandlerContext context, Object packet)
-
-
-
-