class HttpCaches extends HttpContentCacheSupport with PermanentRedirectCacheSupport with DnsCacheSupport with LocalAddressSupport with StrictLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpCaches
- StrictLogging
- LocalAddressSupport
- DnsCacheSupport
- PermanentRedirectCacheSupport
- HttpContentCacheSupport
- ExpiresSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HttpCaches(configuration: GatlingConfiguration)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val FlushCache: Expression[Session]
-
val
MaxAgePrefix: String
- Definition Classes
- ExpiresSupport
-
val
MaxAgeZero: String
- Definition Classes
- ExpiresSupport
-
def
addRedirect(session: Session, from: Request, to: Uri): Session
- Definition Classes
- PermanentRedirectCacheSupport
-
def
applyPermanentRedirect(origTx: HttpTx): HttpTx
- Definition Classes
- PermanentRedirectCacheSupport
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cacheContent(httpProtocol: HttpProtocol, request: Request, response: Response): (Session) ⇒ Session
- Definition Classes
- HttpContentCacheSupport
-
def
clearContentCache(session: Session, request: Request): Session
- Definition Classes
- HttpContentCacheSupport
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
configuration: GatlingConfiguration
- Definition Classes
- HttpCaches → LocalAddressSupport → DnsCacheSupport → PermanentRedirectCacheSupport → HttpContentCacheSupport
-
def
contentCacheEntry(session: Session, request: Request): Option[ContentCacheEntry]
- Definition Classes
- HttpContentCacheSupport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractExpiresValue(timestring: String): Option[Long]
- Definition Classes
- ExpiresSupport
-
def
extractMaxAgeValue(s: String): Option[Long]
- Definition Classes
- ExpiresSupport
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getResponseExpires(response: Response): Option[Long]
- Definition Classes
- ExpiresSupport
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
httpContentCacheHandler: SessionCacheHandler[ContentCacheKey, ContentCacheEntry]
- Definition Classes
- HttpContentCacheSupport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
localAddress: (Session) ⇒ Option[InetAddress]
- Definition Classes
- LocalAddressSupport
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
val
nameResolver: (Session) ⇒ Option[NameResolver[InetAddress]]
- Definition Classes
- DnsCacheSupport
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
setLocalAddress(httpProtocol: HttpProtocol): (Session) ⇒ Session
- Definition Classes
- LocalAddressSupport
-
def
setNameResolver(httpProtocol: HttpProtocol, httpEngine: HttpEngine): (Session) ⇒ Session
- Definition Classes
- DnsCacheSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )