Package | Description |
---|---|
org.opennms.netmgt.icmp | |
org.opennms.netmgt.icmp.best | |
org.opennms.netmgt.icmp.jna | |
org.opennms.netmgt.icmp.jni | |
org.opennms.netmgt.icmp.jni6 |
Modifier and Type | Class and Description |
---|---|
class |
NullPinger |
class |
TestPinger
A
Pinger that always responds successfully. |
Modifier and Type | Field and Description |
---|---|
protected static com.google.common.cache.Cache<Integer,Pinger> |
AbstractPingerFactory.m_pingers |
Modifier and Type | Method and Description |
---|---|
Pinger |
AbstractPingerFactory.getInstance() |
Pinger |
PingerFactory.getInstance()
Returns an implementation of the default
Pinger class |
Pinger |
AbstractPingerFactory.getInstance(int tc,
boolean allowFragmentation) |
Pinger |
PingerFactory.getInstance(int tc,
boolean allowFragmentation)
Returns an implementation of the
Pinger class associated with the
socket configured for the given traffic control and fragmentation bits. |
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends Pinger> |
AbstractPingerFactory.getPingerClass() |
Class<? extends Pinger> |
PingerFactoryImpl.getPingerClass() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPingerFactory.setInstance(int tc,
boolean allowFragmentation,
Pinger pinger) |
Modifier and Type | Class and Description |
---|---|
class |
BestMatchPinger |
Modifier and Type | Method and Description |
---|---|
Class<? extends Pinger> |
BestMatchPingerFactory.getPingerClass() |
Modifier and Type | Class and Description |
---|---|
class |
JnaPinger
Main
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Pinger> |
JnaPingerFactory.getPingerClass() |
Modifier and Type | Class and Description |
---|---|
class |
JniPinger
JniPinger class.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Pinger> |
JniPingerFactory.getPingerClass() |
Modifier and Type | Class and Description |
---|---|
class |
Jni6Pinger
JniPinger class.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Pinger> |
Jni6PingerFactory.getPingerClass() |
Copyright © 2021. All rights reserved.