Packages

  • package root
    Definition Classes
    root
  • package fs2
    Definition Classes
    root
  • package io

    Provides various ways to work with streams that perform IO.

    Provides various ways to work with streams that perform IO.

    Definition Classes
    fs2
  • package file

    Provides support for working with files.

    Provides support for working with files.

    Definition Classes
    io
  • package tcp

    Provides support for TCP networking.

    Provides support for TCP networking.

    Definition Classes
    io
  • Socket
  • SocketGroup
  • SocketOptionMapping
  • package tls
    Definition Classes
    io
  • package udp

    Provides support for UDP networking.

    Provides support for UDP networking.

    Definition Classes
    io

package tcp

Provides support for TCP networking.

Source
tcp.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tcp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Socket[F[_]] extends AnyRef

    Provides the ability to read/write from a TCP socket in the effect F.

    Provides the ability to read/write from a TCP socket in the effect F.

    To construct a Socket, use the methods in the fs2.io.tcp package object.

  2. final class SocketGroup extends AnyRef

    Resource that provides the ability to open client and server TCP sockets that all share an underlying non-blocking channel group.

  3. final case class SocketOptionMapping[A](key: SocketOption[A], value: A) extends Product with Serializable

    Key-value pair of SocketOption and a corresponding value*

Value Members

  1. object SocketGroup
  2. object SocketOptionMapping extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped