org.mockserver.proxy
Interface Proxy

All Known Implementing Classes:
DirectProxy, HttpProxy

public interface Proxy

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<LogFilter> LOG_FILTER
           
static io.netty.util.AttributeKey<InetSocketAddress> REMOTE_SOCKET
           
 
Method Summary
 boolean isRunning()
           
 void stop()
           
 

Field Detail

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

stop

void stop()

isRunning

boolean isRunning()


Copyright © 2015. All rights reserved.