Class EchoAsyncResponseInterceptor
java.lang.Object
org.restheart.test.plugins.interceptors.EchoAsyncResponseInterceptor
- 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
-
EchoAsyncResponseInterceptor
public EchoAsyncResponseInterceptor()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceInterceptor<ByteArrayRequest,ByteArrayResponse> - Throws:
Exception
-
resolve
- Specified by:
resolvein interfaceInterceptor<ByteArrayRequest,ByteArrayResponse>
-