< Back
 

Packages

  •  package root
    Definition Classes
    root
  •  package zio
    Definition Classes
    root
  •  package nio
    Definition Classes
    zio
  •  package channels
    Definition Classes
    nio
  •  package spi
  • AsynchronousByteChannel
  • AsynchronousFileChannel
  • AsynchronousServerSocketChannel
  • AsynchronousSocketChannel
  • Channel
  • DatagramChannel
  • FileChannel
  • GatheringByteChannel
  • ScatteringByteChannel
  • SelectableChannel
  • Selector
  • ServerSocketChannel
  • SocketChannel
  •  package file
    Definition Classes
    nio
p

zio.nio

channels 

package channels

 
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1.  class AsynchronousByteChannel extends AnyRef
  2.  class AsynchronousFileChannel extends Channel
  3.  class AsynchronousServerSocketChannel extends AnyRef
  4.  class AsynchronousSocketChannel extends AsynchronousByteChannel
  5.  trait Channel extends AnyRef
  6.  final class DatagramChannel extends GatheringByteChannel with ScatteringByteChannel

    A java.nio.channels.DatagramChannel wrapper allowing for idiomatic zio.ZIO interoperability.

  7.  final class FileChannel extends GatheringByteChannel with ScatteringByteChannel
  8.  trait GatheringByteChannel extends Channel
  9.  trait ScatteringByteChannel extends Channel
  10.  trait SelectableChannel extends Channel
  11.  class Selector extends AnyRef
  12.  final class ServerSocketChannel extends SelectableChannel
  13.  final class SocketChannel extends SelectableChannel with GatheringByteChannel with ScatteringByteChannel

Value Members

  1.  object AsynchronousFileChannel
  2.  object AsynchronousServerSocketChannel
  3.  object AsynchronousSocketChannel
  4.  object DatagramChannel
  5.  object FileChannel
  6.  object Selector
  7.  object ServerSocketChannel
  8.  object SocketChannel

Ungrouped