rapture

net

package net

Linear Supertypes
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. case class BadHttpResponse() extends Exception with HttpExceptions with Product with Serializable

  2. class Browser[I] extends AnyRef

  3. trait BrowserUrl#httpPost extends MethodConstraint

  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

  5. implicit class EnrichedHttpUriContext extends AnyRef

  6. trait Ftp.parse extends MethodConstraint

  7. class HttpBasicAuthentication extends AnyRef

  8. class HttpCertificateConfig extends AnyRef

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

  10. sealed trait HttpExceptions extends Exception

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

  12. class HttpRedirectConfig extends AnyRef

  13. class HttpResponse extends AnyRef

  14. trait HttpResponse#input extends MethodConstraint

  15. trait HttpSupport[Res] extends AnyRef

  16. class HttpTimeout extends AnyRef

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

    Represets a URL with the http scheme

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

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

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

  21. trait Ipv6.parse extends MethodConstraint

  22. trait NetUrl extends AnyRef

  23. trait NetUrl#httpGet extends MethodConstraint

  24. trait NetUrl#httpHead extends MethodConstraint

  25. trait NetUrl#httpPost extends MethodConstraint

  26. trait NetUrl#httpPut extends MethodConstraint

  27. trait PostType[-C] extends AnyRef

  28. trait Query[-T] extends AnyRef

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

  30. class Subnet extends Iterable[Ipv4]

  31. trait Tcp.listen extends MethodConstraint

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

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

Value Members

  1. object Http

  2. object HttpBasicAuthentication

  3. object HttpCertificateConfig

  4. object HttpDomain extends Serializable

  5. object HttpMethods

  6. object HttpQuery extends Serializable

  7. object HttpRedirectConfig

  8. object HttpSupport

  9. object HttpTimeout

  10. object HttpUrl extends Serializable

  11. object Https

  12. object Ipv4 extends Serializable

  13. object Ipv6 extends Serializable

  14. object Localhost extends Ipv4

  15. object NetMacros

  16. object NetUrl

  17. object PostType

  18. object Query

  19. object Socket

  20. object SocketUri extends Serializable

  21. object Subnet

  22. object Tcp

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

  24. object httpOptions

  25. implicit val httpQueryStreamByteReader: JavaInputStreamReader[HttpQuery]

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

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

  28. implicit val httpStreamByteReader: JavaInputStreamReader[HttpUrl]

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

  30. object services

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

  31. implicit val socketStreamByteAppender: JavaOutputAppender[SocketUri]

  32. implicit val socketStreamByteReader: JavaInputStreamReader[SocketUri]

  33. implicit val socketStreamByteWriter: JavaOutputStreamWriter[SocketUri]

Inherited from AnyRef

Inherited from Any

Ungrouped