Class URLCheck
java.lang.Object
net.sourceforge.plantuml.security.URLCheck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isInnerAddress
(InetAddress inetAddress) static boolean
isURLforbidden
(String full) static boolean
isURLforbidden
(URL url)
-
Constructor Details
-
URLCheck
public URLCheck()
-
-
Method Details
-
isURLforbidden
-
isURLforbidden
public static boolean isURLforbidden(URL url) throws UnsupportedEncodingException, UnknownHostException -
isInnerAddress
-