public class ZMQTest extends Object
Constructor | Description |
---|---|
ZMQTest() |
Modifier and Type | Method | Description |
---|---|---|
void |
testBindToRandomPort() |
Test method for
ZMQ.Socket.bindToRandomPort(String) . |
void |
testByteBufferRecv() |
|
void |
testByteBufferRecvTooLarge() |
|
void |
testByteBufferSend() |
|
void |
testEventAccepted() |
|
void |
testEventBindFailed() |
|
void |
testEventClosed() |
|
void |
testEventConnectDelayed() |
|
void |
testEventConnected() |
|
void |
testEventConnectRetried() |
|
void |
testEventDisconnected() |
|
void |
testEventListening() |
|
void |
testEventMonitorStopped() |
|
void |
testGetVersion() |
Test method for
ZMQ.getVersionString() . |
void |
testMakeVersion() |
Test method for
ZMQ.makeVersion(int, int, int) . |
void |
testPollerUnregister() |
|
void |
testProxy() |
|
void |
testReqRep() |
|
void |
testRouterMandatory() |
Test method for Router Mandatory
|
void |
testSendMoreRequestReplyOverTcp() |
|
void |
testSetOption() |
Test method for various set/get options.
|
void |
testSetXpubVerbose() |
|
void |
testWritingToClosedSocket() |
|
void |
testXPUBSUB() |
|
void |
testZeroCopyRecv() |
|
void |
testZeroCopySend() |
public void testMakeVersion()
ZMQ.makeVersion(int, int, int)
.public void testGetVersion()
ZMQ.getVersionString()
.public void testBindToRandomPort()
ZMQ.Socket.bindToRandomPort(String)
.public void testReqRep()
public void testXPUBSUB()
public void testSetXpubVerbose()
public void testSetOption()
public void testRouterMandatory()
public void testSendMoreRequestReplyOverTcp()
public void testWritingToClosedSocket()
public void testZeroCopyRecv()
public void testZeroCopySend() throws InterruptedException
InterruptedException
public void testByteBufferSend() throws InterruptedException
InterruptedException
public void testByteBufferRecv() throws InterruptedException, CharacterCodingException
public void testByteBufferRecvTooLarge() throws InterruptedException, CharacterCodingException
public void testPollerUnregister()
public void testEventConnected()
public void testEventConnectDelayed()
public void testEventConnectRetried()
public void testEventListening()
public void testEventBindFailed()
public void testEventAccepted()
public void testEventClosed()
public void testEventDisconnected()
public void testEventMonitorStopped()