A DESCRIPTION OF THE REQUEST :
Hi,
Socket and ServerSocket have an easy implementation of SSL throw SSLSocket, SSLServerSocket, SSLServerSocketFactory, etc..
Can we have the same for SocketChannel and AsynchronousSocketChannel ?
JUSTIFICATION :
It is almost useless to create a Socket without SSL/TLS encryption on a final project.
The IO part of Java is great, but the NIO part is incomplete.
Why should we add this feature?
For saving a lot of programming time when we want to implement a NIO Socket to our project.
Hi,
Socket and ServerSocket have an easy implementation of SSL throw SSLSocket, SSLServerSocket, SSLServerSocketFactory, etc..
Can we have the same for SocketChannel and AsynchronousSocketChannel ?
JUSTIFICATION :
It is almost useless to create a Socket without SSL/TLS encryption on a final project.
The IO part of Java is great, but the NIO part is incomplete.
Why should we add this feature?
For saving a lot of programming time when we want to implement a NIO Socket to our project.