Class NxosTelemetryClient
- java.lang.Object
-
- org.opennms.netmgt.telemetry.protocols.nxos.adapter.NxosTelemetryClient
-
public class NxosTelemetryClient extends Object
Utility to send Nxos messages to Telemetry stack
-
-
Constructor Summary
Constructors Constructor Description NxosTelemetryClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
static void
sendNxosPacket(int i)
-
-
-
Method Detail
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
sendNxosPacket
public static void sendNxosPacket(int i) throws IOException
- Throws:
IOException
-
-