MultipartParser

Constructors

this
this(MultipartParserHandler handler, string boundary)
Undocumented in source.

Members

Enums

CharState
enum CharState
Undocumented in source.
FieldState
enum FieldState
Undocumented in source.
State
enum State
Undocumented in source.

Functions

getHandler
MultipartParserHandler getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
getState
State getState()
Undocumented in source. Be warned that the author may not have intended to support it.
isState
bool isState(State state)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(ByteBuffer buffer, bool last)

Parse until next Event.

parseMimePartHeaders
bool parseMimePartHeaders(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
parseOctetContent
bool parseOctetContent(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CARRIAGE_RETURN
enum byte CARRIAGE_RETURN;
Undocumented in source.
COLON
enum byte COLON;
Undocumented in source.
CRLF
enum byte[] CRLF;
Undocumented in source.
LINE_FEED
enum byte LINE_FEED;
Undocumented in source.
SEMI_COLON
enum byte SEMI_COLON;
Undocumented in source.
SPACE
enum byte SPACE;
Undocumented in source.
TAB
enum byte TAB;
Undocumented in source.

Meta