Uses of Interface
com.microsoft.tfs.core.httpclient.methods.RequestEntity

Packages that use RequestEntity
com.microsoft.tfs.core.httpclient.methods Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods. 
com.microsoft.tfs.core.httpclient.methods.multipart Provides Multipart support classes for the org.apache.commons.httpclient.methods.MultipartPostMethod
 

Uses of RequestEntity in com.microsoft.tfs.core.httpclient.methods
 

Classes in com.microsoft.tfs.core.httpclient.methods that implement RequestEntity
 class ByteArrayRequestEntity
          A RequestEntity that contains an array of bytes.
 class FileRequestEntity
          A RequestEntity that represents a File.
 class InputStreamRequestEntity
          A RequestEntity that contains an InputStream.
 class StringRequestEntity
          A RequestEntity that contains a String.
 

Methods in com.microsoft.tfs.core.httpclient.methods that return RequestEntity
protected  RequestEntity PostMethod.generateRequestEntity()
          Generates a request entity from the post parameters, if present.
protected  RequestEntity EntityEnclosingMethod.generateRequestEntity()
           
 RequestEntity EntityEnclosingMethod.getRequestEntity()
           
 

Methods in com.microsoft.tfs.core.httpclient.methods with parameters of type RequestEntity
 void EntityEnclosingMethod.setRequestEntity(RequestEntity requestEntity)
           
 

Uses of RequestEntity in com.microsoft.tfs.core.httpclient.methods.multipart
 

Classes in com.microsoft.tfs.core.httpclient.methods.multipart that implement RequestEntity
 class MultipartRequestEntity
          Implements a request entity suitable for an HTTP multipart POST method.
 



© 2015 Microsoft. All rights reserved.