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
-
-
Constructor Summary
Constructors Constructor Description PutTaskEntity(PutTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getContent()
long
getContentLength()
boolean
isRepeatable()
boolean
isStreaming()
void
writeTo(java.io.OutputStream os)
-
-
-
Field Detail
-
task
private final PutTask task
-
-
Constructor Detail
-
PutTaskEntity
PutTaskEntity(PutTask task)
-
-
Method Detail
-
isRepeatable
public boolean isRepeatable()
-
isStreaming
public boolean isStreaming()
-
getContentLength
public long getContentLength()
-
getContent
public java.io.InputStream getContent() throws java.io.IOException
- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.io.OutputStream os) throws java.io.IOException
- Throws:
java.io.IOException
-
-