Uses of Class
com.iizix.comm.WSUploadPart
Packages that use WSUploadPart
Uses of WSUploadPart in com.iizix.jetty
Method parameters in com.iizix.jetty with type arguments of type WSUploadPartModifier 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
Method parameters in com.iizix.server.run.remote with type arguments of type WSUploadPartModifier 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.