public class MultiThreadedTrapReceiver extends Object implements CommandResponder
| Constructor and Description |
|---|
MultiThreadedTrapReceiver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
processPdu(CommandResponderEvent event)
Process an incoming request, report or notification PDU.
|
void |
run() |
public void run()
public static void main(String[] args)
public void processPdu(CommandResponderEvent event)
CommandResponderprocessPdu in interface CommandResponderevent - a CommandResponderEvent instance containing the PDU to
process and some additional information returned by the message
processing model that decoded the SNMP message.Copyright © 2016 SNMP4J.org. All Rights Reserved.