Index

C D E G H I M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

C

CHECKSUM_INDEX - Static variable in class org.opennms.protocols.icmp6.ICMPv6Packet
 
close() - Method in class org.opennms.protocols.icmp6.ICMPv6Socket
This method is used to close and release the resources associated with the instance.
COOKIE - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 

D

DATA_LENGTH - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
DATA_OFFSET_COOKIE - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
DATA_OFFSET_RECVTIME - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
DATA_OFFSET_RTT - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
DATA_OFFSET_SENTTIME - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
DATA_OFFSET_THREAD_ID - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
debug(String) - Method in interface org.opennms.protocols.icmp6.ICMPv6Socket.Logger
 
DestinationUnreachable - Enum constant in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 
dontFragment() - Method in class org.opennms.protocols.icmp6.ICMPv6Socket
This method enables setting the "Don't Fragment" bit on outgoing packets.

E

EchoReply - Enum constant in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 
EchoRequest - Enum constant in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 

G

getChecksum() - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
getCode() - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
getCode() - Method in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 
getContentBuffer() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoReply
 
getCookie() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getDataBuffer() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getIdentifier() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getPacketLength() - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
getReceiveTime() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getRoundTripTime() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getSentTime() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getSequenceNumber() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getThreadId() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
getType() - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
getUnsignedShort(int) - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 

H

HEADER_LENGTH - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
HEADER_OFFSET_CHECKSUM - Static variable in class org.opennms.protocols.icmp6.ICMPv6Packet
 
HEADER_OFFSET_CODE - Static variable in class org.opennms.protocols.icmp6.ICMPv6Packet
 
HEADER_OFFSET_IDENTIFIER - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
HEADER_OFFSET_SEQUENCE_NUMBER - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
HEADER_OFFSET_TYPE - Static variable in class org.opennms.protocols.icmp6.ICMPv6Packet
 

I

ICMPv6EchoPacket - Class in org.opennms.protocols.icmp6
ICMPEchoReply
ICMPv6EchoPacket(int) - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
ICMPv6EchoPacket(ICMPv6Packet) - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
ICMPv6EchoReply - Class in org.opennms.protocols.icmp6
 
ICMPv6EchoReply(ICMPv6Packet) - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoReply
 
ICMPv6EchoRequest - Class in org.opennms.protocols.icmp6
ICMPEchoRequest
ICMPv6EchoRequest() - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoRequest
 
ICMPv6EchoRequest(int) - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoRequest
 
ICMPv6EchoRequest(int, int, long) - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoRequest
 
ICMPv6EchoRequest(int, int, long, int) - Constructor for class org.opennms.protocols.icmp6.ICMPv6EchoRequest
 
ICMPv6Packet - Class in org.opennms.protocols.icmp6
ICMPPacket
ICMPv6Packet(byte[], int, int) - Constructor for class org.opennms.protocols.icmp6.ICMPv6Packet
 
ICMPv6Packet(int) - Constructor for class org.opennms.protocols.icmp6.ICMPv6Packet
 
ICMPv6Packet(ByteBuffer) - Constructor for class org.opennms.protocols.icmp6.ICMPv6Packet
 
ICMPv6Packet(ICMPv6Packet) - Constructor for class org.opennms.protocols.icmp6.ICMPv6Packet
 
ICMPv6Packet.Type - Enum Class in org.opennms.protocols.icmp6
 
ICMPv6Socket - Class in org.opennms.protocols.icmp6
This class provides a bridge between the host operating system so that ICMP messages may be sent and received.
ICMPv6Socket(short) - Constructor for class org.opennms.protocols.icmp6.ICMPv6Socket
Constructs a new socket that is able to send and receive ICMP messages.
ICMPv6Socket.Logger - Interface in org.opennms.protocols.icmp6
 
info(String) - Method in interface org.opennms.protocols.icmp6.ICMPv6Socket.Logger
 
isEchoReply() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoReply
 
isValid() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoReply
 

M

makeUnsignedShort(byte, byte) - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 

O

org.opennms.protocols.icmp6 - package org.opennms.protocols.icmp6
 
Other - Enum constant in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 

P

PACKET_LENGTH - Static variable in class org.opennms.protocols.icmp6.ICMPv6EchoRequest
 

R

receive() - Method in class org.opennms.protocols.icmp6.ICMPv6Socket
This method is used to receive the next ICMP datagram from the operating system.

S

send(DatagramPacket) - Method in class org.opennms.protocols.icmp6.ICMPv6Socket
This method is used to send the passed datagram using the ICMP transport.
setBytes(int, byte[]) - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
setCode(int) - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
setCookie() - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setIdentifier(int) - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setReceiveTime(long) - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setRoundTripTime(long) - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setSentTime(long) - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setSequenceNumber(int) - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setThreadId(long) - Method in class org.opennms.protocols.icmp6.ICMPv6EchoPacket
 
setTrafficClass(int) - Method in class org.opennms.protocols.icmp6.ICMPv6Socket
This method is used to set the traffic class for the socket.
setType(ICMPv6Packet.Type) - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
setUnsignedShort(int, int) - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 

T

TimeExceeded - Enum constant in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 
toBytes() - Method in class org.opennms.protocols.icmp6.ICMPv6Packet
 
toType(byte) - Static method in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
 

V

valueOf(String) - Static method in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opennms.protocols.icmp6.ICMPv6Packet.Type
Returns an array containing the constants of this enum class, in the order they are declared.
C D E G H I M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values