|
| Options | Name | Purpose | |
|---|---|---|---|
| Open () |
|
||
| INT64 Write (IMap) |
/* Writes a Map/Dictionary as form data (since a map has key-value pairs).
@param IMap A map for form fields and their values
@return int64 The number of bytes written */
|
||
| INT64 Write (MultipartEntity) |
|
||
| INT64 Write (Object) |
|
||
| WriteField (Object, Object) |
/* Writes a form 'field' as a part
@param Object The part name (the key)
@param Object The part value */
|
| Options | Name | Purpose | |
|---|---|---|---|
| MultipartFormBodyWriter () |
/* Default constructor */
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Boundary |
|
||
| CHARACTER Encoding |
|
Open () |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Write (IMap)
|
||||||||||||||||
INT64 Write (MultipartEntity)
|
||||||||||||||||
INT64 Write (Object)
|
||||||||||||||||
WriteField (Object, Object)
|
||||||||||||||||
MultipartFormBodyWriter ()
|
||||||
|---|---|---|---|---|---|---|
CHARACTER Boundary
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER Encoding
|
||||||||