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 <[email protected]> wrote: > the org.eclipse.jetty.http.HttpHeader is not exposed by Jetty's > WebSocketServlet, what are you trying to do? > > -- > Joakim Erdfelt <[email protected]> > webtide.com <http://www.webtide.com/> - intalio.com/jetty > Expert advice, services and support from from the Jetty & CometD experts > eclipse.org/jetty - cometd.org > > > On Sat, Dec 28, 2013 at 5:20 AM, Nils Kilden-Pedersen <[email protected]>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 >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> >> > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
