public final class AxisRequestEntity extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getContentType() |
boolean |
isChunked() |
boolean |
isRepeatable() |
void |
writeRequest(OutputStream outStream) |
public boolean isRepeatable()
public void writeRequest(OutputStream outStream) throws IOException
IOExceptionpublic long getContentLength()
public String getContentType()
public boolean isChunked()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.