Jetty

Convert HttpTunnel and HttpMessage to Jetty 6

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 6.1.0
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

There is no current tunneling mechanism in Jetty 6.

Issue Links

Activity

Hide
Greg Wilkins added a comment -

It may be possible to achieve CONNECT handling in jetty 6 without a tunnel mechanism.
A CONNECT handler or Servlet should be able to access the HttpConnection and thus access the
underlying endpoint.

So data can be sent a received directly on that object - albiet without stream semantics.

That was the approach I am planning to investigate.... but a tunnel mechanism may still be required.

Show
Greg Wilkins added a comment - It may be possible to achieve CONNECT handling in jetty 6 without a tunnel mechanism. A CONNECT handler or Servlet should be able to access the HttpConnection and thus access the underlying endpoint. So data can be sent a received directly on that object - albiet without stream semantics. That was the approach I am planning to investigate.... but a tunnel mechanism may still be required.
Hide
Greg Wilkins added a comment -

Up for grabs

Show
Greg Wilkins added a comment - Up for grabs
Hide
Greg Wilkins added a comment -

This is now way out of date.

We still do not have good connect support, but when we have a user asking for it, we will not do it this way.

Show
Greg Wilkins added a comment - This is now way out of date. We still do not have good connect support, but when we have a user asking for it, we will not do it this way.

People

Vote (0)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: