|
||||||||||
| 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(java.lang.String ctHeader)
Create a new MultiPartPipe |
|
| Method Summary | |
|---|---|
boolean |
isFinished()
Check if the multipart data has been fully handled. |
void |
parseBuffer(java.nio.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(java.lang.String ctHeader)
ctHeader - the content type header hodling the boundary| Method Detail |
|---|
public void parseBuffer(java.nio.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 | |||||||||