Uses of Class
com.neovisionaries.ws.client.WebSocketOutputStream
-
-
Uses of WebSocketOutputStream in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as WebSocketOutputStream Modifier and Type Field Description private WebSocketOutputStreamWebSocket. mOutputMethods in com.neovisionaries.ws.client that return WebSocketOutputStream Modifier and Type Method Description (package private) WebSocketOutputStreamWebSocket. getOutput()Get the output stream of the WebSocket connection.private WebSocketOutputStreamWebSocket. openOutputStream(java.net.Socket socket)Open the output stream of the WebSocket connection.Methods in com.neovisionaries.ws.client with parameters of type WebSocketOutputStream Modifier and Type Method Description private voidWebSocket. writeHandshake(WebSocketOutputStream output, java.lang.String key)Send an opening handshake request to the WebSocket server.
-