Searched refs:appendProtocolVersion (Results 1 – 2 of 2) sorted by relevance
113 return formatter.appendProtocolVersion(null, version).toString(); in formatProtocolVersion()118 public CharArrayBuffer appendProtocolVersion(final CharArrayBuffer buffer, in appendProtocolVersion() method in BasicLineFormatter213 appendProtocolVersion(buffer, reqline.getProtocolVersion()); in doFormatRequestLine()270 appendProtocolVersion(buffer, statline.getProtocolVersion()); in doFormatStatusLine()
93 CharArrayBuffer appendProtocolVersion(CharArrayBuffer buffer, in appendProtocolVersion() method