Package com.applitools.eyes.universal
Class USDKListener
java.lang.Object
com.applitools.eyes.universal.AbstractSDKListener
com.applitools.eyes.universal.USDKListener
- All Implemented Interfaces:
org.asynchttpclient.ws.WebSocketListener
public class USDKListener
extends AbstractSDKListener
implements org.asynchttpclient.ws.WebSocketListener
Universal server socket listener
-
Field Summary
Fields inherited from class com.applitools.eyes.universal.AbstractSDKListener
logger, map, objectMapper, typeReferences, webSocket -
Method Summary
Modifier and TypeMethodDescriptionstatic USDKListenergetRefer()voidvoidvoidonOpen(org.asynchttpclient.ws.WebSocket webSocket) voidonTextFrame(String payload, boolean finalFragment, int rsv) Methods inherited from class com.applitools.eyes.universal.AbstractSDKListener
handleResponse, setWebSocketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.asynchttpclient.ws.WebSocketListener
onBinaryFrame, onPingFrame, onPongFrame
-
Method Details
-
getInstance
-
onOpen
public void onOpen(org.asynchttpclient.ws.WebSocket webSocket) - Specified by:
onOpenin interfaceorg.asynchttpclient.ws.WebSocketListener
-
onClose
- Specified by:
onClosein interfaceorg.asynchttpclient.ws.WebSocketListener
-
onError
- Specified by:
onErrorin interfaceorg.asynchttpclient.ws.WebSocketListener
-
onTextFrame
- Specified by:
onTextFramein interfaceorg.asynchttpclient.ws.WebSocketListener
-
getRefer
- Specified by:
getReferin classAbstractSDKListener
-