Class EchoExampleRequestInterceptor
- java.lang.Object
-
- org.restheart.security.plugins.interceptors.EchoExampleRequestInterceptor
-
- All Implemented Interfaces:
ConfigurablePlugin,HandlingPlugin,Interceptor,Plugin
public class EchoExampleRequestInterceptor extends Object implements Interceptor
- Author:
- Andrea Di Cesare
-
-
Constructor Summary
Constructors Constructor Description EchoExampleRequestInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.undertow.server.HttpServerExchange exchange)booleanresolve(io.undertow.server.HttpServerExchange exchange)
-
-
-
Method Detail
-
handle
public void handle(io.undertow.server.HttpServerExchange exchange) throws Exception- Specified by:
handlein interfaceHandlingPlugin- Throws:
Exception
-
resolve
public boolean resolve(io.undertow.server.HttpServerExchange exchange)
- Specified by:
resolvein interfaceHandlingPlugin
-
-