Class PingService
- java.lang.Object
-
- org.restheart.security.plugins.services.PingService
-
- All Implemented Interfaces:
ConfigurablePlugin,HandlingPlugin,Plugin,Service
public class PingService extends Object implements Service
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description PingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.undertow.server.HttpServerExchange exchange)voidinit(Map<String,Object> args)-
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
-
init
public void init(Map<String,Object> args) throws ConfigurationException
- Throws:
ConfigurationException
-
handle
public void handle(io.undertow.server.HttpServerExchange exchange) throws Exception- Specified by:
handlein interfaceHandlingPlugin- Parameters:
exchange-- Throws:
Exception
-
-