Uses of Interface
org.mockserver.proxy.Proxy

Packages that use Proxy
org.mockserver.proxy   
org.mockserver.proxy.direct   
org.mockserver.proxy.http   
 

Uses of Proxy in org.mockserver.proxy
 

Fields in org.mockserver.proxy with type parameters of type Proxy
static io.netty.util.AttributeKey<Proxy> Proxy.HTTP_PROXY
           
 

Methods in org.mockserver.proxy that return Proxy
 Proxy ProxyBuilder.build()
          Build an instance of the HttpProxy
 

Uses of Proxy in org.mockserver.proxy.direct
 

Classes in org.mockserver.proxy.direct that implement Proxy
 class DirectProxy
          This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class
 

Uses of Proxy in org.mockserver.proxy.http
 

Classes in org.mockserver.proxy.http that implement Proxy
 class HttpProxy
          This class should not be constructed directly instead use HttpProxyBuilder to build and configure this class
 

Constructors in org.mockserver.proxy.http with parameters of type Proxy
HttpProxyHandler(Proxy server, RequestLogFilter requestLogFilter, RequestResponseLogFilter requestResponseLogFilter)
           
 



Copyright © 2017. All rights reserved.