netty5/codec-http/src/main/java/io/netty/handler/codec/http/websocketx
Trustin Lee c883b61503 Ported codec-http to the new API
- Added ChannelBufferHolders.catchAllBuffer()
- Relaxed UnsupportedMessageTypeException constructor signature
- EmbeddedChannel now uses the catchAllBuffer
- ChanelInboundMessageHandlerAdapter.messageReceive() throws Exception
- Added ChannelInboundStreamHandlerAdapter
2012-05-23 11:42:10 -07:00
..
BinaryWebSocketFrame.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
CloseWebSocketFrame.java Issue #250. Implement web socket close frame status code and reason text. 2012-04-10 08:15:24 +02:00
ContinuationWebSocketFrame.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
package-info.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
PingWebSocketFrame.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
PongWebSocketFrame.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
TextWebSocketFrame.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
UTF8Exception.java Fix missing copyright headers 2012-02-07 17:26:55 +09:00
UTF8Output.java Fix missing copyright headers 2012-02-07 17:26:55 +09:00
WebSocket08FrameDecoder.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocket08FrameEncoder.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocket13FrameDecoder.java Fix missing copyright headers 2012-02-07 17:26:55 +09:00
WebSocket13FrameEncoder.java Fix missing copyright headers 2012-02-07 17:26:55 +09:00
WebSocket00FrameDecoder.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocket00FrameEncoder.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocketClientHandshaker.java Organized imports. 2012-02-21 03:06:26 +01:00
WebSocketClientHandshaker08.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
WebSocketClientHandshaker13.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
WebSocketClientHandshaker00.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
WebSocketClientHandshakerFactory.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
WebSocketFrame.java Apply checkstyle to the build 2012-01-11 20:16:14 +09:00
WebSocketFrameType.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
WebSocketHandshakeException.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
WebSocketServerHandshaker.java Organized imports. 2012-02-21 03:06:26 +01:00
WebSocketServerHandshaker08.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocketServerHandshaker13.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocketServerHandshaker00.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
WebSocketServerHandshakerFactory.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
WebSocketUtil.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00
WebSocketVersion.java Clean up the new WebSocket package 2012-01-19 13:12:45 +09:00