Class Utf8FrameValidator

  • All Implemented Interfaces:
    io.netty5.channel.ChannelHandler

    public class Utf8FrameValidator
    extends Object
    implements io.netty5.channel.ChannelHandler
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty5.channel.ChannelHandler

        io.netty5.channel.ChannelHandler.Sharable
    • Constructor Detail

      • Utf8FrameValidator

        public Utf8FrameValidator()
    • Method Detail

      • channelRead

        public void channelRead​(io.netty5.channel.ChannelHandlerContext ctx,
                                Object msg)
                         throws Exception
        Specified by:
        channelRead in interface io.netty5.channel.ChannelHandler
        Throws:
        Exception
      • exceptionCaught

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