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

    Fields
    Modifier and Type
    Field
    Description
    private final PutTask
     

    Fields inherited from class org.apache.http.entity.AbstractHttpEntity

    chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     
    boolean
     
    boolean
     
    void
     

    Methods inherited from class org.apache.http.entity.AbstractHttpEntity

    consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • task

      private final PutTask task
  • Constructor Details

    • PutTaskEntity

      PutTaskEntity(PutTask task)
  • Method Details