Uses of Interface
org.exoplatform.common.http.client.FilenameMangler
Packages that use FilenameMangler
-
Uses of FilenameMangler in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client with parameters of type FilenameManglerModifier and TypeMethodDescriptionstatic final NVPair[]Codecs.mpFormDataDecode(byte[] data, String cont_type, String dir, FilenameMangler mangler) This method decodes a multipart/form-data encoded string.static final 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.