io.gatling.http

Predef

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ByteArrayBody: request.ByteArrayBody.type

  7. def ByteArrayBodyPart(name: (Session) ⇒ Validation[String], bytes: (Session) ⇒ Validation[Array[Byte]]): BodyPart

  8. def ByteArrayBodyPart(bytes: (Session) ⇒ Validation[Array[Byte]]): BodyPart

  9. def Cookie: CookieDSL.type

  10. def ELFileBody: request.ELFileBody.type

  11. def ELFileBodyPart(name: (Session) ⇒ Validation[String], filePath: (Session) ⇒ Validation[String]): BodyPart

  12. def ELFileBodyPart(filePath: (Session) ⇒ Validation[String]): BodyPart

  13. val HttpHeaderNames: HeaderNames.type

  14. val HttpHeaderValues: HeaderValues.type

  15. def InputStreamBody: request.InputStreamBody.type

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

  17. def RawFileBody: request.RawFileBody.type

  18. def RawFileBodyPart(name: (Session) ⇒ Validation[String], filePath: (Session) ⇒ Validation[String]): BodyPart

  19. def RawFileBodyPart(filePath: (Session) ⇒ Validation[String]): BodyPart

  20. def StringBody: request.StringBody.type

  21. def StringBodyPart(name: (Session) ⇒ Validation[String], string: (Session) ⇒ Validation[String]): BodyPart

  22. def StringBodyPart(string: (Session) ⇒ Validation[String]): BodyPart

  23. def addCookie(cookie: CookieDSL): AddCookieBuilder

  24. final def asInstanceOf[T0]: T0

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

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

    Definition Classes
    HttpCheckSupport
  27. def clone(): AnyRef

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

    Definition Classes
    HttpCheckSupport
  29. def css(selector: (Session) ⇒ Validation[String]): DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, NodeSelector, String]

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

    Definition Classes
    HttpCheckSupport
  31. val currentLocationRegex: ((Session) ⇒ Validation[String]) ⇒ CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType

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

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

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

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

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

  37. def flushHttpCache: (Session) ⇒ Validation[Session]

  38. def flushSessionCookies: (Session) ⇒ Validation[Session]

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

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

  41. def hashCode(): Int

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

    Definition Classes
    HttpCheckSupport
  43. val headerRegex: ((Session) ⇒ Validation[String], (Session) ⇒ Validation[String]) ⇒ HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType

    Definition Classes
    HttpCheckSupport
  44. def http(requestName: (Session) ⇒ Validation[String]): Http

  45. def http: HttpProtocolBuilder

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. val jsonPath: ((Session) ⇒ Validation[String]) ⇒ HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType

    Definition Classes
    HttpCheckSupport
  48. val jsonpJsonPath: ((Session) ⇒ Validation[String]) ⇒ HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType

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

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

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

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

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

    Definition Classes
    AnyRef
  54. val regex: ((Session) ⇒ Validation[String]) ⇒ HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType

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

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

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

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

    Definition Classes
    SitemapFeederSupport
  59. def sitemap(file: File): RecordSeqFeederBuilder[String]

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

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

  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  63. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def ws(requestName: (Session) ⇒ Validation[String]): Ws

  68. val wsAwait: Step2

    Definition Classes
    WsCheckDSL
  69. implicit def wsDSLStep42Check(step: Step4): WsCheck

    Definition Classes
    WsCheckSupport
  70. val wsListen: Step2

    Definition Classes
    WsCheckDSL
  71. def xpath(expression: (Session) ⇒ Validation[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