Uses of Class
uk.co.westhawk.snmp.stack.PduException
Packages that use PduException
Package
Description
-
Uses of PduException in uk.co.westhawk.snmp.beans
Methods in uk.co.westhawk.snmp.beans that throw PduExceptionModifier and TypeMethodDescriptionvoid
IsHostReachableBean.action()
This method actually performs the request.abstract void
SNMPBean.action()
This method should send the SNMP request.void
UsmDiscoveryBean.startDiscovery()
Starts the discovery.void
IsHostReachableBean.waitForSelfAction()
This method performs the request and wait for it. -
Uses of PduException in uk.co.westhawk.snmp.pdu
Methods in uk.co.westhawk.snmp.pdu that throw PduExceptionModifier and TypeMethodDescriptionstatic int
InterfaceGetNextPdu.getIfNumber
(SnmpContextBasisFace con) Returns how many interfaces are present.static int
InterfacePdu.getNumIfs
(SnmpContextBasisFace con) Returns how many interfaces are present.BlockPdu.getResponseVariable()
Sends the request and waits (blocks) for the response.BlockPdu.getResponseVariableBinding()
Sends the request and waits (blocks) for the response.varbind[]
BlockPdu.getResponseVariableBindings()
Sends the request and waits (blocks) for the response.BlockPdu.getResponseVariables()
Sends the request and waits (blocks) for the response.boolean
DiscoveryPdu.send()
Sends the PDU.Constructors in uk.co.westhawk.snmp.pdu that throw PduExceptionModifierConstructorDescriptionConstructor that will send the first request immediately.InterfacePdu
(SnmpContextBasisFace con, Observer o, int interf) Constructor that will send the request immediately.InterfacesPdu
(SnmpContextBasisFace con, Observer o, int interfs) Constructor that will send the request immediately.OneGetNextPdu
(SnmpContextBasisFace con, String oid) Constructor that will send the request immediately.OneGetNextPdu
(SnmpContextBasisFace con, String oid, Observer o) Constructor that will send the request immediately.OneGetPdu
(SnmpContextBasisFace con, String oid) Constructor that will send the request immediately.OneGetPdu
(SnmpContextBasisFace con, String oid, Observer o) Constructor that will send the request immediately.OneInformPdu
(SnmpContextBasisFace con, String oid) Deprecated.Constructor that will send the request immediately.OneInformPdu
(SnmpContextBasisFace con, String oid, Observer o) Deprecated.Constructor that will send the request immediately.OneIntPdu
(SnmpContextBasisFace con, String oid) Constructor that will send the request immediately.OneIntPdu
(SnmpContextBasisFace con, String oid, Observer o) Constructor that will send the request immediately.OneSetPdu
(SnmpContextBasisFace con, String oid, AsnObject val) Deprecated.Constructor that will send the request immediately.OneSetPdu
(SnmpContextBasisFace con, String oid, AsnObject val, Observer o) Deprecated.Constructor that will send the request immediately.UpSincePdu
(SnmpContextBasisFace con, Observer o) Constructor that will send the request immediately. -
Uses of PduException in uk.co.westhawk.snmp.stack
Subclasses of PduException in uk.co.westhawk.snmp.stackModifier and TypeClassDescriptionclass
Thrown to indicate that the response PDU was received OK, but the PDU contains an error.class
Thrown to indicate that the response PDU cannot be decoded.class
Thrown to indicate that the PDU cannot be build or encoded.Methods in uk.co.westhawk.snmp.stack that throw PduExceptionModifier and TypeMethodDescriptionboolean
SnmpContextv3Basis.addDiscoveryPdu
(DiscoveryPdu pdu) Adds a discovery pdu.boolean
SnmpContextv3Face.addDiscoveryPdu
(DiscoveryPdu pdu) Adds a discovery PDU.boolean
SnmpContextv3Pool.addDiscoveryPdu
(DiscoveryPdu pdu) boolean
boolean
Adds a PDU to the context.boolean
boolean
Adds a PDU.boolean
varbind[]
Pdu.getResponseVarbinds()
Returns a copy of the varbinds received in the response.boolean
GetBulkPdu.send()
Sends the Pdu.boolean
Pdu.send()
Sends the PDU.boolean
Deprecated.Community name has moved to SnmpContext.boolean
TrapPduv1.send()
Sends the TrapPduv1. -
Uses of PduException in uk.co.westhawk.snmp.util
Methods in uk.co.westhawk.snmp.util that throw PduExceptionModifier and TypeMethodDescriptionstatic final byte[]
SnmpUtilities.getAESKey
(byte[] secretPrivacyKey) Returns the first 128 bits of the localized key Kul are used as the AES encryption key.static final byte[]
SnmpUtilities.getDESInitialValue
(byte[] secretPrivacyKey, byte[] salt) Returns the DES initial value.static final byte[]
SnmpUtilities.getDESKey
(byte[] secretPrivacyKey) Returns the DES key.