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) WebSocketInputStream
WebSocket.getInput()
Get the input stream of the WebSocket connection.private WebSocketInputStream
WebSocket.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 StatusLine
HandshakeReader.readStatusLine
(WebSocketInputStream input) Read a status line from an HTTP server.private void
HandshakeReader.validateStatusLine
(StatusLine statusLine, Map<String, List<String>> headers, WebSocketInputStream input) Validate the status line.