|
org.openide.util 8.19.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.util.NetworkSettings.ProxyCredentialsProvider
public abstract static class NetworkSettings.ProxyCredentialsProvider
Allows NetBeans Platform users to provide own proxy and network credentials separately.
| Constructor Summary | |
|---|---|
NetworkSettings.ProxyCredentialsProvider()
|
|
| Method Summary | |
|---|---|
protected abstract String |
getProxyHost(URI u)
Returns the hostname part of network proxy address
based on given URI to access the resource at. |
protected abstract char[] |
getProxyPassword(URI u)
Returns the password for Proxy Authentication. |
protected abstract String |
getProxyPort(URI u)
Returns the port part of network proxy address
based on given URI to access the resource at. |
protected abstract String |
getProxyUserName(URI u)
Returns the username for Proxy Authentication. |
protected abstract boolean |
isProxyAuthentication(URI u)
Returns true if Proxy Authentication is required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkSettings.ProxyCredentialsProvider()
| Method Detail |
|---|
protected abstract String getProxyUserName(URI u)
username for Proxy Authentication.
Returns null if no authentication required.
u - The URI that a connection is required to
protected abstract char[] getProxyPassword(URI u)
password for Proxy Authentication.
Returns null if no authentication required.
u - The URI that a connection is required to
protected abstract boolean isProxyAuthentication(URI u)
true if Proxy Authentication is required.
u - The URI that a connection is required to
true if authentication required.protected abstract String getProxyHost(URI u)
hostname part of network proxy address
based on given URI to access the resource at.
Returns null for direct connection.
u - The URI that a connection is required to
nullprotected abstract String getProxyPort(URI u)
port part of network proxy address
based on given URI to access the resource at.
Returns null for direct connection.
u - The URI that a connection is required to
null
|
org.openide.util 8.19.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||