public static class MultipartParser.ParseState extends Object
Constructor and Description |
---|
ParseState(ByteBufferPool bufferPool,
MultipartParser.PartHandler partHandler,
String requestCharset,
byte[] boundary) |
Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.