Interface WebSocketFrameDecoder
- All Superinterfaces:
ChannelHandler,ChannelInboundHandler
- All Known Implementing Classes:
WebSocket00FrameDecoder,WebSocket07FrameDecoder,WebSocket08FrameDecoder,WebSocket13FrameDecoder
Marker interface which all WebSocketFrame decoders need to implement.
This makes it easier to access the added encoder later in the
ChannelPipeline.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Method Summary
Methods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemovedMethods inherited from interface io.netty.channel.ChannelInboundHandler
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered