Uses of Class
com.neovisionaries.ws.client.WebSocketInputStream
-
Uses of WebSocketInputStream in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as WebSocketInputStreamMethods in com.neovisionaries.ws.client that return WebSocketInputStreamModifier and TypeMethodDescription(package private) WebSocketInputStreamWebSocket.getInput()Get the input stream of the WebSocket connection.private WebSocketInputStreamWebSocket.openInputStream(Socket socket) Open the input stream of the WebSocket connection.Methods in com.neovisionaries.ws.client with parameters of type WebSocketInputStreamModifier and TypeMethodDescriptionprivate byte[]Read the response bodyHandshakeReader.readHandshake(WebSocketInputStream input, String key) WebSocket.readHandshake(WebSocketInputStream input, String key) Receive an opening handshake response from the WebSocket server.HandshakeReader.readHttpHeaders(WebSocketInputStream input) private StatusLineHandshakeReader.readStatusLine(WebSocketInputStream input) Read a status line from an HTTP server.private voidHandshakeReader.validateStatusLine(StatusLine statusLine, Map<String, List<String>> headers, WebSocketInputStream input) Validate the status line.