Interface Codec


@Deprecated @SPI(scope=FRAMEWORK) public interface Codec
Deprecated.
Codec. (SPI, Singleton, ThreadSafe)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Object
    Deprecated.
    Need more input poison.
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(Channel channel, InputStream input)
    Deprecated.
    Decode message.
    void
    encode(Channel channel, OutputStream output, Object message)
    Deprecated.
    Encode message.