Now my server reads all the message from client. Now it is a one way communication. I want to send message to client by the server. Now server reads message when the key is READABLE STATE it didnt turn to writable state i just want to know when the key changes to writable.
Share
key.interestOps(SelectionKey.OP_WRITE);