|
|||||||||
| 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 | |
|---|---|
void |
addProxyAuthenticationHandler(ProxyAuthorizationHandler pah)
Adds a new handler for proxy authentication. |
void |
start()
Starts the server. |
void |
start(boolean localOnly,
boolean anyAddress)
Starts the server. |
void |
stop()
Stops the server. |
| Method Detail |
|---|
void start()
void stop()
void start(boolean localOnly,
boolean anyAddress)
localOnly - If true, the server will only allow connections from
the local computer. This can significantly improve security in some
cases.anyAddress - Whether or not to bind to "any" address - 0.0.0.0.
This is the default.void addProxyAuthenticationHandler(ProxyAuthorizationHandler pah)
pah - The new authentication handler.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||