Uses of Interface
org.littleshoot.proxy.HttpFiltersSource
-
Packages that use HttpFiltersSource Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of HttpFiltersSource in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement HttpFiltersSource Modifier and Type Class Description classHttpFiltersSourceAdapterConvenience base class for implementations ofHttpFiltersSource.Methods in org.littleshoot.proxy with parameters of type HttpFiltersSource Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withFiltersSource(HttpFiltersSource filtersSource)Specify aHttpFiltersSourceto use for filtering requests and/or responses through this proxy. -
Uses of HttpFiltersSource in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as HttpFiltersSource Modifier and Type Field Description private HttpFiltersSourceDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. filtersSourceprivate HttpFiltersSourceDefaultHttpProxyServer. filtersSourceMethods in org.littleshoot.proxy.impl that return HttpFiltersSource Modifier and Type Method Description HttpFiltersSourceDefaultHttpProxyServer. getFiltersSource()Methods in org.littleshoot.proxy.impl with parameters of type HttpFiltersSource Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withFiltersSource(HttpFiltersSource filtersSource)Constructors in org.littleshoot.proxy.impl with parameters of type HttpFiltersSource 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)
-