Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for getHostnameVerifier (0.21 seconds)

  1. src/main/java/jcifs/http/NtlmHttpURLConnection.java

            HostnameVerifier hv = null;
            SSLSocketFactory ssf = null;
            if (this.connection instanceof HttpsURLConnection) {
                hv = ((HttpsURLConnection) this.connection).getHostnameVerifier();
                ssf = ((HttpsURLConnection) this.connection).getSSLSocketFactory();
            }
    
            this.connection = (HttpURLConnection) this.connection.getURL().openConnection();
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 25.6K bytes
    - Click Count (0)
  2. okhttp/api/jvm/okhttp.api

    	public abstract fun getDns ()Lokhttp3/Dns;
    	public abstract fun getEventListener ()Lokhttp3/EventListener;
    	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;
    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 getDns ()Lokhttp3/Dns;
    	public abstract fun getEventListener ()Lokhttp3/EventListener;
    	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;
    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