abstract class SslSocket implements LoggerAwareInterface

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 Connection

setLogger(LoggerInterface $logger)

Sets a logger instance on the object

getCertificate()

Get the certificate used with this connection

Details

at line 33
__construct(Certificate $certificate)

Construct Connection

Parameters

Certificate $certificate The certificate to use when connecting

at line 48
setLogger(LoggerInterface $logger)

Sets a logger instance on the object

Parameters

LoggerInterface $logger

at line 58
Certificate getCertificate()

Get the certificate used with this connection

Return Value

Certificate