Package org.eclipse.jetty.server
Interface MultiParts
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
MultiParts.MultiPartsHttpParser
,MultiParts.MultiPartsUtilParser
@Deprecated(since="2021-05-27") public interface MultiParts extends java.io.Closeable
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MultiParts.MultiPartsHttpParser
Deprecated.static class
MultiParts.MultiPartsUtilParser
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ContextHandler.Context
getContext()
Deprecated.Part
getPart(java.lang.String name)
Deprecated.java.util.Collection<Part>
getParts()
Deprecated.boolean
isEmpty()
Deprecated.
-
-
-
Method Detail
-
getParts
java.util.Collection<Part> getParts() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getPart
Part getPart(java.lang.String name) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
isEmpty
boolean isEmpty()
Deprecated.
-
getContext
ContextHandler.Context getContext()
Deprecated.
-
-