|
||||||||||
| 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
com.sun.grizzly.ssl.SSLAsyncProcessorTask
public class SSLAsyncProcessorTask
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 | |
|---|---|
SSLAsyncProcessorTask()
|
|
SSLAsyncProcessorTask(boolean init,
boolean bufferResponse)
|
|
| Method Summary | |
|---|---|
SSLAsyncOutputBuffer |
getSSLAsyncOutputBuffer()
Retunr the SSLAsyncOutputBuffer |
void |
initialize()
Initialize the stream and the buffer used to parse the request. |
| Methods inherited from class com.sun.grizzly.ssl.SSLProcessorTask |
|---|
action, preProcess |
| 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 SSLAsyncProcessorTask()
public SSLAsyncProcessorTask(boolean init,
boolean bufferResponse)
| Method Detail |
|---|
public void initialize()
initialize in class SSLProcessorTaskpublic SSLAsyncOutputBuffer getSSLAsyncOutputBuffer()
SSLAsyncOutputBuffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||