org.netbeans.core/2 3.32

org.netbeans.core
Class ProxySettings.NbProxyCredentialsProvider

java.lang.Object
  extended by org.openide.util.NetworkSettings.ProxyCredentialsProvider
      extended by org.netbeans.core.ProxySettings.NbProxyCredentialsProvider
Enclosing class:
ProxySettings

public static class ProxySettings.NbProxyCredentialsProvider
extends NetworkSettings.ProxyCredentialsProvider


Constructor Summary
ProxySettings.NbProxyCredentialsProvider()
           
 
Method Summary
 String getProxyHost(URI u)
           
protected  char[] getProxyPassword(URI u)
           
 String getProxyPort(URI u)
           
protected  String getProxyUserName(URI u)
           
protected  boolean isProxyAuthentication(URI u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxySettings.NbProxyCredentialsProvider

public ProxySettings.NbProxyCredentialsProvider()
Method Detail

getProxyHost

public String getProxyHost(URI u)
Specified by:
getProxyHost in class NetworkSettings.ProxyCredentialsProvider

getProxyPort

public String getProxyPort(URI u)
Specified by:
getProxyPort in class NetworkSettings.ProxyCredentialsProvider

getProxyUserName

protected String getProxyUserName(URI u)
Specified by:
getProxyUserName in class NetworkSettings.ProxyCredentialsProvider

getProxyPassword

protected char[] getProxyPassword(URI u)
Specified by:
getProxyPassword in class NetworkSettings.ProxyCredentialsProvider

isProxyAuthentication

protected boolean isProxyAuthentication(URI u)
Specified by:
isProxyAuthentication in class NetworkSettings.ProxyCredentialsProvider

org.netbeans.core/2 3.32

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.