io.gatling.http

Predef

Related Doc: package http

object Predef extends HttpCheckSupport with WsCheckSupport with SitemapFeederSupport

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Predef
  2. SitemapFeederSupport
  3. WsCheckSupport
  4. WsCheckDSL
  5. HttpCheckSupport
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Request = com.ning.http.client.Request

  2. type Response = response.Response

  3. class Step2 extends AnyRef

    Definition Classes
    WsCheckDSL
  4. class Step3 extends AnyRef

    Definition Classes
    WsCheckDSL
  5. class Step4 extends AnyRef

    Definition Classes
    WsCheckDSL

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. def ByteArrayBody: request.ByteArrayBody.type

  5. def ByteArrayBodyPart(name: Expression[String], bytes: Expression[Array[Byte]]): BodyPart

  6. def ByteArrayBodyPart(bytes: Expression[Array[Byte]]): BodyPart

  7. def Cookie: CookieDSL.type

  8. def ELFileBody: request.ELFileBody.type

  9. def ELFileBodyPart(name: Expression[String], filePath: Expression[String]): BodyPart

  10. def ELFileBodyPart(filePath: Expression[String]): BodyPart

  11. val HttpHeaderNames: HeaderNames.type

  12. val HttpHeaderValues: HeaderValues.type

  13. def InputStreamBody: request.InputStreamBody.type

  14. val Proxy: (String, Int) ⇒ HttpProxyBuilder

  15. def RawFileBody: request.RawFileBody.type

  16. def RawFileBodyPart(name: Expression[String], filePath: Expression[String]): BodyPart

  17. def RawFileBodyPart(filePath: Expression[String]): BodyPart

  18. def StringBody(string: Expression[String]): StringBody

  19. def StringBody(string: String): CompositeByteArrayBody

  20. def StringBodyPart(name: Expression[String], string: Expression[String]): BodyPart

  21. def StringBodyPart(string: Expression[String]): BodyPart

  22. def addCookie(cookie: CookieDSL): AddCookieBuilder

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. val bodyBytes: DefaultFindCheckBuilder[HttpCheck, response.Response, Array[Byte], Array[Byte]]

    Definition Classes
    HttpCheckSupport
  25. val bodyString: DefaultFindCheckBuilder[HttpCheck, response.Response, String, String]

    Definition Classes
    HttpCheckSupport
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def css(selector: Expression[String], nodeAttribute: String): DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, NodeSelector, String]

    Definition Classes
    HttpCheckSupport
  28. def css(selector: Expression[String]): DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, NodeSelector, String]

    Definition Classes
    HttpCheckSupport
  29. val currentLocation: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Definition Classes
    HttpCheckSupport
  30. val currentLocationRegex: (Expression[String]) ⇒ CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType

    Definition Classes
    HttpCheckSupport
  31. val dumpSessionOnFailure: (ExtraInfo) ⇒ List[Any]

  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def flushCookieJar: Expression[Session]

  36. def flushHttpCache: Expression[Session]

  37. def flushSessionCookies: Expression[Session]

  38. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  39. val gzipBody: (Body) ⇒ ByteArrayBody

  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. val header: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Definition Classes
    HttpCheckSupport
  42. val headerRegex: (Expression[String], Expression[String]) ⇒ HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType

    Definition Classes
    HttpCheckSupport
  43. def http(requestName: Expression[String]): Http

  44. def http: HttpProtocolBuilder

  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. val jsonPath: (Expression[String]) ⇒ HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType

    Definition Classes
    HttpCheckSupport
  47. val jsonpJsonPath: (Expression[String]) ⇒ HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType

    Definition Classes
    HttpCheckSupport
  48. val latencyInMillis: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, Long]

    Definition Classes
    HttpCheckSupport
  49. val md5: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Definition Classes
    HttpCheckSupport
  50. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  53. val regex: (Expression[String]) ⇒ HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType

    Definition Classes
    HttpCheckSupport
  54. val responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, Long]

    Definition Classes
    HttpCheckSupport
  55. val sha1: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Definition Classes
    HttpCheckSupport
  56. def sitemap(resource: Validation[Resource]): RecordSeqFeederBuilder[String]

    Definition Classes
    SitemapFeederSupport
  57. def sitemap(fileName: String): RecordSeqFeederBuilder[String]

    Definition Classes
    SitemapFeederSupport
  58. def sse(requestName: Expression[String], sseName: String): Sse

  59. def sse(requestName: Expression[String]): Sse

  60. val status: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, Int]

    Definition Classes
    HttpCheckSupport
  61. val streamBody: (Body) ⇒ InputStreamBody

  62. val substring: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, String, Int]

    Definition Classes
    HttpCheckSupport
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def toString(): String

    Definition Classes
    AnyRef → Any
  65. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def ws(requestName: Expression[String], wsName: String): Ws

  69. def ws(requestName: Expression[String]): Ws

  70. val wsAwait: Step2

    Definition Classes
    WsCheckDSL
  71. implicit def wsDSLStep42Check(step: Step4): WsCheckBuilder

    Definition Classes
    WsCheckSupport
  72. val wsListen: Step2

    Definition Classes
    WsCheckDSL
  73. def xpath(expression: Expression[String], namespaces: List[(String, String)] = Nil): DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, _ >: Option[XdmNode] with Option[Document] <: Option[AnyRef], String]

    Definition Classes
    HttpCheckSupport

Inherited from SitemapFeederSupport

Inherited from WsCheckSupport

Inherited from WsCheckDSL

Inherited from HttpCheckSupport

Inherited from AnyRef

Inherited from Any

Ungrouped