public static class MultipartParser.ParseState extends Object
| Constructor and Description |
|---|
ParseState(BufferAllocator bufferPool,
MultipartParser.PartHandler partHandler,
String requestCharset,
byte[] boundary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
void |
parse(io.netty.buffer.ByteBuf buffer) |
void |
setCharacterEncoding(String encoding) |
public ParseState(BufferAllocator bufferPool, MultipartParser.PartHandler partHandler, String requestCharset, byte[] boundary)
public void setCharacterEncoding(String encoding)
public void parse(io.netty.buffer.ByteBuf buffer)
throws IOException
IOExceptionpublic boolean isComplete()
Copyright © 2020 JBoss by Red Hat. All rights reserved.