public static interface HttpRequest.HttpPart extends HttpMessage
multipart/form-data) HTTP request. Each such
part can have its own HTTP headers, which can be retrieved with the methods inherited from
HttpMessage.| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getFileName()
Returns the filename associated with this part, if any.
|
getCharacterEncoding, getContentLength, getContentType, getFirstHeader, getHeaders, getInputStream, getReaderOptional<String> getFileName()
Copyright © 2020. All rights reserved.