| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServer |
HttpProxyServerBootstrap.start()
Build and starts the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpProxyServer
Primary implementation of an
HttpProxyServer. |
| Modifier and Type | Field and Description |
|---|---|
List<HttpProxyServer> |
ServerGroup.registeredServers
List of all servers registered to use this ServerGroup.
|
| Modifier and Type | Method and Description |
|---|---|
private HttpProxyServer |
DefaultHttpProxyServer.start() |
HttpProxyServer |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroup.registerProxyServer(HttpProxyServer proxyServer)
Registers the specified proxy server as a consumer of this server group.
|
void |
ServerGroup.unregisterProxyServer(HttpProxyServer proxyServer,
boolean graceful)
Unregisters the specified proxy server from this server group.
|
Copyright © 2009–2017 LittleShoot. All rights reserved.