Package akka.remote.transport
Class AkkaPduCodec$
- java.lang.Object
-
- akka.remote.transport.AkkaPduCodec$
-
public class AkkaPduCodec$ extends java.lang.Object
INTERNAL APICompanion 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$()
-
-
-
Field Detail
-
MODULE$
public static final AkkaPduCodec$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-