Package net.snowflake.client.core
Class URLUtil
- java.lang.Object
-
- net.snowflake.client.core.URLUtil
-
public class URLUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description URLUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isValidURL(String url)
static String
urlEncode(String target)
-
-
-
Method Detail
-
isValidURL
public static boolean isValidURL(String url)
-
urlEncode
@Nullable public static String urlEncode(String target) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-