Module io.netty5.codec.http
Interface WebSocketFrameDecoder
-
- All Superinterfaces:
ChannelHandler
- All Known Implementing Classes:
WebSocket13FrameDecoder
public interface WebSocketFrameDecoder extends ChannelHandler
Marker interface which all WebSocketFrame decoders need to implement. This makes it easier to access the added encoder later in theChannelPipeline
.
-
-
Method Summary
-
Methods inherited from interface io.netty5.channel.ChannelHandler
bind, channelActive, channelExceptionCaught, channelInactive, channelInboundEvent, channelRead, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, isSharable, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
-
-