|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an interface for streaming parsing of MIME data.
MimeParserFactory
,
IMimeOperator
,
IMimeObject
Method Summary | |
IMimeObject |
getObject()
Returns a corresponding object implementing the IMimeObject interface. |
void |
pushBytes(ByteBuf buffer)
Feed bytes to be parsed into the parser. |
void |
pushEOF()
Inform the parser that no more bytes will be forthcoming. |
void |
setOperator(IMimeOperator op)
Set the IMimeOperator associated with this parser. |
Method Detail |
public void setOperator(IMimeOperator op)
public void pushBytes(ByteBuf buffer)
public void pushEOF()
public IMimeObject getObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |