Uses of Class
com.neovisionaries.ws.client.WebSocketOutputStream
-
Uses of WebSocketOutputStream in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as WebSocketOutputStreamMethods in com.neovisionaries.ws.client that return WebSocketOutputStreamModifier and TypeMethodDescription(package private) WebSocketOutputStream
WebSocket.getOutput()
Get the output stream of the WebSocket connection.private WebSocketOutputStream
WebSocket.openOutputStream
(Socket socket) Open the output stream of the WebSocket connection.Methods in com.neovisionaries.ws.client with parameters of type WebSocketOutputStreamModifier and TypeMethodDescriptionprivate void
WebSocket.writeHandshake
(WebSocketOutputStream output, String key) Send an opening handshake request to the WebSocket server.