Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/org/apache/http/params/
H A DHttpConnectionParams.java52 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 DCoreConnectionPNames.java47 public interface CoreConnectionPNames { interface
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java45 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 Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes11476 org.apache.http.params.CoreConnectionPNames
H A Dboot-image-profile.txt36315 Lorg/apache/http/params/CoreConnectionPNames;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/config/
H A Dpreloaded-classes13563 org.apache.http.params.CoreConnectionPNames
H A Dboot-image-profile.txt48144 Lorg/apache/http/params/CoreConnectionPNames;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt54868 …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 Dcurrent.txt57891 @Deprecated public interface CoreConnectionPNames {
57902 …ed public final class HttpConnectionParams implements org.apache.http.params.CoreConnectionPNames {