Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.test | |
org.snmp4j.tools.console |
Modifier and Type | Method and Description |
---|---|
protected VariableBinding |
Snmp.ReportProcessor.checkReport(CommandResponderEvent e,
PDU pdu,
Snmp.PendingRequest request) |
protected void |
MessageDispatcherImpl.fireProcessPdu(CommandResponderEvent e)
Fires a
CommandResponderEvent . |
protected void |
Snmp.fireProcessPdu(CommandResponderEvent event)
Fires a
CommandResponderEvent event to inform listeners about
a received PDU. |
void |
CommandResponder.processPdu(CommandResponderEvent event)
Process an incoming request, report or notification PDU.
|
void |
Snmp.processPdu(CommandResponderEvent event)
Process an incoming request or notification PDU.
|
void |
Snmp.NotificationDispatcher.processPdu(CommandResponderEvent event) |
void |
Snmp.ReportHandler.processReport(PduHandle pduHandle,
CommandResponderEvent event) |
void |
Snmp.ReportProcessor.processReport(PduHandle handle,
CommandResponderEvent e) |
protected void |
Snmp.NotificationDispatcher.sendInformResponse(CommandResponderEvent event)
Sends a RESPONSE PDU to the source address of a INFORM request.
|
Constructor and Description |
---|
CommandResponderEvent(java.lang.Object source,
CommandResponderEvent other)
Creates shallow copy of the supplied
CommandResponderEvent
but the source of the event is set to the supplied source. |
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadedTrapReceiver.processPdu(CommandResponderEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpRequest.processPdu(CommandResponderEvent e) |