Searched refs:socketOut (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRetryableSink.java75 public void writeToSocket(BufferedSink socketOut) throws IOException { argument
77 socketOut.write(content.clone(), content.size());

Completed in 99 milliseconds