Package

rapture

net

Permalink

package net

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

Type Members

  1. case class BadHttpResponse() extends Exception with HttpExceptions with Product with Serializable

    Permalink
  2. class Browser[I] extends AnyRef

    Permalink
  3. trait BrowserUrl#httpPost extends MethodConstraint

    Permalink
  4. case class Cookie[I, D](domain: String, name: String, value: String, path: RootedPath, expiry: Option[I], secure: Boolean)(implicit ts: TimeSystem[I, D]) extends Product with Serializable

    Permalink
  5. implicit class EnrichedHttpUriContext extends AnyRef

    Permalink
  6. trait Ftp.parse extends MethodConstraint

    Permalink
  7. class HttpBasicAuthentication extends AnyRef

    Permalink
  8. class HttpCertificateConfig extends AnyRef

    Permalink
  9. case class HttpDomain(hostname: String, port: Int, ssl: Boolean) extends Product with Serializable

    Permalink
  10. sealed trait HttpExceptions extends Exception

    Permalink
  11. case class HttpQuery(httpUrl: HttpUrl, queryString: String) extends Product with Serializable

    Permalink
  12. class HttpRedirectConfig extends AnyRef

    Permalink
  13. class HttpResponse extends AnyRef

    Permalink
  14. trait HttpResponse#input extends MethodConstraint

    Permalink
  15. trait HttpSupport[Res] extends AnyRef

    Permalink
  16. class HttpTimeout extends AnyRef

    Permalink
  17. case class HttpUrl(root: HttpDomain, elements: Vector[String]) extends NetUrl with Product with Serializable

    Permalink

    Represets a URL with the http scheme

  18. case class InvalidCertificateException() extends Exception with Product with Serializable

    Permalink
  19. case class Ipv4(b1: Int, b2: Int, b3: Int, b4: Int) extends Product with Serializable

    Permalink
  20. case class Ipv6(s1: Int, s2: Int, s3: Int, s4: Int, s5: Int, s6: Int, s7: Int, s8: Int) extends Product with Serializable

    Permalink
  21. trait Ipv6.parse extends MethodConstraint

    Permalink
  22. trait NetUrl extends AnyRef

    Permalink
  23. trait NetUrl#httpGet extends MethodConstraint

    Permalink
  24. trait NetUrl#httpHead extends MethodConstraint

    Permalink
  25. trait NetUrl#httpPost extends MethodConstraint

    Permalink
  26. trait NetUrl#httpPut extends MethodConstraint

    Permalink
  27. trait PostType[-C] extends AnyRef

    Permalink
  28. trait Query[-T] extends AnyRef

    Permalink
  29. case class SocketUri(hostname: String, port: Int) extends Product with Serializable

    Permalink
  30. class Subnet extends Iterable[Ipv4]

    Permalink
  31. trait Tcp.listen extends MethodConstraint

    Permalink
  32. case class TimeoutException() extends Exception with Product with Serializable

    Permalink
  33. case class TooManyRedirects() extends Exception with HttpExceptions with Product with Serializable

    Permalink

Value Members

  1. object Http

    Permalink
  2. object HttpBasicAuthentication

    Permalink
  3. object HttpCertificateConfig

    Permalink
  4. object HttpDomain extends Serializable

    Permalink
  5. object HttpMethods

    Permalink
  6. object HttpQuery extends Serializable

    Permalink
  7. object HttpRedirectConfig

    Permalink
  8. object HttpSupport

    Permalink
  9. object HttpTimeout

    Permalink
  10. object HttpUrl extends Serializable

    Permalink
  11. object Https

    Permalink
  12. object Ipv4 extends Serializable

    Permalink
  13. object Ipv6 extends Serializable

    Permalink
  14. object Localhost extends Ipv4

    Permalink
  15. object NetMacros

    Permalink
  16. object NetUrl

    Permalink
  17. object PostType

    Permalink
  18. object Query

    Permalink
  19. object Socket

    Permalink
  20. object SocketUri extends Serializable

    Permalink
  21. object Subnet

    Permalink
  22. object Tcp

    Permalink
  23. implicit def httpCapable[Res](res: Res)(implicit arg0: HttpSupport[Res]): Capability[Res]

    Permalink
  24. object httpOptions

    Permalink
  25. implicit val httpQueryStreamByteReader: JavaInputStreamReader[HttpQuery]

    Permalink
  26. implicit val httpResponseByteReader: Reader[HttpResponse, Byte]

    Permalink
  27. implicit val httpResponseCharReader: Reader[HttpResponse, Char]

    Permalink
  28. implicit val httpStreamByteReader: JavaInputStreamReader[HttpUrl]

    Permalink
  29. implicit def httpUrlSizable(implicit httpTimeout: HttpTimeout, toUri: UriCapable[HttpUrl]): Sizable[HttpUrl, Byte]

    Permalink
  30. object services

    Permalink

    Provides a typesafe list of network services mapping from port number to service name.

    Provides a typesafe list of network services mapping from port number to service name. This is based on [http://www.iana.org/assignments/port-numbers] and [http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services]

  31. implicit val socketStreamByteAppender: JavaOutputAppender[SocketUri]

    Permalink
  32. implicit val socketStreamByteReader: JavaInputStreamReader[SocketUri]

    Permalink
  33. implicit val socketStreamByteWriter: JavaOutputStreamWriter[SocketUri]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped