public class HttpServletRequestEntity
extends org.apache.http.entity.AbstractHttpEntity
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
long |
getContentLength() |
boolean |
isRepeatable() |
boolean |
isStreaming() |
void |
writeTo(OutputStream outstream) |
public boolean isRepeatable()
public long getContentLength()
public InputStream getContent() throws IOException, IllegalStateException
IOException
IllegalStateException
public void writeTo(OutputStream outstream) throws IOException
IOException
public boolean isStreaming()
Copyright © 2008–2018. All rights reserved.