Better handling of stream events while in a TLS handshake

This commit is contained in:
Wolfgang Lux 2019-10-29 11:18:33 +01:00
parent cc50c639ae
commit d704846c6f
4 changed files with 42 additions and 41 deletions

View file

@ -130,6 +130,11 @@ IVARS
*/
- (void) _sendEvent: (NSStreamEvent)event;
/**
* send an event to delegate
*/
- (void) _sendEvent: (NSStreamEvent)event delegate: (id)delegate;
/**
* setter for IO event reference (file descriptor, file handle etc )
*/