Uses of Class
io.github.devlibx.easy.http.config.Api
Packages that use Api
Package
Description
-
Uses of Api in io.github.devlibx.easy.http
Methods in io.github.devlibx.easy.http with parameters of type Api -
Uses of Api in io.github.devlibx.easy.http.async
Methods in io.github.devlibx.easy.http.async with parameters of type ApiModifier and TypeMethodDescriptionvoidAsyncRequestProcessor.processRequest(Server server, Api api, RequestObject requestObject, io.reactivex.rxjava3.core.ObservableEmitter<ResponseObject> observableEmitter) -
Uses of Api in io.github.devlibx.easy.http.config
Methods in io.github.devlibx.easy.http.config with parameters of type Api -
Uses of Api in io.github.devlibx.easy.http.helper
Methods in io.github.devlibx.easy.http.helper with parameters of type ApiModifier and TypeMethodDescriptionbooleanbooleanboolean<T> TAsyncHttpClientBuilder.buildClient(Server server, Api api, Class<T> cls) <T> THttpClientBuilder.buildClient(Server server, Api api, Class<T> cls) <T> TIClientBuilder.buildClient(Server server, Api api, Class<T> cls) org.apache.http.impl.client.CloseableHttpClientHttpClientBuilder.buildHttpClient(Server server, Api api) void -
Uses of Api in io.github.devlibx.easy.http.registry
Methods in io.github.devlibx.easy.http.registry that return types with arguments of type ApiMethods in io.github.devlibx.easy.http.registry with parameters of type Api -
Uses of Api in io.github.devlibx.easy.http.sync
Methods in io.github.devlibx.easy.http.sync with parameters of type ApiModifier and TypeMethodDescriptionDefaultHttpResponseProcessor.process(Server server, Api api, org.apache.http.client.methods.CloseableHttpResponse response) IHttpResponseProcessor.process(Server server, Api api, org.apache.http.client.methods.CloseableHttpResponse response) DefaultHttpResponseProcessor.processException(Server server, Api api, Throwable e) IHttpResponseProcessor.processException(Server server, Api api, Throwable e)