akka.io
Class TcpPipelineHandler$

java.lang.Object
  extended by akka.io.TcpPipelineHandler$

public class TcpPipelineHandler$
extends java.lang.Object


Field Summary
static TcpPipelineHandler$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TcpPipelineHandler$()
           
 
Method Summary
<Ctx extends PipelineContext,Cmd,Evt>
Props
props(TcpPipelineHandler.Init<Ctx,Cmd,Evt> init, ActorRef connection, ActorRef handler)
          create Props for a pipeline handler
<Cmd,Evt> TcpPipelineHandler.Init<TcpPipelineHandler.WithinActorContext,Cmd,Evt>
withLogger(LoggingAdapter log, PipelineStage<? extends PipelineContext,Cmd,Tcp.Command,Evt,Tcp.Event> stages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final TcpPipelineHandler$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TcpPipelineHandler$

public TcpPipelineHandler$()
Method Detail

withLogger

public <Cmd,Evt> TcpPipelineHandler.Init<TcpPipelineHandler.WithinActorContext,Cmd,Evt> withLogger(LoggingAdapter log,
                                                                                                   PipelineStage<? extends PipelineContext,Cmd,Tcp.Command,Evt,Tcp.Event> stages)

props

public <Ctx extends PipelineContext,Cmd,Evt> Props props(TcpPipelineHandler.Init<Ctx,Cmd,Evt> init,
                                                         ActorRef connection,
                                                         ActorRef handler)
create Props for a pipeline handler