class Feedback extends SslSocket

Constants

SEND_INTERVAL

Minimum interval between sending two messages in microseconds (Internal use)

READ_TIMEOUT

Minimum interval to wait for a response (Internal use)

Methods

__construct(Certificate $certificate)

Construct Feedback

setLogger(LoggerInterface $logger)

Sets a logger instance on the object

from SslSocket
getCertificate()

Get the certificate used with this connection

from SslSocket
array
receive()

Receive the feedback tuples from APNS

Details

at line 15
__construct(Certificate $certificate)

Construct Feedback

Parameters

Certificate $certificate The certificate to use to connect to APNS

in SslSocket at line 48
setLogger(LoggerInterface $logger)

Sets a logger instance on the object

Parameters

LoggerInterface $logger

in SslSocket at line 58
Certificate getCertificate()

Get the certificate used with this connection

Return Value

Certificate

at line 25
array receive()

Receive the feedback tuples from APNS

Return Value

array Array containing FeedbackTuples received from Apple