Package com.biglybt.core.devices.impl
Class DeviceTivoManager.Searcher
- java.lang.Object
-
- com.biglybt.core.devices.impl.DeviceTivoManager.Searcher
-
- Enclosing class:
- DeviceTivoManager
protected class DeviceTivoManager.Searcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.net.DatagramSocket
control_socket
private static int
LIFE_MILLIS
(package private) boolean
persistent
(package private) boolean
search_destroyed
(package private) long
start
private int
tcp_port
private TimerEventPeriodic
timer_event
private TrackerWebContext
twc
-
Constructor Summary
Constructors Modifier Constructor Description protected
Searcher(boolean _persistent, boolean _async)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
destroy()
protected void
sendBeacon()
protected boolean
wakeup()
-
-
-
Field Detail
-
LIFE_MILLIS
private static final int LIFE_MILLIS
- See Also:
- Constant Field Values
-
start
long start
-
tcp_port
private int tcp_port
-
control_socket
java.net.DatagramSocket control_socket
-
twc
private TrackerWebContext twc
-
timer_event
private TimerEventPeriodic timer_event
-
persistent
volatile boolean persistent
-
search_destroyed
volatile boolean search_destroyed
-
-
Constructor Detail
-
Searcher
protected Searcher(boolean _persistent, boolean _async) throws DeviceManagerException
- Throws:
DeviceManagerException
-
-