grizzled

net

package net

Network-related utility methods and classes.

Visibility
  1. Public
  2. All

Type Members

  1. class IPAddress extends AnyRef

    Represents an IP address.

  2. trait UDPDatagramSocket extends AnyRef

    A UDPDatagramSocket object represents a UDP datagram socket, providing a simpler interface to sending and receiving UDP packets than the one provided by the Java JDK.

Value Members

  1. object IPAddress extends AnyRef

    Companion object to IPAddress class.

  2. object UDPDatagramSocket extends AnyRef

    Companion object for the UDPDatagramSocket trait, containing methods to simplify creation of UDPDatagramSocket objects, as well as some useful utility methods.

  3. object url extends AnyRef

    URL-related utility methods.