shutdownOutput() for SSLSockets
843811Aug 4 2002 — edited Aug 19 2002 Finally, I've found the right forum...
Hi,
I've been trying to move an application to jdk1.4, but I get this exception:
java.lang.UnsupportedOperationException: The method shutdownOutput() is not supported in SSLSocket
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.shutdownOutput(DashoA6275)
With the jsse jars in jdk1.3, the same method worked just fine, so, where am I wrong?
Or, would I achieve the same effect by simply flushing the SocketOutputStream then closing the socket?
Thanks in advance,
Bogdan