com.github.jerryxia.devhelper.requestcapture.RequestCaptureConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devhelper Show documentation
Show all versions of devhelper Show documentation
This is a helper tool library in developing or testing java web application.
/**
*
*/
package com.github.jerryxia.devhelper.requestcapture;
/**
* @author Administrator
*
*/
class RequestCaptureConstants {
public static final HttpRequestRecordEventExceptionHandler DEFAULT_EXCEPTION_HANDLER = new HttpRequestRecordEventExceptionHandler();
public static final int DEFAULT_RINGBUFFER_SIZE = 1024;
public static final long DEFAULT_RINGBUFFER_SHUTDOWN_TIMEOUT_MS = 50;
public static final NopHttpRequestRecordEventProducer DEFAULT_NOPHTTPREQUESTRECORDEVENTPRODUCER = new NopHttpRequestRecordEventProducer();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy