Class MultipartParser
java.lang.Object
org.jboss.resteasy.reactive.server.core.multipart.MultipartParser
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic 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(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:
-
CONTENT_TRANSFER_ENCODING
- See Also:
-
-
Constructor Details
-
MultipartParser
public MultipartParser()
-
-
Method Details
-
beginParse
public static MultipartParser.ParseState beginParse(MultipartParser.PartHandler handler, byte[] boundary, String requestCharset)
-