org.mockserver.proxy.http
Class HttpProxy
java.lang.Object
org.mockserver.proxy.http.HttpProxy
public class HttpProxy
- extends Object
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class
- Author:
- jamesdbloom
- See Also:
HttpProxyBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpProxy
public HttpProxy()
proxySelector
public static ProxySelector proxySelector()
overrideLogLevel
public void overrideLogLevel(String level)
- Override the debug WARN logging level
- Parameters:
level - the log level, which can be ALL, DEBUG, INFO, WARN, ERROR, OFF
proxyStarted
protected void proxyStarted(Integer port,
boolean socksProxy)
proxyStopping
protected void proxyStopping()
stop
public void stop()
isRunning
public boolean isRunning()
Copyright © 2014. All rights reserved.