|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpProxyServer
Interface for the top-level proxy server class.
| Method Summary | |
|---|---|
HttpProxyServerBootstrap |
clone()
Clone the existing server, with a port 1 higher and everything else the same. |
int |
getIdleConnectionTimeout()
|
InetSocketAddress |
getListenAddress()
Return the address on which this proxy is listening. |
void |
setIdleConnectionTimeout(int idleConnectionTimeout)
|
void |
stop()
Stops the server and all related clones. |
| Method Detail |
|---|
int getIdleConnectionTimeout()
void setIdleConnectionTimeout(int idleConnectionTimeout)
HttpProxyServerBootstrap clone()
Clone the existing server, with a port 1 higher and everything else the same.
The new server will share event loops with the original server. The event loops will use whatever name was given to the first server in the clone group.
void stop()
InetSocketAddress getListenAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||