Class URLCheck
- java.lang.Object
-
- net.sourceforge.plantuml.security.URLCheck
-
public class URLCheck extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description URLCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isInnerAddress(java.net.InetAddress inetAddress)
static boolean
isURLforbidden(java.lang.String full)
static boolean
isURLforbidden(java.net.URL url)
-
-
-
Method Detail
-
isURLforbidden
public static boolean isURLforbidden(java.lang.String full)
-
isURLforbidden
public static boolean isURLforbidden(java.net.URL url) throws java.io.UnsupportedEncodingException, java.net.UnknownHostException
- Throws:
java.io.UnsupportedEncodingException
java.net.UnknownHostException
-
isInnerAddress
public static boolean isInnerAddress(java.net.InetAddress inetAddress)
-
-