Uses of Class
com.github.mizosoft.methanol.internal.cache.NetworkResponse
-
Packages that use NetworkResponse Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of NetworkResponse in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache that return NetworkResponse Modifier and Type Method Description static NetworkResponseNetworkResponse. of(TrackedResponse<java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>>> response)NetworkResponseNetworkResponse. with(java.util.function.Consumer<ResponseBuilder<?>> mutator)NetworkResponseNetworkResponse. writingWith(Store.Editor editor, java.util.concurrent.Executor executor, CacheWritingPublisher.Listener writeListener, boolean synchronizeWrites)Methods in com.github.mizosoft.methanol.internal.cache that return types with arguments of type NetworkResponse Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<NetworkResponse>>LocalCache. put(java.net.http.HttpRequest request, NetworkResponse networkResponse, @Nullable CacheResponse existingCacheResponse)Methods in com.github.mizosoft.methanol.internal.cache with parameters of type NetworkResponse Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<NetworkResponse>>LocalCache. put(java.net.http.HttpRequest request, NetworkResponse networkResponse, @Nullable CacheResponse existingCacheResponse)
-