public class TrafficRecorder
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
TrafficRecorder(java.lang.String address,
int port,
java.net.NetworkInterface ni,
java.io.File file,
android.view.View view)
Create a new traffic recorder.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
run() |
public TrafficRecorder(java.lang.String address, int port, java.net.NetworkInterface ni, java.io.File file, android.view.View view)
address
- the network address to record (multicast).port
- the network port to record from.ni
- the network device to record from.file
- the file to record to.