Package io.undertow.server.handlers.form
Class MultipartParser
java.lang.Object
io.undertow.server.handlers.form.MultipartParser
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteThe Carriage Return ASCII character value.static final byteThe dash (-) ASCII character value.static final byteThe Horizontal Tab ASCII character value;static final byteThe Line Feed ASCII character value.static final byteThe Space ASCII character value; -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MultipartParser.ParseStatebeginParse(io.undertow.httpcore.BufferAllocator 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(io.undertow.httpcore.BufferAllocator bufferPool, MultipartParser.PartHandler handler, byte[] boundary, String requestCharset)
-