Class DummyChannelHandler

java.lang.Object
com.netflix.zuul.netty.server.http2.DummyChannelHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler

public class DummyChannelHandler extends Object implements io.netty.channel.ChannelHandler
Dummy Channel Handler Author: Arthur Gonigberg Date: December 15, 2017
  • Constructor Details

    • DummyChannelHandler

      public DummyChannelHandler()
  • Method Details

    • 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
    • exceptionCaught

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