Home
last modified time | relevance | path

Searched refs:appendProtocolVersion (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/message/
DBasicLineFormatter.java118 return formatter.appendProtocolVersion(null, version).toString(); in formatProtocolVersion()
123 public CharArrayBuffer appendProtocolVersion(final CharArrayBuffer buffer, in appendProtocolVersion() method in BasicLineFormatter
218 appendProtocolVersion(buffer, reqline.getProtocolVersion()); in doFormatRequestLine()
275 appendProtocolVersion(buffer, statline.getProtocolVersion()); in doFormatStatusLine()
DLineFormatter.java98 CharArrayBuffer appendProtocolVersion(CharArrayBuffer buffer, in appendProtocolVersion() method