Class Utf8FrameValidator
- java.lang.Object
-
- io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
-
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public class Utf8FrameValidator extends Object implements io.netty5.channel.ChannelHandler
-
-
Constructor Summary
Constructors Constructor Description Utf8FrameValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
channelRead(io.netty5.channel.ChannelHandlerContext ctx, Object msg)
void
exceptionCaught(io.netty5.channel.ChannelHandlerContext ctx, Throwable cause)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty5.channel.ChannelHandler
bind, channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, read, register, userEventTriggered, write
-
-