Uses of Class
com.github.mizosoft.methanol.internal.cache.NetworkResponse
Packages that use NetworkResponse
-
Uses of NetworkResponse in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache that return NetworkResponseModifier and TypeMethodDescriptionstatic NetworkResponseNetworkResponse.of(TrackedResponse<Flow.Publisher<List<ByteBuffer>>> response) NetworkResponse.with(Consumer<ResponseBuilder<?>> mutator) NetworkResponse.writingWith(Store.Editor editor, Executor executor, CacheWritingPublisher.Listener writeListener, boolean synchronizeWrites) Methods in com.github.mizosoft.methanol.internal.cache that return types with arguments of type NetworkResponseModifier and TypeMethodDescriptionLocalCache.put(HttpRequest request, NetworkResponse networkResponse, @Nullable CacheResponse existingCacheResponse) Methods in com.github.mizosoft.methanol.internal.cache with parameters of type NetworkResponseModifier and TypeMethodDescriptionLocalCache.put(HttpRequest request, NetworkResponse networkResponse, @Nullable CacheResponse existingCacheResponse)