Uses of Class
org.littleshoot.proxy.impl.ServerGroup
-
Packages that use ServerGroup Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ServerGroup in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ServerGroup Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withServerGroup(ServerGroup group)Specify a customServerGroupto use for managing this server's resources and such. -
Uses of ServerGroup in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ServerGroup Modifier and Type Field Description private ServerGroupDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. serverGroupprivate ServerGroupDefaultHttpProxyServer. serverGroupOurServerGroup.Methods in org.littleshoot.proxy.impl with parameters of type ServerGroup Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withServerGroup(ServerGroup group)Constructors in org.littleshoot.proxy.impl with parameters of type ServerGroup 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)
-