All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jerryxia.devhelper.requestcapture.RequestCaptureConstants Maven / Gradle / Ivy

Go to download

This is a helper tool library in developing or testing java web application.

There is a newer version: 1.1.2
Show newest version
/**
 * 
 */
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