org.mockserver.proxy
Interface Proxy
- All Superinterfaces:
- Stoppable
- All Known Implementing Classes:
- DirectProxy, HttpProxy
public interface Proxy
- extends Stoppable
This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class
- Author:
- jamesdbloom
- See Also:
ProxyBuilder
| Methods inherited from interface org.mockserver.stop.Stoppable |
stop |
HTTP_PROXY
static final io.netty.util.AttributeKey<Proxy> HTTP_PROXY
LOG_FILTER
static final io.netty.util.AttributeKey<LogFilter> LOG_FILTER
REMOTE_SOCKET
static final io.netty.util.AttributeKey<InetSocketAddress> REMOTE_SOCKET
HTTP_CONNECT_SOCKET
static final io.netty.util.AttributeKey<InetSocketAddress> HTTP_CONNECT_SOCKET
ONWARD_SSL_UNKNOWN
static final io.netty.util.AttributeKey<Boolean> ONWARD_SSL_UNKNOWN
isRunning
boolean isRunning()
Copyright © 2015. All rights reserved.