akka.io
Class Tcp.WriteCommand$

java.lang.Object
  extended by akka.io.Tcp.WriteCommand$
Enclosing class:
Tcp

public static class Tcp.WriteCommand$
extends java.lang.Object


Constructor Summary
Tcp.WriteCommand$()
           
 
Method Summary
 Tcp.WriteCommand apply(scala.collection.Iterable<Tcp.WriteCommand> writes)
          Combines the given number of write commands into one atomic WriteCommand.
 Tcp.WriteCommand create(java.lang.Iterable<Tcp.WriteCommand> writes)
          Java API: combines the given number of write commands into one atomic WriteCommand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tcp.WriteCommand$

public Tcp.WriteCommand$()
Method Detail

apply

public Tcp.WriteCommand apply(scala.collection.Iterable<Tcp.WriteCommand> writes)
Combines the given number of write commands into one atomic WriteCommand.


create

public Tcp.WriteCommand create(java.lang.Iterable<Tcp.WriteCommand> writes)
Java API: combines the given number of write commands into one atomic WriteCommand.