Packages

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DataSocket[F[_], B] extends AnyRef
  2. sealed class RawDataSocket[F[_], B] extends DataSocket[F, B]
  3. class ServerSocket[F[_], B] extends Stream[F, RawDataSocket[F, B]]

    Stream API for AsynchronousServerSocketChannel.

    Stream API for AsynchronousServerSocketChannel. Use ServerSocket.bind to start listening.

    See also

    AsynchronousServerSocketChannel

Value Members

  1. object RawDataSocket
  2. object ServerSocket

Inherited from AnyRef

Inherited from Any

Ungrouped