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.
        Parameters:
        writes - (undocumented)
        Returns:
        (undocumented)
      • prepend

        public Tcp.CompoundWrite prepend​(Tcp.SimpleWriteCommand that)
        Java API: prepends this command with another Write or WriteFile to form a CompoundWrite.
        Parameters:
        that - (undocumented)
        Returns:
        (undocumented)
      • 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.
        Parameters:
        writes - (undocumented)
        Returns:
        (undocumented)