Uses of Enum
org.eclipse.jetty.server.MultiPartFormDataCompliance
-
Uses of MultiPartFormDataCompliance in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionHttpConfiguration.getMultipartFormDataCompliance()
static MultiPartFormDataCompliance
Returns the enum constant of this type with the specified name.static MultiPartFormDataCompliance[]
MultiPartFormDataCompliance.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
HttpConfiguration.setMultiPartFormDataCompliance
(MultiPartFormDataCompliance multiPartCompliance) Sets the compliance level for multipart/form-data handling.