| Package | Description |
|---|---|
| org.snmp4j.agent.mo.snmp | |
| org.snmp4j.agent.mo.snmp.smi |
| Modifier and Type | Method and Description |
|---|---|
static int |
DisplayString.validateDisplayString(org.snmp4j.smi.Variable displayString,
ValueConstraint sizeConstraints)
Validates a variable as a DisplayString OCTET STRING.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Constraints
The
Constraints interface describes a collection of SNMP value
range constraints. |
| Modifier and Type | Class and 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 and Description |
|---|---|
ValueConstraint |
ValueConstraintValidator.getValueConstraint() |
| Constructor and Description |
|---|
ValueConstraintValidator(ValueConstraint valueConstraint) |
Copyright © 2019 SNMP4J.org. All rights reserved.