com.sun.grizzly.http
Interface ProcessorTaskFactory


public interface ProcessorTaskFactory

Factory, responsible for creating ProcessorTask.

Author:
Alexey Stashok
See Also:
SelectorThread

Method Summary
 ProcessorTask createProcessorTask(SelectorThread selectorThread, boolean isInitialize)
           
 

Method Detail

createProcessorTask

ProcessorTask createProcessorTask(SelectorThread selectorThread,
                                  boolean isInitialize)


Copyright © 2012 Oracle Corporation. All Rights Reserved.