Class HttpTransporter.PutTaskEntity
java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.eclipse.aether.transport.http.HttpTransporter.PutTaskEntity
- All Implemented Interfaces:
org.apache.http.HttpEntity
- Enclosing class:
HttpTransporter
private class HttpTransporter.PutTaskEntity
extends org.apache.http.entity.AbstractHttpEntity
-
Field Summary
FieldsFields inherited from class org.apache.http.entity.AbstractHttpEntity
chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.entity.AbstractHttpEntity
consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString
-
Field Details
-
task
-
-
Constructor Details
-
PutTaskEntity
PutTaskEntity(PutTask task)
-
-
Method Details
-
isRepeatable
public boolean isRepeatable() -
isStreaming
public boolean isStreaming() -
getContentLength
public long getContentLength() -
getContent
- Throws:
IOException
-
writeTo
- Throws:
IOException
-