Package | Description |
---|---|
com.caucho.server.snmp | |
com.caucho.server.snmp.types |
Modifier and Type | Method and Description |
---|---|
PduValue |
SnmpParser.readGetNextRequestPdu() |
PduValue |
SnmpParser.readGetRequestPdu() |
PduValue |
SnmpParser.readGetResponsePdu() |
PduValue |
SnmpParser.readSetRequestPdu() |
Modifier and Type | Class and Description |
---|---|
class |
GetNextRequestPduValue |
class |
GetRequestPduValue |
class |
GetResponsePduValue |
class |
RequestPduValue |
class |
SetRequestPduValue |
class |
TrapPduValue |
Modifier and Type | Method and Description |
---|---|
static PduValue |
PduValue.create(int type) |
static PduValue |
PduValue.create(int type,
IntegerValue requestId,
IntegerValue error,
IntegerValue errorIndex,
VarBindListValue varBindList) |
PduValue |
SnmpMessageValue.getPdu() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpMessageValue.setPdu(PduValue pdu) |
Constructor and Description |
---|
SnmpMessageValue(IntegerValue version,
OctetStringValue community,
PduValue pdu) |
SnmpMessageValue(int version,
java.lang.String community,
PduValue pdu) |