klynxe Lurker Aug 8, 2017 #1 How I can read SSL sockets and no-block my thread? available() always return zero and I don't know count bytes in socket.
How I can read SSL sockets and no-block my thread? available() always return zero and I don't know count bytes in socket.
D Deleted User Guest Aug 8, 2017 #2 You need Java non blocking IO (nio). Some information here: https://stackoverflow.com/questions/4293448/non-blocking-io-for-android
You need Java non blocking IO (nio). Some information here: https://stackoverflow.com/questions/4293448/non-blocking-io-for-android