Response.addCookie(Cookie), then the cookie
will be set as HTTP ONLY.Jetty9WebsocketHandlerm
which already contains the proper WebsocketServlet implementation the request is being delegated to.Response provides the implementation for HttpServletResponse.Response.setHeader(String, String) or
Response.addHeader(String, String).