NSFileHandleConnectionAcceptedNotification
Posted when a file handle object establishes a socket connection between two processes, creates a file handle object for one end of the connection, and makes this object available to observers.
NSFileHandleReadCompletionNotification
Posted when the file handle reads the data currently available in a file or at a communications channel.
NSFileHandleReadToEndOfFileCompletionNotification
Posted when the file handle reads all data in the file or, in a communications channel, until the other process signals the end of data.