netty5/codec-http/src/main/java/io/netty/handler/codec/rtsp
Scott Mitchell 9a7a85dbe5 ByteString introduced as AsciiString super class
Motivation:
The usage and code within AsciiString has exceeded the original design scope for this class. Its usage as a binary string is confusing and on the verge of violating interface assumptions in some spots.

Modifications:
- ByteString will be created as a base class to AsciiString. All of the generic byte handling processing will live in ByteString and all the special character encoding will live in AsciiString.

Results:
The AsciiString interface will be clarified. Users of AsciiString can now be clear of the limitations the class imposes while users of the ByteString class don't have to live with those limitations.
2015-04-14 16:35:17 -07: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
RtspHeaderNames.java ByteString introduced as AsciiString super class 2015-04-14 16:35:17 -07:00
RtspHeaders.java Fix backward compatibility from the previous backport 2014-11-01 01:00:25 +09:00
RtspHeaderValues.java ByteString introduced as AsciiString super class 2015-04-14 16:35:17 -07:00
RtspMethods.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
RtspObjectDecoder.java Rewrite HttpObjectDecoder to make use of proper state machine 2014-11-12 14:29:05 +01:00
RtspObjectEncoder.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
RtspRequestDecoder.java Fixes #3362 (Possible wrong behavior in HttpResponseDecoder/HttpRequestDecoder for large header/initline/content) 2015-02-02 17:03:32 +09:00
RtspRequestEncoder.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
RtspResponseDecoder.java Fixes #3362 (Possible wrong behavior in HttpResponseDecoder/HttpRequestDecoder for large header/initline/content) 2015-02-02 17:03:32 +09:00
RtspResponseEncoder.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
RtspResponseStatuses.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
RtspVersions.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00