Class ClientIDManagerImpl.httpFilter
- java.lang.Object
-
- com.biglybt.core.util.AERunnable
-
- com.biglybt.core.util.ThreadPoolTask
-
- com.biglybt.pifimpl.local.clientid.ClientIDManagerImpl.httpFilter
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ClientIDManagerImpl
protected class ClientIDManagerImpl.httpFilter extends ThreadPoolTask
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.core.util.AERunnable
AERunnable.AERunnableNamed
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.Socket
socket
-
Fields inherited from class com.biglybt.core.util.ThreadPoolTask
worker
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
httpFilter(java.net.Socket _socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interruptTask()
void
runSupport()
-
Methods inherited from class com.biglybt.core.util.ThreadPoolTask
getName, getTaskState, releaseToPool, setTaskState, taskCompleted, taskStarted
-
Methods inherited from class com.biglybt.core.util.AERunnable
create, run
-
-
-
-
Method Detail
-
runSupport
public void runSupport()
- Specified by:
runSupport
in classAERunnable
-
interruptTask
public void interruptTask()
- Specified by:
interruptTask
in classThreadPoolTask
-
-