Changed Methods
|
boolean hasProtocolVersion(CharArrayBuffer, ParserCursor)
|
Change in signature from (CharArrayBuffer, int ) to (CharArrayBuffer, ParserCursor ).
|
Checks whether there likely is a protocol version in a line. |
ProtocolVersion parseProtocolVersion(CharArrayBuffer, ParserCursor)
|
Change in signature from (CharArrayBuffer, int, int ) to (CharArrayBuffer, ParserCursor ).
|
Parses the textual representation of a protocol version. |
RequestLine parseRequestLine(CharArrayBuffer, ParserCursor)
|
Change in signature from (CharArrayBuffer, int, int ) to (CharArrayBuffer, ParserCursor ).
|
Parses a request line. |
StatusLine parseStatusLine(CharArrayBuffer, ParserCursor)
|
Change in signature from (CharArrayBuffer, int, int ) to (CharArrayBuffer, ParserCursor ).
|
Parses a status line. |