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
4564736fde067ab35c3227784aeb07eda3d52257
websocket-driver-ruby
/
ext
/
websocket_driver
/
com
/
jcoglan
/
websocket
T
History
James Coglan
4564736fde
Bring close frame handling into line between parser implementations.
2017-03-06 21:12:27 +00: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
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
Observer.java
Port the parser to Java, passing all the unit tests.
2017-02-26 22:56:07 +00:00
Parser.java
Bring close frame handling into line between parser implementations.
2017-03-06 21:12:27 +00:00
ReadBuffer.java
Port the parser to Java, passing all the unit tests.
2017-02-26 22:56:07 +00:00
Unparser.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