Uses of Interface
org.snmp4j.event.AuthenticationFailureListener
Packages that use AuthenticationFailureListener
Package
Description
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 AuthenticationFailureListenerModifier and TypeMethodDescriptionvoidMessageDispatcherImpl.addAuthenticationFailureListener(AuthenticationFailureListener l) Adds a listener for authentication failure events caused by unauthenticated incoming messages.voidMessageDispatcherImpl.removeAuthenticationFailureListener(AuthenticationFailureListener l) Removes anAuthenticationFailureListener.