HomeSort by relevance Sort by last modified time
    Searched refs:outbuffer (Results 1 - 9 of 9) sorted by null

  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 71 final SessionOutputBuffer outbuffer,
75 return new ChunkedOutputStream(outbuffer);
77 return new IdentityOutputStream(outbuffer);
79 return new ContentLengthOutputStream(outbuffer, len);
84 final SessionOutputBuffer outbuffer,
87 if (outbuffer == null) {
96 OutputStream outstream = doSerialize(outbuffer, message);
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 72 private SessionOutputBuffer outbuffer = null; field in class:AbstractHttpClientConnection
116 final SessionOutputBuffer outbuffer,
121 if (outbuffer == null) {
125 this.outbuffer = outbuffer;
131 outbuffer, params);
134 outbuffer.getMetrics());
162 this.outbuffer,
168 this.outbuffer.flush();
AbstractHttpServerConnection.java 72 private SessionOutputBuffer outbuffer = null; field in class:AbstractHttpServerConnection
117 final SessionOutputBuffer outbuffer,
122 if (outbuffer == null) {
126 this.outbuffer = outbuffer;
132 outbuffer, params);
135 outbuffer.getMetrics());
157 this.outbuffer.flush();
183 this.outbuffer,
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 186 SessionOutputBuffer outbuffer = super.createSessionOutputBuffer( local
191 outbuffer = new LoggingSessionOutputBuffer(outbuffer, new Wire(wireLog));
193 return outbuffer;
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 71 private SessionOutputBuffer outbuffer = null; field in class:AndroidHttpClientConnection
115 this.outbuffer = new SocketOutputBuffer(socket, buffersize, params);
122 this.requestWriter = new HttpRequestWriter(outbuffer, null, params);
126 outbuffer.getMetrics());
280 this.outbuffer,
286 this.outbuffer.flush();
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 259 milliseconds