The protocol that the Titanium.Network.HTTPClient.securityManager must implement.
The object representing Titanium.Network.HTTPClient.securityManager must implement this protocol. Assigning the securityManager property to an object that does not implement this protocol will cause an exception to be raised. All methods in this protocol are required.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
The APSConnectionDelegate for this connection.
This method is only called if willHandleURL returns true. See APSConnectionDelegate for further information.
The NSURL representing the end point of this connection.
Returns an array of objects implementing the X509KeyManager protocol for the SSL Context.
This method is only called if willHandleURL returns true.
Return null to set up a SSL Context with the default system key managers.
The Titanium.Network.HTTPClient representing this connection.
Returns an array of objects implementing the X509TrustManager protocol for the SSL Context.
This method is only called if willHandleURL returns true.
Return null to set up a SSL Context with the default system trust managers.
The Titanium.Network.HTTPClient representing this connection.
Returns if the security manager will participate in authentication of this end point.
The parameter passed to this method is a NSURL on iOS and a Uri on android.
Return true to participate, false to allow default authentication flow.
The Object representing representing the end point of this connection.