Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JoeSNMP API 0.2.6
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
APPLICATION
- Static variable in class org.opennms.protocols.snmp.asn1.
ASN1
Relevant to a particular application.
ASN1
- class org.opennms.protocols.snmp.asn1.
ASN1
.
Public ASN.1 definitions.
ASN1()
- Constructor for class org.opennms.protocols.snmp.asn1.
ASN1
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpCounter32
Defines the ASN.1 type for this object.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpCounter64
The ASN.1 value for an unsigned integer value.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpEndOfMibView
The ASN.1 value that defines this variable.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpGauge32
Defines the ASN.1 type for this object.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpIPAddress
Defines the ASN.1 type for this object.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpInt32
The ASN.1 type as defined by the SNMP SMI specification.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpNoSuchInstance
The ASN.1 value that defines this variable.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpNoSuchObject
The ASN.1 value that defines this variable.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpNull
Defines the ASN.1 value for the SnmpNull class.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpObjectId
Defines the SNMP SMI type for this particular object.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpOctetString
The ASN.1 value for the OCTET STRING type.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpOpaque
The ASN.1 type for this class.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpTimeTicks
Defines the ASN.1 type for this object.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpUInt32
The ASN.1 value for an unsigned integer value.
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpV2PartyClock
Deprecated.
The ASN.1 type for this object
ASNTYPE
- Static variable in class org.opennms.protocols.snmp.
SnmpVarBind
The ASN.1 identifier used to mark SNMP variables
AddressMaskReply
- class org.opennms.protocols.icmp.
AddressMaskReply
.
This is the implementation of an ICMP Address Mask Reply object.
AddressMaskReply()
- Constructor for class org.opennms.protocols.icmp.
AddressMaskReply
Creates a new ICMP Address Mask Request object.
AddressMaskReply(byte[], int)
- Constructor for class org.opennms.protocols.icmp.
AddressMaskReply
Creates a new ICMP Address mask reply from the spcified data at the specific offset.
AddressMaskRequest
- class org.opennms.protocols.icmp.
AddressMaskRequest
.
This is the implementation of an ICMP Address Mask Reqeust object.
AddressMaskRequest()
- Constructor for class org.opennms.protocols.icmp.
AddressMaskRequest
Creates a new ICMP Address Mask Request object.
AddressMaskRequest(byte[], int)
- Constructor for class org.opennms.protocols.icmp.
AddressMaskRequest
Creates a new ICMP Address mask request from the spcified data at the specific offset.
AsnDecodingException
- exception org.opennms.protocols.snmp.asn1.
AsnDecodingException
.
The AsnDecodingException is generated whenever an error occurs in ASN.1 decoding of data types.
AsnDecodingException()
- Constructor for class org.opennms.protocols.snmp.asn1.
AsnDecodingException
The default exception constructor
AsnDecodingException(String)
- Constructor for class org.opennms.protocols.snmp.asn1.
AsnDecodingException
The exception constructor
AsnEncoder
- interface org.opennms.protocols.snmp.asn1.
AsnEncoder
.
The AsnEncoder interface defines the contract that objects for encoding/decoding ASN.1 SNMP values must fulfill.
AsnEncodingException
- exception org.opennms.protocols.snmp.asn1.
AsnEncodingException
.
The AsnEncodingException is generated whenever an error occurs in ASN.1 encoding of data types.
AsnEncodingException()
- Constructor for class org.opennms.protocols.snmp.asn1.
AsnEncodingException
The default exception constructor
AsnEncodingException(String)
- Constructor for class org.opennms.protocols.snmp.asn1.
AsnEncodingException
The exception constructor
add(IPv4Address)
- Method in class org.opennms.protocols.ip.
IPHeader.RouteOption
Adds an address to the end of the set of addresses to hit on its lan trip
add(byte)
- Method in class org.opennms.protocols.ip.
OC16ChecksumProducer
Adds the specified 8-bit value to the checksum.
add(byte, byte)
- Method in class org.opennms.protocols.ip.
OC16ChecksumProducer
Adds the specified 8-bit values to the checksum.
add(short)
- Method in class org.opennms.protocols.ip.
OC16ChecksumProducer
Adds the specified 16-bit value to the checksum total.
add(int)
- Method in class org.opennms.protocols.ip.
OC16ChecksumProducer
Adds the specified 32-bit value to the checksum.
add(long)
- Method in class org.opennms.protocols.ip.
OC16ChecksumProducer
Adds the specified 64-bit value to the checksum.
addOption(IPHeader.Option)
- Method in class org.opennms.protocols.ip.
IPHeader
addRequest(SnmpRequest)
- Method in class org.opennms.protocols.snmp.
SnmpSession
Adds an outstanding request to the session.
addVarBind(SnmpVarBind)
- Method in class org.opennms.protocols.snmp.
SnmpPduPacket
Adds a new variable to the protocol data unit.
addVarBind(SnmpVarBind)
- Method in class org.opennms.protocols.snmp.
SnmpPduTrap
Adds a new variable to the protocol data unit.
addVarBindAt(int, SnmpVarBind)
- Method in class org.opennms.protocols.snmp.
SnmpPduPacket
Adds a variable at a specific index.
addVarBindAt(int, SnmpVarBind)
- Method in class org.opennms.protocols.snmp.
SnmpPduTrap
Adds a variable at a specific index.
addressToString(int)
- Static method in class org.opennms.protocols.ip.
IPHeader
Converts the passed 32-bit IPv4 address to a dotted decimal IP address string.
addressToString(byte[])
- Static method in class org.opennms.protocols.ip.
IPHeader
Converts the passed IPv4 address buffer to a dotted decimal IP address string.
addressToString(int)
- Static method in class org.opennms.protocols.ip.
IPv4Address
Converts the passed 32-bit IPv4 address to a dotted decimal IP address string.
addressToString(byte[])
- Static method in class org.opennms.protocols.ip.
IPv4Address
Converts the passed IPv4 address buffer to a dotted decimal IP address string.
append(int[])
- Method in class org.opennms.protocols.snmp.
SnmpObjectId
Appends the specified identifiers to the current object.
append(String)
- Method in class org.opennms.protocols.snmp.
SnmpObjectId
Converts the passed string to an object identifier and appends them to the current object.
append(SnmpObjectId)
- Method in class org.opennms.protocols.snmp.
SnmpObjectId
Appends the passed SnmpObjectId object to self.
array()
- Method in class org.opennms.protocols.snmp.
SnmpSession.ByteArrayInfo
returns the encapsulated array
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JoeSNMP API 0.2.6
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Generated by jpp on July 15 2004 1044.