public class NWebRequestBodyImpl extends Object implements net.thevpc.nuts.net.NWebRequestBody
| Constructor and Description |
|---|
NWebRequestBodyImpl(net.thevpc.nuts.net.NWebRequest request) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.io.NInputSource |
body() |
net.thevpc.nuts.net.NWebRequestBody |
body(net.thevpc.nuts.io.NInputSource body) |
String |
contentDisposition() |
String |
contentType() |
net.thevpc.nuts.net.NWebRequestBody |
contentType(String contentType) |
String |
encoding() |
net.thevpc.nuts.net.NWebRequestBody |
encoding(String encoding) |
net.thevpc.nuts.net.NWebRequest |
end() |
String |
fileName() |
net.thevpc.nuts.net.NWebRequestBody |
fileName(String fileName) |
String |
name() |
net.thevpc.nuts.net.NWebRequestBody |
name(String name) |
String |
stringValue() |
net.thevpc.nuts.net.NWebRequestBody |
stringValue(String stringValue) |
public NWebRequestBodyImpl(net.thevpc.nuts.net.NWebRequest request)
public net.thevpc.nuts.io.NInputSource body()
body in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequestBody body(net.thevpc.nuts.io.NInputSource body)
body in interface net.thevpc.nuts.net.NWebRequestBodypublic String contentType()
contentType in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequestBody contentType(String contentType)
contentType in interface net.thevpc.nuts.net.NWebRequestBodypublic String encoding()
encoding in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequestBody encoding(String encoding)
encoding in interface net.thevpc.nuts.net.NWebRequestBodypublic String name()
name in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequestBody name(String name)
name in interface net.thevpc.nuts.net.NWebRequestBodypublic String fileName()
fileName in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequestBody fileName(String fileName)
fileName in interface net.thevpc.nuts.net.NWebRequestBodypublic String stringValue()
stringValue in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequestBody stringValue(String stringValue)
stringValue in interface net.thevpc.nuts.net.NWebRequestBodypublic String contentDisposition()
contentDisposition in interface net.thevpc.nuts.net.NWebRequestBodypublic net.thevpc.nuts.net.NWebRequest end()
end in interface net.thevpc.nuts.net.NWebRequestBodyCopyright © 2026 vpc open source initiative. All rights reserved.