public class MultipartParser extends Object
Constructor and Description |
---|
MultipartParser(byte[] responseContent,
String boundary) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
byte[] |
getBoundary() |
byte[] |
getCONTENT_DELIMITER() |
byte[] |
getContent() |
byte[] |
getFinalBoundary() |
HashMap<String,String> |
getHeaders() |
byte[] |
getResponseContent() |
ArrayList<byte[]> |
getSections() |
int |
hashCode() |
void |
parsePart(int i) |
void |
setBoundary(byte[] boundary) |
void |
setContent(byte[] content) |
void |
setFinalBoundary(byte[] finalBoundary) |
void |
setHeaders(HashMap<String,String> headers) |
void |
setResponseContent(byte[] responseContent) |
void |
setSections(ArrayList<byte[]> sections) |
String |
toString() |
public MultipartParser(byte[] responseContent, String boundary) throws IOException
IOException
public void parsePart(int i) throws IOException
IOException
@Generated(value="lombok") public byte[] getBoundary()
@Generated(value="lombok") public byte[] getFinalBoundary()
@Generated(value="lombok") public byte[] getContent()
@Generated(value="lombok") public byte[] getResponseContent()
@Generated(value="lombok") public HashMap<String,String> getHeaders()
@Generated(value="lombok") public ArrayList<byte[]> getSections()
@Generated(value="lombok") public byte[] getCONTENT_DELIMITER()
@Generated(value="lombok") public void setBoundary(byte[] boundary)
@Generated(value="lombok") public void setFinalBoundary(byte[] finalBoundary)
@Generated(value="lombok") public void setContent(byte[] content)
@Generated(value="lombok") public void setResponseContent(byte[] responseContent)
@Generated(value="lombok") public void setHeaders(HashMap<String,String> headers)
@Generated(value="lombok") public void setSections(ArrayList<byte[]> sections)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Rustici Software. All Rights Reserved.