Top Constructors Methods
sun.nio.ch

pack-priv abstract Class UnixDispatcher

extends NativeDispatcher
Class Inheritance
Known Direct Subclasses
sun.nio.ch.DatagramDispatcher, sun.nio.ch.SocketDispatcher
Imports
java.io.FileDescriptor, .IOException

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv void
pack-priv static native void
pack-priv static native void
init()

pack-priv void
pack-priv static native void
Inherited from sun.nio.ch.NativeDispatcher:
dupneedsPositionLockpreadpwritereadreadvwritewritev

Constructor Detail

UnixDispatcherback to summary
pack-priv UnixDispatcher()

Method Detail

closeback to summary
pack-priv void close(FileDescriptor fd) throws IOException

Implements abstract sun.nio.ch.NativeDispatcher.close.

close0back to summary
pack-priv static native void close0(FileDescriptor fd) throws IOException
initback to summary
pack-priv static native void init()
preCloseback to summary
pack-priv void preClose(FileDescriptor fd) throws IOException

Overrides sun.nio.ch.NativeDispatcher.preClose.

preClose0back to summary
pack-priv static native void preClose0(FileDescriptor fd) throws IOException