|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.veraxsystems.icmp.jni.handlers.SendHandler
public class SendHandler
Internally used class for testing socket simultaneous send/receive operation. This handler is responsible for sending ICMP echo request via provided IcmpJniBridge object.
Constructor Summary | |
---|---|
SendHandler(IcmpJniBridge icmpVal,
int requestsCountVal,
Counter sendCounterVal)
Initialize handler |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SendHandler(IcmpJniBridge icmpVal, int requestsCountVal, Counter sendCounterVal)
icmpVal
- the ICMP object messages are received fromrequestsNumberVal
- number of expected requestshandledCounterVal
- counter of received responsesMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |