|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.ext.grizzly.HttpParserFilter
public class HttpParserFilter
HTTP parser filter for Grizzly.
Field Summary |
---|
Fields inherited from interface com.sun.grizzly.ProtocolFilter |
---|
SUCCESSFUL_READ |
Constructor Summary | |
---|---|
HttpParserFilter(GrizzlyServerHelper helper)
Constructor. |
Method Summary | |
---|---|
boolean |
execute(com.sun.grizzly.Context context)
Execute a call. |
boolean |
postExecute(com.sun.grizzly.Context context)
Post execute method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpParserFilter(GrizzlyServerHelper helper)
helper
- The parent HTTP server helper.Method Detail |
---|
public boolean execute(com.sun.grizzly.Context context) throws java.io.IOException
execute
in interface com.sun.grizzly.ProtocolFilter
context
- The call's context.
java.io.IOException
public boolean postExecute(com.sun.grizzly.Context context) throws java.io.IOException
postExecute
in interface com.sun.grizzly.ProtocolFilter
context
- The call's context.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |