Home | History | Annotate | Download | only in okhttp

Lines Matching refs:bodySource

489     BufferedSource bodySource = get(server.getUrl("/")).body().source();
490 assertEquals("ABCDE", bodySource.readUtf8Line());
492 bodySource.readUtf8Line();
496 bodySource.close();