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
Fields in org.snmp4j with type parameters of type AuthenticationFailureListener Modifier and Type Field Description private java.util.List<AuthenticationFailureListener>
MessageDispatcherImpl. authenticationFailureListeners
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
.
-