Uses of Interface
com.facilita.fc.web.WebSocketReceivedMessageCallback
-
Packages that use WebSocketReceivedMessageCallback Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of WebSocketReceivedMessageCallback in com.facilita.fc.web
Methods in com.facilita.fc.web with parameters of type WebSocketReceivedMessageCallback Modifier and Type Method Description void
WebSocket. registerReceivedMessageCallback(WebSocketReceivedMessageCallback callback)
Register a callback to be invoked when a message is received from the server.
-