Searched defs:headerValue (Results 1 – 7 of 7) sorted by relevance
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | CacheControl.java | 45 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/ |
D | ParserFactory.java | 287 String headerValue = Lexer.getHeaderValue(line); in createParser() local
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | BalancerServlet.java | 361 …protected String filterResponseHeaderValue(String headerName, String headerValue, HttpServletReque… in filterResponseHeaderValue()
|
D | ProxyServlet.java | 816 …protected String filterResponseHeaderValue(String headerName, String headerValue, HttpServletReque… in filterResponseHeaderValue()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderFactoryImpl.java | 1203 String headerValue) in createHeader()
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | ResponseCacheTest.java | 424 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CacheTest.java | 433 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()
|