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) WebSocketOutputStreamWebSocket.getOutput()Get the output stream of the WebSocket connection.private WebSocketOutputStreamWebSocket.openOutputStream(Socket socket) Open the output stream of the WebSocket connection.Methods in com.neovisionaries.ws.client with parameters of type WebSocketOutputStreamModifier and TypeMethodDescriptionprivate voidWebSocket.writeHandshake(WebSocketOutputStream output, String key) Send an opening handshake request to the WebSocket server.