|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.DefaultProtocolChain
com.sun.grizzly.http.HttpProtocolChain
public class HttpProtocolChain
Customized implementation of a ProtocolChain
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.grizzly.DefaultProtocolChain |
|---|
DefaultProtocolChain.EventHandler, DefaultProtocolChain.Phase |
| Field Summary |
|---|
| Fields inherited from class com.sun.grizzly.DefaultProtocolChain |
|---|
continousExecution, eventHandlers, protocolFilters |
| Fields inherited from interface com.sun.grizzly.ProtocolChain |
|---|
PROTOCOL_CHAIN_POST_INSTRUCTION |
| Constructor Summary | |
|---|---|
HttpProtocolChain()
|
|
| Method Summary | |
|---|---|
void |
enableRCM(boolean rcmSupport)
Enable/Disable RCM. |
void |
execute(Context ctx)
Execute the request. |
| Methods inherited from class com.sun.grizzly.DefaultProtocolChain |
|---|
addEventHandler, addFilter, addFilter, execute, executeProtocolFilter, executeProtocolFilter, isContinuousExecution, notifyException, postExecuteProtocolFilter, removeEventHandler, removeFilter, setContinuousExecution, setProtocolFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpProtocolChain()
| Method Detail |
|---|
public void execute(Context ctx)
throws java.lang.Exception
ByteBuffer
based on the decision made by a ResourceAllocationFilter
execute in interface ProtocolChainexecute in class DefaultProtocolChainctx -
java.lang.Exceptionpublic void enableRCM(boolean rcmSupport)
rcmSupport -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||