Documentation

NSFileHandle categories documentation

All the public Categories which extend NSFileHandle class.

ETSocketAdditions

NSFileHandle (ETSocketAdditions)

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

AuthorsGenerated by qmathe
Declared inNSFileHandle+Socket.h

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.