This website requires JavaScript.
Explore
Help
Sign In
faye
/
websocket-driver-ruby
Watch
1
Star
0
Fork
0
mirror of
https://github.com/faye/websocket-driver-ruby.git
synced
2025-11-01 13:59:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
native-parser
websocket-driver-ruby
/
ext
/
websocket_driver
/
com
/
jcoglan
/
websocket
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
James Coglan
ba6c47dd77
Extract the Java integer parsing into a helper class.
2017-03-26 12:08:49 +01:00
..
Buffer.java
Extract the Java integer parsing into a helper class.
2017-03-26 12:08:49 +01:00
Extensions.java
Integrate hooks for calling valid_frame_rsv? into the native extensions, so that WebSocket extension modules can override RSV validation.
2017-03-04 12:31:55 +00:00
Frame.java
In order to correctly serialise the length of long frames, the Frame.length field should be a long and bitshifting should be done with >>>. This necessitates various casts to ints, which is what byte[] sizes are measured in.
2017-03-01 18:11:20 +00:00
Message.java
Check for hitting the max message size and max read buffer capacity without using additions that could overflow.
2017-03-07 09:42:23 +00:00
Observer.java
Port the parser to Java, passing all the unit tests.
2017-02-26 22:56:07 +00:00
Parser.java
Extract the Java integer parsing into a helper class.
2017-03-26 12:08:49 +01:00
StreamReader.java
Rename ReadBuffer to StreamReader to match the Ruby version.
2017-03-14 21:59:50 +00:00
Unparser.java
Extract the Java integer parsing into a helper class.
2017-03-26 12:08:49 +01:00