Uses of Class
com.github.mizosoft.methanol.internal.cache.RawResponse
-
Packages that use RawResponse Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of RawResponse in com.github.mizosoft.methanol.internal.cache
Subclasses of RawResponse in com.github.mizosoft.methanol.internal.cache Modifier and Type Class Description classCacheResponseARawResponseretrieved from cache.classNetworkResponseARawResponsethat came from the network and may be written to cache.Methods in com.github.mizosoft.methanol.internal.cache that return RawResponse Modifier and Type Method Description abstract RawResponseRawResponse. with(java.util.function.Consumer<ResponseBuilder<?>> mutator)
-