Uses of Class
com.facilita.fc.web.WebSocketMessage
-
Packages that use WebSocketMessage 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 WebSocketMessage in com.facilita.fc.web
Methods in com.facilita.fc.web that return WebSocketMessage Modifier and Type Method Description WebSocketMessage
WebBrowser. createWebSocketMessage(byte[] data)
Creates aWebSocketMessage
object that can be sent to the server.WebSocketMessage
WebBrowser. createWebSocketMessage(byte[] data, boolean isBinary)
Creates aWebSocketMessage
object that can be sent to the server.WebSocketMessage
WebBrowser. createWebSocketMessage(java.lang.String data)
Creates aWebSocketMessage
object that can be sent to the server.WebSocketMessage
WebSocketMessageQueue. getNextMessage(long timeout)
Get the nextWebSocketMessage
in the queue.WebSocketMessage
WebSocketMessageQueue. waitForMessageContaining(java.lang.String text, long perMessageTimeout)
Wait for aWebSocketMessage
containing a specific piece of text to arrive from the server.Methods in com.facilita.fc.web with parameters of type WebSocketMessage Modifier and Type Method Description static long
WebSocketMessage. getCPtr(WebSocketMessage obj)
For internal use only.void
WebSocketReceivedMessageCallback. onReceivedMessage(WebSocket webSocket, WebSocketMessage message)
The method that is invoked when a WebSocket message arrives from the server.void
WebSocket. sendMessage(WebSocketMessage message)
Send a message to the server.
-