Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for topPrivateDomain (0.18 sec)

  1. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

       *
       * In general this method **should not** be used to test whether a domain is valid or routable.
       * Instead, DNS is the recommended source for that information.
       *
       * | URL                           | `topPrivateDomain()` |
       * | :---------------------------- | :------------------- |
       * | `http://google.com`           | `"google.com"`       |
       * | `http://adwords.google.co.uk` | `"google.co.uk"`     |
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 09 12:33:05 GMT 2024
    - 63.5K bytes
    - Viewed (1)
  2. okhttp/api/okhttp.api

    	public final fun redact ()Ljava/lang/String;
    	public final fun resolve (Ljava/lang/String;)Lokhttp3/HttpUrl;
    	public final fun scheme ()Ljava/lang/String;
    	public fun toString ()Ljava/lang/String;
    	public final fun topPrivateDomain ()Ljava/lang/String;
    	public final fun uri ()Ljava/net/URI;
    	public final fun url ()Ljava/net/URL;
    	public final fun username ()Ljava/lang/String;
    }
    
    public final class okhttp3/HttpUrl$Builder {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 70.2K bytes
    - Viewed (0)
Back to top