io.gatling.http.util

HttpHelper

Related Doc: package util

object HttpHelper extends StrictLogging

Linear Supertypes
StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpHelper
  2. StrictLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 HttpScheme: String

  5. val HttpsScheme: String

  6. val OkCodes: Vector[Int]

  7. val RedirectStatusCodes: Vector[Int]

  8. val WsScheme: String

  9. val WssScheme: String

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def buildBasicAuthRealm(username: Expression[String], password: Expression[String]): Expression[Realm]

  12. def buildDigestAuthRealm(username: Expression[String], password: Expression[String]): Expression[Realm]

  13. def buildNTLMAuthRealm(username: Expression[String], password: Expression[String], ntlmDomain: Expression[String], ntlmHost: Expression[String]): Expression[Realm]

  14. def buildRealm(username: Expression[String], password: Expression[String], authScheme: AuthScheme, preemptive: Boolean, ntlmDomain: Option[Expression[String]], ntlmHost: Option[Expression[String]]): Expression[Realm]

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def extractCharsetFromContentType(contentType: String): Option[Charset]

  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def isAbsoluteHttpUrl(url: String): Boolean

  23. def isAbsoluteWsUrl(url: String): Boolean

  24. def isAjax(headers: FluentCaseInsensitiveStringsMap): Boolean

  25. def isCss(headers: FluentCaseInsensitiveStringsMap): Boolean

  26. def isHtml(headers: FluentCaseInsensitiveStringsMap): Boolean

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isNotModified(statusCode: Int): Boolean

  29. def isPermanentRedirect(statusCode: Int): Boolean

  30. def isRedirect(statusCode: Int): Boolean

  31. def isSecure(uri: Uri): Boolean

  32. def isTxt(headers: FluentCaseInsensitiveStringsMap): Boolean

  33. val logger: Logger

    Attributes
    protected
    Definition Classes
    StrictLogging
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. def parseFormBody(body: String): List[(String, String)]

  38. def resolveFromUri(rootURI: Uri, relative: String): Uri

  39. def resolveFromUriSilently(rootURI: Uri, relative: String): Option[Uri]

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped