Instance Constructors
-
new
HttpCaches()(implicit configuration: GatlingConfiguration)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
FlushCache: Expression[Session]
-
val
MaxAgePrefix: String
-
val
MaxAgeZero: String
-
def
addRedirect(session: Session, from: Uri, to: Uri): Session
-
def
applyPermanentRedirect(origTx: HttpTx): HttpTx
-
final
def
asInstanceOf[T0]: T0
-
def
cacheContent(httpProtocol: HttpProtocol, request: Request, response: Response): (Session) ⇒ Session
-
def
cacheDnsLookup(httpProtocol: HttpProtocol, name: String, address: Option[InetAddress]): (Session) ⇒ Session
-
def
clearContentCache(session: Session, uri: Uri, method: String): Session
-
def
clone(): AnyRef
-
implicit
val
configuration: GatlingConfiguration
-
def
contentCacheEntry(session: Session, uri: Uri, method: String): Option[ContentCacheEntry]
-
val
dnsCacheHandler: SessionCacheHandler[String, InetAddress]
-
def
dnsLookupCacheEntry(session: Session, name: String): Option[InetAddress]
-
-
-
def
extractExpiresValue(timestring: String): Option[Long]
-
def
extractMaxAgeValue(s: String): Option[Long]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getResponseExpires(response: Response): Option[Long]
-
def
hashCode(): Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
val
logger: Logger
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from StrictLogging