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 ConnectionDetails(username: String, password: String, passive: Boolean, hostname: String) extends Product with Serializable

    Permalink
  5. abstract class ConnectionPool[Resource, Key] extends AnyRef

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

    Permalink
  7. implicit class EnrichedHttpUriContext extends AnyRef

    Permalink
  8. trait Ftp.parse extends MethodConstraint

    Permalink
  9. case class FtpCredentials(username: String, password: String = null) extends Product with Serializable

    Permalink
  10. class FtpPathRoot extends PathRoot[FtpUrl] with NetPathRoot[FtpUrl]

    Permalink
  11. trait FtpSystem[Connection] extends AnyRef

    Permalink
  12. class FtpUrl extends Url[FtpUrl] with NetUrl

    Permalink
  13. class HttpBasicAuthentication extends AnyRef

    Permalink
  14. class HttpCertificateConfig extends AnyRef

    Permalink
  15. sealed trait HttpExceptions extends Exception

    Permalink
  16. class HttpPathRoot extends PathRoot[HttpUrl] with NetPathRoot[HttpUrl] with Uri

    Permalink
  17. class HttpQueryParametersBase[U, T <: Iterable[U]] extends QueryType[Path[_], T]

    Permalink
  18. class HttpRedirectConfig extends AnyRef

    Permalink
  19. class HttpResponse extends AnyRef

    Permalink
  20. trait HttpResponse#input extends MethodConstraint

    Permalink
  21. class HttpTimeout extends AnyRef

    Permalink
  22. class HttpUrl extends Url[HttpUrl] with NetUrl with PathUrl[HttpUrl]

    Permalink

    Represets a URL with the http scheme

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

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

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

    Permalink
  26. trait Ipv6.parse extends MethodConstraint

    Permalink
  27. trait NetPathRoot[+T <: Url[T] with NetUrl] extends PathRoot[T]

    Permalink
  28. trait NetUrl extends Url[NetUrl] with Uri

    Permalink

    Common methods for HttpUrls

  29. trait NetUrl#httpGet extends MethodConstraint

    Permalink
  30. trait NetUrl#httpHead extends MethodConstraint

    Permalink
  31. trait NetUrl#httpPost extends MethodConstraint

    Permalink
  32. trait NetUrl#httpPut extends MethodConstraint

    Permalink
  33. trait PostType[-C] extends AnyRef

    Permalink
  34. class SocketUri extends Uri

    Permalink
  35. class Subnet extends Iterable[Ipv4]

    Permalink
  36. trait Tcp.listen extends MethodConstraint

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

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

    Permalink

Value Members

  1. object ApacheCommonsFtpClient extends FtpSystem[FTPClient]

    Permalink
  2. object Ftp extends Scheme[FtpUrl]

    Permalink
  3. object FtpConnectionPool extends ConnectionPool[FTPClient, ConnectionDetails]

    Permalink
  4. object FtpUrl

    Permalink
  5. object Http extends Scheme[HttpUrl]

    Permalink

    Factory for creating new HTTP URLs

  6. object HttpBasicAuthentication

    Permalink
  7. object HttpCertificateConfig

    Permalink
  8. object HttpMethods

    Permalink
  9. implicit val HttpQueryParametersIter: HttpQueryParametersBase[(Symbol, String), Seq[(Symbol, String)]]

    Permalink
  10. object HttpRedirectConfig

    Permalink
  11. object HttpTimeout

    Permalink
  12. object HttpUrl

    Permalink
  13. object Https extends Scheme[HttpUrl]

    Permalink

    Factory for creating new HTTPS URLs

  14. object Ipv4 extends Serializable

    Permalink
  15. object Ipv6 extends Serializable

    Permalink
  16. object Localhost extends Ipv4

    Permalink
  17. object Socket extends Scheme[SocketUri]

    Permalink
  18. object Subnet

    Permalink
  19. object Tcp

    Permalink
  20. implicit val formPostType: PostType[Map[Symbol, String]]

    Permalink
  21. object httpOptions

    Permalink
  22. implicit val httpQueryParametersMap: HttpQueryParametersBase[(Symbol, String), Map[Symbol, String]]

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

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

    Permalink
  25. implicit val httpStreamByteReader: JavaInputStreamReader[HttpUrl]

    Permalink

    Type class object for reading Bytes from HttpUrls

  26. implicit val httpUrlLinkable: Linkable[HttpUrl, HttpUrl]

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

    Permalink
  28. implicit val nonePostType: PostType[None.type]

    Permalink
  29. implicit val pageIdentifier: QueryType[Path[_], Symbol]

    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
  34. implicit val stringPostType: PostType[String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped