Patrick Gostovic wrote: 
> Also, why use reflection to shutdown socket output?

I believe this was the workaround for a Java2 dependancy 
bug. Socket.shutdownOutput() is not available in Java 1.1, 
so is invoked via reflection, and any exceptions ignored.

Sixten

Reply via email to