Merge pull request #8473 from eclipse/jetty-10.0.x-WebSocketUpgradeHandler-Configuration
add getter for the WebSocketUpgradeHandler configuration
This commit is contained in:
commit
6b2db685cd
|
@ -50,6 +50,11 @@ public class WebSocketUpgradeHandler extends HandlerWrapper
|
|||
mappings.addMapping(pathSpec, negotiator);
|
||||
}
|
||||
|
||||
public Configuration getConfiguration()
|
||||
{
|
||||
return customizer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue