users@grizzly.java.net

Re: Grizzly 2.0 HttpFilter

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 14 May 2009 10:28:57 -0400

Salut,

Alaska wrote:
> Hello!
>
> I"m looking for a HttpFilter that can parse http requests (like the
> GrizzlyRequest for the GrizzlyWebServer), but I want to implement it in
> filter chain mode.
> Where could I find such parser?

I think you want to use:

https://grizzly.dev.java.net/nonav/2.0.0-M1/apidocs/org/glassfish/grizzly/web/WebFilter.html

the Javadoc is wrong (this Filter is based on top of the Grizzly 1.9.x
SelectorThread)

https://grizzly.dev.java.net/nonav/2.0.0-M1/xref/org/glassfish/grizzly/web/WebFilter.html

Let us know if that's not what you are looking for. The HTTP module is
based on 1.9.x, but we are open to support more scenarios.

Thanks

-- Jeanfrancois

>
> Thank you in advance,
> alaska.