akka.contrib

process

package process

Visibility
  1. Public
  2. All

Type Members

  1. class BlockingProcess extends Actor

    Process encapsulates an operating system process and its ability to be communicated with via stdio i.

  2. class BufferingSink extends Sink

    A buffering sink.

  3. class ForwardingSource extends Source

    A source of data that simply forwards on to the receiver.

  4. class InputStreamSource extends Source

    A source of data given an input stream.

  5. class OutputStreamSink extends Sink

    A sink of data given an output stream.

  6. abstract class Sink extends Actor

    A target to stream bytes to.

  7. class SinkStream extends OutputStream

    Forwards messages on to a Source in a blocking manner conforming to the JDK OutputStream.

  8. abstract class Source extends Actor

    A holder of data received and forwarded on to a receiver with flow control.

  9. class SourceStream extends InputStream

    Reads from a sink in a blocking manner conforming to the JDK InputStream

Value Members

  1. object BlockingProcess

  2. object BufferingSink

  3. object ForwardingSource

  4. object InputStreamSource

  5. object OutputStreamSink

  6. object StreamEvents

    Declares the types of event that are involved with streaming.

Ungrouped