Uses of Interface
org.littleshoot.proxy.HttpFiltersSource
Packages that use HttpFiltersSource
-
Uses of HttpFiltersSource in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement HttpFiltersSourceModifier and TypeClassDescriptionclassConvenience base class for implementations ofHttpFiltersSource.Methods in org.littleshoot.proxy with parameters of type HttpFiltersSourceModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 HttpFiltersSourceModifier and TypeFieldDescriptionprivate HttpFiltersSourceDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.filtersSourceprivate final HttpFiltersSourceDefaultHttpProxyServer.filtersSourceMethods in org.littleshoot.proxy.impl that return HttpFiltersSourceMethods in org.littleshoot.proxy.impl with parameters of type HttpFiltersSourceModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withFiltersSource(HttpFiltersSource filtersSource) Constructors in org.littleshoot.proxy.impl with parameters of type HttpFiltersSourceModifierConstructorDescriptionprivateDefaultHttpProxyServer(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)