Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/
DDefaultHttpRequestFactory.java56 private static final String[] RFC2616_ENTITY_ENC_METHODS = { field in DefaultHttpRequestFactory
90 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) { in newHttpRequest()
103 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) { in newHttpRequest()