Package 

Class PlainTextHttpLoggingHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler , io.netty.channel.ChannelInboundHandler , io.netty.channel.ChannelOutboundHandler

    
    public class PlainTextHttpLoggingHandler
    extends ChannelDuplexHandler
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)
      Unit channelRead(ChannelHandlerContext ctx, Object msg)
      Unit channelInactive(ChannelHandlerContext ctx)
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        handlerAdded, handlerRemoved, isSharable
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        channelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • Methods inherited from class io.netty.channel.ChannelDuplexHandler

        bind, close, connect, deregister, disconnect, flush, read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait