Package | Description |
---|---|
org.snmp4j.agent.mo.snmp | |
org.snmp4j.agent.mo.snmp.smi |
Modifier and Type | Method | Description |
---|---|---|
static int |
DisplayString.validateDisplayString(org.snmp4j.smi.Variable displayString,
ValueConstraint sizeConstraints) |
Validates a variable as a DisplayString OCTET STRING.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Constraints |
The
Constraints interface describes a collection of SNMP value
range constraints. |
Modifier and Type | Class | Description |
---|---|---|
class |
ConstraintsImpl |
The
ConstraintsImpl class represents a collection of constraints
that are applied to a SNMP value in the order they have been added to this
constraints collection. |
class |
EnumerationConstraint |
The
EnumerationConstraint class checks an Integer32
value to match a set of (enumerated) values or a OctetString
value to match a set of bit values for the BITS SMI type. |
Modifier and Type | Method | Description |
---|---|---|
ValueConstraint |
ValueConstraintValidator.getValueConstraint() |
Constructor | Description |
---|---|
ValueConstraintValidator(ValueConstraint valueConstraint) |
Copyright © 2018 SNMP4J.org. All rights reserved.