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

Field Summary
static io.netty.util.AttributeKey<InetSocketAddress> HTTP_CONNECT_SOCKET
           
static io.netty.util.AttributeKey<Proxy> HTTP_PROXY
           
static io.netty.util.AttributeKey<InetSocketAddress> REMOTE_SOCKET
           
static io.netty.util.AttributeKey<RequestLogFilter> REQUEST_LOG_FILTER
           
static io.netty.util.AttributeKey<RequestResponseLogFilter> REQUEST_RESPONSE_LOG_FILTER
           
 
Method Summary
 boolean isRunning()
           
 
Methods inherited from interface org.mockserver.stop.Stoppable
stop
 

Field Detail

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
Method Detail

isRunning

boolean isRunning()


Copyright © 2017. All rights reserved.