|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.webbrowser.ProxyOptionsFilter
public abstract class ProxyOptionsFilter
A ProxyOptionsFilter filters the properties on a ProxyOptions
and can return a different value than the one set in the underlying object. The
filter only has meaning for the ProxyOptions object used by the Ide as a whole
and shown in the settings (the one you'd get via ProxyOptions.getProxyOptions).
| Constructor Summary | |
|---|---|
ProxyOptionsFilter()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getLabel()
Gets the label to be used to identify the ProxyOptionsFilter. |
java.lang.String |
getProxyData(java.lang.String proxyData)
Returns the proxy data after applying the filter |
java.lang.String |
getProxyExceptions(java.lang.String proxyExceptions)
Returns the proxy exceptions after applying the filter |
java.lang.String |
getProxyHost(java.lang.String proxyHost)
Returns the proxy host after applying the filter |
char[] |
getProxyPassword(char[] proxyPassword)
Returns the proxy password after applying the filter |
java.lang.String |
getProxyPort(java.lang.String proxyPort)
Returns the proxy port after applying the filter |
java.lang.String |
getProxyUserName(java.lang.String proxyUserName)
Returns the proxy user name after applying the filter |
java.lang.Boolean |
getUseProxy(java.lang.Boolean useProxy)
Returns the use proxy setting after applying the filter |
java.lang.Boolean |
getUseProxyAuthentication(java.lang.Boolean useProxyAuthentication)
Returns the use proxy authentication setting after applying the filter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyOptionsFilter()
| Method Detail |
|---|
public abstract java.lang.String getLabel()
ProxyOptions object while a filter is applied to the object.
public java.lang.String getProxyHost(java.lang.String proxyHost)
proxyHost - the proxy host from the underlying ProxyOptions object
public java.lang.String getProxyPort(java.lang.String proxyPort)
proxyPort - the proxy port from the underlying ProxyOptions object
public java.lang.String getProxyExceptions(java.lang.String proxyExceptions)
proxyExceptions - the proxy exceptions from the underlying ProxyOptions object
public java.lang.Boolean getUseProxy(java.lang.Boolean useProxy)
useProxy - the use proxy setting from the underlying ProxyOptions object
public java.lang.Boolean getUseProxyAuthentication(java.lang.Boolean useProxyAuthentication)
useProxyAuthentication - the use proxy authentication setting from the underlying ProxyOptions object
public java.lang.String getProxyUserName(java.lang.String proxyUserName)
proxyUserName - the proxy user name from the underlying ProxyOptions object
public char[] getProxyPassword(char[] proxyPassword)
proxyPassword - the proxy password from the underlying ProxyOptions object
public java.lang.String getProxyData(java.lang.String proxyData)
proxyData - the proxy data from the underlying ProxyOptions object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||