public class MultipartParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MultipartParser.ParseState |
static interface |
MultipartParser.PartHandler |
Modifier and Type | Field and Description |
---|---|
static byte |
CR
The Carriage Return ASCII character value.
|
static byte |
DASH
The dash (-) ASCII character value.
|
static byte |
LF
The Line Feed ASCII character value.
|
Constructor and Description |
---|
MultipartParser() |
Modifier and Type | Method and Description |
---|---|
static MultipartParser.ParseState |
beginParse(ByteBufferPool bufferPool,
MultipartParser.PartHandler handler,
byte[] boundary,
String requestCharset) |
public static final byte CR
public static final byte LF
public static final byte DASH
public static MultipartParser.ParseState beginParse(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, String requestCharset)
Copyright © 2016 JBoss by Red Hat. All rights reserved.