Uses of Class
bb.net.HttpParameters

Packages that use HttpParameters
bb.net Provides classes and interfaces for network operations. 
 

Uses of HttpParameters in bb.net
 

Methods in bb.net with parameters of type HttpParameters
static void HttpUtil.sendPostMessage(HttpURLConnection connection, HttpParameters parameters)
          This method: sets the request method of the connection arg to "POST" adds the request property "Content-Type"/"application/x-www-form-urlencoded" writes parameters.toPostParameterString() to connection's OutputStream Note: this method performs no cleanup actions (e.g. closing the OutputStream).