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)
CommandResponder
processPdu
in interface CommandResponder
event
- a CommandResponderEvent
instance containing the PDU to
process and some additional information returned by the message
processing model that decoded the SNMP message.Copyright © 2013 SNMP4J.org. All rights reserved.