|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--snmp.AsnEncoder
Encode SNMP data and place on an output stream.
Constructor Summary | |
AsnEncoder()
|
Method Summary | |
void |
EncodeSNMP(java.io.OutputStream out,
java.util.Enumeration ve,
java.lang.String community,
int rId,
int errstat,
int errind,
byte msg_type)
Encode SNMPv1 packet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsnEncoder()
Method Detail |
public void EncodeSNMP(java.io.OutputStream out, java.util.Enumeration ve, java.lang.String community, int rId, int errstat, int errind, byte msg_type) throws java.io.IOException
out
- The output stream.ve
- The data ??? to be placed in varbinds, encoded, and sent on the output stream.community
- The SNMP community name.rId
- The request Id.errstat
- The error status.errind
- The error index.msg_type
- The type of SNMP Pdu.
|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |