akka.io
Class TcpPipelineHandler.TcpEvent

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

public static class TcpPipelineHandler.TcpEvent
extends java.lang.Object
implements Tcp.Command, scala.Product, scala.Serializable

The pipeline may want to emit a Tcp.Event to the registered handler actor, which is enabled by emitting this Tcp.Command wrapping an event instead. The TcpPipelineHandler actor will upon reception of this command forward the wrapped event to the handler.

See Also:
Serialized Form

Constructor Summary
TcpPipelineHandler.TcpEvent(Tcp.Event evt)
           
 
Method Summary
 Tcp.Event evt()
           
 Tcp.Event getEvt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Tcp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

TcpPipelineHandler.TcpEvent

public TcpPipelineHandler.TcpEvent(Tcp.Event evt)
Method Detail

evt

public Tcp.Event evt()

getEvt

public Tcp.Event getEvt()