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


Field Summary
static Tcp.WriteCommand$ MODULE$
          Static reference to the singleton instance of this Scala 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
 

Field Detail

MODULE$

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

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.

Parameters:
writes - (undocumented)
Returns:
(undocumented)

create

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

Parameters:
writes - (undocumented)
Returns:
(undocumented)