public class PassthroughLoggingHttpProxy extends LoggingHttpProxy
LoggingHttpProxy that will behave as a pass-through proxy between the system-under-test and the external service.| Constructor and Description |
|---|
PassthroughLoggingHttpProxy(int port,
String targetDomain,
int targetPort,
HttpRequestResponseLoggerFactory loggerFactory)
Construct a new instance.
|
public PassthroughLoggingHttpProxy(int port,
String targetDomain,
int targetPort,
HttpRequestResponseLoggerFactory loggerFactory)
port - the local port.targetDomain - the target domain.targetPort - the target port.loggerFactory - the HttpRequestResponseLoggerFactory.Copyright © 2014. All Rights Reserved.