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 TypeMethodDescriptionvoidIsHostReachableBean.action()This method actually performs the request.abstract voidSNMPBean.action()This method should send the SNMP request.voidUsmDiscoveryBean.startDiscovery()Starts the discovery.voidIsHostReachableBean.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 intInterfaceGetNextPdu.getIfNumber(SnmpContextBasisFace con) Returns how many interfaces are present.static intInterfacePdu.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.booleanDiscoveryPdu.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 TypeClassDescriptionclassThrown to indicate that the response PDU was received OK, but the PDU contains an error.classThrown to indicate that the response PDU cannot be decoded.classThrown to indicate that the PDU cannot be build or encoded.Methods in uk.co.westhawk.snmp.stack that throw PduExceptionModifier and TypeMethodDescriptionbooleanSnmpContextv3Basis.addDiscoveryPdu(DiscoveryPdu pdu) Adds a discovery pdu.booleanSnmpContextv3Face.addDiscoveryPdu(DiscoveryPdu pdu) Adds a discovery PDU.booleanSnmpContextv3Pool.addDiscoveryPdu(DiscoveryPdu pdu) booleanbooleanAdds a PDU to the context.booleanbooleanAdds a PDU.booleanvarbind[]Pdu.getResponseVarbinds()Returns a copy of the varbinds received in the response.booleanGetBulkPdu.send()Sends the Pdu.booleanPdu.send()Sends the PDU.booleanDeprecated.Community name has moved to SnmpContext.booleanTrapPduv1.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, int protocolVersion) Returns the first 128/192/256 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.