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
REQUEST_LOG_FILTER
static final io.netty.util.AttributeKey<RequestLogFilter> REQUEST_LOG_FILTER
REQUEST_RESPONSE_LOG_FILTER
static final io.netty.util.AttributeKey<RequestResponseLogFilter> REQUEST_RESPONSE_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
isRunning
boolean isRunning()
Copyright © 2017. All rights reserved.