users@grizzly.java.net

Re: Grizzly 2.0 HttpFilter

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 15 May 2009 11:29:08 +0200

Hi,

as Jeanfrancois pointed out we have WebFilter, which represents
lightweight Grizzly web container, and where you can set Adapter(s)
[1] to process HTTP requests.
So it's not exactly the HttpFilter (http packet parser filter) you
were looking for, but it's light weight web container filter, which
could be even more interesting :))

Thanks.

WBR,
Alexey.

[1] https://grizzly.dev.java.net/nonav/2.0.0-M1/apidocs/org/glassfish/grizzly/web/container/Adapter.html

On May 14, 2009, at 16:28 , Jeanfrancois Arcand wrote:

> 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>