Check available space in a socket write buffer Java

359 Views Asked by At

Is a way to check how much space is available in a socket write buffer?

I found that I can check the total size of the buffer with getSendBufferSize() but I couldn't find a way to check how much space is available in the buffer.

0

There are 0 best solutions below