Package com.intuit.karate.http
Interface WebSocketListener
-
- All Known Implementing Classes:
WebSocketClient
public interface WebSocketListener- Author:
- pthomas3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMessage(byte[] bytes)voidonMessage(String text)
-
-
-
Method Detail
-
onMessage
void onMessage(String text)
-
onMessage
void onMessage(byte[] bytes)
-
-