See: Description
Interface | Description |
---|---|
Codec<E,C> |
A Codec is a device or computer program capable of encoding and/or decoding
a digital data stream or signal.
|
CommandExecutionListener<I,E> |
Command execution listener.
|
CommandProcessor<I,E> |
Command processor.
|
Decoder<E,C> |
A decoder is a device which does the reverse of an encoder, undoing the
encoding so that the original information can be retrieved.
|
Class | Description |
---|---|
Command<I> |
Command.
|
Oid |
Object identifier (OID).
|
ReadCommand<I,D,C> |
Command which only reads data.
|
ReadWriteCommand<I,D,C> |
Command which reads and writes data.
|
SnmpAbstractCodec<E> |
SNMP abstract codec.
|
SnmpAbstractDecoder<E> |
SNMP abstract decoder.
|
SnmpCommandProcessor |
SNMP Command Processor.
|
SnmpConnectionConfiguration |
SNMP Connection Configuration.
|
SnmpCredentials |
SNMP Credentials.
|
SnmpErrorDescriptor |
SNMP Error descriptor.
|
SnmpReadCommand<D> |
Simple Network Management Protocol (SNMP) command which only read data.
|
SnmpReadListCommand<D> |
Simple Network Management Protocol (SNMP) command which reads a list of
data.
|
SnmpReadWriteCommand<D> |
Simple Network Management Protocol (SNMP) command which reads and writes
data.
|
ThrowableErrorDescriptor<E> |
Throwable-error descriptor.
|
Enum | Description |
---|---|
SnmpError |
SNMP Error.
|
Copyright © 2015. All Rights Reserved.