| Package | Description |
|---|---|
| org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
| org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Snmp.cancel(PDU request,
ResponseListener listener) |
void |
Session.cancel(PDU request,
ResponseListener listener)
Cancels an asynchronous request.
|
void |
Snmp.get(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Asynchronously sends a GET request
PDU to the given target. |
void |
Snmp.getBulk(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Asynchronously sends a GETBULK request
PDU to the given
target. |
void |
Snmp.getNext(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Asynchronously sends a GETNEXT request
PDU to the given
target. |
void |
Snmp.inform(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Asynchronously sends an INFORM request
PDU to the given
target. |
void |
Snmp.send(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener) |
void |
Session.send(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Asynchronously sends a
PDU to the given target. |
void |
Snmp.send(PDU pdu,
Target target,
TransportMapping transport,
Object userHandle,
ResponseListener listener) |
void |
Session.send(PDU pdu,
Target target,
TransportMapping transport,
Object userHandle,
ResponseListener listener)
Asynchronously sends a
PDU to the given target. |
void |
Snmp.sendPDU(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Deprecated.
Please use
Snmp.send(PDU pdu, Target target, Object
userHandle, ResponseListener listener) instead. It has exactly
the same function but follows the new naming scheme. This method
will be supported until v2.0. |
void |
Snmp.set(PDU pdu,
Target target,
Object userHandle,
ResponseListener listener)
Asynchronously sends a SET request
PDU to the given target. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableUtils.TableRequest |
Copyright © 2014 SNMP4J.org. All rights reserved.