Uses of Class
com.kttdevelopment.simplehttpserver.Record
-
Packages that use Record Package Description com.kttdevelopment.simplehttpserver -
-
Uses of Record in com.kttdevelopment.simplehttpserver
Subclasses of Record in com.kttdevelopment.simplehttpserver Modifier and Type Class Description classFileRecordThis class represents on set of headers and parameters in a multipart/form-data that is expected of a file input.Methods in com.kttdevelopment.simplehttpserver that return Record Modifier and Type Method Description RecordMultipartFormData. getRecord(String key)Returns the record for key or null if none is found.Methods in com.kttdevelopment.simplehttpserver that return types with arguments of type Record Modifier and Type Method Description Map<String,Record>MultipartFormData. getRecords()Returns all the records in the multipart/form-data;
-