Class ContentSizeChecker

java.lang.Object
org.restheart.mongodb.interceptors.ContentSizeChecker
All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<MongoRequest,MongoResponse>, Interceptor<MongoRequest,MongoResponse>, MongoInterceptor, Plugin

public class ContentSizeChecker extends Object implements MongoInterceptor
Author:
Andrea Di Cesare <andrea@softinstigate.com> ContentSizeChecker allows to check the request content length on documents of collections that have the following metadata:

{ "checkContentSize": { "max": MAX_SIZE, "min": MIN_SIZE } }

Sizes are in bytes