Uses of Interface
org.littleshoot.proxy.ActivityTracker
-
Packages that use ActivityTracker Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ActivityTracker in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement ActivityTracker Modifier and Type Class Description classActivityTrackerAdapterAdapter ofActivityTrackerinterface that provides default no-op implementations of all methods.Methods in org.littleshoot.proxy with parameters of type ActivityTracker Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. plusActivityTracker(ActivityTracker activityTracker)Add anActivityTrackerfor tracking activity in this proxy. -
Uses of ActivityTracker in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl with type parameters of type ActivityTracker Modifier and Type Field Description private Collection<ActivityTracker>DefaultHttpProxyServer. activityTrackersTrack all ActivityTrackers for tracking proxying activity.private Collection<ActivityTracker>DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. activityTrackersMethods in org.littleshoot.proxy.impl that return types with arguments of type ActivityTracker Modifier and Type Method Description protected Collection<ActivityTracker>DefaultHttpProxyServer. getActivityTrackers()Methods in org.littleshoot.proxy.impl with parameters of type ActivityTracker Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. plusActivityTracker(ActivityTracker activityTracker)Constructor parameters in org.littleshoot.proxy.impl with type arguments of type ActivityTracker 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)
-