[xSocket-develop] Can't define handler when using NonBlockingConnection with SSL?
Status: Inactive
Brought to you by:
grro
|
From: Mohamad A. B. A. <az...@gm...> - 2008-01-07 10:36:00
|
Dear all, I'm trying to create a NonBlockingConnection client with onData() handler and SSL enabled, how do I go about it? There is no such constructor that accept SSLContext and the IDataHandler at the same time. Without SSL, I could just call NonBlockingConnection(host, port, this). Thanks. |