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 TypeMethodDescriptionvoidorg.apache.http.HeaderbooleanbooleanbooleanvoidwriteTo(OutputStream outstream) Methods inherited from class org.apache.http.entity.BasicHttpEntity
getContentLength, setContent, setContentLengthMethods inherited from class org.apache.http.entity.AbstractHttpEntity
getContentType, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.http.HttpEntity
getContentLength, getContentType
-
Method Details
-
getMultipart
-
isRepeatable
public boolean isRepeatable()- Specified by:
isRepeatablein interfaceorg.apache.http.HttpEntity- Overrides:
isRepeatablein classorg.apache.http.entity.BasicHttpEntity
-
isChunked
public boolean isChunked()- Specified by:
isChunkedin interfaceorg.apache.http.HttpEntity- Overrides:
isChunkedin classorg.apache.http.entity.AbstractHttpEntity
-
isStreaming
public boolean isStreaming()- Specified by:
isStreamingin interfaceorg.apache.http.HttpEntity- Overrides:
isStreamingin classorg.apache.http.entity.BasicHttpEntity
-
getContentEncoding
public org.apache.http.Header getContentEncoding()- Specified by:
getContentEncodingin interfaceorg.apache.http.HttpEntity- Overrides:
getContentEncodingin classorg.apache.http.entity.AbstractHttpEntity
-
consumeContent
- Specified by:
consumeContentin interfaceorg.apache.http.HttpEntity- Overrides:
consumeContentin classorg.apache.http.entity.AbstractHttpEntity- Throws:
IOExceptionUnsupportedOperationException
-
getContent
- Specified by:
getContentin interfaceorg.apache.http.HttpEntity- Overrides:
getContentin classorg.apache.http.entity.BasicHttpEntity
-
writeTo
- Specified by:
writeToin interfaceorg.apache.http.HttpEntity- Overrides:
writeToin classorg.apache.http.entity.BasicHttpEntity- Throws:
IOException
-