org.mockserver.proxy.direct
Class DirectProxy
java.lang.Object
org.mockserver.proxy.direct.DirectProxy
- All Implemented Interfaces:
- Proxy
public class DirectProxy
- extends Object
- implements Proxy
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class
- Author:
- jamesdbloom
- See Also:
ProxyBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectProxy
public DirectProxy(Integer localPort,
String remoteHost,
Integer remotePort)
stop
public void stop()
- Specified by:
stop in interface Proxy
isRunning
public boolean isRunning()
- Specified by:
isRunning in interface Proxy
getLocalPort
public Integer getLocalPort()
getRemoteHost
public String getRemoteHost()
getRemotePort
public Integer getRemotePort()
Copyright © 2014. All rights reserved.