Uses of Interface
org.littleshoot.proxy.ProxyAuthenticator
Packages that use ProxyAuthenticator
-
Uses of ProxyAuthenticator in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ProxyAuthenticatorModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 ProxyAuthenticatorModifier and TypeFieldDescriptionprivate ProxyAuthenticatorDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.proxyAuthenticatorprivate final ProxyAuthenticatorDefaultHttpProxyServer.proxyAuthenticatorMethods in org.littleshoot.proxy.impl that return ProxyAuthenticatorModifier and TypeMethodDescriptionprotected ProxyAuthenticatorDefaultHttpProxyServer.getProxyAuthenticator()Methods in org.littleshoot.proxy.impl with parameters of type ProxyAuthenticatorModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withProxyAuthenticator(ProxyAuthenticator proxyAuthenticator) Constructors in org.littleshoot.proxy.impl with parameters of type ProxyAuthenticatorModifierConstructorDescriptionprivateDefaultHttpProxyServer(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)