Package org.zeromq
Class ZMQTest
java.lang.Object
org.zeromq.ZMQTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest method forZMQ.Socket.bindToRandomPort(String).voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidTest method forZMQ.getVersionString().voidTest method forZMQ.makeVersion(int, int, int).voidvoidvoidvoidTest method for Router MandatoryvoidvoidTest method for various set/get options.voidvoidvoidvoidvoid
-
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()
-