|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyModel
The ProxyModel is an interface implemented by objects that manage the configuration of transit proxy settings.
| Method Summary | |
|---|---|
void |
addProxyListener(ProxyListener listener)
Add a proxy listener to the model. |
PasswordAuthentication |
getAuthentication()
Return the proxy authentication or null if not defined. |
String[] |
getExcludes()
Return the set of excluded hosts as an array. |
URL |
getHost()
Return the proxy host url. |
RequestIdentifier |
getRequestIdentifier()
Return the proxy host request identifier. |
void |
removeProxyListener(ProxyListener listener)
Remove a proxy listener from the model. |
| Method Detail |
|---|
URL getHost()
throws RemoteException
RemoteException - if a remote exception occurs
PasswordAuthentication getAuthentication()
throws RemoteException
RemoteException - if a remote exception occurs
RequestIdentifier getRequestIdentifier()
throws RemoteException
RemoteException - if a remote exception occurs
String[] getExcludes()
throws RemoteException
RemoteException - if a remote exception occurs
void addProxyListener(ProxyListener listener)
throws RemoteException
listener - the listener to add
RemoteException - if a remote exception occurs
void removeProxyListener(ProxyListener listener)
throws RemoteException
listener - the listener to remove
RemoteException - if a remote exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||