Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
E
G
H
I
L
M
O
P
R
S
T
U
V
P
Ping
- Class in
com.veraxsystems.icmp.ping
Ping is the class implementing the ICMP Echo request known as network "ping" functionality.
Ping()
- Constructor for class com.veraxsystems.icmp.ping.
Ping
PingErrorException
- Exception in
com.veraxsystems.icmp.ping.exception
An error exception returned by
Ping
class.
PingErrorException(String, Exception)
- Constructor for exception com.veraxsystems.icmp.ping.exception.
PingErrorException
The exception constructor.
PingExampleAsync
- Class in
com.veraxsystems.icmp.ping.example
The example program for {link Ping} class.
PingExampleAsync()
- Constructor for class com.veraxsystems.icmp.ping.example.
PingExampleAsync
PingExampleSync
- Class in
com.veraxsystems.icmp.ping.example
The example program for {link Ping} class.
PingExampleSync()
- Constructor for class com.veraxsystems.icmp.ping.example.
PingExampleSync
PingException
- Exception in
com.veraxsystems.icmp.ping.exception
The common exception definition for
Ping
class.
PingLoopTest
- Class in
com.veraxsystems.icmp.jni.handlers
Internally used class for running simple ICMP Echo test in many threads.
PingLoopTest(int, Counter, Counter)
- Constructor for class com.veraxsystems.icmp.jni.handlers.
PingLoopTest
Initialize ICMP socket send/receive loop.
PingRequest
- Class in
com.veraxsystems.icmp.ping.handlers
Class contains data for passing ICMP request between application, ICMP
Sender
and ICMP
Receiver
.
PingRequest(InetAddress, byte[], int, long, int, PingResponseHandler)
- Constructor for class com.veraxsystems.icmp.ping.handlers.
PingRequest
Constructor initializes all class attributes.
PingRequest(PingRequest)
- Constructor for class com.veraxsystems.icmp.ping.handlers.
PingRequest
Copy constructor
PingResponseHandler
- Interface in
com.veraxsystems.icmp.ping
The
Ping
result handler interface.
PingResult
- Class in
com.veraxsystems.icmp.ping
The class is a definition of results returned by synchronous version of
Ping.echo
method.
PingResult(InetAddress, IcmpStatus, PingResult.ResultType, long, long)
- Constructor for class com.veraxsystems.icmp.ping.
PingResult
Class constructor.
PingResult.ResultType
- Enum in
com.veraxsystems.icmp.ping
Enum defines type of result
PingTest
- Class in
com.veraxsystems.icmp.ping
Unit test Ping class
PingTest(String)
- Constructor for class com.veraxsystems.icmp.ping.
PingTest
Create the test case
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
E
G
H
I
L
M
O
P
R
S
T
U
V