Uses of Class
io.github.devlibx.easy.http.RequestObject
Packages that use RequestObject
Package
Description
-
Uses of RequestObject in io.github.devlibx.easy.http
Methods in io.github.devlibx.easy.http with parameters of type RequestObjectModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ResponseObject>IRequestProcessor.process(RequestObject requestObject) Handle a request -
Uses of RequestObject in io.github.devlibx.easy.http.async
Methods in io.github.devlibx.easy.http.async with parameters of type RequestObjectModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ResponseObject>AsyncRequestProcessor.internalProcess(RequestObject requestObject) io.reactivex.rxjava3.core.Observable<ResponseObject>AsyncRequestProcessor.process(RequestObject requestObject) voidAsyncRequestProcessor.processRequest(Server server, Api api, RequestObject requestObject, io.reactivex.rxjava3.core.ObservableEmitter<ResponseObject> observableEmitter) -
Uses of RequestObject in io.github.devlibx.easy.http.config
Methods in io.github.devlibx.easy.http.config with parameters of type RequestObjectModifier and TypeMethodDescriptionApi.getUrlForRequestObject(RequestObject requestObject, StringHelper stringHelper) -
Uses of RequestObject in io.github.devlibx.easy.http.sync
Methods in io.github.devlibx.easy.http.sync with parameters of type RequestObjectModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ResponseObject>SyncRequestProcessor.process(RequestObject requestObject)