Uses of Interface
org.littleshoot.proxy.ProxyAuthenticator
-
Packages that use ProxyAuthenticator Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ProxyAuthenticator in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ProxyAuthenticator Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withProxyAuthenticator(ProxyAuthenticator proxyAuthenticator)Specify aProxyAuthenticatorto use for doing basic HTTP authentication of clients. -
Uses of ProxyAuthenticator in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ProxyAuthenticator Modifier and Type Field Description private ProxyAuthenticatorDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. proxyAuthenticatorprivate ProxyAuthenticatorDefaultHttpProxyServer. proxyAuthenticatorMethods in org.littleshoot.proxy.impl that return ProxyAuthenticator Modifier and Type Method Description protected ProxyAuthenticatorDefaultHttpProxyServer. getProxyAuthenticator()Methods in org.littleshoot.proxy.impl with parameters of type ProxyAuthenticator Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withProxyAuthenticator(ProxyAuthenticator proxyAuthenticator)Constructors in org.littleshoot.proxy.impl with parameters of type ProxyAuthenticator 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)
-