Method | Arguments | Return | Throws Exception |
new | ( ) | Aw::ConnectionDescriptor | YES |
DESTROY | ( ) | void | NO |
copy | ( ) | Aw::ConnectionDescriptor | YES |
getAccessLabelHint | ( ) | String | NO |
getSSLCertificate | ( ) | @String | YES |
getSSLCertificateDns | ( certificate_file, password ) | @String | YES |
getSSLCertificateFile | ( ) | String | YES |
getSSLDistinguishedName | ( ) | String | YES |
getSSLEncryptionLevel | ( ) | Number | NO |
getSSLRootDns | ( certificate_file, password ) | @String | YES |
getStateShare | ( ) | Boolean | NO |
setAccessLabelHint | ( hint ) | Boolean | NO |
setSSLCertificate | ( certificate_file, password, distinguished_name ) | Boolean | NO |
setStateShare | ( value ) | Boolean | NO |
toString | ( ) | String | NO |
Inherited Methods |
err | ( ) | Boolean | YES |
errmsg | ( ) | String | YES |
error | ( ) | Aw::Error | NO |
hello | ( )
Returns the string "hello". Useful for debugging. | String | NO |
getWarn | ( )
Returns current warn level . | Number | NO |
setWarn | ( level )
Sets new warn level . 0 : No warnings (quiet mode) 1 : Terse (uses awErrorToString) 2 : Verbose (uses awErrorToCompleteString)The Aw extensions must be compiled with AWXS_WARNS defined. | void | NO |
warn | ( [string] )
Warn message is string if passed, otherwise current err is converted to string. | void | YES |