com.ireasoning.protocol.snmp
Class MsgHeader
java.lang.Object
com.ireasoning.protocol.snmp.MsgHeader
- All Implemented Interfaces:
- Serializable
- public class MsgHeader
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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 String toString()
Copyright © 2002 iReasoning Inc. All Rights Reserved.