Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Custom Web-Protocol Server [Modified Request Methods]

What is the advantage to using a custom Handler over using a standard servlet with a http extension method?

thanks
david jencks

On May 1, 2010, at 12:12 PM, Venkatesh Nandakumar wrote:

> Hi,
> It is a HTTP/1.1 extension method.
> 
> I was able to solve it, by using extending AbstractHandler and
> checking the requestMethod with baseRequest.getMethod().
> Then, I made a customThreadPool for dispatching workers which actually
> handled the requests with the backend-repository.
> 
> It was pretty easy actually. :). Jetty architecture is pretty cool.
> 
> Thank you very much for reply.
> Venkatesh Nandakumar
> Department of Electronics & Computer Engineering
> Indian Institute of Technology Roorkee
> 
> 
> On 2 May 2010 00:34, David Jencks <david_jencks@xxxxxxxxx> wrote:
>> 
>> Are you planning to use http 1.1 with an http extension method?  Or do you need a non-http 1.1 protocol?
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev



Back to the top