public class MultipartContentParser extends Object
Modifier and Type | Class and Description |
---|---|
class |
MultipartContentParser.Input |
Constructor and Description |
---|
MultipartContentParser(WebMvcRequest request,
MutableRequestParserEvent event) |
Modifier and Type | Method and Description |
---|---|
long |
getBytesRead() |
long |
getContentLength() |
long |
getCurrentDataSize() |
long |
getMaxLength() |
String |
getPath() |
boolean |
hasMoreElements() |
MultipartContentParser.Input |
nextElement() |
void |
setMaxLength(long maxLength) |
void |
setPath(String path) |
void |
start() |
public MultipartContentParser(WebMvcRequest request, MutableRequestParserEvent event)
public void start() throws IOException
IOException
public boolean hasMoreElements()
public MultipartContentParser.Input nextElement()
public long getMaxLength()
public void setMaxLength(long maxLength)
public String getPath()
public void setPath(String path)
public long getCurrentDataSize()
public long getContentLength()
public long getBytesRead()
Copyright © 2018 Brandao. All rights reserved.