Skip to main content

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

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.

I had mailed this to jetty-users before. Maybe it was the incorrect mailing list.

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


Back to the top