|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.proxy.MultiPartPipe
public class MultiPartPipe
A helper class for dealing with multipart data.
Constructor Summary | |
---|---|
MultiPartPipe(String ctHeader)
Create a new MultiPartPipe |
Method Summary | |
---|---|
boolean |
isFinished()
Check if the multipart data has been fully handled. |
void |
parseBuffer(ByteBuffer buf)
Parse the buffer, will set the position and the limit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiPartPipe(String ctHeader)
ctHeader
- the content type header hodling the boundaryMethod Detail |
---|
public void parseBuffer(ByteBuffer buf)
buf
- the ByteBuffer to parsepublic boolean isFinished()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |