Programmer's Reference


SciSslBlockingDispatcher protocols

Represents a singleton object of that makes the underlying OpenSSL API calls on behalf of the SciSslSocketInterface classes. To access this singleton object use the following class method default:

SciSslBlockingDispatcher default.

All instance methods for SciSslBlockingDispatcher are defined in the SciSslOpenSSLInterface subapplication. These methods wrap the underlying OpenSSL API call and start with the selector #call*. For example, the SciSslSocket>>#sslAccept method calls on #callSSL_acceptWith: to perform the actual operation.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]