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
  • package tls
    Definition Classes
    io
  • package udp

    Provides support for UDP networking.

    Provides support for UDP networking.

    Definition Classes
    io
  • Packet
  • Socket
  • SocketGroup

package udp

Provides support for UDP networking.

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

Type Members

  1. final case class Packet(remote: InetSocketAddress, bytes: Chunk[Byte]) extends Product with Serializable

    A single packet to send to the specified remote address or received from the specified address.

    A single packet to send to the specified remote address or received from the specified address.

    remote

    remote party to send/receive packet to/from

    bytes

    data to send/receive

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

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

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

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

  3. final class SocketGroup extends AnyRef

Value Members

  1. object SocketGroup

Inherited from AnyRef

Inherited from Any

Ungrouped