public static interface FrameCodec.CodecGroup.Registry
| Modifier and Type | Method and Description |
|---|---|
FrameCodec.CodecGroup.Registry |
addCodec(Message.Codec codec) |
FrameCodec.CodecGroup.Registry |
addDecoder(Message.Codec codec)
Add a codec for decoding only; this helps catch programming errors if the client is only
supposed to receive a subset of the existing messages.
|
FrameCodec.CodecGroup.Registry |
addEncoder(Message.Codec codec)
Add a codec for encoding only; this helps catch programming errors if the client is only
supposed to send a subset of the existing messages.
|
FrameCodec.CodecGroup.Registry addCodec(Message.Codec codec)
FrameCodec.CodecGroup.Registry addEncoder(Message.Codec codec)
FrameCodec.CodecGroup.Registry addDecoder(Message.Codec codec)
Copyright © 2017–2022. All rights reserved.