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