Searched refs:readUtf8LineStrictUnbuffered (Results 1 – 1 of 1) sorted by relevance
563 StatusLine statusLine = StatusLine.parse(readUtf8LineStrictUnbuffered(source)); in createHttpProxySocket()565 while (!readUtf8LineStrictUnbuffered(source).equals("")) {} in createHttpProxySocket()611 private static String readUtf8LineStrictUnbuffered(Source source) throws IOException { in readUtf8LineStrictUnbuffered() method in OkHttpClientTransport