|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--com.adventnet.snmp.snmp2.UDPCommunication
| Field Summary | |
(package private) java.util.Hashtable |
responseList
|
(package private) java.util.Hashtable |
timeOutTable
|
(package private) UDPTransportImpl |
udpt
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY,
values |
| Constructor Summary | |
UDPCommunication()
|
|
| Method Summary | |
byte[] |
getData(int requestID)
|
(package private) static int |
getRequestID(byte[] b)
|
void |
run()
|
void |
sendData(byte[] data,
java.lang.String host,
int port,
long timeoutmillis)
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
UDPTransportImpl udpt
java.util.Hashtable responseList
java.util.Hashtable timeOutTable
| Constructor Detail |
public UDPCommunication()
| Method Detail |
public void run()
public byte[] getData(int requestID)
public void sendData(byte[] data,
java.lang.String host,
int port,
long timeoutmillis)
throws java.lang.Exception
static int getRequestID(byte[] b)
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||