Class IdentityEncoder

  • All Implemented Interfaces:
    PayloadEncoder

    public class IdentityEncoder
    extends AbstractEncoder
    implements PayloadEncoder
    Does nothing other than convert the char array to a byte array using the specified encoding.
    • Constructor Detail

      • IdentityEncoder

        public IdentityEncoder()
      • IdentityEncoder

        public IdentityEncoder​(java.nio.charset.Charset charset)