| Package | Description |
|---|---|
| com.h3c.util.snmp.command |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Codec<E,C>
A Codec is a device or computer program capable of encoding and/or decoding
a digital data stream or signal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnmpAbstractCodec<E>
SNMP abstract codec.
|
class |
SnmpAbstractDecoder<E>
SNMP abstract decoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected Decoder<D,C> |
ReadCommand.getDecoder()
Gets the command decoder.
|
| Constructor and Description |
|---|
ReadCommand(I identity,
Decoder<D,C> decoder)
Creates a new read command.
|
SnmpReadCommand(Oid identity,
Decoder<D,SnmpField> decoder)
Creates a new SNMP read command.
|
SnmpReadListCommand(Oid identity,
Decoder<D,SnmpField> decoder)
Creates a new SNMP unidirectional list command (Read-only attribute
list).
|
SnmpReadListCommand(Oid identity,
Decoder<D,SnmpField> decoder,
int maxRepetitions)
Creates a new SNMP unidirectional list command (Read-only attribute
list).
|
Copyright © 2014. All Rights Reserved.