Package akka.io

Class Tcp.WriteCommand

    • Constructor Detail

      • WriteCommand

        public WriteCommand()
    • Method Detail

      • $plus$plus$colon

        public Tcp.WriteCommand $plus$plus$colon​(scala.collection.Iterable<Tcp.WriteCommand> writes)
        Prepends this command with a number of other writes. The first element of the given Iterable becomes the first sub write of a potentially created CompoundWrite.
      • prepend

        public Tcp.WriteCommand prepend​(java.lang.Iterable<Tcp.WriteCommand> writes)
        Java API: prepends this command with a number of other writes. The first element of the given Iterable becomes the first sub write of a potentially created CompoundWrite.