Uses of Interface
org.exoplatform.common.http.client.FilenameMangler
-
Packages that use FilenameMangler Package Description org.exoplatform.common.http.client -
-
Uses of FilenameMangler in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client with parameters of type FilenameMangler Modifier and Type Method Description static NVPair[]Codecs. mpFormDataDecode(byte[] data, String cont_type, String dir, FilenameMangler mangler)This method decodes a multipart/form-data encoded string.static byte[]Codecs. mpFormDataEncode(NVPair[] opts, NVPair[] files, NVPair[] ct_hdr, FilenameMangler mangler)This method encodes name/value pairs and files into a byte array using the multipart/form-data encoding.
-