Package com.helger.phase4.messaging.http
Class HttpXMLEntity
java.lang.Object
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
org.apache.hc.core5.http.io.entity.StringEntity
com.helger.phase4.messaging.http.HttpXMLEntity
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.HttpEntity
public class HttpXMLEntity
extends org.apache.hc.core5.http.io.entity.StringEntity
Special HttpClient HTTP POST entity that contains a DOM Node as a serialized
String. This entity is repeatable.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hc.core5.http.io.entity.StringEntity
close, getContent, getContentLength, isRepeatable, isStreaming, writeToMethods inherited from class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
getContentEncoding, getContentType, getTrailerNames, getTrailers, isChunked, toString, writeTo
-
Constructor Details
-
HttpXMLEntity
-