Package org.restheart.plugins
Interface ProxyInterceptor
-
- All Superinterfaces:
ConfigurablePlugin,ExchangeTypeResolver<ByteArrayProxyRequest,ByteArrayProxyResponse>,Interceptor<ByteArrayProxyRequest,ByteArrayProxyResponse>,Plugin
public interface ProxyInterceptor extends Interceptor<ByteArrayProxyRequest,ByteArrayProxyResponse>
- 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
-
-