Uses of Interface
org.littleshoot.proxy.HttpProxyServer
Packages that use HttpProxyServer
-
Uses of HttpProxyServer in org.littleshoot.proxy
Methods in org.littleshoot.proxy that return HttpProxyServer -
Uses of HttpProxyServer in org.littleshoot.proxy.impl
Classes in org.littleshoot.proxy.impl that implement HttpProxyServerFields in org.littleshoot.proxy.impl with type parameters of type HttpProxyServerModifier and TypeFieldDescriptionfinal List<HttpProxyServer>ServerGroup.registeredServersList of all servers registered to use this ServerGroup.Methods in org.littleshoot.proxy.impl that return HttpProxyServerModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.start()private HttpProxyServerDefaultHttpProxyServer.start()Methods in org.littleshoot.proxy.impl with parameters of type HttpProxyServerModifier and TypeMethodDescriptionvoidServerGroup.registerProxyServer(HttpProxyServer proxyServer) Registers the specified proxy server as a consumer of this server group.voidServerGroup.unregisterProxyServer(HttpProxyServer proxyServer, boolean graceful) Unregisters the specified proxy server from this server group.