Commit Graph

2304 Commits

Author SHA1 Message Date
Norman Maurer
3ecb93eade Include the name which was the cause of the IllegalArgumentException while try to add a handler to the pipeline 2011-11-22 17:29:54 +01:00
Trustin Lee
0850449b09 Consistent fail-fast property
* DelimiterBasedFrameDecoder and LengthFieldBasedFrameDecoder must
expose the fail-fast option consistently
* Renamed failImmediatelyOnTooLongFrame to failFast
2011-11-22 18:37:36 +09:00
Trustin Lee
1ac6c75d39 Clean up
* Static variables should come before member fields
* Removed unused members
2011-11-22 16:32:01 +09:00
Norman Maurer
5c2c8d9d1d Merge pull request #70 from jeffgriffith/master
Modification to allow multiple boss threads in client
2011-11-21 21:28:25 -08:00
Jeff Griffith
e8766c4ba6 Added default num bosses const. 2011-11-21 16:08:11 -05:00
Jeff Griffith
0d0764d082 Allow for multiple client boss threads. 2011-11-21 15:03:18 -05:00
Vibul Imtarnasan
1e0dee3e9b Merge pull request #54 from veebs/WebSocketSSL
Added checks to make sure expected system properties are present for WebSocket SSL example
2011-11-12 19:57:42 -08:00
Veebs
9461b31edd Added checks to make sure expected system properties are present. 2011-11-13 14:42:59 +11:00
Vibul Imtarnasan
6adeda2493 Merge pull request #53 from veebs/WebSocketSSL
Added WebSocket Server with SSL example app
2011-11-12 17:53:32 -08:00
Veebs
3b0eb64f1c WebSocket Server with SSL example app 2011-11-13 12:38:18 +11:00
Norman Maurer
2e3971953b Merge pull request #52 from motlin/master
Fixes from static-analysis tools.
2011-11-12 11:20:49 -08:00
Craig P. Motlin
b6dc30b37b Inline redundant local variables. 2011-11-12 13:37:30 -05:00
Craig P. Motlin
ab61090572 Simplify redundant 'if' statements. 2011-11-12 13:23:40 -05:00
Craig P. Motlin
f0520dad20 Remove unnecessary calls to 'super()'. 2011-11-12 13:19:37 -05:00
Craig P. Motlin
9b9ee79f27 Remove unnecessary 'return' statements. 2011-11-12 13:15:33 -05:00
Craig P. Motlin
d073e1d14d Replace constant array creation expression with array initializer. 2011-11-12 13:14:39 -05:00
Craig P. Motlin
e84571a5f2 Remove unnecessary semicolons. 2011-11-12 13:14:16 -05:00
Craig P. Motlin
f9a19517d5 Remove redundant type arguments. 2011-11-12 13:09:12 -05:00
Craig P. Motlin
41d4884194 Remove redundant array creations. 2011-11-12 13:08:00 -05:00
Norman Maurer
0b3a685f95 Merge pull request #51 from motlin/master
Fixes from static-analysis tools.
2011-11-12 01:03:02 -08:00
Craig P. Motlin
f641e25735 Remove redundant 'final' from static methods. 2011-11-11 07:53:16 -05:00
Craig P. Motlin
f78a60df7d Remove redundant 'final' method in 'final' class. 2011-11-11 07:53:14 -05:00
Craig P. Motlin
1213dc5ace Remove unnecessary enum modifier. 2011-11-11 07:53:12 -05:00
Craig P. Motlin
1c698494bb Make inner classes static where possible. 2011-11-11 07:53:11 -05:00
Craig P. Motlin
6f857d271c Make fields static where possible. 2011-11-11 07:53:09 -05:00
Craig P. Motlin
f84a9e1c52 Add missing @Override annotations. 2011-11-11 07:53:08 -05:00
norman
1a6f8369ea Revert changes of pull request #45 2011-11-11 08:51:00 +01:00
norman
d760b4cffe Remove empty method which I forgot to remove before 2011-11-10 09:16:34 +01:00
norman
3856f99c03 Make failImmediatelyOnTooLongFrame configurable via a constructor 2011-11-10 09:15:16 +01:00
Norman Maurer
193acdb36c Merge pull request #25 from aaronriekenberg/master
Add failImmediatelyOnTooLongFrame option to DelimiterBasedFrameDecoder and LengthFieldBasedFrameDecoder
2011-11-09 23:30:39 -08:00
Norman Maurer
b3b096834c Merge pull request #45 from sunng87/master
Fix NETTY-452, add an option for whether to count length field into packet length or not
2011-11-09 11:38:46 -08:00
Norman Maurer
85119dd2fb Merge pull request #49 from motlin/master
Fixes from static-analysis tools.
2011-11-09 05:45:56 -08:00
Craig P. Motlin
1fdab7bb95 Make fields final where possible. 2011-11-09 08:33:45 -05:00
Craig P. Motlin
8d6d2f038e Remove redundant no-arg constructors. 2011-11-09 08:29:23 -05:00
Craig P. Motlin
13eb416b06 Remove redundant 'final' modifier from private methods. 2011-11-09 08:28:30 -05:00
Craig P. Motlin
b38cb5c081 Fix problems in Javadoc references. 2011-11-09 08:28:28 -05:00
Norman Maurer
5e925677c4 Declare field final 2011-11-09 14:03:44 +01:00
Norman Maurer
7820731a16 Merge pull request #47 from jpinner/ignore_httponly_cookies
ignore HttpOnly as a cookie name instead of throwing exception
2011-11-09 04:53:48 -08:00
Jeff Pinner
152ea47d48 make cookie decoder behavior configurable via a constructor argument 2011-11-08 12:03:23 -08:00
Jeff Pinner
fae46dabf1 ignore HttpOnly as a cookie name instead of throwing exception 2011-11-07 12:03:34 -08:00
Norman Maurer
cc472c55eb Merge pull request #46 from CruzBishop/channelbuffer-boolean
Boolean operations in channel buffers (fix for NETTY-344)
2011-11-07 03:20:50 -08:00
Cruz Bishop
dab76e266c Added tests 2011-11-07 21:13:45 +10:00
Cruz Bishop
507b9d0b70 Boolean operations in channel buffers
Adds getBoolean(index), readBoolean(), writeBoolean(value), setBoolean(index, value)
Fixes https://issues.jboss.org/browse/NETTY-344
2011-11-07 21:07:54 +10:00
Trustin Lee
53b055fc10 Merge pull request #44 from motlin/master
Remove unnecessary interface modifiers.
2011-11-06 21:53:50 -08:00
Sunng
9aa81cd083 fix typo 2011-11-07 13:35:37 +08:00
Norman Maurer
1f3d35bd34 release replaying decoder cumulation buffer after firing upstream 2011-11-06 20:35:23 +01:00
Craig P. Motlin
c27af721b0 Remove unnecessary interface modifiers. 2011-11-06 11:54:21 -05:00
Norman Maurer
47a3783d6c Merge pull request #42 from CruzBishop/LocalAddressCompareFix
Small fix for LocalAddress.compareTo
2011-11-05 23:51:33 -07:00
Cruz Bishop
8df2524bb0 Small fix for LocalAddress.compareTo when both this and o are ephermal 2011-11-06 08:08:18 +10:00
Sun Ning
942b746d73 add an option in LengthFieldBasedFrameDecoder for whether to count the length field into frame length. 2011-11-05 22:09:27 +08:00