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.java122 public static int getSocketBufferSize(final HttpParams params) { in getSocketBufferSize() method in HttpConnectionParams
/external/apache-http/src/org/apache/http/impl/
DSocketHttpClientConnection.java109 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind()
DSocketHttpServerConnection.java107 int buffersize = HttpConnectionParams.getSocketBufferSize(params); in bind()