Uses of Interface
org.snmp4j.transport.TransportAuditListener
Packages that use TransportAuditListener
-
Uses of TransportAuditListener in org.snmp4j.transport
Fields in org.snmp4j.transport with type parameters of type TransportAuditListenerModifier and TypeFieldDescriptionprotected List<TransportAuditListener> AbstractTransportMapping.transportAuditListenersMethods in org.snmp4j.transport with parameters of type TransportAuditListenerModifier and TypeMethodDescriptionvoidAbstractTransportMapping.addTransportAuditListener(TransportAuditListener l) Adds aTransportAuditListenerthat is able to control (allow/deny) and audit the communication of this transport mapping.voidAbstractTransportMapping.removeTransportAuditListener(TransportAuditListener l) Removes a previously addedTransportAuditListener.