Class RequestUtil


  • public abstract class RequestUtil
    extends java.lang.Object
    Util methods for HttpServletRequest.
    Author:
    Jakub Kulaviak
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isWindowsClient​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

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

      • isWindowsClient

        public static boolean isWindowsClient​(javax.servlet.http.HttpServletRequest request)
        Parameters:
        request - request
        Returns:
        true if request was sent by windows client