Package io.undertow.util
Class MultipartParser
java.lang.Object
io.undertow.util.MultipartParser
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
The Carriage Return ASCII character value.static final byte
The dash (-) ASCII character value.static final byte
The Horizontal Tab ASCII character value;static final byte
The Line Feed ASCII character value.static final byte
The Space ASCII character value; -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MultipartParser.ParseState
beginParse
(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, String requestCharset)
-
Field Details
-
HTAB
public static final byte HTABThe Horizontal Tab ASCII character value;- See Also:
-
CR
public static final byte CRThe Carriage Return ASCII character value.- See Also:
-
LF
public static final byte LFThe Line Feed ASCII character value.- See Also:
-
SP
public static final byte SPThe Space ASCII character value;- See Also:
-
DASH
public static final byte DASHThe dash (-) ASCII character value.- See Also:
-
-
Constructor Details
-
MultipartParser
public MultipartParser()
-
-
Method Details
-
beginParse
public static MultipartParser.ParseState beginParse(ByteBufferPool bufferPool, MultipartParser.PartHandler handler, byte[] boundary, String requestCharset)
-