websocket icon indicating copy to clipboard operation
websocket copied to clipboard

Simple WebSocket implementation in Java

Results 4 websocket issues
Sort by recently updated
recently updated
newest added

Add .toLowerCase() to req.get("Upgrade") and req.get("Connection") checks to support IE browsers before this change i got this error network error 12152 in IE browsers Hope this commit help someone

Hello Mr. Blink, your code line 430 as shown in this link https://github.com/blinkdog/websocket/blob/master/src/main/java/com/pmeade/websocket/io/WebSocketServerInputStream.java#L430 ``` java for (int i = 0; i < NUM_OCTET_64; i++) { payloadLength |= inputStream.read()

added example for message queue server