Accepted connection made to a specific channel AsynchronousServerSocketChannel
Creates a stream from an asynchronous callback that can be called multiple times.
Creates a stream from an asynchronous callback that can be called multiple times.
The optionality of the error type E can be used to signal the end of the stream,
by setting it to None.
Creates a stream from an asynchronous callback that can be called multiple times.
Creates a stream from an asynchronous callback that can be called multiple times.
The registration of the callback returns either a canceler or synchronously returns a stream.
The optionality of the error type E can be used to signal the end of the stream, by
setting it to None.
Creates a stream from an asynchronous callback that can be called multiple times The registration of the callback itself returns an effect.
Creates a stream from an asynchronous callback that can be called multiple times
The registration of the callback itself returns an effect. The optionality of the
error type E can be used to signal the end of the stream, by setting it to None.
Creates a stream from an asynchronous callback that can be called multiple times.
Creates a stream from an asynchronous callback that can be called multiple times.
The registration of the callback can possibly return the stream synchronously.
The optionality of the error type E can be used to signal the end of the stream,
by setting it to None.
Creates a stream of bytes from a file at the specified path.
Creates a stream from a java.io.InputStream.
Creates a stream from a java.io.InputStream.
Note: the input stream will not be explicitly closed after it is exhausted.
Creates a stream from a java.io.InputStream.
Creates a stream from a java.io.InputStream. Ensures that the input
stream is closed after it is exhausted.
Creates a stream from a managed java.io.InputStream value.
Creates a stream from a Java stream
Creates a stream from a Java stream
Creates a stream from a managed Java stream
Creates a stream from a Java stream
Creates a stream from a callback that writes to java.io.OutputStream.
Creates a stream from a callback that writes to java.io.OutputStream.
Note: the input stream will be closed after the write is done.
Creates a stream from java.io.Reader.
Creates a stream from an effect producing java.io.Reader.
Creates a stream from managed java.io.Reader.
Creates a stream from the resource specified in path
Create a stream of accepted connection from server socket
Emit socket Connection from which you can read / write and ensure it is closed after it is used