LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.interceptors
/
CacheBlacklistInterceptor
Cache
Blacklist
Interceptor
class
CacheBlacklistInterceptor
(
val
blacklistedHosts
:
Set
<
String
>
)
:
Interceptor
Members
Constructors
Cache
Blacklist
Interceptor
Link copied to clipboard
constructor
(
blacklistedHosts
:
Set
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
blacklisted
Hosts
Link copied to clipboard
val
blacklistedHosts
:
Set
<
String
>
Functions
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response