All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.snmp.manager.SnmpConst
java.lang.Object
|
+----com.sun.jaw.snmp.manager.SnmpConst
- public final class SnmpConst
- extends Object
- implements Serializable
-
DefaultOption
- By default the following options are set:
-
SnmpConst()
-
defaultSnmpRequestPktSize
public static int defaultSnmpRequestPktSize
- The default SNMP packet size of an SNMP response.
The maximum size is initially set to Ethernet maximum transfer unit (MTU).
defaultSnmpResponsePktSize
public static int defaultSnmpResponsePktSize
- The default SNMP packet size of an SNMP response. This will be
the default size that a
SnmpSocket uses when receiving a packet.
MAX_VARBIND_LIMIT
public static int MAX_VARBIND_LIMIT
- The maximum number of
SnmpVarbindList that can be packed into a request.
The default value is 25.
optAllowMultiplexing
public static final int optAllowMultiplexing
- Options that can be set to control the behavior of a request.
Setting any option other than the multiplex option to false will
automatically disable multiplexing mode.
optFixPduOnError
public static final int optFixPduOnError
optHandleTooBigError
public static final int optHandleTooBigError
DefaultOption
public static final int DefaultOption
- By default the following options are set:
- optAllowMultiplexing;
- optFixPduOnError;
- optHandleTooBigError.
SnmpConst
public SnmpConst()
All Packages Class Hierarchy This Package Previous Next Index