Uses of Class
com.iizix.comm.WSUploadPart
Packages that use WSUploadPart Package Description com.iizix.jetty com.iizix.server.run.remote Uses of WSUploadPart in com.iizix.jetty
Method parameters in com.iizix.jetty with type arguments of type WSUploadPart Modifier and Type Method Description java.io.File
IWSUploaderAcceptor. getUploadDirectory(java.io.File defaultDir, java.util.List<WSUploadPart> parts)
Gets the directory where to store the files.boolean
IWSUploaderAcceptor. onUploaded(java.util.List<WSUploadPart> parts)
Called when the upload has completed.Uses of WSUploadPart in com.iizix.server.run.remote
Method parameters in com.iizix.server.run.remote with type arguments of type WSUploadPart Modifier and Type Method Description java.io.File
RemoteBuilderEndPoint. getUploadDirectory(java.io.File defaultDir, java.util.List<WSUploadPart> parts)
Gets the directory where to store the files.boolean
RemoteBuilderEndPoint. onUploaded(java.util.List<WSUploadPart> parts)
Called when the upload has completed.