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
I
ICMPHeader
- class org.opennms.protocols.icmp.
ICMPHeader
.
This class defines Internet Control Message Protocol header.
ICMPHeader()
- Constructor for class org.opennms.protocols.icmp.
ICMPHeader
Initializes the header to a default value.
ICMPHeader(byte)
- Constructor for class org.opennms.protocols.icmp.
ICMPHeader
Initializes the header using the specified type.
ICMPHeader(byte, byte)
- Constructor for class org.opennms.protocols.icmp.
ICMPHeader
Initializes the header with the specified type and code values.
ICMPHeader(byte, byte, short, short, short)
- Constructor for class org.opennms.protocols.icmp.
ICMPHeader
Constructs an ICMP header with the specified header fields.
ICMPHeader(ICMPHeader)
- Constructor for class org.opennms.protocols.icmp.
ICMPHeader
Constructs a duplicate ICMP header that is identical to the passed ICMPHeader object.
ICMPHeader(byte[], int)
- Constructor for class org.opennms.protocols.icmp.
ICMPHeader
Constructs a new ICMP header based upon the data contained in the buffer.
INFORM
- Static variable in class org.opennms.protocols.snmp.
SnmpPduPacket
Defines a SNMPv2 Inform Request message
INTEGER
- Static variable in class org.opennms.protocols.snmp.asn1.
ASN1
Positive and negative whole numbers, including zero.
IPHeader
- class org.opennms.protocols.ip.
IPHeader
.
This class defines a loaded IP header object.
IPHeader()
- Constructor for class org.opennms.protocols.ip.
IPHeader
Constructs a basic IP header, but the header
is not
valid until a large part of the information is configured.
IPHeader(IPHeader)
- Constructor for class org.opennms.protocols.ip.
IPHeader
Constructs a new IP Header object that is identical to the passed IPHeader.
IPHeader(byte[], int)
- Constructor for class org.opennms.protocols.ip.
IPHeader
Constructs a new IPHeader object from the passed data buffer.
IPHeader.EndOfOptions
- class org.opennms.protocols.ip.
IPHeader.EndOfOptions
.
This class is used to represent the
End-Of-Option
list in the IP header.
IPHeader.EndOfOptions()
- Constructor for class org.opennms.protocols.ip.
IPHeader.EndOfOptions
Constructs a new End-Of-Options list instance that can be added or found in the IP header.
IPHeader.LooseSourceRouteOption
- class org.opennms.protocols.ip.
IPHeader.LooseSourceRouteOption
.
This class represents the loose source routing options that may be part of an IP header.
IPHeader.LooseSourceRouteOption()
- Constructor for class org.opennms.protocols.ip.
IPHeader.LooseSourceRouteOption
Constructs a new, empty instance of the class.
IPHeader.LooseSourceRouteOption(IPv4Address[])
- Constructor for class org.opennms.protocols.ip.
IPHeader.LooseSourceRouteOption
Constructs a new instance of the class with the passed addresses used for the routing.
IPHeader.LooseSourceRouteOption(List)
- Constructor for class org.opennms.protocols.ip.
IPHeader.LooseSourceRouteOption
Constructs a new instance of the class with the passed addresses used for the routing.
IPHeader.Option
- class org.opennms.protocols.ip.
IPHeader.Option
.
The Option class is used as the base class for any options that are at the end of the IP header.
IPHeader.Option(byte)
- Constructor for class org.opennms.protocols.ip.
IPHeader.Option
Class constructor that is only available to the derived classes of the Option class.
IPHeader.RouteOption
- class org.opennms.protocols.ip.
IPHeader.RouteOption
.
This class represents routing options that may be part of an IP header.
IPHeader.RouteOption(byte)
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteOption
Constructs a new, empty instance of the class.
IPHeader.RouteOption(byte, IPv4Address[])
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteOption
Constructs a new instance of the class with the passed addresses used for the routing.
IPHeader.RouteOption(byte, List)
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteOption
Constructs a new instance of the class with the passed addresses used for the routing.
IPHeader.RouteRecordOption
- class org.opennms.protocols.ip.
IPHeader.RouteRecordOption
.
This class represents the route record option that may be part of an IP header.
IPHeader.RouteRecordOption()
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteRecordOption
Constructs an empty route record option
IPHeader.RouteRecordOption(int)
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteRecordOption
Constructs an empty route record with space for
capacity
addresses to be recoreded.
IPHeader.RouteRecordOption(IPv4Address[])
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteRecordOption
Constructs a new instance with the give addresses set in the option header
IPHeader.RouteRecordOption(List)
- Constructor for class org.opennms.protocols.ip.
IPHeader.RouteRecordOption
Constructs a new instance with the given addresses stored in the option.
IPHeader.StrictSourceRouteOption
- class org.opennms.protocols.ip.
IPHeader.StrictSourceRouteOption
.
This class represents the strict source routing options that may be part of an IP header.
IPHeader.StrictSourceRouteOption()
- Constructor for class org.opennms.protocols.ip.
IPHeader.StrictSourceRouteOption
Constructs an empty instance of this class
IPHeader.StrictSourceRouteOption(IPv4Address[])
- Constructor for class org.opennms.protocols.ip.
IPHeader.StrictSourceRouteOption
Constructs a new instance of the class with the passed addresses used for the routing.
IPHeader.StrictSourceRouteOption(List)
- Constructor for class org.opennms.protocols.ip.
IPHeader.StrictSourceRouteOption
Constructs a new instance of the class with the passed addresses used for the routing.
IP_VERSION
- Static variable in class org.opennms.protocols.ip.
IPHeader
The supported version of the IP header
IPv4Address
- class org.opennms.protocols.ip.
IPv4Address
.
Represents an Internet Protocol version 4 address.
IPv4Address()
- Constructor for class org.opennms.protocols.ip.
IPv4Address
Constructs a new IPv4Address object.
IPv4Address(IPv4Address)
- Constructor for class org.opennms.protocols.ip.
IPv4Address
Constructs a new address object based upon the value of the first object.
IPv4Address(byte[])
- Constructor for class org.opennms.protocols.ip.
IPv4Address
Constructs a new object based on the value stored in the passed array.
IPv4Address(int)
- Constructor for class org.opennms.protocols.ip.
IPv4Address
Constructs a new address object based on the 32-bit passed value.
IPv4Address(String)
- Constructor for class org.opennms.protocols.ip.
IPv4Address
Creates a new object by decomposing the passed string into it four components.
IPv4Address(InetAddress)
- Constructor for class org.opennms.protocols.ip.
IPv4Address
Creates a new IPv4Address from the passed InetAddress object.
InsufficientDataException
- exception org.opennms.protocols.exceptions.
InsufficientDataException
.
This exception is thrown when there is an insufficent amount of data passed to a method.
InsufficientDataException()
- Constructor for class org.opennms.protocols.exceptions.
InsufficientDataException
InsufficientDataException(String)
- Constructor for class org.opennms.protocols.exceptions.
InsufficientDataException
isClosed()
- Method in class org.opennms.protocols.snmp.
SnmpPortal
Returns true if this portal has had it's
close
method called.
isClosed()
- Method in class org.opennms.protocols.snmp.
SnmpSession
Returns true if the
close
method has been called.
isClosed()
- Method in class org.opennms.protocols.snmp.
SnmpTrapSession
Returns true if the
close
method has been called.
isConstructor(byte)
- Static method in class org.opennms.protocols.snmp.asn1.
BerEncoder
Used to determine if the ASN.1 type is a constructor.
isEchoReply()
- Method in class org.opennms.protocols.icmp.
ICMPHeader
Used to test to see if the header is an echo reply message.
isEchoRequest()
- Method in class org.opennms.protocols.icmp.
ICMPHeader
Used to test to see if the header is an echo request message.
isExtensionId(byte)
- Static method in class org.opennms.protocols.snmp.asn1.
BerEncoder
Used to test if the ASN.1 type is an extension.
isOptionCopied()
- Method in class org.opennms.protocols.ip.
IPHeader.Option
Returns true if the copy flag is set in the options header
isRootOf(SnmpObjectId)
- Method in class org.opennms.protocols.snmp.
SnmpObjectId
Compares the passed object identifier against self to determine if self is the root of the passed object.
iterator()
- Method in class org.opennms.protocols.ip.
IPHeader.RouteOption
Returns the iterator that may be used to look at the encapsulated addresses.
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.