netty5/codec-haproxy/src
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
..
main/java/io/netty/handler/codec/haproxy ByteString introduced as AsciiString super class 2015-04-14 16:35:17 -07:00
test/java/io/netty/handler/codec/haproxy Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00