Hierarchy For All Packages
Package Hierarchies:- io.github.devlibx.easy.http,
- io.github.devlibx.easy.http.async,
- io.github.devlibx.easy.http.config,
- io.github.devlibx.easy.http.exception,
- io.github.devlibx.easy.http.helper,
- io.github.devlibx.easy.http.module,
- io.github.devlibx.easy.http.registry,
- io.github.devlibx.easy.http.sync,
- io.github.devlibx.easy.http.util
Class Hierarchy
- java.lang.Object
- com.google.inject.AbstractModule (implements com.google.inject.Module)
- io.github.devlibx.easy.http.module.EasyHttpModule
- io.github.devlibx.easy.http.config.Api
- io.github.devlibx.easy.http.registry.ApiRegistry
- io.github.devlibx.easy.http.helper.AsyncHttpClientBuilder (implements io.github.devlibx.easy.http.helper.IClientBuilder)
- io.github.devlibx.easy.http.async.AsyncRequestProcessor (implements io.github.devlibx.easy.http.IRequestProcessor)
- io.github.devlibx.easy.http.util.Call<R>
- io.github.devlibx.easy.http.util.Call.Builder<R>
- io.github.devlibx.easy.http.helper.CommonHttpHelper
- io.github.devlibx.easy.http.helper.ConcurrencyApiConfigPreProcessor (implements io.github.devlibx.easy.http.IApiConfigPreProcessor)
- io.github.devlibx.easy.http.config.Config
- io.github.devlibx.easy.http.sync.DefaultHttpResponseProcessor (implements io.github.devlibx.easy.http.sync.IHttpResponseProcessor)
- io.github.devlibx.easy.http.util.EasyHttp
- io.github.devlibx.easy.http.exception.EasyHttpExceptions
- io.github.devlibx.easy.http.helper.HttpClientBuilder (implements io.github.devlibx.easy.http.helper.IClientBuilder)
- io.github.devlibx.easy.http.IApiConfigPreProcessor.NoOpApiConfigPreProcessor (implements io.github.devlibx.easy.http.IApiConfigPreProcessor)
- io.github.devlibx.easy.http.RequestObject
- io.github.devlibx.easy.http.ResponseObject
- io.github.devlibx.easy.http.config.Server
- io.github.devlibx.easy.http.registry.ServerRegistry
- io.github.devlibx.easy.http.sync.SyncRequestProcessor (implements io.github.devlibx.easy.http.IRequestProcessor)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyHttpRequestException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.Easy4xxException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyBadRequestException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyConflictRequestException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyGoneException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyMethodNotAllowedException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyNotAcceptableException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyNotFoundException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyRequestTimeOutException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyTooManyRequestsException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyUnauthorizedRequestException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.Easy5xxException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyBadGatewayException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyGatewayTimeoutException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyInternalServerErrorException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyNotImplementedException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyServiceUnavailableException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceCircuitOpenException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceOverflowException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceRequestTimeoutException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.Easy4xxException
- io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyHttpRequestException
- java.lang.RuntimeException
- java.lang.Exception
- com.google.inject.AbstractModule (implements com.google.inject.Module)
Interface Hierarchy
- io.github.devlibx.easy.http.util.Call.IResponseBuilderFunc<R>
- io.github.devlibx.easy.http.IApiConfigPreProcessor
- io.github.devlibx.easy.http.helper.IClientBuilder
- io.github.devlibx.easy.http.util.IEasyHttpImplementation
- io.github.devlibx.easy.http.sync.IHttpResponseProcessor
- io.github.devlibx.easy.http.IRequestProcessor
Annotation Interface Hierarchy
- io.github.devlibx.easy.http.module.Async (implements java.lang.annotation.Annotation)
- io.github.devlibx.easy.http.module.Sync (implements java.lang.annotation.Annotation)