com.outr

net

package net

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. trait HasHost extends AnyRef

  2. trait HasHostAndPort extends HasHost with HasPort

  3. trait HasIP extends AnyRef

  4. trait HasPort extends AnyRef

  5. case class HostAndPort(host: String, port: Int) extends HasHostAndPort with Product with Serializable

  6. trait IP extends AnyRef

  7. case class IPv4(part1: Int = 127, part2: Int = 0, part3: Int = 0, part4: Int = 1) extends IP with Product with Serializable

  8. case class IPv6(part1: Int = 0, part2: Int = 0, part3: Int = 0, part4: Int = 0, part5: Int = 0, part6: Int = 0, part7: Int = 0, part8: Int = 1) extends IP with Product with Serializable

  9. class Method extends EnumEntry

  10. case class Protocol extends EnumEntry with Product with Serializable

  11. case class URL(protocol: Protocol = Protocol.Http, host: String = "localhost", port: Int = 80, ip: IP = IP.LocalHost, path: String = "/", parameters: HttpParameters = ..., hash: String = null) extends HasHostAndPort with HasIP with Product with Serializable

Value Members

  1. object ArrayBufferPool extends Pool[Array[Byte]]

  2. object IP

  3. object Method extends Enumerated[Method]

  4. object Protocol extends Enumerated[Protocol] with Serializable

  5. object URL extends Serializable

  6. package http

  7. implicit def javaURL2URL(url: java.net.URL): URL

  8. implicit def port2HostAndPort(port: Int): HostAndPort

  9. implicit def tuple2HostAndPort(t: (String, Int)): HostAndPort

Inherited from AnyRef

Inherited from Any

Ungrouped