Package uk.co.westhawk.snmp.stack
Interface SnmpContextv2cFace
- All Superinterfaces:
SnmpContextBasisFace
,SnmpContextFace
- All Known Implementing Classes:
PassiveSnmpContextv2c
,SnmpContextv2c
,SnmpContextv2cPool
This interface contains the SNMP context interface that is needed by every
PDU to send a SNMP v2c request.
- Version:
- $Revision: 3.7 $ $Date: 2006/01/17 17:43:54 $
- Author:
- Birgit Arkesteijn
- See Also:
-
Field Summary
FieldsFields inherited from interface uk.co.westhawk.snmp.stack.SnmpContextBasisFace
DEFAULT_PORT, MAXPDU, MSS, STANDARD_SOCKET, TCP_SOCKET
Fields inherited from interface uk.co.westhawk.snmp.stack.SnmpContextFace
DEFAULT_COMMUNITY
-
Method Summary
Methods inherited from interface uk.co.westhawk.snmp.stack.SnmpContextBasisFace
addPdu, addRequestPduListener, addRequestPduListener, addRequestPduListener, addTrapListener, addTrapListener, addTrapListener, clone, destroy, encodePacket, getBindAddress, getHashKey, getHost, getPort, getReceivedFromHostAddress, getSendToHostAddress, getTypeSocket, getVersion, isDestroyed, processIncomingPdu, removePdu, removeRequestPduListener, removeRequestPduListener, removeRequestPduListener, removeTrapListener, removeTrapListener, removeTrapListener, sendPacket
Methods inherited from interface uk.co.westhawk.snmp.stack.SnmpContextFace
getCommunity, setCommunity
-
Field Details
-
version_id
- See Also:
-