Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for setProxy (0.06 seconds)

  1. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java

        }
    
        String getRepositoryKey(ArtifactRepository repository) {
            StringBuilder buffer = new StringBuilder(256);
    
            Proxy proxy = repository.getProxy();
            if (proxy != null) {
                if (proxy.getUserName() != null) {
                    int hash = (proxy.getUserName() + proxy.getPassword()).hashCode();
                    buffer.append(hash).append('@');
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Dec 16 13:41:14 GMT 2025
    - 9.4K bytes
    - Click Count (0)
  2. okhttp/api/jvm/okhttp.api

    	public abstract fun getFollowRedirects ()Z
    	public abstract fun getFollowSslRedirects ()Z
    	public abstract fun getHostnameVerifier ()Ljavax/net/ssl/HostnameVerifier;
    	public abstract fun getProxy ()Ljava/net/Proxy;
    	public abstract fun getProxyAuthenticator ()Lokhttp3/Authenticator;
    	public abstract fun getProxySelector ()Ljava/net/ProxySelector;
    	public abstract fun getRetryOnConnectionFailure ()Z
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 72.3K bytes
    - Click Count (0)
  3. okhttp/api/android/okhttp.api

    	public abstract fun getFollowRedirects ()Z
    	public abstract fun getFollowSslRedirects ()Z
    	public abstract fun getHostnameVerifier ()Ljavax/net/ssl/HostnameVerifier;
    	public abstract fun getProxy ()Ljava/net/Proxy;
    	public abstract fun getProxyAuthenticator ()Lokhttp3/Authenticator;
    	public abstract fun getProxySelector ()Ljava/net/ProxySelector;
    	public abstract fun getRetryOnConnectionFailure ()Z
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 72.3K bytes
    - Click Count (0)
Back to Top