Class EchoRequestInterceptor
java.lang.Object
org.restheart.test.plugins.interceptors.EchoRequestInterceptor
- All Implemented Interfaces:
ByteArrayInterceptor,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,,ByteArrayResponse> Interceptor<ByteArrayRequest,,ByteArrayResponse> Plugin
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ByteArrayRequest request, ByteArrayResponse response) booleanresolve(ByteArrayRequest request, ByteArrayResponse response) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ConfigurablePlugin
arg, argOrDefaultMethods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Constructor Details
-
EchoRequestInterceptor
public EchoRequestInterceptor()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceInterceptor<ByteArrayRequest,ByteArrayResponse> - Throws:
Exception
-
resolve
- Specified by:
resolvein interfaceInterceptor<ByteArrayRequest,ByteArrayResponse>
-