-
- All Implemented Interfaces:
public class HttpsTestTarget.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpsTestTarget.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final HttpsTestTargetfromUrl(URL url, Boolean insecure)Creates a HttpsTestTarget from a URL. final HttpsTestTargetfromUrl(URL url)Creates a HttpsTestTarget from a URL. -
-
Method Detail
-
fromUrl
@JvmOverloads() final HttpsTestTarget fromUrl(URL url, Boolean insecure)
Creates a HttpsTestTarget from a URL. If the URL does not contain a port, 443 will be used.
- Parameters:
insecure- Supports using certs that will not be verified.
-
fromUrl
@JvmOverloads() final HttpsTestTarget fromUrl(URL url)
Creates a HttpsTestTarget from a URL. If the URL does not contain a port, 443 will be used.
-
-
-
-