Package

fs2.io

tcp

Permalink

package tcp

Provides support for TCP networking.

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

Type Members

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

    Permalink

    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

    Permalink

    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

    Permalink

    Key-value pair of SocketOption and a corresponding value*

Value Members

  1. object SocketGroup

    Permalink
  2. object SocketOptionMapping extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped