Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
I
ICMP
- interface com.act365.net.icmp.
ICMP
.
The ICMP interface defines the constants associated with the ICMP protocol.
ICMP_ADDRESS
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_ADDRESSREPLY
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_DEST_UNREACH
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_ECHO
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_ECHOREPLY
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_EXC_FRAGTIME
- Static variable in interface com.act365.net.icmp.
ICMP
Codes associated with the ICMP_TIME_EXCEEDED type
ICMP_EXC_TTL
- Static variable in interface com.act365.net.icmp.
ICMP
Codes associated with the ICMP_TIME_EXCEEDED type
ICMP_FRAG_NEEDED
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_HOST_ANO
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_HOST_ISOLATED
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_HOST_UNKNOWN
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_HOST_UNR_TOS
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_HOST_UNREACH
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_INFO_REPLY
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_INFO_REQUEST
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_NET_ANO
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_NET_UNKNOWN
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_NET_UNR_TOS
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_NET_UNREACH
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_PARAMETERPROB
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_PKT_FILTERED
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_PORT_UNREACH
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_PREC_CUTOFF
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_PREC_VIOLATION
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_PROT_UNREACH
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_REDIR_HOST
- Static variable in interface com.act365.net.icmp.
ICMP
Codes associated with the ICMP_REDIRECT type
ICMP_REDIR_HOSTTOS
- Static variable in interface com.act365.net.icmp.
ICMP
Codes associated with the ICMP_REDIRECT type
ICMP_REDIR_NET
- Static variable in interface com.act365.net.icmp.
ICMP
Codes associated with the ICMP_REDIRECT type
ICMP_REDIR_NETTOS
- Static variable in interface com.act365.net.icmp.
ICMP
Codes associated with the ICMP_REDIRECT type
ICMP_REDIRECT
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_ROUTERADVERT
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_ROUTERSOLICIT
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_SOURCE_QUENCH
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_SR_FAILED
- Static variable in interface com.act365.net.icmp.
ICMP
Codes for the ICMP_DEST_UNREACH type
ICMP_TIME_EXCEEDED
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_TIMESTAMP
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMP_TIMESTAMPREPLY
- Static variable in interface com.act365.net.icmp.
ICMP
ICMP types
ICMPDatagramSocketImpl
- class com.act365.net.
ICMPDatagramSocketImpl
.
A socket class for the transmission of ICMP packets.
ICMPDatagramSocketImpl()
- Constructor for class com.act365.net.
ICMPDatagramSocketImpl
ICMPDatagramSocketImplFactory
- class com.act365.net.
ICMPDatagramSocketImplFactory
.
Factory to create
ICMPDatagramSocketImpl
objects.
ICMPDatagramSocketImplFactory()
- Constructor for class com.act365.net.
ICMPDatagramSocketImplFactory
ICMPMessage
- class com.act365.net.icmp.
ICMPMessage
.
Stores the contents of an ICMP message.
ICMPMessage()
- Constructor for class com.act365.net.icmp.
ICMPMessage
ICMPReader
- class com.act365.net.icmp.
ICMPReader
.
ICMPReader reads ICMPMessage objects from a DatagramPacket.
ICMPReader(short)
- Constructor for class com.act365.net.icmp.
ICMPReader
Creates a reader to read from DatagramPacket objects.
ICMPWriter
- class com.act365.net.icmp.
ICMPWriter
.
ICMPWriter writes ICMPMessage objects to a byte stream.
ICMPWriter(short)
- Constructor for class com.act365.net.icmp.
ICMPWriter
Creates a writer to write to DatagramPacket objects.
identification
- Variable in class com.act365.net.dns.
DNSMessage
identifier
- Variable in class com.act365.net.ip.
IP4Message
identifier
- Variable in class com.act365.net.icmp.
ICMPMessage
includeHeader()
- Static method in class com.act365.net.
SocketUtils
Indicates whether the chosen protocol requires the user to include the IP header.
interrupt()
- Method in class com.act365.net.ping.
Ping
Interrupts the receive cycle.
intFromBytes(byte[], int)
- Static method in class com.act365.net.
SocketUtils
Converts consecutive bytes from a buffer into an int.
intToBytes(int, byte[], int)
- Static method in class com.act365.net.
SocketUtils
Writes an int into a buffer.
INVERSE_QUERY
- Static variable in class com.act365.net.dns.
DNSWriter
IP4
- interface com.act365.net.ip.
IP4
.
The IP4 interface defines constants used to build the IPv4 header.
IP4Message
- class com.act365.net.ip.
IP4Message
.
Stores the contents of an IP4 message.
IP4Message()
- Constructor for class com.act365.net.ip.
IP4Message
IP4Reader
- class com.act365.net.ip.
IP4Reader
.
IP4Reader reads IP4Message objects from a data buffer.
IP4Reader()
- Constructor for class com.act365.net.ip.
IP4Reader
IP4Writer
- class com.act365.net.ip.
IP4Writer
.
IP4Writer writes IP4Message objects to a DatagramPacket.
IP4Writer()
- Constructor for class com.act365.net.ip.
IP4Writer
IPPROTO_ICMP
- Static variable in interface com.act365.net.
SocketConstants
IPPROTO_IP
- Static variable in interface com.act365.net.
SocketConstants
IPPROTO_RAW
- Static variable in interface com.act365.net.
SocketConstants
IPPROTO_TCP
- Static variable in interface com.act365.net.
SocketConstants
IPPROTO_TCPJ
- Static variable in interface com.act365.net.
SocketConstants
IPPROTO_UDP
- Static variable in interface com.act365.net.
SocketConstants
isMaxSegmentSizeSet()
- Method in class com.act365.net.tcp.
TCPOptions
ISNCounter
- class com.act365.net.tcp.
ISNCounter
.
Class ISNCounter provides access to a counter that is updated each four milliseconds.
ISNCounter()
- Constructor for class com.act365.net.tcp.
ISNCounter
ISNUpdater
- class com.act365.net.tcp.
ISNUpdater
.
Class ISNUpdater ensures that class ISNCounter is updated at regular intervals.
ISNUpdater(long)
- Constructor for class com.act365.net.tcp.
ISNUpdater
isTimestampSet()
- Method in class com.act365.net.tcp.
TCPOptions
isWindowScaleFactorSet()
- Method in class com.act365.net.tcp.
TCPOptions
ITERATIVE_QUERY
- Static variable in class com.act365.net.dns.
DNSWriter
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W