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