MessageDispatcher
interface defines common services of instances that process incoming SNMP messages and dispatch them to interested {@link CommandResponder} instances. It also provides a serviceto send out outgoing SNMP messages. A MessageDispatcher
needs at least one {@link TransportMapping}and at least one {@link MessageProcessingModel} in order to be able toprocess any messages.
@author Frank Fock
@version 1.6
|
|