Uses of Interface
org.littleshoot.proxy.MitmManager
Packages that use MitmManager
-
Uses of MitmManager in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type MitmManagerModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 -
Uses of MitmManager in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as MitmManagerModifier and TypeFieldDescriptionprivate MitmManagerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.mitmManagerprivate final MitmManagerDefaultHttpProxyServer.mitmManagerMethods in org.littleshoot.proxy.impl that return MitmManagerMethods in org.littleshoot.proxy.impl with parameters of type MitmManagerModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withManInTheMiddle(MitmManager mitmManager) Constructors in org.littleshoot.proxy.impl with parameters of type MitmManagerModifierConstructorDescriptionprivateDefaultHttpProxyServer(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.privateDefaultHttpProxyServerBootstrap(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)