Uses of Interface
org.littleshoot.proxy.ActivityTracker
Packages that use ActivityTracker
-
Uses of ActivityTracker in org.littleshoot.proxy
Classes in org.littleshoot.proxy that implement ActivityTrackerModifier and TypeClassDescriptionclassAdapter ofActivityTrackerinterface that provides default no-op implementations of all methods.Methods in org.littleshoot.proxy with parameters of type ActivityTrackerModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 ActivityTrackerModifier and TypeFieldDescriptionprivate final Collection<ActivityTracker>DefaultHttpProxyServer.activityTrackersTrack all ActivityTrackers for tracking proxying activity.private final Collection<ActivityTracker>DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.activityTrackersMethods in org.littleshoot.proxy.impl that return types with arguments of type ActivityTrackerModifier and TypeMethodDescriptionprotected Collection<ActivityTracker>DefaultHttpProxyServer.getActivityTrackers()Methods in org.littleshoot.proxy.impl with parameters of type ActivityTrackerModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.plusActivityTracker(ActivityTracker activityTracker) Constructor parameters in org.littleshoot.proxy.impl with type arguments of type ActivityTrackerModifierConstructorDescriptionprivateDefaultHttpProxyServer(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)