Class CometFrameInfoUtils
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.frameinfo.CometFrameInfoUtils
-
public class CometFrameInfoUtils extends java.lang.ObjectThe type Comet frame info utils.
-
-
Constructor Summary
Constructors Constructor Description CometFrameInfoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsSearchCriteria(int flags, FileRequestParameters.SearchFlag criteria)Checks if the value of the given criteria has any of the given flags.
-
-
-
Method Detail
-
containsSearchCriteria
public static boolean containsSearchCriteria(int flags, FileRequestParameters.SearchFlag criteria)Checks if the value of the given criteria has any of the given flags.- Parameters:
flags- the flagscriteria- the criteria- Returns:
- the boolean
-
-