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:
ChannelHandler
public abstract class WebSocketExtensionDecoder extends 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, decodeAndClose
-
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, channelExceptionCaught, channelInactive, channelInboundEvent, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
-
-