public class XmlRequestEntity extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
XmlRequestEntity
...Constructor and Description |
---|
XmlRequestEntity(Document xmlDocument)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Deprecated.
|
String |
getContentType()
Deprecated.
|
String |
getMethod()
Deprecated.
|
boolean |
isRepeatable()
Deprecated.
|
void |
writeRequest(OutputStream out)
Deprecated.
|
clone, expectContinue, getEntity, setEntity
getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public XmlRequestEntity(Document xmlDocument) throws IOException
IOException
public boolean isRepeatable()
public String getContentType()
public void writeRequest(OutputStream out) throws IOException
IOException
public long getContentLength()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.