Class PingService
- java.lang.Object
-
- org.restheart.security.plugins.services.PingService
-
- All Implemented Interfaces:
ByteArrayService,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,ByteArrayResponse>,HandlingPlugin<ByteArrayRequest,ByteArrayResponse>,Plugin,Service<ByteArrayRequest,ByteArrayResponse>
public class PingService extends Object implements ByteArrayService
- 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(ByteArrayRequest request, ByteArrayResponse response)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.ByteArrayService
request, requestInitializer, response, responseInitializer
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.Service
handleOptions
-
-
-
-
Method Detail
-
init
public void init(Map<String,Object> args) throws ConfigurationException
- Throws:
ConfigurationException
-
handle
public void handle(ByteArrayRequest request, ByteArrayResponse response) throws Exception
- Specified by:
handlein interfaceService<ByteArrayRequest,ByteArrayResponse>- Throws:
Exception
-
-