Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTimeoutModel
The
DefaultTimeoutModel implements a timeout model that uses
constant timeouts between retries. |
Modifier and Type | Method and Description |
---|---|
TimeoutModel |
Snmp.getTimeoutModel()
Gets the timeout model associated with this SNMP session.
|
Modifier and Type | Method and Description |
---|---|
void |
Snmp.setTimeoutModel(TimeoutModel timeoutModel)
Sets the timeout model for this SNMP session.
|
Copyright © 2016 SNMP4J.org. All rights reserved.