MessageDispatcherImpl
decodes and dispatches incoming messages using {@link MessageProcessingModel} instances and encodesand sends outgoing messages using an appropriate {@link TransportMapping}instances. The method {@link #processMessage} will be called from aTransportMapping
whereas the method {@link #sendPdu} will becalled by the application.
@see Snmp
@see TransportMapping
@see MessageProcessingModel
@see MPv1
@see MPv2c
@see MPv3
@author Frank Fock
@version 1.8
|
|
|
|
|
|
|
|