|
||||||||||
| 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.ProcessorTask
com.sun.grizzly.ssl.SSLProcessorTask
public class SSLProcessorTask
Simple ProcessorTask that configure the OutputBuffer
using an instance of SSLOutputBuffer. All the request/response
operations are delegated to the ProcessorTask
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.grizzly.http.ProcessorTask |
|---|
ProcessorTask.PostProcessor |
| Field Summary |
|---|
| Fields inherited from class com.sun.grizzly.http.TaskBase |
|---|
key, selectorHandler, selectorThread, threadPool, type |
| Fields inherited from interface com.sun.grizzly.http.Task |
|---|
ACCEPT_TASK, PROCESSOR_TASK, READ_TASK |
| Constructor Summary | |
|---|---|
SSLProcessorTask()
|
|
SSLProcessorTask(boolean init,
boolean bufferResponse)
|
|
| Method Summary | |
|---|---|
void |
action(ActionCode actionCode,
java.lang.Object param)
Send an action to the connector. |
void |
initialize()
Initialize the stream and the buffer used to parse the request. |
void |
preProcess(java.io.InputStream input,
java.io.OutputStream output)
Pre process the request by decoding the request line and the header. |
| Methods inherited from class com.sun.grizzly.http.TaskBase |
|---|
call, execute, execute, getSelectionKey, getSelectorHandler, getSelectorThread, getTaskListener, getThreadPool, getType, run, setSelectionKey, setSelectorHandler, setSelectorThread, setTaskListener, setThreadPool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLProcessorTask()
public SSLProcessorTask(boolean init,
boolean bufferResponse)
| Method Detail |
|---|
public void initialize()
initialize in class ProcessorTask
public void preProcess(java.io.InputStream input,
java.io.OutputStream output)
throws java.lang.Exception
ProcessorTask
preProcess in class ProcessorTaskinput - the InputStream to read bytesoutput - the OutputStream to write bytes
java.lang.Exception
public void action(ActionCode actionCode,
java.lang.Object param)
action in interface ActionHookaction in class ProcessorTaskactionCode - Type of the actionparam - Action parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||