public class MultipartEntity
extends org.apache.http.entity.BasicHttpEntity
implements org.apache.http.HttpEntity
Modifier and Type | Method and Description |
---|---|
void |
consumeContent() |
InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
MultipartForm |
getMultipart() |
boolean |
isChunked() |
boolean |
isRepeatable() |
boolean |
isStreaming() |
void |
writeTo(OutputStream outstream) |
getContentLength, setContent, setContentLength
getContentType, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString
public MultipartForm getMultipart()
public boolean isRepeatable()
isRepeatable
in interface org.apache.http.HttpEntity
isRepeatable
in class org.apache.http.entity.BasicHttpEntity
public boolean isChunked()
isChunked
in interface org.apache.http.HttpEntity
isChunked
in class org.apache.http.entity.AbstractHttpEntity
public boolean isStreaming()
isStreaming
in interface org.apache.http.HttpEntity
isStreaming
in class org.apache.http.entity.BasicHttpEntity
public org.apache.http.Header getContentEncoding()
getContentEncoding
in interface org.apache.http.HttpEntity
getContentEncoding
in class org.apache.http.entity.AbstractHttpEntity
public void consumeContent() throws IOException, UnsupportedOperationException
consumeContent
in interface org.apache.http.HttpEntity
consumeContent
in class org.apache.http.entity.AbstractHttpEntity
IOException
UnsupportedOperationException
public InputStream getContent()
getContent
in interface org.apache.http.HttpEntity
getContent
in class org.apache.http.entity.BasicHttpEntity
public void writeTo(OutputStream outstream) throws IOException
writeTo
in interface org.apache.http.HttpEntity
writeTo
in class org.apache.http.entity.BasicHttpEntity
IOException
Copyright © 2023 Frank!Framework. All rights reserved.