zio.stream.ZStreamPlatformSpecificConstructors
Close the underlying socket
Close only the write, so the remote end will see EOF
The local address, i.e.
The local address, i.e. our server
Read the entire AsynchronousSocketChannel by emitting a Chunk[Byte]
The caller of this function is NOT responsible for closing the
AsynchronousSocketChannel.
The remote address, i.e.
The remote address, i.e. the connected client
Write the entire Chuck[Byte] to the socket channel.
Write the entire Chuck[Byte] to the socket channel. The caller of this
function is NOT responsible for closing the AsynchronousSocketChannel.
The sink will yield the count of bytes written.
Accepted connection made to a specific channel
AsynchronousServerSocketChannel