Module io.netty5.codec.http
Class WebSocketExtensionDecoder
- java.lang.Object
-
- io.netty5.channel.ChannelHandlerAdapter
-
- io.netty5.handler.codec.MessageToMessageDecoder<WebSocketFrame>
-
- io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
-
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public abstract class WebSocketExtensionDecoder extends io.netty5.handler.codec.MessageToMessageDecoder<WebSocketFrame>
Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
-
-
Constructor Summary
Constructors Constructor Description WebSocketExtensionDecoder()
-
Method Summary
-
Methods inherited from class io.netty5.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead, decode
-
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, exceptionCaught, flush, handlerAdded, handlerRemoved, read, register, userEventTriggered, write
-
-