Uses of Class
com.sun.grizzly.http.HttpWorkerThread

Packages that use HttpWorkerThread
com.sun.grizzly.arp   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of HttpWorkerThread in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp with parameters of type HttpWorkerThread
protected  void AsyncProtocolFilter.configureByteBufferInputStream(ByteBufferInputStream inputStream, Context context, HttpWorkerThread workerThread)
          Configure ByteBufferInputStream
protected  void AsyncProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler, InputStream inputStream)
          Configure SSLProcessorTask.
 

Uses of HttpWorkerThread in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http with parameters of type HttpWorkerThread
protected  void DefaultProtocolFilter.configureByteBufferInputStream(ByteBufferInputStream inputStream, Context context, HttpWorkerThread workerThread)
          Configure ByteBufferInputStream.
protected  void DefaultProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler)
          Configure ProcessorTask.
 

Uses of HttpWorkerThread in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl with parameters of type HttpWorkerThread
protected  void SSLAsyncProtocolFilter.configureByteBufferInputStream(ByteBufferInputStream inputStream, Context context, HttpWorkerThread workerThread)
          Configure ByteBufferInputStream
protected  void SSLDefaultProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler)
          Configure ProcessorTask.
protected  void SSLAsyncProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler, InputStream inputStream)
          Configure SSLProcessorTask.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.