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