Package org.openqa.selenium.remote.http
Interface WebSocket
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface WebSocket extends java.io.Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWebSocket.Listener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabort()voidclose()WebSocketsendText(java.lang.CharSequence data)
-
-
-
Method Detail
-
sendText
WebSocket sendText(java.lang.CharSequence data)
-
close
void close() throws java.io.UncheckedIOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.UncheckedIOException
-
abort
void abort()
-
-