Class URLVerifier


  • public class URLVerifier
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      URLVerifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean verifyURL​(java.lang.String url)  
      boolean verifyURLforToken​(java.lang.String url, java.lang.String token)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLVerifier

        public URLVerifier()
    • Method Detail

      • verifyURL

        public boolean verifyURL​(java.lang.String url)
      • verifyURLforToken

        public boolean verifyURLforToken​(java.lang.String url,
                                         java.lang.String token)