aboutsummaryrefslogtreecommitdiff
path: root/websocket/src/main/java/fi/iki/elonen/NanoWebSocketServer.java
AgeCommit message (Expand)Author
2015-10-23Rename NanoWebSocketServer to NanoWSD.LordFokas
2015-10-22Detached the WebSocket from the Server:LordFokas
2015-10-22Updated WebSocket class to handle itself in an overridable manner.lordfokas
2015-10-18encoded multipart requests #240ritchie
2015-10-14Allows WebSocket servers to easily override default HTTP behavior.LordFokas
2015-09-13file upload refactorings and set minimal coverage per module #219 #216ritchie
2015-06-26Compress mime type text/* by default. Closes #196Jarno Elonen
2015-06-04gzip now configuarble and websocket servers turn it default off ritchie
2015-05-14some cleanup and mergig for #122 also long as resquest size addedritchie
2015-05-14reponces now created by factorymethods that can be overwritten, solvesritchie
2015-05-12Exposed new protected Response constructor to allow inheritanceJarno Elonen
2015-05-10config and jacoco instead of cubertura ritchie
2015-05-10letting eclipse cleanup the coderitchie
2015-05-10after the last pull request in this series the formatter is now activeritchie
2015-05-10logging improved and all print stacktraces moved to loggingritchie
2015-05-10Rebased NanoWebSocketServer class aggregation from #166Jarno Elonen
2015-04-06If payload string contained a control character the result binarybruno
2015-04-04All files merged in one single class. Kind like the NanoHTTPD.bruno
2015-02-27basic changes needed for central releaseritchie
2014-04-24Simplified the test using Mockito, and expanded what was being tested along w...Paul Hawke
2014-04-24moved code from NanoWebSocketServer to WebSocketResponseHandler, so that requ...yankee
2014-04-24Added WebSocketFactory as alternative to deriving from NanoWebSocketServeryankee
2014-04-23websockets: final polish before release. Tested on IE, Chrome and FirefoxPaul Hawke