c

io.gatling.http.cache

HttpCaches

class HttpCaches extends HttpContentCacheSupport with PermanentRedirectCacheSupport with DnsCacheSupport with LocalAddressSupport with StrictLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpCaches
  2. StrictLogging
  3. LocalAddressSupport
  4. DnsCacheSupport
  5. PermanentRedirectCacheSupport
  6. HttpContentCacheSupport
  7. ExpiresSupport
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpCaches(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: Request, to: Uri): Session
  8. def applyPermanentRedirect(origTx: HttpTx): HttpTx
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def cacheContent(httpProtocol: HttpProtocol, request: Request, response: Response): (Session) ⇒ Session
    Definition Classes
    HttpContentCacheSupport
  11. def clearContentCache(session: Session, request: Request): Session
    Definition Classes
    HttpContentCacheSupport
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val configuration: GatlingConfiguration
  14. def contentCacheEntry(session: Session, request: Request): Option[ContentCacheEntry]
    Definition Classes
    HttpContentCacheSupport
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def extractExpiresValue(timestring: String): Option[Long]
    Definition Classes
    ExpiresSupport
  18. def extractMaxAgeValue(s: String): Option[Long]
    Definition Classes
    ExpiresSupport
  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 getResponseExpires(response: Response): Option[Long]
    Definition Classes
    ExpiresSupport
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. val httpContentCacheHandler: SessionCacheHandler[ContentCacheKey, ContentCacheEntry]
    Definition Classes
    HttpContentCacheSupport
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val localAddress: (Session) ⇒ Option[InetAddress]
    Definition Classes
    LocalAddressSupport
  26. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  27. val nameResolver: (Session) ⇒ Option[NameResolver[InetAddress]]
    Definition Classes
    DnsCacheSupport
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def setLocalAddress(httpProtocol: HttpProtocol): (Session) ⇒ Session
    Definition Classes
    LocalAddressSupport
  32. def setNameResolver(httpProtocol: HttpProtocol, httpEngine: HttpEngine): (Session) ⇒ Session
    Definition Classes
    DnsCacheSupport
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from LocalAddressSupport

Inherited from DnsCacheSupport

Inherited from HttpContentCacheSupport

Inherited from ExpiresSupport

Inherited from AnyRef

Inherited from Any

Ungrouped