com.ireasoning.protocol.snmp
Class MsgHeader
java.lang.Object
com.ireasoning.protocol.snmp.MsgHeader
- All Implemented Interfaces:
- java.io.Serializable
public class MsgHeader
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_AUTH_NO_PRIV
public static final byte NO_AUTH_NO_PRIV
- See Also:
- Constant Field Values
AUTH_NO_PRIV
public static final byte AUTH_NO_PRIV
- See Also:
- Constant Field Values
AUTH_PRIV
public static final byte AUTH_PRIV
- See Also:
- Constant Field Values
MsgHeader
public MsgHeader()
getMsgID
public int getMsgID()
getSecurityLevel
public byte getSecurityLevel()
- Returns:
- one of { MsgHeader.NO_AUTH_NO_PRIV, MsgHeader.AUTH_NO_PRIV, MsgHeader.AUTH_PRIV}
getSecurityModel
public int getSecurityModel()
- Returns:
- one of {SnmpConst.V1_SECURITY_MODEL, SnmpConst.V2C_SECURITY_MODEL, SnmpConst.USM_SECURITY_MODEL}
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 iReasoning Inc. All Rights Reserved.