public class SnmpTcpV1Manager extends SnmpManager
| Modifier and Type | Field and Description |
|---|---|
protected String |
snmpCommunity |
protected org.snmp4j.smi.TcpAddress |
tcpAddress |
destinationPort, loader, maxSizeRequestPDU, pduFactory, retries, snmp, timeout| Constructor and Description |
|---|
SnmpTcpV1Manager(net.percederberg.mibble.MibLoader loader,
String ipAddress,
String snmpCommunity,
int retries,
int timeout,
int maxSizeRequestPDU,
int destinationPort) |
| Modifier and Type | Method and Description |
|---|---|
protected org.snmp4j.PDU |
createPDU() |
protected void |
doInit() |
protected org.snmp4j.Target |
getTarget() |
fillTreeFromSNMP, get, get, getNext, init, main, set, walkprotected String snmpCommunity
protected org.snmp4j.smi.TcpAddress tcpAddress
public SnmpTcpV1Manager(net.percederberg.mibble.MibLoader loader,
String ipAddress,
String snmpCommunity,
int retries,
int timeout,
int maxSizeRequestPDU,
int destinationPort)
throws IOException
IOExceptionprotected void doInit()
throws IOException
doInit in class SnmpManagerIOExceptionprotected org.snmp4j.Target getTarget()
getTarget in class SnmpManagerprotected org.snmp4j.PDU createPDU()
createPDU in class SnmpManagerCopyright © 2016 iTransformers Labs. All rights reserved.