public class NWebRequestBodyImpl extends Object implements net.thevpc.nuts.web.NWebRequestBody
| Constructor and Description |
|---|
NWebRequestBodyImpl(net.thevpc.nuts.web.NWebRequest request) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.web.NWebRequest |
end() |
NInputSource |
getBody() |
String |
getContentDisposition() |
String |
getContentType() |
String |
getEncoding() |
String |
getFileName() |
String |
getName() |
String |
getStringValue() |
net.thevpc.nuts.web.NWebRequestBody |
setBody(NInputSource body) |
net.thevpc.nuts.web.NWebRequestBody |
setContentType(String contentType) |
net.thevpc.nuts.web.NWebRequestBody |
setEncoding(String encoding) |
net.thevpc.nuts.web.NWebRequestBody |
setFileName(String fileName) |
net.thevpc.nuts.web.NWebRequestBody |
setName(String name) |
net.thevpc.nuts.web.NWebRequestBody |
setStringValue(String stringValue) |
public NWebRequestBodyImpl(net.thevpc.nuts.web.NWebRequest request)
public NInputSource getBody()
getBody in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequestBody setBody(NInputSource body)
setBody in interface net.thevpc.nuts.web.NWebRequestBodypublic String getContentType()
getContentType in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequestBody setContentType(String contentType)
setContentType in interface net.thevpc.nuts.web.NWebRequestBodypublic String getEncoding()
getEncoding in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequestBody setEncoding(String encoding)
setEncoding in interface net.thevpc.nuts.web.NWebRequestBodypublic String getName()
getName in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequestBody setName(String name)
setName in interface net.thevpc.nuts.web.NWebRequestBodypublic String getFileName()
getFileName in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequestBody setFileName(String fileName)
setFileName in interface net.thevpc.nuts.web.NWebRequestBodypublic String getStringValue()
getStringValue in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequestBody setStringValue(String stringValue)
setStringValue in interface net.thevpc.nuts.web.NWebRequestBodypublic String getContentDisposition()
getContentDisposition in interface net.thevpc.nuts.web.NWebRequestBodypublic net.thevpc.nuts.web.NWebRequest end()
end in interface net.thevpc.nuts.web.NWebRequestBodyCopyright © 2025 vpc open source initiative. All rights reserved.