Home
last modified time | relevance | path

Searched defs:headerValue (Results 1 – 7 of 7) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java45 String headerValue; // Lazily computed, if absent. field in CacheControl
49 int minFreshSeconds, boolean onlyIfCached, boolean noTransform, String headerValue) { in CacheControl()
165 String headerValue = null; in parse() local
253 private String headerValue() { in headerValue() method in CacheControl
/external/nist-sip/java/gov/nist/javax/sip/parser/
DParserFactory.java287 String headerValue = Lexer.getHeaderValue(line); in createParser() local
/external/jetty/src/java/org/eclipse/jetty/servlets/
DBalancerServlet.java361 …protected String filterResponseHeaderValue(String headerName, String headerValue, HttpServletReque… in filterResponseHeaderValue()
DProxyServlet.java816 …protected String filterResponseHeaderValue(String headerName, String headerValue, HttpServletReque… in filterResponseHeaderValue()
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryImpl.java1203 String headerValue) in createHeader()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java424 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java433 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()