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

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped