Home
last modified time | relevance | path

Searched refs:getValuePos (Results 1 – 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/
DFormattedHeader.java65 int getValuePos() in getValuePos() method
/external/apache-http/src/org/apache/http/message/
DBufferedHeader.java115 public int getValuePos() { in getValuePos() method in BufferedHeader
DBasicHeaderElementIterator.java90 this.cursor.updatePos(((FormattedHeader) h).getValuePos()); in bufferHeaderValue()
/external/apache-http/src/org/apache/http/impl/auth/
DAuthSchemeBase.java88 pos = ((FormattedHeader) header).getValuePos(); in processChallenge()
/external/apache-http/src/org/apache/http/impl/cookie/
DNetscapeDraftSpec.java133 ((FormattedHeader) header).getValuePos(), in parse()
DBrowserCompatSpec.java135 ((FormattedHeader) header).getValuePos(), in parse()
/external/apache-http/src/org/apache/http/impl/client/
DAbstractAuthenticationHandler.java81 pos = ((FormattedHeader) header).getValuePos(); in parseChallenges()