akka.io
Class TcpPipelineHandler.Init.Command

java.lang.Object
  extended by akka.io.TcpPipelineHandler.Init.Command
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TcpPipelineHandler.Init<Ctx extends PipelineContext,Cmd,Evt>

public class TcpPipelineHandler.Init.Command
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

Wrapper class for commands to be sent to the TcpPipelineHandler actor.

See Also:
Serialized Form

Constructor Summary
TcpPipelineHandler.Init.Command(Cmd cmd)
           
 
Method Summary
 Cmd cmd()
           
 Cmd getCmd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

TcpPipelineHandler.Init.Command

public TcpPipelineHandler.Init.Command(Cmd cmd)
Method Detail

cmd

public Cmd cmd()

getCmd

public Cmd getCmd()