Module org.htmlunit

Class JettyWebSocketAdapter

java.lang.Object
org.htmlunit.websocket.JettyWebSocketAdapter
All Implemented Interfaces:
WebSocketAdapter

public final class JettyWebSocketAdapter extends Object implements WebSocketAdapter
Jetty12 based impl of the WebSocketAdapter. To avoid conflicts with other jetty versions used by projects, we use our own shaded version of jetty12 (https://github.com/HtmlUnit/htmlunit-websocket-client).
Author:
Ronald Brill