Interface WebSocketFrameDecoder

  • All Superinterfaces:
    io.netty5.channel.ChannelHandler
    All Known Implementing Classes:
    WebSocket13FrameDecoder

    public interface WebSocketFrameDecoder
    extends io.netty5.channel.ChannelHandler
    Marker interface which all WebSocketFrame decoders need to implement. This makes it easier to access the added encoder later in the ChannelPipeline.
    • 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