Uses of Class
com.sun.grizzly.util.DefaultThreadPool

Packages that use DefaultThreadPool
com.sun.grizzly.util   
 

Uses of DefaultThreadPool in com.sun.grizzly.util
 

Fields in com.sun.grizzly.util declared as DefaultThreadPool
protected  DefaultThreadPool WorkerThreadImpl.threadPool
          The DefaultThreadPool on which this thread synchronize.
 

Constructors in com.sun.grizzly.util with parameters of type DefaultThreadPool
WorkerThreadImpl(DefaultThreadPool threadPool, String name)
          Create a Thread that will synchronizes/block on DefaultThreadPool instance.
WorkerThreadImpl(DefaultThreadPool threadPool, String name, int initialByteBufferSize)
          Create a Thread that will synchronizes/block on DefaultThreadPool instance.
WorkerThreadImpl(DefaultThreadPool threadPool, String name, Runnable runnable, int initialByteBufferSize)
          Create a Thread that will synchronizes/block on DefaultThreadPool instance.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.