Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.event |
Provides classes and interfaces for SNMP4J event processing.
|
org.snmp4j.tools.console | |
org.snmp4j.uri | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Field and Description |
---|---|
private ResponseEvent |
Snmp.SyncResponseListener.response |
Modifier and Type | Method and Description |
---|---|
ResponseEvent |
Snmp.get(PDU pdu,
Target target)
Sends a GET request to a target.
|
ResponseEvent |
Snmp.getBulk(PDU pdu,
Target target)
Sends a GETBULK request to a target.
|
ResponseEvent |
Snmp.getNext(PDU pdu,
Target target)
Sends a GETNEXT request to a target.
|
ResponseEvent |
Snmp.SyncResponseListener.getResponse() |
ResponseEvent |
Snmp.inform(PDU pdu,
Target target)
Sends an INFORM request to a target.
|
ResponseEvent |
Session.send(PDU pdu,
Target target)
Sends a
PDU to the given target and returns the received
response PDU . |
ResponseEvent |
Snmp.send(PDU pdu,
Target target) |
ResponseEvent |
Session.send(PDU pdu,
Target target,
TransportMapping transport)
Sends a
PDU to the given target and returns the received
response PDU encapsulated in a ResponseEvent
object that also includes:
the transport address of the response sending peer,
the Target information of the target,
the request PDU ,
the response PDU (if any). |
ResponseEvent |
Snmp.send(PDU pdu,
Target target,
TransportMapping transport)
Sends a
PDU to the given target and if the PDU
is a confirmed request, then the received response is returned
synchronously. |
private ResponseEvent |
Snmp.send(PDU pdu,
Target target,
TransportMapping transport,
int maxRequestStatus) |
ResponseEvent |
Snmp.set(PDU pdu,
Target target)
Sends a SET request to a target.
|
Modifier and Type | Method and Description |
---|---|
void |
Snmp.SyncResponseListener.onResponse(ResponseEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseListener.onResponse(ResponseEvent event)
Process a SNMP response.
|
Modifier and Type | Method and Description |
---|---|
private void |
LogControl.verifyLoggerModification(Snmp snmp,
Target target,
PDU pdu,
OID levelOID,
java.lang.String logger,
OID loggerIndex,
java.lang.String newLevel,
ResponseEvent response) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpURI.AsyncResponseListener.onResponse(ResponseEvent event) |
Modifier and Type | Method and Description |
---|---|
ResponseEvent |
TableUtils.createRow(Target target,
OID rowStatusColumnOID,
OID rowIndex,
VariableBinding[] values)
Creates a SNMP table row for a table that supports the RowStatus
mechanism for row creation.
|
ResponseEvent |
TableUtils.destroyRow(Target target,
OID rowStatusColumnOID,
OID rowIndex)
Destroys a SNMP table row from a table that support the RowStatus
mechanism for row creation/deletion.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TableUtils.TableRequest.checkResponse(ResponseEvent event) |
void |
TreeUtils.TreeRequest.onResponse(ResponseEvent event) |
void |
TableUtils.TableRequest.onResponse(ResponseEvent event) |
void |
TableUtils.DenseTableRequest.onResponse(ResponseEvent event) |