Uses of Interface
io.github.devlibx.easy.http.sync.IHttpResponseProcessor
Packages that use IHttpResponseProcessor
-
Uses of IHttpResponseProcessor in io.github.devlibx.easy.http.async
Constructors in io.github.devlibx.easy.http.async with parameters of type IHttpResponseProcessorModifierConstructorDescriptionAsyncRequestProcessor(ServerRegistry serverRegistry, ApiRegistry apiRegistry, IHttpResponseProcessor httpResponseProcessor, IMetrics metrics) -
Uses of IHttpResponseProcessor in io.github.devlibx.easy.http.sync
Classes in io.github.devlibx.easy.http.sync that implement IHttpResponseProcessorConstructors in io.github.devlibx.easy.http.sync with parameters of type IHttpResponseProcessorModifierConstructorDescriptionSyncRequestProcessor(ServerRegistry serverRegistry, ApiRegistry apiRegistry, IHttpResponseProcessor httpResponseProcessor, IMetrics metrics)