Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] http classes not accessible

I wanted to reuse the methods for extracting weighted header values. More specifically, I'm trying to get the user locale(s) from the UpgradeRequest on websocket creation.


On Sat, Dec 28, 2013 at 3:22 PM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
the org.eclipse.jetty.http.HttpHeader is not exposed by Jetty's WebSocketServlet, what are you trying to do?

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Sat, Dec 28, 2013 at 5:20 AM, Nils Kilden-Pedersen <nilskp@xxxxxxxxx> wrote:

Using 9.0.6, I’m referencing HttpHeader in my web socket servlet, but apparently the http classes are not accessible to the servlet.

java.lang.ClassNotFoundException: org.eclipse.jetty.http.HttpHeader

How do I fix this?


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top