Packages

o

io.gatling.http.util

HttpHelper

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
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 OkCodes: Vector[Int]
  6. val RedirectStatusCodes: Vector[Int]
  7. val WsScheme: String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def buildBasicAuthRealm(username: Expression[String], password: Expression[String]): Expression[Realm]
  10. def buildDigestAuthRealm(username: Expression[String], password: Expression[String]): Expression[Realm]
  11. def buildNTLMAuthRealm(username: Expression[String], password: Expression[String], ntlmDomain: Expression[String], ntlmHost: Expression[String]): Expression[Realm]
  12. def buildRealm(username: Expression[String], password: Expression[String], authScheme: AuthScheme, preemptive: Boolean, ntlmDomain: Option[Expression[String]], ntlmHost: Option[Expression[String]]): Expression[Realm]
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def extractCharsetFromContentType(contentType: String): Option[Charset]
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. def isAbsoluteHttpUrl(url: String): Boolean
  21. def isAbsoluteWsUrl(url: String): Boolean
  22. def isAjax(headers: HttpHeaders): Boolean
  23. def isCss(headers: HttpHeaders): Boolean
  24. def isHtml(headers: HttpHeaders): Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isNotModified(statusCode: Int): Boolean
  27. def isPermanentRedirect(statusCode: Int): Boolean
  28. def isRedirect(statusCode: Int): Boolean
  29. def isTxt(headers: HttpHeaders): Boolean
  30. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def parseFormBody(body: String): List[(String, String)]
  35. def resolveFromUri(rootURI: Uri, relative: String): Uri
  36. def resolveFromUriSilently(rootURI: Uri, relative: String): Option[Uri]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped