public final class ResponseContainerFunction extends Object implements com.google.common.base.Function<org.apache.http.HttpResponse,ResponseContainer>
Modifier and Type | Class and Description |
---|---|
static class |
ResponseContainerFunction.Builder |
Modifier and Type | Method and Description |
---|---|
ResponseContainer |
apply(org.apache.http.HttpResponse response) |
static ResponseContainerFunction |
build(HttpOptions options,
org.kuali.common.jute.base.RunningStopwatch stopwatch) |
static ResponseContainerFunction.Builder |
builder() |
int |
getBufferSize() |
HttpOptions |
getOptions() |
org.kuali.common.jute.base.RunningStopwatch |
getStopwatch() |
public ResponseContainer apply(org.apache.http.HttpResponse response)
apply
in interface com.google.common.base.Function<org.apache.http.HttpResponse,ResponseContainer>
public static ResponseContainerFunction build(HttpOptions options, org.kuali.common.jute.base.RunningStopwatch stopwatch)
public static ResponseContainerFunction.Builder builder()
public int getBufferSize()
public org.kuali.common.jute.base.RunningStopwatch getStopwatch()
public HttpOptions getOptions()
Copyright © 2014–2015 The Kuali Foundation. All rights reserved.