Dear all,
I need to know what SocketDispatcher is all about. It is said that it allows different platforms to call different native methods for read and write operations.
Can I have more detailed description of this class?
I need this info because I came across a java error in my JVM hotspot error log:
j sun.nio.ch.SocketDispatcher.close0(Ljava/io/FileDescriptor;)V+0
j sun.nio.ch.SocketDispatcher.preClose(Ljava/io/FileDescriptor;)V+1
j sun.nio.ch.SocketChannelImpl.implCloseSelectableChannel()V+24
Thank you for your help!