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 ChannelHandler
ChannelHandler.Sharable -
Method Summary
Methods inherited from interface ChannelHandler
handlerAdded, handlerRemovedMethods inherited from interface ChannelInboundHandler
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered