Uses of Class
com.iizix.comm.WSUploadPart
Uses of WSUploadPart in com.iizix.jetty
Modifier and TypeMethodDescriptionIWSUploaderAcceptor.getUploadDirectory
(File defaultDir, List<WSUploadPart> parts) Gets the directory where to store the files.boolean
IWSUploaderAcceptor.onUploaded
(List<WSUploadPart> parts) Called when the upload has completed.Uses of WSUploadPart in com.iizix.server.run.remote
Modifier and TypeMethodDescriptionRemoteBuilderEndPoint.getUploadDirectory
(File defaultDir, List<WSUploadPart> parts) Gets the directory where to store the files.boolean
RemoteBuilderEndPoint.onUploaded
(List<WSUploadPart> parts) Called when the upload has completed.