public class PcapPlayer extends Object
| Constructor and Description |
|---|
PcapPlayer(AsyncPcapChannel channel,
com.google.common.util.concurrent.ListeningScheduledExecutorService scheduler) |
| Modifier and Type | Method and Description |
|---|---|
int |
countOctetsSent() |
int |
countPacketsSent() |
boolean |
isPlaying() |
void |
play(URL filepath) |
void |
stop() |
public PcapPlayer(AsyncPcapChannel channel, com.google.common.util.concurrent.ListeningScheduledExecutorService scheduler)
public void play(URL filepath) throws IOException
IOExceptionpublic void stop()
public boolean isPlaying()
public int countPacketsSent()
public int countOctetsSent()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.