tigase.io
Class SampleSocketThread
java.lang.Object
java.lang.Thread
tigase.io.SampleSocketThread
- All Implemented Interfaces:
- Runnable
public class SampleSocketThread
- extends Thread
Describe class SampleSocketThread here.
Created: Sun Aug 6 22:34:40 2006
- Version:
- $Rev: 1666 $
- Author:
- Artur Hefczyc
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
SampleSocketThread
public SampleSocketThread(SampleSocketThread.SocketHandler handler)
throws IOException
- Creates a new
SampleSocketThread
instance.
- Parameters:
handler
-
- Throws:
IOException
addIOInterface
public void addIOInterface(IOInterface s)
addForAccept
public void addForAccept(InetSocketAddress isa)
removeIOInterface
public void removeIOInterface(IOInterface s)
run
public void run()
- Describe
run
method here.
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.