Uses of Class
org.littleshoot.proxy.impl.ServerGroup
Packages that use ServerGroup
-
Uses of ServerGroup in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ServerGroupModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 ServerGroupModifier and TypeFieldDescriptionprivate ServerGroupDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.serverGroupprivate final ServerGroupDefaultHttpProxyServer.serverGroupOurServerGroup.Methods in org.littleshoot.proxy.impl with parameters of type ServerGroupModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withServerGroup(ServerGroup group) Constructors in org.littleshoot.proxy.impl with parameters of type ServerGroupModifierConstructorDescriptionprivateDefaultHttpProxyServer(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)