Class

io.gatling.http.cache

HttpCaches

Related Doc: package cache

Permalink

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

Linear Supertypes
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val FlushCache: Expression[Session]

    Permalink
  5. val MaxAgePrefix: String

    Permalink
    Definition Classes
    ExpiresSupport
  6. val MaxAgeZero: String

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

    Permalink
  8. def applyPermanentRedirect(origTx: HttpTx): HttpTx

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    HttpContentCacheSupport
  11. def clearContentCache(session: Session, request: Request): Session

    Permalink
    Definition Classes
    HttpContentCacheSupport
  12. def clone(): AnyRef

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

    Permalink
  14. def contentCacheEntry(session: Session, request: Request): Option[ContentCacheEntry]

    Permalink
    Definition Classes
    HttpContentCacheSupport
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ExpiresSupport
  19. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    ExpiresSupport
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    HttpContentCacheSupport
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val localAddress: (Session) ⇒ Option[InetAddress]

    Permalink
    Definition Classes
    LocalAddressSupport
  26. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  27. val nameResolver: (Session) ⇒ Option[NameResolver[InetAddress]]

    Permalink
    Definition Classes
    DnsCacheSupport
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def setLocalAddress(httpProtocol: HttpProtocol): (Session) ⇒ Session

    Permalink
    Definition Classes
    LocalAddressSupport
  32. def setNameResolver(httpProtocol: HttpProtocol, httpEngine: HttpEngine): (Session) ⇒ Session

    Permalink
    Definition Classes
    DnsCacheSupport
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Permalink
    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