akka.remote.transport
Class AkkaPduCodec$

java.lang.Object
  extended by akka.remote.transport.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
static AkkaPduCodec$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
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$()