public class FMLOutboundHandler
extends io.netty.channel.ChannelOutboundHandlerAdapter
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FMLOutboundHandler.OutboundTarget  | 
| Modifier and Type | Field and Description | 
|---|---|
static io.netty.util.AttributeKey<FMLOutboundHandler.OutboundTarget> | 
FML_MESSAGETARGET  | 
static io.netty.util.AttributeKey<java.lang.Object> | 
FML_MESSAGETARGETARGS  | 
| Constructor and Description | 
|---|
FMLOutboundHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
write(io.netty.channel.ChannelHandlerContext ctx,
     java.lang.Object msg,
     io.netty.channel.ChannelPromise promise)  | 
bind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharablepublic static final io.netty.util.AttributeKey<FMLOutboundHandler.OutboundTarget> FML_MESSAGETARGET
public static final io.netty.util.AttributeKey<java.lang.Object> FML_MESSAGETARGETARGS
public void write(io.netty.channel.ChannelHandlerContext ctx,
                  java.lang.Object msg,
                  io.netty.channel.ChannelPromise promise)
           throws java.lang.Exception
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.channel.ChannelOutboundHandlerAdapterjava.lang.Exception