|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.snmp.manager.SnmpConst
This class contains constants related to SNMP manager package. All members are static and can be used by any application.
Field Summary | |
static int |
DefaultOption
By default the following options are set: optAllowMultiplexing; optFixPduOnError; optHandleTooBigError. |
static int |
defaultSnmpRequestPktSize
The default SNMP packet size of an SNMP response. |
static int |
defaultSnmpResponsePktSize
The default SNMP packet size of an SNMP response (8 * 1024). |
static int |
MAX_VARBIND_LIMIT
The maximum number of SnmpVarbindList that can be packed into a request. |
static int |
optAllowMultiplexing
This option can be set to control the behavior of a request. |
static int |
optFixPduOnError
This option can be set to control the behavior of a request. |
static int |
optHandleTooBigError
This option can be set to control the behavior of a request. |
Constructor Summary | |
SnmpConst()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static int defaultSnmpRequestPktSize
public static int defaultSnmpResponsePktSize
SnmpSocket
uses when receiving a packet.public static int MAX_VARBIND_LIMIT
SnmpVarbindList
that can be packed into a request.
The default value is 25.public static final int optAllowMultiplexing
public static final int optFixPduOnError
public static final int optHandleTooBigError
public static final int DefaultOption
Constructor Detail |
public SnmpConst()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |