~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSFileHandle.h

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
   You should have received a copy of the GNU Library General Public
20
20
   License along with this library; if not, write to the Free
21
 
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
21
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
22
22
 
23
23
    AutogsdocSource: NSFileHandle.m
24
24
    AutogsdocSource: NSPipe.m
195
195
/**
196
196
 * Where OpenSSL is available, you can use the subclass returned by +sslClass
197
197
 * to handle SSL connections.
198
 
 *   The -sslAccept method is used to do SSL handlshake and start an
 
198
 *   The -sslAccept method is used to do SSL handshake and start an
199
199
 *   encrypted session on a channel where the connection was initiated
200
200
 *   from the far end.
201
 
 *   The -sslConnect method is used to do SSL handlshake and start an
 
201
 *   The -sslConnect method is used to do SSL handshake and start an
202
202
 *   encrypted session on a channel where the connection was initiated
203
203
 *   from the near end..
204
204
 *   The -sslDisconnect method is used to end the encrypted session.