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.java113 return formatter.appendProtocolVersion(null, version).toString(); in formatProtocolVersion()
118 public CharArrayBuffer appendProtocolVersion(final CharArrayBuffer buffer, in appendProtocolVersion() method in BasicLineFormatter
213 appendProtocolVersion(buffer, reqline.getProtocolVersion()); in doFormatRequestLine()
270 appendProtocolVersion(buffer, statline.getProtocolVersion()); in doFormatStatusLine()
DLineFormatter.java93 CharArrayBuffer appendProtocolVersion(CharArrayBuffer buffer, in appendProtocolVersion() method