|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.http.TaskBase
com.sun.grizzly.http.DefaultProcessorTask
com.sun.grizzly.ssl.SSLDefaultProcessorTask
public class SSLDefaultProcessorTask
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. All the request/response
operations are delegated to the ProcessorTask
| Field Summary |
|---|
| Fields inherited from class com.sun.grizzly.http.TaskBase |
|---|
key, listeners, pipeline, recycle, selectorThread, type |
| Fields inherited from interface com.sun.grizzly.http.Task |
|---|
ACCEPT_TASK, PROCESSOR_TASK, READ_TASK |
| Constructor Summary | |
|---|---|
SSLDefaultProcessorTask()
|
|
SSLDefaultProcessorTask(boolean init,
boolean bufferResponse)
|
|
| Method Summary | |
|---|---|
void |
action(ActionCode actionCode,
Object param)
Send an action to the connector. |
void |
initialize()
Initialize the stream and the buffer used to parse the request. |
| Methods inherited from class com.sun.grizzly.http.TaskBase |
|---|
addTaskListener, call, cancelTask, clearTaskListeners, execute, fireTaskEvent, getKeepAliveStats, getPipeline, getRecycle, getRequestGroupInfo, getSelectionKey, getSelectorThread, getTaskListeners, getType, isMonitoringEnabled, removeTaskListener, run, setPipeline, setRecycle, setSelectionKey, setSelectorThread, taskEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.grizzly.http.Task |
|---|
addTaskListener, cancelTask, clearTaskListeners, execute, getKeepAliveStats, getPipeline, getRecycle, getRequestGroupInfo, getSelectionKey, getSelectorThread, getTaskListeners, getType, isMonitoringEnabled, removeTaskListener, setPipeline, setRecycle, setSelectionKey, setSelectorThread |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Methods inherited from interface java.util.concurrent.Callable |
|---|
call |
| Constructor Detail |
|---|
public SSLDefaultProcessorTask()
public SSLDefaultProcessorTask(boolean init,
boolean bufferResponse)
| Method Detail |
|---|
public void initialize()
initialize in interface ProcessorTaskinitialize in class DefaultProcessorTask
public void action(ActionCode actionCode,
Object param)
action in interface ActionHookaction in class DefaultProcessorTaskactionCode - Type of the actionparam - Action parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||