Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AuthenticationFailureListener> |
MessageDispatcherImpl.authenticationFailureListeners |
Modifier and Type | Method and Description |
---|---|
void |
MessageDispatcherImpl.addAuthenticationFailureListener(AuthenticationFailureListener l)
Adds a listener for authentication failure events caused by unauthenticated
incoming messages.
|
void |
MessageDispatcherImpl.removeAuthenticationFailureListener(AuthenticationFailureListener l)
Removes an
AuthenticationFailureListener . |