Class Utils
java.lang.Object
zmq.Utils
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]bytes(ByteBuffer buf) Deprecated.static booleanDeprecated.static intDeprecated.static AddressDeprecated.static byte[]randomBytes(int length) Deprecated.static intDeprecated.static byte[]realloc(byte[] src, int size) Deprecated.static <T> T[]Deprecated.static voidunblockSocket(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
-
unblockSocket
Deprecated.- Throws:
IOException
-
realloc
Deprecated. -
bytes
Deprecated. -
realloc
public static byte[] realloc(byte[] src, int size) Deprecated. -
delete
Deprecated. -
getPeerIpAddress
Deprecated.
-