grizzled

net

package net

Network-related utility methods and classes.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. net
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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.

  3. case class URI(scheme: Option[String], userInfo: Option[String], host: Option[String], port: Option[Int], path: Option[String], query: Option[String] = scala.None, fragment: Option[String] = scala.None) extends Product with Serializable

    Convenient Scala case-class wrapper for a java.net.URI.

  4. case class URL(protocol: String, host: Option[String], port: Option[Int], path: Option[String], query: Option[String] = scala.None, userInfo: Option[String] = scala.None, fragment: Option[String] = scala.None) extends Product with Serializable

    Convenient Scala case-class wrapper for a java.net.URL.

Value Members

  1. object IPAddress

    Companion object to IPAddress class.

  2. object Implicits

    Implicit conversions for network classes and types.

  3. object UDPDatagramSocket

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

  4. object URI extends Serializable

    Companion object, adding some functions that aren't available in the generated one.

  5. object URL extends Serializable

    Companion object, adding some functions that aren't available in the generated one.

  6. object URLUtil

    URL-related utility methods.

Inherited from AnyRef

Inherited from Any

Ungrouped