netty5/codec-http/src/main/java/io/netty/handler/codec/http/websocketx
2012-12-02 19:55:45 +01:00
..
BinaryWebSocketFrame.java Merge MessageBufs and ByteBufs into Unpooled 2012-06-11 17:02:29 +09:00
CloseWebSocketFrame.java Merge MessageBufs and ByteBufs into Unpooled 2012-06-11 17:02:29 +09:00
ContinuationWebSocketFrame.java Merge MessageBufs and ByteBufs into Unpooled 2012-06-11 17:02:29 +09:00
package-info.java Fit every line into 120 columns 2012-06-08 19:28:12 +09:00
PingWebSocketFrame.java Merge MessageBufs and ByteBufs into Unpooled 2012-06-11 17:02:29 +09:00
PongWebSocketFrame.java Merge MessageBufs and ByteBufs into Unpooled 2012-06-11 17:02:29 +09:00
TextWebSocketFrame.java Merge MessageBufs and ByteBufs into Unpooled 2012-06-11 17:02:29 +09:00
UTF8Exception.java Fit every line into 120 columns 2012-06-08 19:28:12 +09:00
UTF8Output.java Suppress false-positive inspection warnings / 2012-11-12 09:05:16 +09:00
WebSocket08FrameDecoder.java Remove redundant 'else' branches. 2012-11-12 09:31:40 +09:00
WebSocket08FrameEncoder.java Fix more inspection warnings + compilation errors 2012-11-12 13:25:00 +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 Remove unnecessary throws clauses for unchecked exceptions 2012-11-10 07:07:37 +09:00
WebSocket00FrameEncoder.java [#624] Add varargs constructor to MessageToByteEncoder, MessageToMessage(Encoder|Decoder|Codec) to implement default isEncodable/isDecodable() 2012-09-23 17:01:31 +09:00
WebSocketClientHandshaker.java Remove methods overridden but identical with the super implementation / Make constructors of abstract classes protected rather than non-sense public 2012-11-10 07:10:30 +09:00
WebSocketClientHandshaker08.java [#735] Improve the notification of the handshake future 2012-11-13 20:05:54 +01:00
WebSocketClientHandshaker13.java [#735] Improve the notification of the handshake future 2012-11-13 20:05:54 +01:00
WebSocketClientHandshaker00.java [#740] Fix WebSocketClientHandshaker00.finishHandshake() validations 2012-11-15 13:06:48 +01:00
WebSocketClientHandshakerFactory.java Replace a variable with a constant wherever possible 2012-11-12 09:43:14 +09:00
WebSocketFrame.java Rename ChannelBuffer to ByteBuf as discussed before 2012-06-10 11:08:43 +09:00
WebSocketFrameType.java Update license headers 2012-06-04 13:31:44 -07:00
WebSocketHandshakeException.java Update license headers 2012-06-04 13:31:44 -07:00
WebSocketServerHandshaker.java Replace dynamic regular expressions with precompiled Patterns or new StringUtil.split() 2012-11-10 00:41:22 +09:00
WebSocketServerHandshaker08.java [786] Fix possible corruption of first WebSocketFrame caused by WebSocketServerHandshaker* 2012-12-02 19:55:45 +01:00
WebSocketServerHandshaker13.java [786] Fix possible corruption of first WebSocketFrame caused by WebSocketServerHandshaker* 2012-12-02 19:55:45 +01:00
WebSocketServerHandshaker00.java [786] Fix possible corruption of first WebSocketFrame caused by WebSocketServerHandshaker* 2012-12-02 19:55:45 +01:00
WebSocketServerHandshakerFactory.java Add 'static' modifier to the methods that don't need to be member methods 2012-11-10 07:54:33 +09:00
WebSocketServerProtocolHandler.java Remove redundant 'else' branches. 2012-11-12 09:31:40 +09:00
WebSocketServerProtocolHandshakeHandler.java The handshake handler should not handle the exception and simply close the socket. The exception should be propagated to the WebSocketServerProtocolHandler to send the appropriate response and then close the socket. 2012-11-20 10:00:28 +01:00
WebSocketUtil.java Redid documentation for WebSocketUtil 2012-06-29 15:12:59 +10:00
WebSocketVersion.java Remove redundant 'else' branches. 2012-11-12 09:31:40 +09:00