Uses of Interface
org.htmlunit.websocket.WebSocketAdapter
-
Packages that use WebSocketAdapter Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.websocket WebSocket support. -
-
Uses of WebSocketAdapter in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as WebSocketAdapter Modifier and Type Field Description private WebSocketAdapter
WebSocket. webSocketImpl_
-
Uses of WebSocketAdapter in org.htmlunit.websocket
Classes in org.htmlunit.websocket that implement WebSocketAdapter Modifier and Type Class Description class
JettyWebSocketAdapter
Jetty based impl of the WebSocketAdapter.
-