- All Superinterfaces:
- io.netty.channel.ChannelHandler, Order
- All Known Implementing Classes:
- WebSocketDecoder, WebSocketEncoder
public interface WebSocketCodec
extends Order, io.netty.channel.ChannelHandler
Do not use this interface directly; you should always use its subclasses. If you must use it,
make sure it conforms to Netty's codec specification.
- Author:
- esotericman
- See Also:
WebSocketDecoder,
WebSocketEncoder