Uses of Class
uk.co.westhawk.snmp.stack.AsnObjectId
Packages that use AsnObjectId
-
Uses of AsnObjectId in uk.co.westhawk.snmp.pdu
Methods in uk.co.westhawk.snmp.pdu with parameters of type AsnObjectIdModifier and TypeMethodDescriptionvoid
BlockPdu.addOid
(AsnObjectId oid) Adds an OID (object identifier) to the PDU.void
BlockPdu.addOid
(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.void
DiscoveryPdu.addOid
(AsnObjectId oid) Cannot add any OID.void
DiscoveryPdu.addOid
(AsnObjectId oid, AsnObject val) Cannot add any OID. -
Uses of AsnObjectId in uk.co.westhawk.snmp.stack
Methods in uk.co.westhawk.snmp.stack that return AsnObjectIdModifier and TypeMethodDescriptionvarbind.getOid()
Returns the oid, this is the name of the varbind.Methods in uk.co.westhawk.snmp.stack with parameters of type AsnObjectIdModifier and TypeMethodDescriptionvoid
Pdu.addOid
(AsnObjectId oid) Adds an OID (object identifier) to the PDU.void
Pdu.addOid
(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.int
AsnObjectId.compareTo
(AsnObjectId b) int
AsnObjectId.leftMostCompare
(int n, AsnObjectId b) Compares the n leftmost sub-identifiers with the given AsnObject in left-to-right direction.boolean
AsnObjectId.startsWith
(AsnObjectId prefix) Checks if this OID starts with the specified prefix.Constructors in uk.co.westhawk.snmp.stack with parameters of type AsnObjectIdModifierConstructorDescriptionvarbind
(AsnObjectId Oid) Constructor.varbind
(AsnObjectId Oid, AsnObject val) Constructor.