public class NettyFabricAgentRegistrationChannelHandler extends io.netty.channel.SimpleChannelInboundHandler<NettyFabricAgentConfig>
| Modifier and Type | Class and Description |
|---|---|
protected class |
NettyFabricAgentRegistrationChannelHandler.OnRegistration |
protected class |
NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener |
| Constructor and Description |
|---|
NettyFabricAgentRegistrationChannelHandler(FabricAgentRegistry fabricAgentRegistry,
Path repositoryParentPath,
io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup,
long getFileTimeout,
long rpcRelayTimeout,
long startupTimeout) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
NettyFabricAgentConfig nettyFabricAgentConfig) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext channelHandlerContext,
Throwable throwable) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic NettyFabricAgentRegistrationChannelHandler(FabricAgentRegistry fabricAgentRegistry, Path repositoryParentPath, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, long getFileTimeout, long rpcRelayTimeout, long startupTimeout)
public void exceptionCaught(io.netty.channel.ChannelHandlerContext channelHandlerContext,
Throwable throwable)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterprotected void channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
NettyFabricAgentConfig nettyFabricAgentConfig)
throws IOException
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<NettyFabricAgentConfig>IOException