netty5/src/main/java/org/jboss/netty
Trustin Lee e0545ba583 Fixed issue: NETTY-330 HttpMessageDecoder cannot decode new handshake messages
* HttpHeaders.getContentLength() returns 10 and 18 for WebSocket handshake messages
* Updated the WebSocket server example to support the new handshake method
2010-06-21 09:39:49 +00:00
..
bootstrap More explanation on how ChannelPipelineFactory works 2010-02-09 03:56:29 +00:00
buffer Fixed a bug: NETTY-329 ChannelBuffer.slice(index, length) returns a slice with wrong reader/writerIndex 2010-06-21 07:00:03 +00:00
channel System call needs to be made at least once so that it can fail when a user attempts to write on a closed channel 2010-06-16 03:33:29 +00:00
container Simplified container integration by removing unused features 2010-03-31 03:20:47 +00:00
example Fixed issue: NETTY-330 HttpMessageDecoder cannot decode new handshake messages 2010-06-21 09:39:49 +00:00
handler Fixed issue: NETTY-330 HttpMessageDecoder cannot decode new handshake messages 2010-06-21 09:39:49 +00:00
logging 2010-02-02 02:00:04 +00:00
util Updated Javadoc 2010-06-07 01:50:02 +00:00