Uses of Class
rabbit.util.RestartableThread

Packages that use RestartableThread
rabbit.proxy This is the main package for the RabbIT proxy. 
rabbit.util This package holds the various utils used in the proxy. 
 

Uses of RestartableThread in rabbit.proxy
 

Subclasses of RestartableThread in rabbit.proxy
 class Connection
          This is the class that handles one connection And make sure the content is delivered to the client.
 

Uses of RestartableThread in rabbit.util
 

Methods in rabbit.util that return RestartableThread
 RestartableThread ThreadPool.getThread()
          Get a Thread.
 RestartableThread RestartableThreadFactory.createThread()
           
 

Methods in rabbit.util with parameters of type RestartableThread
 void ThreadPool.returnThread(RestartableThread t)
          Return a thread to the pool.