Uses of Interface
io.helidon.webserver.http.HttpEntryPoint.Interceptor.Chain
Packages that use HttpEntryPoint.Interceptor.Chain
-
Uses of HttpEntryPoint.Interceptor.Chain in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type HttpEntryPoint.Interceptor.ChainModifier and TypeMethodDescriptionvoid
HttpEntryPoint.Interceptor.proceed
(InterceptionContext interceptionContext, HttpEntryPoint.Interceptor.Chain chain, ServerRequest request, ServerResponse response) Method to implement interceptor logic.