Package org.eclipse.jetty.server
Class MultiParts.MultiPartsHttpParser
- java.lang.Object
 - 
- org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.lang.AutoCloseable,MultiParts
- Enclosing interface:
 - MultiParts
 
@Deprecated(since="2021-05-27") public static class MultiParts.MultiPartsHttpParser 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 MultiPartsHttpParser(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir, Request request)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.ContextHandler.ContextgetContext()Deprecated.PartgetPart(java.lang.String name)Deprecated.java.util.Collection<Part>getParts()Deprecated.booleanisEmpty()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
MultiPartsHttpParser
public MultiPartsHttpParser(java.io.InputStream in, java.lang.String contentType, MultipartConfigElement config, java.io.File contextTmpDir, Request request) throws java.io.IOExceptionDeprecated.- Throws:
 java.io.IOException
 
 - 
 
- 
Method Detail
- 
getParts
public java.util.Collection<Part> getParts() throws java.io.IOException
Deprecated.- Specified by:
 getPartsin interfaceMultiParts- Throws:
 java.io.IOException
 
- 
getPart
public Part getPart(java.lang.String name) throws java.io.IOException
Deprecated.- Specified by:
 getPartin interfaceMultiParts- Throws:
 java.io.IOException
 
- 
close
public void close()
Deprecated.- Specified by:
 closein interfacejava.lang.AutoCloseable- Specified by:
 closein interfacejava.io.Closeable
 
- 
isEmpty
public boolean isEmpty()
Deprecated.- Specified by:
 isEmptyin interfaceMultiParts
 
- 
getContext
public ContextHandler.Context getContext()
Deprecated.- Specified by:
 getContextin interfaceMultiParts
 
 - 
 
 -