Uses of Interface
com.browsermob.api.File

Uses of File in com.browsermob.api
 

Methods in com.browsermob.api that return File
 File BrowserMob.getFile(java.lang.String name)
          Returns a wrapped handle to an uploaded file.
 

Methods in com.browsermob.api with parameters of type File
 void HttpPostRequest.addFileUpload(java.lang.String name, File file)
          Add the contents of a file to the request, which will make this a multipart request and transmit the file contents as a multipart part.
 



Copyright © 2011 Neustar, Inc. All Rights Reserved.