Class EchoService
- java.lang.Object
-
- org.restheart.security.plugins.services.EchoService
-
- All Implemented Interfaces:
ConfigurablePlugin,HandlingPlugin,Plugin,Service
- Direct Known Subclasses:
IEchoService,SEchoService
public class EchoService extends Object implements Service
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description EchoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.undertow.server.HttpServerExchange exchange)handle the request-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.restheart.plugins.Service
handleOptions, resolve
-
-
-
-
Method Detail
-
handle
public void handle(io.undertow.server.HttpServerExchange exchange) throws Exceptionhandle the request- Specified by:
handlein interfaceHandlingPlugin- Parameters:
exchange-- Throws:
Exception
-
-