Package | Description |
---|---|
com.caucho.server.snmp | |
com.caucho.server.snmp.types |
Modifier and Type | Method and Description |
---|---|
protected SnmpValue |
SnmpRequest.getMBean(ObjectIdentifierValue objectIdentifier) |
SnmpValue |
SnmpParser.read() |
Modifier and Type | Method and Description |
---|---|
SequenceValue<SnmpValue> |
SnmpParser.readSequence() |
Modifier and Type | Method and Description |
---|---|
protected void |
SnmpRequest.sendResponse(SnmpValue response) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceValue<T extends SnmpValue> |
Modifier and Type | Class and Description |
---|---|
class |
CounterValue |
class |
GaugeValue |
class |
GetNextRequestPduValue |
class |
GetRequestPduValue |
class |
GetResponsePduValue |
class |
IntegerValue |
class |
IpAddressValue |
class |
NullValue |
class |
ObjectIdentifierValue |
class |
OctetStringValue |
class |
OpaqueValue |
class |
PduValue |
class |
RequestPduValue |
class |
SequenceValue<T extends SnmpValue> |
class |
SetRequestPduValue |
class |
SnmpMessageValue |
class |
TimeTicksValue |
class |
TrapPduValue |
class |
UnsignedIntegerValue |
class |
VarBindListValue |
class |
VarBindValue |
Modifier and Type | Method and Description |
---|---|
static SnmpValue |
SnmpValue.create(java.lang.Object obj) |
static SnmpValue |
SnmpValue.create(java.lang.Object obj,
int type) |
static SnmpValue |
SnmpValue.create(java.lang.Object obj,
java.lang.String typeStr) |
SnmpValue |
VarBindValue.getValue() |
SnmpValue[] |
VarBindListValue.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
VarBindValue.add(SnmpValue value) |
Constructor and Description |
---|
VarBindValue(ObjectIdentifierValue name,
SnmpValue value) |