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
T
TOS_DELAY_LOW
- Static variable in class org.opennms.protocols.ip.
IPHeader
Minimize the delay when handling packets.
TOS_DELAY_MASK
- Static variable in class org.opennms.protocols.ip.
IPHeader
TOS delay mask as defined by RFC 791.
TOS_DELAY_NORMAL
- Static variable in class org.opennms.protocols.ip.
IPHeader
Normal packet handling
TOS_PRECEDENCE_CRITICAL_ECP
- Static variable in class org.opennms.protocols.ip.
IPHeader
Critical/ECP TOS.
TOS_PRECEDENCE_FLASH
- Static variable in class org.opennms.protocols.ip.
IPHeader
Flash TOS.
TOS_PRECEDENCE_FLASH_OVERRIDE
- Static variable in class org.opennms.protocols.ip.
IPHeader
Flash Override TOS.
TOS_PRECEDENCE_IMMEDIATE
- Static variable in class org.opennms.protocols.ip.
IPHeader
Immediate TOS.
TOS_PRECEDENCE_INTERNETWORK_CONTROL
- Static variable in class org.opennms.protocols.ip.
IPHeader
Internetworking Control TOS.
TOS_PRECEDENCE_MASK
- Static variable in class org.opennms.protocols.ip.
IPHeader
The Type-Of-Service mask.
TOS_PRECEDENCE_NETWORK_CRITICAL
- Static variable in class org.opennms.protocols.ip.
IPHeader
Network Critical TOS.
TOS_PRECEDENCE_PRIORITY
- Static variable in class org.opennms.protocols.ip.
IPHeader
Priority TOS.
TOS_PRECEDENCE_ROUTINE
- Static variable in class org.opennms.protocols.ip.
IPHeader
Routine TOS.
TOS_RELIBILITY_HIGH
- Static variable in class org.opennms.protocols.ip.
IPHeader
High Reliability requested.
TOS_RELIBILITY_MASK
- Static variable in class org.opennms.protocols.ip.
IPHeader
Packet reliablity mask.
TOS_RELIBILITY_NORMAL
- Static variable in class org.opennms.protocols.ip.
IPHeader
Normal reliability requrested
TOS_RESERVED_MASK
- Static variable in class org.opennms.protocols.ip.
IPHeader
Mask of the reseered bits.
TOS_THROUGHPUT_HIGH
- Static variable in class org.opennms.protocols.ip.
IPHeader
High throughput requested
TOS_THROUGHPUT_MASK
- Static variable in class org.opennms.protocols.ip.
IPHeader
TOS Throughput mask
TOS_THROUGHPUT_NORMAL
- Static variable in class org.opennms.protocols.ip.
IPHeader
Normal throughput requested
TRAP
- Static variable in class org.opennms.protocols.snmp.
SnmpPduTrap
The ASN.1 type for the SNMPv1 Trap.
TYPE_ADDRESS_MASK_REPLY
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_ADDRESS_MASK_REQUEST
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_DESTINATION_UNREACHABLE
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_ECHO_REPLY
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_ECHO_REQUEST
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_INFORMATION_REPLY
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_INFORMATION_REQUEST
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_PARAMETER_PROBLEM
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_REDIRECT
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_ROUTER_ADVERTISEMENT
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_ROUTER_SOLICITATION
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_SOURCE_QUENCH
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_TIMESTAMP_REPLY
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_TIMESTAMP_REQUEST
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TYPE_TIME_EXCEEDED
- Static variable in class org.opennms.protocols.icmp.
ICMPHeader
TimestampReply
- class org.opennms.protocols.icmp.
TimestampReply
.
This is the implementation of an ICMP timestamp reply object.
TimestampReply()
- Constructor for class org.opennms.protocols.icmp.
TimestampReply
Creates a new ICMP Timestamp Reply object.
TimestampReply(byte[], int)
- Constructor for class org.opennms.protocols.icmp.
TimestampReply
Creates a new ICMP timestamp reply from the spcified data at the specific offset.
TimestampRequest
- class org.opennms.protocols.icmp.
TimestampRequest
.
This is the implementation of an ICMP timestamp reqeust object.
TimestampRequest()
- Constructor for class org.opennms.protocols.icmp.
TimestampRequest
Creates a new ICMP Timestamp Request object.
TimestampRequest(byte[], int)
- Constructor for class org.opennms.protocols.icmp.
TimestampRequest
Creates a new ICMP timestamp request from the spcified data at the specific offset.
toBytes()
- Method in class org.opennms.protocols.icmp.
AddressMaskReply
Converts the object to a stream of bytes.
toBytes()
- Method in class org.opennms.protocols.icmp.
AddressMaskRequest
Converts the object to an array of bytes
toBytes()
- Method in class org.opennms.protocols.icmp.
ICMPHeader
Converts the object to a string of bytes.
toBytes()
- Method in class org.opennms.protocols.icmp.
TimestampReply
Converts the object to an array of bytes.
toBytes()
- Method in class org.opennms.protocols.icmp.
TimestampRequest
Converts the object to an array of bytes.
toString()
- Method in class org.opennms.protocols.ip.
IPv4Address
Converts the object to a string and returns the string to the caller.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpCounter32
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpCounter64
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpEndOfMibView
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpGauge32
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpIPAddress
Returns the application string as a IPv4 dotted decimal address
toString()
- Method in class org.opennms.protocols.snmp.
SnmpInt32
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpNoSuchInstance
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpNoSuchObject
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpNull
Returns a string representation of the SNMP Null object
toString()
- Method in class org.opennms.protocols.snmp.
SnmpObjectId
Converts the object identifier to a dotted decimal string representation.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpOctetString
Returns a string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpOpaque
Returns a string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpTimeTicks
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpUInt32
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpV2PartyClock
Deprecated.
Returns the string representation of the object.
toString()
- Method in class org.opennms.protocols.snmp.
SnmpVarBind
Converts the object to a string representation
toVarBindArray()
- Method in class org.opennms.protocols.snmp.
SnmpPduPacket
Returns a list of all the variables managed by this protocol data unit.
toVarBindArray()
- Method in class org.opennms.protocols.snmp.
SnmpPduTrap
Returns a list of all the variables managed by this protocol data unit.
transmit(SnmpRequest)
- Method in class org.opennms.protocols.snmp.
SnmpSession
Transmits the specified SnmpRequest to the SnmpPeer defined by the session.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpCounter32
Returns the ASN.1 type specific to this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpCounter64
Used to retreive the ASN.1 type for this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpEndOfMibView
Returns the ASN.1 type for this particular object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpGauge32
Returns the ASN.1 type specific to this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpIPAddress
Returns the ASN.1 type for this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpInt32
Used to retreive the ASN.1 type for this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpNoSuchInstance
Returns the ASN.1 type for this particular object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpNoSuchObject
Returns the ASN.1 type for this particular object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpNull
Used to retreive the ASN.1 type for this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpObjectId
Used to get the ASN.1 type for this particular object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpOctetString
Returns the ASN.1 type identifier for the Octet String.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpOpaque
Returns the defined ASN.1 type identifier.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpPduPacket
Returns the PDU commmand in an 8-bit format
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpPduTrap
Returns the PDU commmand in an 8-bit format
typeId()
- Method in interface org.opennms.protocols.snmp.
SnmpSyntax
Returns the ASN.1 type of the implementor object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpTimeTicks
Returns the ASN.1 type specific to this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpUInt32
Used to retreive the ASN.1 type for this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpV2Error
Returns the ASN.1 type identifier for the SNMPv2 error.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpV2PartyClock
Deprecated.
Used to retreive the ASN.1 value for this object.
typeId()
- Method in class org.opennms.protocols.snmp.
SnmpVarBind
Returns the ASN.1 type id for the object.
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.