Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
Modifier and Type | Field and Description |
---|---|
static TransportDomain |
FConstant.DEFAULT_TRANSPORT_DOMAIN
Default transport domain is IPv4.
|
Modifier and Type | Method and Description |
---|---|
TransportDomain |
AgentWorker.getTransportDomain()
Returns transport domain
|
static TransportDomain |
TransportDomain.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransportDomain[] |
TransportDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.snmp4j.smi.OID |
TransportSnmp.getTransportDomainOID(TransportDomain td) |