Searched refs:CoreConnectionPNames (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/java/org/apache/http/params/ |
H A D | HttpConnectionParams.java | 52 public final class HttpConnectionParams implements CoreConnectionPNames { 72 return params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0); in getSoTimeout() 87 params.setIntParameter(CoreConnectionPNames.SO_TIMEOUT, timeout); in setSoTimeout() 102 (CoreConnectionPNames.TCP_NODELAY, true); in getTcpNoDelay() 127 (CoreConnectionPNames.SOCKET_BUFFER_SIZE, -1); in getSocketBufferSize() 147 return params.getIntParameter(CoreConnectionPNames.SO_LINGER, -1); in getLinger() 164 params.setIntParameter(CoreConnectionPNames.SO_LINGER, value); in setLinger() 178 (CoreConnectionPNames.CONNECTION_TIMEOUT, 0); in getConnectionTimeout() 192 (CoreConnectionPNames.CONNECTION_TIMEOUT, timeout); in setConnectionTimeout() 209 (CoreConnectionPNames.STALE_CONNECTION_CHECK, true); in isStaleCheckingEnabled() [all …]
|
H A D | CoreConnectionPNames.java | 47 public interface CoreConnectionPNames { interface
|
/aosp12/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestHttpClient.java | 45 import org.apache.http.params.CoreConnectionPNames; 72 .setIntParameter(CoreConnectionPNames.SO_TIMEOUT, 5000) in TestHttpClient() 73 .setBooleanParameter(CoreConnectionPNames.STALE_CONNECTION_CHECK, false) in TestHttpClient()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 11476 org.apache.http.params.CoreConnectionPNames
|
H A D | boot-image-profile.txt | 36315 Lorg/apache/http/params/CoreConnectionPNames;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 13563 org.apache.http.params.CoreConnectionPNames
|
H A D | boot-image-profile.txt | 48144 Lorg/apache/http/params/CoreConnectionPNames;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 54868 …apache.http.cookie.params.CookieSpecPNames org.apache.http.params.CoreConnectionPNames org.apache.… 57225 public abstract deprecated interface CoreConnectionPNames { 57271 …inal deprecated class HttpConnectionParams implements org.apache.http.params.CoreConnectionPNames {
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 57891 @Deprecated public interface CoreConnectionPNames { 57902 …ed public final class HttpConnectionParams implements org.apache.http.params.CoreConnectionPNames {
|