| Interface | Description |
|---|---|
| Formatter |
A formatter for an SNMP object value.
|
| IndexDescriptor |
A descriptor for a conceptual table index object.
|
| IndexExtractor |
An object that produces a description of each of the index objects
contained in the identifier for an object that is defined in
a conceptual table.
|
| Mib |
A façade for a MIB implementation.
|
| MibTrapV1Support |
A provider of specialized MIB support for handling SNMPv1 TRAP PDUs.
|
| ObjectValue |
A value associated with an SNMP managed object.
|
| SnmpAsyncOperations |
An API for asynchronous SNMP operations.
|
| SnmpAsyncWalker<V> |
An object that walks a conceptual table asynchronously.
|
| SnmpCallback<V> |
A callback for an asynchronous SNMP operation.
|
| SnmpCompletionService<V> |
A service that awaits the completion of
SnmpOperation instances. |
| SnmpContext |
A context for performing SNMP operations with an SNMP agent.
|
| SnmpDefaults |
Various defaults for SNMP.
|
| SnmpListener |
A component that listens for SNMP notifications (traps, informs) and
makes them available to registered handlers.
|
| SnmpNotification |
An SNMP notification (trap, inform).
|
| SnmpNotificationEvent |
An event resulting from receipt of an
SnmpNotification by an
SnmpListener. |
| SnmpNotificationHandler |
An object that is registered with an
SnmpListener to receive
SNMP notifications (traps, informs). |
| SnmpOperation<V> |
An SNMP operation.
|
| SnmpOperationFactory |
An API for creating SNMP operations.
|
| SnmpOperations |
An API for synchronous SNMP operations.
|
| SnmpResponse<T> |
A response to an SNMP operation.
|
| SnmpTarget |
A object that represents an SNMP agent on a network.
|
| SnmpTargetConfig |
A configuration for an
SnmpContext. |
| SnmpV1Trap |
An
SnmpNotification that has the additional properties associated
with an SNMPv1 TRAP. |
| SnmpV2cTarget |
An SNMPv2c
SnmpTarget. |
| SnmpV3Target |
An SNMPv3
SnmpTarget. |
| SnmpWalker<V> |
An object that walks a conceptual table.
|
| Varbind | |
| VarbindCollection |
An ordered collection of
Varbind objects resulting from
an SNMP operation. |
| Class | Description |
|---|---|
| BlockingQueueSnmpCompletionService<V> |
An
SnmpCompletionService that is backed by a BlockingQueue. |
| MibFactory |
A factory that produces
Mib objects. |
| MutableVarbindCollection |
A mutable
VarbindCollection. |
| SimpleSnmpTargetConfig |
An
SnmpTargetConfig implemented as a simple configurable
bean. |
| SimpleSnmpV2cTarget |
A
SnmpV2cTarget implemented as a simple configurable bean. |
| SimpleSnmpV3Target |
A
SnmpV3Target implemented as a simple configurable bean. |
| SnmpEvent<V> |
An object that describes an asynchronous SNMP event.
|
| SnmpFactory |
A factory that produces contexts and listeners for SNMP.
|
| SnmpFactoryConfig |
A configuration object for
SnmpFactory. |
| SnmpTargetBase |
An abstract base for
SnmpTarget implementations. |
| Enum | Description |
|---|---|
| SnmpNotification.Type | |
| SnmpV3Target.AuthType |
An enumeration of SNMPv3 authentication types.
|
| SnmpV3Target.PrivType |
An enumeration of SNMPv3 privacy types.
|
| Exception | Description |
|---|---|
| MibException |
A base class for runtime exceptions thrown by the MIB façade.
|
| ModuleParseException |
An exception thrown when a specified MIB module cannot be located by
the underlying provider.
|
| NameNotFoundException |
An exception thrown when a MIB name is not recognized by the MIB
provider.
|
| ProviderNotFoundException |
An exception thrown when a named provider is not found by the
ServiceLoader. |
| SnmpException |
Base class for any SNMP exceptions.
|
| TimeoutException |
An exception thrown when an SNMP request times out.
|
| TruncatedResponseException |
An exception thrown when a walk encounters a GETBULK response that is
unexpectedly truncated.
|
| WouldBlockException |
An exception thrown by an
SnmpAsyncWalker to indicate that
obtaining the next response would block because it has not yet been
retrieved from the remote agent. |
Copyright © 2012–2015. All rights reserved.