Uses of Class
org.snmp4j.uri.SnmpURI.SnmpUriType
-
Packages that use SnmpURI.SnmpUriType Package Description org.snmp4j.uri -
-
Uses of SnmpURI.SnmpUriType in org.snmp4j.uri
Fields in org.snmp4j.uri declared as SnmpURI.SnmpUriType Modifier and Type Field Description (package private) SnmpURI.SnmpUriType
SnmpURI.Request. type
Methods in org.snmp4j.uri that return SnmpURI.SnmpUriType Modifier and Type Method Description SnmpURI.SnmpUriType
SnmpURI.Request. getType()
static SnmpURI.SnmpUriType
SnmpURI.SnmpUriType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SnmpURI.SnmpUriType[]
SnmpURI.SnmpUriType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.snmp4j.uri with parameters of type SnmpURI.SnmpUriType Constructor Description Request(Target<?> target, PDU pdu, OID[] oids, SnmpURI.SnmpUriType type)
-