Package com.knife.web.browser

Examples of com.knife.web.browser.Platform


        // ver = null;
        major = 0;
      }

    }
    Platform platform = detectedPlatform(userAgentString);
    boolean hasAppleWebKit = hasAppleWebKit(userAgentString);

    return new WebClient(ua, major, ver, platform, hasAppleWebKit);
  }
View Full Code Here

TOP

Related Classes of com.knife.web.browser.Platform

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.