netty5/codec-http/src/main/java/io/netty/handler/codec/http/websocketx
Trustin Lee a969613540 Merge ChannelInboundConsumingHandler into SimpleChannelInboundHandler
- SimpleChannelInboundHandler now has a constructor parameter to let a
  user decide to enable automatic message release. (the default is to
  enable), which makes ChannelInboundConsumingHandler of less value.
2013-06-25 11:07:14 +09:00
..
BinaryWebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
CloseWebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
ContinuationWebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
PingWebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
PongWebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
TextWebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
UTF8Exception.java Fit every line into 120 columns 2012-06-08 19:28:12 +09:00
UTF8Output.java [#910] Make use of ByteBufHolder in SPDY, HTTP multipart and WebSockets to allow for buffer pooling 2013-01-17 06:34:52 +01:00
WebSocket07FrameDecoder.java #751 - Added support for legacy websocket v7 in order to pass SocksJS tests 2012-12-19 12:35:56 +01:00
WebSocket07FrameEncoder.java #751 - Added support for legacy websocket v7 in order to pass SocksJS tests 2012-12-19 12:35:56 +01:00
WebSocket08FrameDecoder.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocket08FrameEncoder.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
WebSocket13FrameDecoder.java Update license headers 2012-06-04 13:31:44 -07:00
WebSocket13FrameEncoder.java Update license headers 2012-06-04 13:31:44 -07:00
WebSocket00FrameDecoder.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocket00FrameEncoder.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
WebSocketClientHandshaker.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketClientHandshaker07.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketClientHandshaker08.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketClientHandshaker13.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketClientHandshaker00.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketClientHandshakerFactory.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
WebSocketClientProtocolHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketClientProtocolHandshakeHandler.java Merge ChannelInboundConsumingHandler into SimpleChannelInboundHandler 2013-06-25 11:07:14 +09:00
WebSocketFrame.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
WebSocketFrameAggregator.java Make sure WebSocketFrameAggregator and HttpObjectAggregator don't leak ByteBufs 2013-06-11 08:53:14 +02:00
WebSocketHandshakeException.java Update license headers 2012-06-04 13:31:44 -07:00
WebSocketProtocolHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketServerHandshaker.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketServerHandshaker07.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketServerHandshaker08.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketServerHandshaker13.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketServerHandshaker00.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketServerHandshakerFactory.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
WebSocketServerProtocolHandler.java Merge ChannelInboundConsumingHandler into SimpleChannelInboundHandler 2013-06-25 11:07:14 +09:00
WebSocketServerProtocolHandshakeHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
WebSocketUtil.java Redid documentation for WebSocketUtil 2012-06-29 15:12:59 +10:00
WebSocketVersion.java #751 - Added support for legacy websocket v7 in order to pass SocksJS tests 2012-12-19 12:35:56 +01:00