A B C D E F G H I J L M N O P R S T U

I

IcmpPacket - class java.net.IcmpPacket.
This class represents an ICMP packet.
IcmpPacket(byte[], int, InetAddress, int) - Constructor for class java.net.IcmpPacket
Constructs an ICMP packet for sending packets of length ilength with the specified type on the specified host.
IcmpPacket(byte[], int, InetAddress, int, int) - Constructor for class java.net.IcmpPacket
Constructs an ICMP packet for sending packets of length ilength with the specified type and code on the specified host.
IcmpPacket(byte[], int, int) - Constructor for class java.net.IcmpPacket
Constructs an IcmpPacket for receiving packets of length ilength.
IcmpPacket(byte[], int, int, int) - Constructor for class java.net.IcmpPacket
Constructs an IcmpPacket for receiving packets of length ilength.
IcmpSocket - class java.net.IcmpSocket.
This class represents a socket for sending and receiving Icmp packets.
IcmpSocket() - Constructor for class java.net.IcmpSocket
Creates an Icmp socket.
IcmpSocket(InetAddress) - Constructor for class java.net.IcmpSocket
Creates an Icmp socket, bound to the specified local address.
implies(CodeSource) - Method in class java.security.CodeSource
Returns true if this CodeSource object "implies" the specified CodeSource.
implies(Permission) - Method in class java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
inCheck - Variable in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClass(String) - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClassLoader() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
InetAddress - class java.net.InetAddress.
This class represents an Internet Protocol version 6 (IPv6) address.
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IPV6_AUTH_NETWORK_LEVEL - Static variable in interface java.net.SocketOptions
Tell the kernel which AH policy to apply in tunnel mode.
IPV6_AUTH_TRANS_LEVEL - Static variable in interface java.net.SocketOptions
Tell the kernel which AH policy to apply in transport mode.
IPV6_ESP_NETWORK_LEVEL - Static variable in interface java.net.SocketOptions
Tell the kernel which ESP policy to apply in tunnel mode.
IPV6_ESP_TRANS_LEVEL - Static variable in interface java.net.SocketOptions
Tell the kernel which ESP policy to apply in transport mode.
IPV6_FLOW_LABEL - Static variable in interface java.net.SocketOptions
Set the flow label Valid for all sockets
IPV6_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IPV6_TRAFFIC_CLASS - Static variable in interface java.net.SocketOptions
Set the class traffic Valid for all sockets
isMappedAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an IPv4-mapped one.
isMulticastAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a IP multicast address (pure IPv6 or IPv4-mapped).
isReceived() - Method in class java.net.ANEPOption
Returns a boolean to indicate if this option has been received whithin the ANEP packet.

A B C D E F G H I J L M N O P R S T U