Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.event |
Provides classes and interfaces for SNMP4J event processing.
|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.transport.ssh | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageDispatcher
The
MessageDispatcher interface defines common services of
instances that process incoming SNMP messages and dispatch them to
interested CommandResponder instances. |
Modifier and Type | Class and Description |
---|---|
class |
MessageDispatcherImpl
The
MessageDispatcherImpl decodes and dispatches incoming
messages using MessageProcessingModel instances and encodes
and sends outgoing messages using an appropriate TransportMapping
instances. |
Modifier and Type | Method and Description |
---|---|
void |
TransportMapping.addTransportListener(TransportListener transportListener)
Adds a transport listener to the transport.
|
void |
TransportMapping.removeTransportListener(TransportListener transportListener)
Removes a transport listener.
|
Constructor and Description |
---|
AuthenticationFailureEvent(TransportListener source,
Address sourceAddress,
TransportMapping transport,
int error,
BERInputStream message)
Creates an authentication failure event.
|
Modifier and Type | Field and Description |
---|---|
protected List<TransportListener> |
AbstractTransportMapping.transportListener |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransportMapping.addTransportListener(TransportListener l) |
void |
AbstractTransportMapping.removeTransportListener(TransportListener l) |
Modifier and Type | Method and Description |
---|---|
void |
SshSession.addTransportListener(TransportListener transportListener) |
void |
SshSession.removeTransportListener(TransportListener transportListener) |
Modifier and Type | Class and Description |
---|---|
class |
MultiThreadedMessageDispatcher
The
MultiThreadedMessageDispatcher class is a decorator
for any MessageDispatcher instances that processes incoming
message with a supplied ThreadPool . |
Copyright © 2021 SNMP4J.org. All rights reserved.