Uses of Interface
org.littleshoot.proxy.MitmManager
-
Packages that use MitmManager Package Description 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 Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withManInTheMiddle(MitmManager mitmManager)Specify anMitmManagerto 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 Modifier and Type Class Description classSelfSignedMitmManagerMitmManagerthat uses self-signed certs for everything. -
Uses of MitmManager in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as MitmManager Modifier and Type Field Description private MitmManagerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. mitmManagerprivate MitmManagerDefaultHttpProxyServer. mitmManagerMethods in org.littleshoot.proxy.impl that return MitmManager Modifier and Type Method Description protected MitmManagerDefaultHttpProxyServer. getMitmManager()Methods in org.littleshoot.proxy.impl with parameters of type MitmManager Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withManInTheMiddle(MitmManager mitmManager)Constructors in org.littleshoot.proxy.impl with parameters of type MitmManager Constructor Description DefaultHttpProxyServer(ServerGroup serverGroup, TransportProtocol transportProtocol, InetSocketAddress requestedAddress, SslEngineSource sslEngineSource, boolean authenticateSslClients, ProxyAuthenticator proxyAuthenticator, ChainedProxyManager chainProxyManager, MitmManager mitmManager, HttpFiltersSource filtersSource, boolean transparent, int idleConnectionTimeout, Collection<ActivityTracker> activityTrackers, int connectTimeout, HostResolver serverResolver, long readThrottleBytesPerSecond, long writeThrottleBytesPerSecond, InetSocketAddress localAddress, String proxyAlias, int maxInitialLineLength, int maxHeaderSize, int maxChunkSize, boolean allowRequestsToOriginServer, boolean acceptProxyProtocol, boolean sendProxyProtocol)Creates a new proxy server.DefaultHttpProxyServerBootstrap(ServerGroup serverGroup, TransportProtocol transportProtocol, InetSocketAddress requestedAddress, SslEngineSource sslEngineSource, boolean authenticateSslClients, ProxyAuthenticator proxyAuthenticator, ChainedProxyManager chainProxyManager, MitmManager mitmManager, HttpFiltersSource filtersSource, boolean transparent, int idleConnectionTimeout, Collection<ActivityTracker> activityTrackers, int connectTimeout, HostResolver serverResolver, long readThrottleBytesPerSecond, long writeThrottleBytesPerSecond, InetSocketAddress localAddress, String proxyAlias, int maxInitialLineLength, int maxHeaderSize, int maxChunkSize, boolean allowRequestToOriginServer)
-