Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Method and Description |
---|---|
MultiPartFormDataCompliance |
HttpConfiguration.getMultipartFormDataCompliance() |
static MultiPartFormDataCompliance |
MultiPartFormDataCompliance.valueOf(java.lang.String name)
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 Type | Method and Description |
---|---|
void |
HttpConfiguration.setMultiPartFormDataCompliance(MultiPartFormDataCompliance multiPartCompliance)
Sets the compliance level for multipart/form-data handling.
|
Copyright © 1995–2023 Webtide. All rights reserved.