Package org.zeromq
Class ZMQTest
java.lang.Object
org.zeromq.ZMQTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test method forZMQ.Socket.bindToRandomPort(String)
.void
void
void
void
void
void
void
void
void
void
void
void
void
Test method forZMQ.getVersionString()
.void
Test method forZMQ.makeVersion(int, int, int)
.void
void
void
void
Test method for Router Mandatoryvoid
void
Test method for various set/get options.void
void
void
void
void
-
Constructor Details
-
ZMQTest
public ZMQTest()
-
-
Method Details
-
testMakeVersion
public void testMakeVersion()Test method forZMQ.makeVersion(int, int, int)
. -
testGetVersion
public void testGetVersion()Test method forZMQ.getVersionString()
. -
testBindToRandomPort
public void testBindToRandomPort()Test method forZMQ.Socket.bindToRandomPort(String)
. -
testReqRep
public void testReqRep() -
testXPUBSUB
public void testXPUBSUB() -
testSetXpubVerbose
public void testSetXpubVerbose() -
testSetOption
public void testSetOption()Test method for various set/get options. -
testProxy
- Throws:
Exception
-
testRouterMandatory
public void testRouterMandatory()Test method for Router Mandatory -
testSendMoreRequestReplyOverTcp
public void testSendMoreRequestReplyOverTcp() -
testWritingToClosedSocket
public void testWritingToClosedSocket() -
testZeroCopyRecv
public void testZeroCopyRecv() -
testZeroCopySend
- Throws:
InterruptedException
-
testByteBufferSend
- Throws:
InterruptedException
-
testByteBufferRecv
-
testByteBufferRecvTooLarge
-
testPollerUnregister
public void testPollerUnregister() -
testEventConnected
public void testEventConnected() -
testEventConnectDelayed
public void testEventConnectDelayed() -
testEventConnectRetried
public void testEventConnectRetried() -
testEventListening
public void testEventListening() -
testEventBindFailed
public void testEventBindFailed() -
testEventAccepted
public void testEventAccepted() -
testEventClosed
public void testEventClosed() -
testEventDisconnected
public void testEventDisconnected() -
testEventMonitorStopped
public void testEventMonitorStopped()
-