Package org.zeromq

Class Utils


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

      Constructors 
      Modifier Constructor Description
      private Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkArgument​(boolean expression, java.lang.String errorMessage)  
      static int findOpenPort()  
      • Methods inherited from class java.lang.Object

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

      • Utils

        private Utils()
    • Method Detail

      • findOpenPort

        public static int findOpenPort()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • checkArgument

        public static void checkArgument​(boolean expression,
                                         java.lang.String errorMessage)