Class TransportAuditEvent

java.lang.Object
java.util.EventObject
org.snmp4j.transport.TransportAuditEvent
All Implemented Interfaces:
Serializable

public class TransportAuditEvent extends EventObject
The TransportAuditEvent describes a transport level operation that is about to be executed (or, for TransportAuditEvent.TransportOperation.CLOSE, has been executed) by a TransportMapping. It is passed to all registered TransportAuditListeners through AbstractTransportMapping.fireTransportAuditEvent(TransportAuditEvent), which lets the listeners control (allow or deny) and audit the transport's communication.
Since:
3.12.0
Version:
3.12.0
Author:
Frank Fock
See Also: