Package org.frankframework.http.mime
Class MultipartEntity
java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.BasicHttpEntity
org.frankframework.http.mime.MultipartEntity
- All Implemented Interfaces:
org.apache.http.HttpEntity
public class MultipartEntity
extends org.apache.http.entity.BasicHttpEntity
implements org.apache.http.HttpEntity
-
Field Summary
Fields inherited from class org.apache.http.entity.AbstractHttpEntity
chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.apache.http.Header
boolean
boolean
boolean
void
writeTo
(OutputStream outstream) Methods inherited from class org.apache.http.entity.BasicHttpEntity
getContentLength, setContent, setContentLength
Methods inherited from class org.apache.http.entity.AbstractHttpEntity
getContentType, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.http.HttpEntity
getContentLength, getContentType
-
Method Details
-
getMultipart
-
isRepeatable
public boolean isRepeatable()- Specified by:
isRepeatable
in interfaceorg.apache.http.HttpEntity
- Overrides:
isRepeatable
in classorg.apache.http.entity.BasicHttpEntity
-
isChunked
public boolean isChunked()- Specified by:
isChunked
in interfaceorg.apache.http.HttpEntity
- Overrides:
isChunked
in classorg.apache.http.entity.AbstractHttpEntity
-
isStreaming
public boolean isStreaming()- Specified by:
isStreaming
in interfaceorg.apache.http.HttpEntity
- Overrides:
isStreaming
in classorg.apache.http.entity.BasicHttpEntity
-
getContentEncoding
public org.apache.http.Header getContentEncoding()- Specified by:
getContentEncoding
in interfaceorg.apache.http.HttpEntity
- Overrides:
getContentEncoding
in classorg.apache.http.entity.AbstractHttpEntity
-
consumeContent
- Specified by:
consumeContent
in interfaceorg.apache.http.HttpEntity
- Overrides:
consumeContent
in classorg.apache.http.entity.AbstractHttpEntity
- Throws:
IOException
UnsupportedOperationException
-
getContent
- Specified by:
getContent
in interfaceorg.apache.http.HttpEntity
- Overrides:
getContent
in classorg.apache.http.entity.BasicHttpEntity
-
writeTo
- Specified by:
writeTo
in interfaceorg.apache.http.HttpEntity
- Overrides:
writeTo
in classorg.apache.http.entity.BasicHttpEntity
- Throws:
IOException
-