NSFileHandleConnectionAccepted
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.
Declaration
static let NSFileHandleConnectionAccepted: NSNotification.NameDiscussion
To cause the posting of this notification, you must send either acceptConnectionInBackgroundAndNotify() or acceptConnectionInBackgroundAndNotify(forModes:) to an NSFileHandle object representing a server stream-type socket.
The notification object is the NSFileHandle object that sent the notification. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
| The |
| An |