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 class
WebSocket.Listener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
abort()
void
close()
WebSocket
sendText(java.lang.CharSequence data)
-
-
-
Method Detail
-
sendText
WebSocket sendText(java.lang.CharSequence data)
-
close
void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
abort
void abort()
-
-