akka.io
Class AbstractSymmetricPipePair<Above,Below>

java.lang.Object
  extended by akka.io.AbstractPipePair<Above,Below,Above,Below>
      extended by akka.io.AbstractSymmetricPipePair<Above,Below>

public abstract class AbstractSymmetricPipePair<Above,Below>
extends AbstractPipePair<Above,Below,Above,Below>

A convenience type for expressing a AbstractPipePair which has the same types for commands and events.


Constructor Summary
AbstractSymmetricPipePair()
           
 
Method Summary
 
Methods inherited from class akka.io.AbstractPipePair
dealias, makeCommand, makeEvent, onCommand, onEvent, onManagementCommand, singleCommand, singleEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSymmetricPipePair

public AbstractSymmetricPipePair()