Package Hierarchies:
- com.github.mizosoft.methanol,
- com.github.mizosoft.methanol.adapter,
- com.github.mizosoft.methanol.adapter.gson,
- com.github.mizosoft.methanol.adapter.jackson,
- com.github.mizosoft.methanol.adapter.jackson.flux,
- com.github.mizosoft.methanol.adapter.jaxb,
- com.github.mizosoft.methanol.adapter.jaxb.jakarta,
- com.github.mizosoft.methanol.adapter.moshi,
- com.github.mizosoft.methanol.adapter.protobuf,
- com.github.mizosoft.methanol.brotli.internal,
- com.github.mizosoft.methanol.decoder,
- com.github.mizosoft.methanol.function,
- com.github.mizosoft.methanol.internal,
- com.github.mizosoft.methanol.internal.adapter,
- com.github.mizosoft.methanol.internal.annotations,
- com.github.mizosoft.methanol.internal.cache,
- com.github.mizosoft.methanol.internal.concurrent,
- com.github.mizosoft.methanol.internal.decoder,
- com.github.mizosoft.methanol.internal.extensions,
- com.github.mizosoft.methanol.internal.flow,
- com.github.mizosoft.methanol.internal.function,
- com.github.mizosoft.methanol.internal.spi,
- com.github.mizosoft.methanol.internal.text,
- com.github.mizosoft.methanol.internal.util,
- com.github.mizosoft.methanol.kotlin,
- com.github.mizosoft.methanol.store.redis,
- com.github.mizosoft.methanol.testing,
- com.github.mizosoft.methanol.testing.decoder,
- com.github.mizosoft.methanol.testing.file,
- com.github.mizosoft.methanol.testing.store,
- com.github.mizosoft.methanol.testing.verifiers
Class Hierarchy
- java.lang.Object
- com.github.mizosoft.methanol.adapter.AbstractBodyAdapter (implements com.github.mizosoft.methanol.BodyAdapter)
- java.nio.channels.spi.AbstractInterruptibleChannel (implements java.nio.channels.Channel, java.nio.channels.InterruptibleChannel)
- com.github.mizosoft.methanol.internal.flow.AbstractSubscription<T> (implements java.util.concurrent.Flow.Subscription)
- com.github.mizosoft.methanol.AdapterCodec
- com.github.mizosoft.methanol.AdapterCodec.Builder
- com.github.mizosoft.methanol.decoder.AsyncBodyDecoder<T> (implements com.github.mizosoft.methanol.BodyDecoder<T>)
- java.nio.channels.AsynchronousFileChannel (implements java.nio.channels.AsynchronousChannel)
- com.github.mizosoft.methanol.BodyAdapter.Hints.Builder
- com.github.mizosoft.methanol.testing.verifiers.BodyAdapterVerifier<A,VERIFIER>
- com.github.mizosoft.methanol.internal.spi.BodyDecoderFactoryProviders
- com.github.mizosoft.methanol.testing.verifiers.BodyPublisherVerifier
- com.github.mizosoft.methanol.brotli.internal.BrotliBodyDecoderFactory (implements com.github.mizosoft.methanol.BodyDecoder.Factory)
- com.github.mizosoft.methanol.testing.BufferTokenizer
- com.github.mizosoft.methanol.internal.extensions.ByteBufferBodyPublisher (implements java.net.http.HttpRequest.BodyPublisher)
- com.github.mizosoft.methanol.testing.ByteBufferCollector
- com.github.mizosoft.methanol.testing.ByteBufferIterator (implements java.util.Iterator<E>)
- com.github.mizosoft.methanol.testing.ByteBufferListIterator (implements java.util.Iterator<E>)
- com.github.mizosoft.methanol.internal.extensions.ByteChannelBodySubscriber (implements java.net.http.HttpResponse.BodySubscriber<T>)
- com.github.mizosoft.methanol.CacheControl
- com.github.mizosoft.methanol.CacheControl.Builder
- com.github.mizosoft.methanol.internal.cache.CacheInterceptor (implements com.github.mizosoft.methanol.Methanol.Interceptor)
- com.github.mizosoft.methanol.internal.cache.CacheReadingPublisher (implements java.util.concurrent.Flow.Publisher<T>)
- com.github.mizosoft.methanol.internal.cache.CacheResponseMetadata
- com.github.mizosoft.methanol.internal.cache.CacheWritingPublisher (implements java.util.concurrent.Flow.Publisher<T>)
- java.time.Clock (implements java.time.InstantSource)
- com.github.mizosoft.methanol.testing.MockClock
- com.github.mizosoft.methanol.testing.CloseableCopyOnWriteList<T> (implements java.lang.Iterable<T>)
- com.github.mizosoft.methanol.internal.util.Compare
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- com.github.mizosoft.methanol.internal.DebugUtils
- com.github.mizosoft.methanol.testing.decoder.Decode
- com.github.mizosoft.methanol.testing.verifiers.DecoderVerifier.BodyConversionStep<T>
- com.github.mizosoft.methanol.testing.verifiers.DecoderVerifier.BodySubscriberVerifier<T>
- com.github.mizosoft.methanol.testing.verifiers.DecoderVerifier.SupplierVerifier<T>
- com.github.mizosoft.methanol.internal.decoder.DeflateBodyDecoderFactory
- com.github.mizosoft.methanol.internal.cache.DiskStore (implements com.github.mizosoft.methanol.internal.cache.Store, com.github.mizosoft.methanol.internal.cache.TestableStore)
- com.github.mizosoft.methanol.internal.cache.DiskStore.Builder
- com.github.mizosoft.methanol.internal.cache.DiskStore.Hash
- com.github.mizosoft.methanol.testing.EmptyPublisher<T> (implements java.util.concurrent.Flow.Publisher<T>)
- com.github.mizosoft.methanol.testing.verifiers.EncoderVerifier.ObjectConversionStep<T>
- com.github.mizosoft.methanol.testing.ExecutorContext (implements java.lang.AutoCloseable)
- com.github.mizosoft.methanol.testing.ExecutorExtension (implements org.junit.jupiter.params.provider.ArgumentsProvider, org.junit.jupiter.api.extension.ParameterResolver)
- com.github.mizosoft.methanol.testing.FailingPublisher<T> (implements java.util.concurrent.Flow.Publisher<T>)
- com.github.mizosoft.methanol.internal.concurrent.FallbackExecutorProvider
- com.github.mizosoft.methanol.internal.cache.FileIO
- java.nio.file.FileSystem (implements java.io.Closeable)
- java.nio.file.spi.FileTypeDetector
- com.github.mizosoft.methanol.internal.flow.FlowSupport
- com.github.mizosoft.methanol.FormBodyPublisher (implements com.github.mizosoft.methanol.MimeBodyPublisher)
- com.github.mizosoft.methanol.FormBodyPublisher.Builder
- com.github.mizosoft.methanol.adapter.ForwardingBodyAdapter (implements com.github.mizosoft.methanol.BodyAdapter)
- com.github.mizosoft.methanol.internal.extensions.ForwardingBodyPublisher (implements java.net.http.HttpRequest.BodyPublisher)
- com.github.mizosoft.methanol.internal.flow.ForwardingSubscriber<T> (implements java.util.concurrent.Flow.Subscriber<T>)
- com.github.mizosoft.methanol.adapter.gson.GsonAdapterFactory
- com.github.mizosoft.methanol.internal.decoder.GzipBodyDecoderFactory
- com.github.mizosoft.methanol.internal.extensions.Handlers
- com.github.mizosoft.methanol.internal.extensions.HeadersBuilder
- com.github.mizosoft.methanol.internal.text.HeaderValueTokenizer
- com.github.mizosoft.methanol.HttpCache (implements java.lang.AutoCloseable, java.io.Flushable)
- com.github.mizosoft.methanol.HttpCache.Builder
- com.github.mizosoft.methanol.internal.text.HttpCharMatchers
- java.net.http.HttpClient (implements java.lang.AutoCloseable)
- com.github.mizosoft.methanol.internal.cache.HttpDates
- java.net.http.HttpRequest
- com.github.mizosoft.methanol.internal.extensions.HttpResponsePublisher<T> (implements java.util.concurrent.Flow.Publisher<T>)
- com.github.mizosoft.methanol.testing.HttpResponseStub<T> (implements java.net.http.HttpResponse<T>)
- com.github.mizosoft.methanol.HttpStatus
- com.github.mizosoft.methanol.internal.extensions.ImmutableResponseInfo (implements java.net.http.HttpResponse.ResponseInfo)
- com.github.mizosoft.methanol.testing.ImmutableResponseInfo (implements java.net.http.HttpResponse.ResponseInfo)
- com.github.mizosoft.methanol.testing.IterablePublisher<T> (implements java.util.concurrent.Flow.Publisher<T>)
- com.github.mizosoft.methanol.testing.file.Iterators
- com.github.mizosoft.methanol.adapter.jackson.JacksonAdapterFactory
- com.github.mizosoft.methanol.adapter.jackson.flux.JacksonFluxAdapterFactory
- com.github.mizosoft.methanol.adapter.moshi.JavadocPlaceholder
- com.github.mizosoft.methanol.kotlin.JavadocPlaceholder
- com.github.mizosoft.methanol.adapter.jaxb.jakarta.JaxbAdapterFactory
- com.github.mizosoft.methanol.adapter.jaxb.JaxbAdapterFactory
- com.github.mizosoft.methanol.internal.concurrent.Lazy<T> (implements java.util.function.Supplier<T>)
- com.github.mizosoft.methanol.testing.Logging
- com.github.mizosoft.methanol.MediaType
- com.github.mizosoft.methanol.internal.cache.MemoryStore (implements com.github.mizosoft.methanol.internal.cache.Store)
- com.github.mizosoft.methanol.Methanol.BaseBuilder<B>
- com.github.mizosoft.methanol.testing.MockDelayer (implements com.github.mizosoft.methanol.internal.concurrent.Delayer)
- com.github.mizosoft.methanol.testing.MockExecutor (implements java.util.concurrent.Executor)
- com.github.mizosoft.methanol.testing.MockGzipStream
- com.github.mizosoft.methanol.testing.MockGzipStream.Builder
- com.github.mizosoft.methanol.testing.store.MockHasher (implements com.github.mizosoft.methanol.internal.cache.DiskStore.Hasher)
- com.github.mizosoft.methanol.testing.MockWebServerExtension (implements org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.ParameterResolver)
- com.github.mizosoft.methanol.MoreBodyHandlers
- com.github.mizosoft.methanol.MoreBodyPublishers
- com.github.mizosoft.methanol.MoreBodySubscribers
- com.github.mizosoft.methanol.MultipartBodyPublisher (implements com.github.mizosoft.methanol.MimeBodyPublisher)
- com.github.mizosoft.methanol.MultipartBodyPublisher.Builder
- com.github.mizosoft.methanol.MultipartBodyPublisher.Part
- com.github.mizosoft.methanol.internal.adapter.PayloadHandlerExecutor (implements java.util.function.Supplier<T>)
- com.github.mizosoft.methanol.internal.flow.Prefetcher
- com.github.mizosoft.methanol.ProgressTracker
- com.github.mizosoft.methanol.ProgressTracker.Builder
- com.github.mizosoft.methanol.adapter.protobuf.ProtobufAdapterFactory
- com.github.mizosoft.methanol.internal.extensions.PublisherBodySubscriber (implements java.net.http.HttpResponse.BodySubscriber<T>)
- com.github.mizosoft.methanol.internal.cache.RawResponse
- com.github.mizosoft.methanol.testing.RecordingHttpClient.Call<T>
- com.github.mizosoft.methanol.internal.cache.RedirectingInterceptor (implements com.github.mizosoft.methanol.Methanol.Interceptor)
- com.github.mizosoft.methanol.testing.store.RedisClusterSession (implements com.github.mizosoft.methanol.testing.store.RedisSession)
- com.github.mizosoft.methanol.testing.store.RedisStandaloneSession (implements com.github.mizosoft.methanol.testing.store.RedisSession)
- com.github.mizosoft.methanol.store.redis.RedisStorageExtension.Builder
- com.github.mizosoft.methanol.testing.RepeatArgumentsSupport
- com.github.mizosoft.methanol.testing.verifiers.RequestVerifier
- com.github.mizosoft.methanol.ResponseBuilder<T> (implements com.github.mizosoft.methanol.HeadersAccumulator<T>)
- com.github.mizosoft.methanol.testing.verifiers.ResponseVerifier<T>
- com.github.mizosoft.methanol.internal.concurrent.SerialExecutor (implements java.util.concurrent.Executor)
- com.github.mizosoft.methanol.internal.spi.ServiceProviders<S>
- com.github.mizosoft.methanol.testing.store.StoreConfig
- com.github.mizosoft.methanol.testing.store.StoreContext (implements java.lang.AutoCloseable)
- com.github.mizosoft.methanol.testing.store.StoreExtension (implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.params.provider.ArgumentsProvider, org.junit.jupiter.api.extension.ParameterResolver)
- com.github.mizosoft.methanol.testing.store.StoreTesting
- com.github.mizosoft.methanol.testing.SubmittablePublisher<T> (implements java.lang.AutoCloseable, java.util.concurrent.Flow.Publisher<T>)
- com.github.mizosoft.methanol.internal.extensions.SupplierBodyPublisher<T> (implements java.net.http.HttpRequest.BodyPublisher)
- com.github.mizosoft.methanol.testing.TestSubscriber<T> (implements java.util.concurrent.Flow.Subscriber<T>)
- com.github.mizosoft.methanol.testing.TestSubscriberContext (implements java.lang.AutoCloseable)
- com.github.mizosoft.methanol.testing.TestSubscriberExtension (implements org.junit.jupiter.api.extension.ParameterResolver)
- com.github.mizosoft.methanol.testing.TestSubscription (implements java.util.concurrent.Flow.Subscription)
- com.github.mizosoft.methanol.testing.TestUtils
- java.lang.Throwable (implements java.io.Serializable)
- com.github.mizosoft.methanol.TypeRef<T>
- com.github.mizosoft.methanol.internal.function.Unchecked
- com.github.mizosoft.methanol.internal.flow.Upstream
- com.github.mizosoft.methanol.internal.Utils
- com.github.mizosoft.methanol.internal.Validate
- com.github.mizosoft.methanol.testing.verifiers.Verifiers
- com.github.mizosoft.methanol.WritableBodyPublisher (implements java.lang.AutoCloseable, java.io.Flushable, java.net.http.HttpRequest.BodyPublisher)
Annotation Interface Hierarchy