Class AbstractTextDecoder<T>

  • All Implemented Interfaces:
    Decoder<T>, java.util.function.Function<T,​TextMessage>
    Direct Known Subclasses:
    TextDecoder

    public abstract class AbstractTextDecoder<T>
    extends java.lang.Object
    implements Decoder<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected TextMessage decode​(Key prototypeKey, Header prototypeHeader, java.lang.String body)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose
    • Constructor Detail

      • AbstractTextDecoder

        public AbstractTextDecoder()
    • Method Detail

      • decode

        protected TextMessage decode​(Key prototypeKey,
                                     Header prototypeHeader,
                                     java.lang.String body)