Package com.relationalai
Class MultipartReader
- java.lang.Object
-
- com.relationalai.MultipartReader
-
public class MultipartReader extends Object
-
-
Constructor Summary
Constructors Constructor Description MultipartReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static byte[]
getBoundary(String contentType)
protected static Map<String,String>
getHeadersMap(String headerPart)
static List<TransactionAsyncFile>
parseMultipartResponse(HttpResponse<byte[]> response)
-
-
-
Method Detail
-
parseMultipartResponse
public static List<TransactionAsyncFile> parseMultipartResponse(HttpResponse<byte[]> response) throws HttpError, IOException
- Throws:
HttpError
IOException
-
getBoundary
protected static byte[] getBoundary(String contentType)
-
-