Package zmq
Class Utils
java.lang.Object
zmq.Utils
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
bytes
(ByteBuffer buf) Deprecated.static boolean
Deprecated.static int
Deprecated.static Address
Deprecated.static byte[]
randomBytes
(int length) Deprecated.static int
Deprecated.static byte[]
realloc
(byte[] src, int size) Deprecated.static <T> T[]
Deprecated.static void
unblockSocket
(SelectableChannel... channels) Deprecated.
-
Constructor Details
-
Utils
private Utils()Deprecated.
-
-
Method Details
-
randomInt
public static int randomInt()Deprecated. -
randomBytes
public static byte[] randomBytes(int length) Deprecated. -
findOpenPort
Deprecated.- Throws:
IOException
-
unblockSocket
Deprecated.- Throws:
IOException
-
realloc
Deprecated. -
bytes
Deprecated. -
realloc
public static byte[] realloc(byte[] src, int size) Deprecated. -
delete
Deprecated. -
getPeerIpAddress
Deprecated.
-