Class StringFullResponseHolder
- java.lang.Object
-
- org.apache.druid.java.util.http.client.response.FullResponseHolder<String>
-
- org.apache.druid.java.util.http.client.response.StringFullResponseHolder
-
public class StringFullResponseHolder extends FullResponseHolder<String>
-
-
Constructor Summary
Constructors Constructor Description StringFullResponseHolder(org.jboss.netty.handler.codec.http.HttpResponse response, Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringFullResponseHolderaddChunk(String chunk)StringgetContent()Get the data.-
Methods inherited from class org.apache.druid.java.util.http.client.response.FullResponseHolder
getResponse, getStatus
-
-
-
-
Constructor Detail
-
StringFullResponseHolder
public StringFullResponseHolder(org.jboss.netty.handler.codec.http.HttpResponse response, Charset charset)
-
-
Method Detail
-
addChunk
public StringFullResponseHolder addChunk(String chunk)
-
getContent
public String getContent()
Description copied from class:FullResponseHolderGet the data.- Specified by:
getContentin classFullResponseHolder<String>
-
-