io.gatling.http.cache

HttpCaches

Related Doc: package cache

class HttpCaches extends HttpContentCache with PermanentRedirectCache with DnsCache with StrictLogging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpCaches
  2. StrictLogging
  3. DnsCache
  4. PermanentRedirectCache
  5. HttpContentCache
  6. ExpiresSupport
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpCaches()(implicit configuration: GatlingConfiguration)

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 FlushCache: Expression[Session]

  5. val MaxAgePrefix: String

    Definition Classes
    ExpiresSupport
  6. val MaxAgeZero: String

    Definition Classes
    ExpiresSupport
  7. def addRedirect(session: Session, from: Uri, to: Uri): Session

    Definition Classes
    PermanentRedirectCache
  8. def applyPermanentRedirect(origTx: HttpTx): HttpTx

    Definition Classes
    PermanentRedirectCache
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def cacheContent(httpProtocol: HttpProtocol, request: Request, response: Response): (Session) ⇒ Session

    Definition Classes
    HttpContentCache
  11. def cacheDnsLookup(httpProtocol: HttpProtocol, name: String, address: Option[InetAddress]): (Session) ⇒ Session

    Definition Classes
    DnsCache
  12. def clearContentCache(session: Session, uri: Uri, method: String): Session

    Definition Classes
    HttpContentCache
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. implicit val configuration: GatlingConfiguration

  15. def contentCacheEntry(session: Session, uri: Uri, method: String): Option[ContentCacheEntry]

    Definition Classes
    HttpContentCache
  16. val dnsCacheHandler: SessionCacheHandler[String, InetAddress]

    Definition Classes
    DnsCache
  17. def dnsLookupCacheEntry(session: Session, name: String): Option[InetAddress]

    Definition Classes
    DnsCache
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def extractExpiresValue(timestring: String): Option[Long]

    Definition Classes
    ExpiresSupport
  21. def extractMaxAgeValue(s: String): Option[Long]

    Definition Classes
    ExpiresSupport
  22. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  24. def getResponseExpires(response: Response): Option[Long]

    Definition Classes
    ExpiresSupport
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. val httpContentCacheHandler: SessionCacheHandler[ContentCacheKey, ContentCacheEntry]

    Definition Classes
    HttpContentCache
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  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
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from DnsCache

Inherited from PermanentRedirectCache

Inherited from HttpContentCache

Inherited from ExpiresSupport

Inherited from AnyRef

Inherited from Any

Ungrouped