Package io.webfolder.cdp.channel
Class JettyWebSocketChannel
java.lang.Object
io.webfolder.cdp.channel.JettyWebSocketChannel
- All Implemented Interfaces:
Channel
-
Field Summary
Fields inherited from interface io.webfolder.cdp.channel.Channel
CLOSE_REASON_TEXT, CLOSE_STATUS_CODE
-
Constructor Summary
ConstructorsConstructorDescriptionJettyWebSocketChannel
(Future<org.eclipse.jetty.websocket.api.Session> future) -
Method Summary
-
Constructor Details
-
JettyWebSocketChannel
-
-
Method Details
-
isOpen
public boolean isOpen() -
disconnect
public void disconnect()- Specified by:
disconnect
in interfaceChannel
-
sendText
-
sendText
public void sendText(byte[] message) -
connect
public void connect()
-