Documentation

NSFileHandle categories documentation

All the public Categories which extend NSFileHandle class.

SocketAdditions

NSFileHandle (SocketAdditions)

AuthorsGenerated by builder
Declared inNSFileHandle+Socket.h

Overview

Category on NSFileHandle which adds support for creating protocol-agnostic sockets.


Default

+ (NSFileHandle *) fileHandleConnectedToRemoteHost: (NSString *)aHost forService: (NSString *)aService

Returns a new file handle object wrapping a connection-oriented stream socket to the specified host on the named service.