public static class MultipartParser.ParseState extends Object
Constructor | Description |
---|---|
ParseState(ByteBufferPool bufferPool,
MultipartParser.PartHandler partHandler,
String requestCharset,
byte[] boundary) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isComplete() |
|
void |
parse(ByteBuffer buffer) |
|
void |
setCharacterEncoding(String encoding) |
public ParseState(ByteBufferPool bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary)
public void setCharacterEncoding(String encoding)
public void parse(ByteBuffer buffer) throws IOException
IOException
public boolean isComplete()
Copyright © 2018. All rights reserved.