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

com.github.kristofa.test.http.HttpRequestResponseLoggerFactory Maven / Gradle / Ivy

Go to download

Mock and Proxy HTTP Server for testing purposes. Forked from https://github.com/jharlap/mock-http-server

There is a newer version: 4.1
Show newest version
package com.github.kristofa.test.http;

/**
 * Responsible for creating {@link HttpRequestResponseLogger} instances.
 * 
 * @see LoggingHttpProxy
 * @author kristof
 */
public interface HttpRequestResponseLoggerFactory {

    /**
     * Creates a new {@link HttpRequestResponseLogger}. Each request should return a new instance.
     * 
     * @return a New {@link HttpRequestResponseLogger}.
     */
    HttpRequestResponseLogger getHttpRequestResponseLogger();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy