Package org.eclipse.jetty.server
Class MultiParts.MultiPartsUtilParser
- java.lang.Object
-
- org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,MultiParts
- Enclosing interface:
- MultiParts
@Deprecated(since="2021-05-27") public static class MultiParts.MultiPartsUtilParser extends java.lang.Object implements MultiParts
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.MultiParts
MultiParts.MultiPartsHttpParser, MultiParts.MultiPartsUtilParser
-
-
Constructor Summary
Constructors Constructor Description MultiPartsUtilParser(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir, Request request)
Deprecated.MultiPartsUtilParser(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir, Request request, int maxParts)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.ContextHandler.Context
getContext()
Deprecated.Part
getPart(java.lang.String name)
Deprecated.java.util.Collection<Part>
getParts()
Deprecated.boolean
isEmpty()
Deprecated.
-
-
-
Constructor Detail
-
MultiPartsUtilParser
public MultiPartsUtilParser(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir, Request request) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
MultiPartsUtilParser
public MultiPartsUtilParser(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir, Request request, int maxParts) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Method Detail
-
getParts
public java.util.Collection<Part> getParts() throws java.io.IOException
Deprecated.- Specified by:
getParts
in interfaceMultiParts
- Throws:
java.io.IOException
-
getPart
public Part getPart(java.lang.String name) throws java.io.IOException
Deprecated.- Specified by:
getPart
in interfaceMultiParts
- Throws:
java.io.IOException
-
close
public void close()
Deprecated.- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
isEmpty
public boolean isEmpty()
Deprecated.- Specified by:
isEmpty
in interfaceMultiParts
-
getContext
public ContextHandler.Context getContext()
Deprecated.- Specified by:
getContext
in interfaceMultiParts
-
-