Class AkkaPduCodec$


  • public class AkkaPduCodec$
    extends java.lang.Object
    INTERNAL API

    Companion object of the AkkaPduCodec trait. Contains the representation case classes of decoded Akka Protocol Data Units (PDUs).

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AkkaPduCodec$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      AkkaPduCodec$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final AkkaPduCodec$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • AkkaPduCodec$

        public AkkaPduCodec$()