Class jls.net.http.HttpMultiPartBody


Extends jls.net.SelectionHandlerSequence.
This class is a selection handler for multipart HTTP content.
Defined in: HttpMultiPartBody.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
jls.net.http.HttpMultiPartBody(boundary, boundary)
Creates a multipart HTTP content.
Method Summary
Method Attributes Method Name and Description
 
addContent(content)
Adds a content.
 
getContent(content, index)
Gets a content.
Class Detail
jls.net.http.HttpMultiPartBody(boundary, boundary)
Creates a multipart HTTP content.
Parameters:
{String} boundary
The boundary.
boundary
Method Detail
addContent(content)
Adds a content.
Parameters:
{jls.net.SelectionHandler} content
The content to add.

{jls.net.SelectionHandler} getContent(content, index)
Gets a content.
Parameters:
{Number} content
The content index.
index
Returns:
{jls.net.SelectionHandler} The content.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:14 GMT+0100 (CET)