Uses of Interface
org.littleshoot.proxy.HttpProxyServer
-
Packages that use HttpProxyServer Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of HttpProxyServer in org.littleshoot.proxy
Methods in org.littleshoot.proxy that return HttpProxyServer Modifier and Type Method Description HttpProxyServerHttpProxyServerBootstrap. start()Build and starts the server. -
Uses of HttpProxyServer in org.littleshoot.proxy.impl
Classes in org.littleshoot.proxy.impl that implement HttpProxyServer Modifier and Type Class Description classDefaultHttpProxyServerPrimary implementation of anHttpProxyServer.Fields in org.littleshoot.proxy.impl with type parameters of type HttpProxyServer Modifier and Type Field Description List<HttpProxyServer>ServerGroup. registeredServersList of all servers registered to use this ServerGroup.Methods in org.littleshoot.proxy.impl that return HttpProxyServer Modifier and Type Method Description HttpProxyServerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. start()private HttpProxyServerDefaultHttpProxyServer. start()Methods in org.littleshoot.proxy.impl with parameters of type HttpProxyServer Modifier and Type Method Description voidServerGroup. 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.
-