Skip to main content

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


On 23 April 2010 06:35, Venkatesh Nandakumar <venkatesh88@xxxxxxxxx> wrote:
Hi,
With Reference to http://markmail.org/message/wwzmxn2hby6psedc I would
like to get an idea as to how to implement a web-based custom protocol
server.

By that, I mean I require custom-Request Methods.

CUSTOMGET /protocol-specific-object HTTP/1.1
Host: example.com

should pass the request on to a protocol-specific-handler that
interacts with some other data-storage-protocol-specific-thread
already initialized in a threadpool.

It would be very helpful to get a direction/lead as to what all to
look into here. I'm using jetty-7.

Venkatesh Nandakumar
Department of Electronics & Computer Engineering
Indian Institute of Technology Roorkee

Hi,

Am I on the correct mailing list? Or should I head over to jetty-devs?

Venkatesh Nandakumar
Department of Electronics & Computer Engineering
Indian Institute of Technology Roorkee

Back to the top