Package org.eclipse.jetty.server
Interface MultiParts
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
MultiParts.MultiPartsHttpParser
,MultiParts.MultiPartsUtilParser
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.Part
Collection<jakarta.servlet.http.Part>
getParts()
boolean
isEmpty()
-
Method Details
-
getParts
- Throws:
IOException
-
getPart
- Throws:
IOException
-
isEmpty
boolean isEmpty() -
getContext
ContextHandler.Context getContext() -
getNonComplianceWarnings
EnumSet<MultiParts.NonCompliance> getNonComplianceWarnings()
-