public class RemoteAgentStreamBody
extends org.apache.http.entity.mime.content.AbstractContentBody
| Constructor and Description |
|---|
RemoteAgentStreamBody(FilePath filePath,
org.apache.http.entity.ContentType contentType,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getFilename() |
FilePath |
getFilePath() |
String |
getTransferEncoding() |
void |
writeTo(OutputStream out) |
public void writeTo(OutputStream out) throws IOException
IOExceptionpublic String getTransferEncoding()
public long getContentLength()
public String getFilename()
public FilePath getFilePath()
Copyright © 2016–2021. All rights reserved.