Uses of Interface
com.facilita.fc.web.WebSocketErrorCallback
-
Packages that use WebSocketErrorCallback 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 WebSocketErrorCallback in com.facilita.fc.web
Methods in com.facilita.fc.web with parameters of type WebSocketErrorCallback Modifier and Type Method Description void
WebSocket. registerErrorCallback(WebSocketErrorCallback callback)
Register a callback to be invoked when an error occurs on the WebSocket.
-