Zend Framework
1.12
|
Public Member Functions | |
setReadResponse ($str) | |
Set the Response. | |
setWriteResponse ($resp) | |
Set the write response. | |
![]() | |
getCertificate () | |
Get Certficiate. | |
setCertificate ($cert) | |
Set Certificate. | |
getCertificatePassphrase () | |
Get Certificate Passphrase. | |
setCertificatePassphrase ($passphrase) | |
Set Certificate Passphrase. | |
connect ($env=self::SERVER_PRODUCTION_URI) | |
Connect to the Push Server. | |
feedback () | |
Feedback. | |
send (Zend_Mobile_Push_Message_Abstract $message) | |
Send Message. | |
close () | |
Close Connection. | |
![]() | |
connect () | |
Connect to the Push Server. | |
send (Zend_Mobile_Push_Message_Abstract $message) | |
Send a Push Message. | |
close () | |
Close the Connection to the Push Server. | |
isConnected () | |
Is Connected. | |
setOptions (array $options) | |
Set Options. | |
Protected Member Functions | |
_connect ($uri) | |
Connect. | |
_read ($length) | |
Return Response. | |
_write ($payload) | |
Write and Return Length. | |
![]() | |
_connect ($uri) | |
Connect to Socket. | |
_read ($length) | |
Read from the Socket Server. | |
_write ($payload) | |
Write to the Socket Server. | |
Protected Attributes | |
$_readResponse | |
$_writeResponse | |
![]() | |
$_serverUriList | |
$_currentEnv | |
$_socket | |
$_certificate | |
$_certificatePassphrase | |
![]() | |
$_isConnected = false | |
Additional Inherited Members | |
![]() | |
const | SERVER_SANDBOX_URI = 0 |
int apple server uri constants | |
const | SERVER_PRODUCTION_URI = 1 |
const | SERVER_FEEDBACK_SANDBOX_URI = 2 |
const | SERVER_FEEDBACK_PRODUCTION_URI = 3 |
|
protected |
Connect.
|
protected |
Return Response.
string | $length |
|
protected |
Write and Return Length.
string | $payload |
setReadResponse | ( | $str | ) |
Set the Response.
string | $str |
setWriteResponse | ( | $resp | ) |
Set the write response.
mixed | $resp |
|
protected |
|
protected |