|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public URL getHost()
throws RemoteException
RemoteException - if a remote exception occurs
public PasswordAuthentication getAuthentication()
throws RemoteException
RemoteException - if a remote exception occurs
public RequestIdentifier getRequestIdentifier()
throws RemoteException
RemoteException - if a remote exception occurs
public String[] getExcludes()
throws RemoteException
RemoteException - if a remote exception occurs
public void addProxyListener(ProxyListener listener)
throws RemoteException
listener - the listener to add
RemoteException - if a remote exception occurs
public 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 | ||||||||||