Package org.restheart.plugins
Interface ByteArrayInterceptor
-
- All Superinterfaces:
ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,ByteArrayResponse>,Interceptor<ByteArrayRequest,ByteArrayResponse>,Plugin
public interface ByteArrayInterceptor extends Interceptor<ByteArrayRequest,ByteArrayResponse>
- Author:
- Andrea Di Cesare
-
-
Method Summary
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.Interceptor
handle, resolve
-
-