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