Searched defs:responseContent (Results 1 – 5 of 5) sorted by relevance
130 private String responseContent; field in EnhancedClientGetOverheadBenchmark.TestItem133 TestItem(String responseContent, TableSchema tableSchema) { in TestItem()
50 Optional<AbortableInputStream> responseContent = response.content(); in parse() local
234 Optional<AbortableInputStream> responseContent = context.response().content(); in unmarshallStructured() local241 Optional<AbortableInputStream> responseContent = context.response().content(); in unmarshallStructured() local
85 String responseContent = uncheckedInputStreamToUtf8(inputStream); in handleResponse() local
316 …Optional<InputStream> responseContent = isErrorResponse ? tryGetErrorStream() : tryGetInputStream(… in call() local