Uses of Interface
org.snmp4j.event.AuthenticationFailureListener
-
Packages that use AuthenticationFailureListener Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of AuthenticationFailureListener in org.snmp4j
Methods in org.snmp4j with parameters of type AuthenticationFailureListener Modifier and Type Method Description void
MessageDispatcherImpl. addAuthenticationFailureListener(AuthenticationFailureListener l)
Adds a listener for authentication failure events caused by unauthenticated incoming messages.void
MessageDispatcherImpl. removeAuthenticationFailureListener(AuthenticationFailureListener l)
Removes anAuthenticationFailureListener
.
-