Titanium.Network

Properties

online
Whether or not the system is connected to the internet

Methods

addConnectivityListener ( listener )
Adds a connectivity change listener that fires when the system connects or disconnects from the internet
createHTTPClient ( )
Creates an HTTPClient object
createHTTPCookie ( )
Creates a new HTTPCookie object
createHTTPServer ( )
Creates an HTTPServer object
createIPAddress ( address )
Creates an IPAddress object
createIRCClient ( )
Creates an IRCClient object
createTCPSocket ( host, port )
Creates a TCPSocket object
decodeURIComponent ( value )
Decodes a URI component
encodeURIComponent ( value )
Encodes a URI Component
getHTTPProxy ( )
Return the proxy override, if one is set.
getHTTPSProxy ( )
Return the proxy override, if one is set.
getHostByAddress ( address )
Returns a Host object using an address
getHostByName ( name )
Returns a Host object using a hostname
getProxy ( )
Return the HTTP proxy override, if one is set.
removeConnectivityListener ( id )
Removes a connectivity change listener
setHTTPProxy ( hostname )
Override application proxy autodetection with a proxy URL.
setHTTPSProxy ( hostname )
Override application proxy autodetection with a proxy URL.
setProxy ( hostname )
Override HTTP application proxy autodetection with a proxy URL.

Objects

HTTPClient
Network.HTTPClient Object
HTTPCookie
Network.HTTPCookie Object
HTTPServer
Network.HTTPServer Object
HTTPServerRequest
Network.HTTPServerRequest Object
HTTPServerResponse
Network.HTTPServerResponse Object
Host
Network.Host Object
IPAddress
Network.IPAddress Object
IRCClient
Network.IRCClient Object
TCPSocket
Network.TCPSocket Object
Last Modified on July 7, 2009, 05:07 AM by Jeff Haynie Edit | History