@Deprecated public class HttpMultipartCollection extends Object implements Iterator<HttpMultipart>
| Modifier and Type | Field and Description |
|---|---|
protected HttpMultipartInputStream |
in
Deprecated.
|
protected boolean |
next
Deprecated.
|
| Constructor and Description |
|---|
HttpMultipartCollection(String contextType,
InputStream bodyStream)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
HttpMultipart |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final HttpMultipartInputStream in
protected boolean next
public HttpMultipartCollection(String contextType, InputStream bodyStream) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<HttpMultipart>public HttpMultipart next()
next in interface Iterator<HttpMultipart>public void remove()
remove in interface Iterator<HttpMultipart>Copyright © 2025. All rights reserved.