DefaultPDUFactory
is a default implementation of the PDUFactory
interface. It creates PDUs depending on the target's message processing model. That is, a {@link PDUv1} instance iscreated for a SNMPv1 target whereas a {@link ScopedPDU} is createdfor a SNMPv3 target. In all other cases a {@link PDU} instance is created.
@author Frank Fock
@version 1.7.3
@since 1.0.4
|
|