Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/params/
DHttpConnectionParams.java117 public static int getSocketBufferSize(final HttpParams params) { in getSocketBufferSize() method in HttpConnectionParams
/external/apache-http/src/org/apache/http/impl/
DSocketHttpServerConnection.java102 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind()
DSocketHttpClientConnection.java104 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind()