Packages

o

scalaj.http

HttpConstants

object HttpConstants

Mostly helper methods

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

Type Members

  1. type HttpExec = (HttpRequest, HttpURLConnection) ⇒ Unit

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CharsetRegex: Regex
  5. def appendQs(url: String, params: Seq[(String, String)], charset: String): String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def base64(in: String): String
  8. def base64(bytes: Array[Byte]): String
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def defaultOptions: Seq[HttpOption]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def proxy(host: String, port: Int, proxyType: Type = Proxy.Type.HTTP): Proxy
  21. def readBytes(in: InputStream): Array[Byte]

    [lifted from lift] Read all data from a stream into an Array[Byte]

  22. def readParamMap(in: InputStream, charset: String = utf8): Map[String, String]
  23. def readParams(in: InputStream, charset: String = utf8): Seq[(String, String)]
  24. def readString(is: InputStream, charset: String): String

    [lifted from lift]

  25. def readString(is: InputStream): String
  26. def readToken(in: InputStream): Token
  27. val setFixedLengthStreamingMode: (HttpURLConnection, Long) ⇒ Unit
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toQs(params: Seq[(String, String)], charset: String): String
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def urlDecode(name: String, charset: String): String
  32. def urlEncode(name: String, charset: String): String
  33. val utf8: String
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped