Package akka.io

Class Tcp.WriteCommand$

  • Enclosing class:
    Tcp

    public static class Tcp.WriteCommand$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Tcp.WriteCommand$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      WriteCommand$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • WriteCommand$

        public 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.