Interface MessageEncoder


public interface MessageEncoder
Encodes messages of specific types specified by getMessageTypes().
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encode(IoSession session, Object message, ProtocolEncoderOutput out)
    Encodes higher-level message objects into binary or protocol-specific data.
    Returns the set of message classes this encoder can encode.