com.github.kristofa.test.http
Class PassthroughLoggingHttpProxy
java.lang.Object
com.github.kristofa.test.http.LoggingHttpProxy
com.github.kristofa.test.http.PassthroughLoggingHttpProxy
public class PassthroughLoggingHttpProxy
- extends LoggingHttpProxy
A LoggingHttpProxy that will behave as a pass-through proxy between the system-under-test and the external service.
- Author:
- dominiek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassthroughLoggingHttpProxy
public PassthroughLoggingHttpProxy(int port,
String targetDomain,
int targetPort,
HttpRequestResponseLoggerFactory loggerFactory)
- Construct a new instance.
- Parameters:
port - the local port.targetDomain - the target domain.targetPort - the target port.loggerFactory - the HttpRequestResponseLoggerFactory.
Copyright © 2014. All Rights Reserved.