| Package | Description |
|---|---|
| org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
| Modifier and Type | Method and Description |
|---|---|
SnmpV3Target.PrivType |
SnmpV3Target.getPrivType()
Gets the privacy type.
|
SnmpV3Target.PrivType |
SimpleSnmpV3Target.getPrivType()
Gets the privacy type.
|
static SnmpV3Target.PrivType |
SnmpV3Target.PrivType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpV3Target.PrivType[] |
SnmpV3Target.PrivType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSnmpV3Target.setPrivType(SnmpV3Target.PrivType privType)
Sets the
privType property. |
Copyright © 2012–2017. All rights reserved.