Class RpcExceptionHandler<C extends RemoteConnection>

java.lang.Object
org.apache.drill.exec.rpc.RpcExceptionHandler<C>
All Implemented Interfaces:
io.netty.channel.ChannelHandler

public class RpcExceptionHandler<C extends RemoteConnection> extends Object implements io.netty.channel.ChannelHandler
  • Constructor Details

    • RpcExceptionHandler

      public RpcExceptionHandler(C connection)
  • Method Details

    • exceptionCaught

      public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception
      Specified by:
      exceptionCaught in interface io.netty.channel.ChannelHandler
      Throws:
      Exception
    • handlerAdded

      public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception
      Specified by:
      handlerAdded in interface io.netty.channel.ChannelHandler
      Throws:
      Exception
    • handlerRemoved

      public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) throws Exception
      Specified by:
      handlerRemoved in interface io.netty.channel.ChannelHandler
      Throws:
      Exception