Uses of Class
com.soklet.MultipartField
Packages that use MultipartField
Package
Description
Core Soklet contracts and functionality.
Exceptions thrown during HTTP request processing.
-
Uses of MultipartField in com.soklet
Methods in com.soklet that return MultipartFieldMethods in com.soklet that return types with arguments of type MultipartFieldModifier and TypeMethodDescriptionMultipartParser.extractMultipartFields(@NonNull Request request) Given a request, detect all HTML form fields withmultipart/form-dataencoding and parse their values.Request.getMultipartField(@NonNull String name) Convenience method to access a decoded multipart field when at most one is expected for the givenname.Request.getMultipartFields()The decoded HTMLmultipart/form-datafields provided by the client for this request. -
Uses of MultipartField in com.soklet.exception
Methods in com.soklet.exception that return MultipartFieldConstructors in com.soklet.exception with parameters of type MultipartFieldModifierConstructorDescriptionIllegalMultipartFieldException(@Nullable String message, @NonNull MultipartField multipartField) IllegalMultipartFieldException(@Nullable String message, @Nullable Throwable cause, @NonNull MultipartField multipartField)