Uses of Interface
org.littleshoot.proxy.MitmManager

Packages that use MitmManager
org.littleshoot.proxy   
org.littleshoot.proxy.extras   
org.littleshoot.proxy.impl   
 

Uses of MitmManager in org.littleshoot.proxy
 

Methods in org.littleshoot.proxy with parameters of type MitmManager
 HttpProxyServerBootstrap HttpProxyServerBootstrap.withManInTheMiddle(MitmManager mitmManager)
           Specify an MitmManager to use for making this proxy act as an SSL man in the middle
 

Uses of MitmManager in org.littleshoot.proxy.extras
 

Classes in org.littleshoot.proxy.extras that implement MitmManager
 class SelfSignedMitmManager
          MitmManager that uses self-signed certs for everything.
 

Uses of MitmManager in org.littleshoot.proxy.impl
 

Methods in org.littleshoot.proxy.impl that return MitmManager
protected  MitmManager DefaultHttpProxyServer.getMitmManager()
           
 



Copyright © 2009-2014 LittleShoot. All Rights Reserved.