Uses of Interface
com.helger.web.fileupload.IFileItemHeadersSupport
-
Packages that use IFileItemHeadersSupport Package Description com.helger.web.fileupload com.helger.web.fileupload.parse -
-
Uses of IFileItemHeadersSupport in com.helger.web.fileupload
Subinterfaces of IFileItemHeadersSupport in com.helger.web.fileupload Modifier and Type Interface Description interfaceIFileItemStreamThis interface provides access to a file or form item that was received within amultipart/form-dataPOST request. -
Uses of IFileItemHeadersSupport in com.helger.web.fileupload.parse
Classes in com.helger.web.fileupload.parse that implement IFileItemHeadersSupport Modifier and Type Class Description classDiskFileItemThe default implementation of theIFileIteminterface.classFileItemStreamDefault implementation ofIFileItemStream.
-