Searched refs:NativeDispatcher (Results 1 – 14 of 14) sorted by relevance
47 NativeDispatcher nd) in write()77 long position, NativeDispatcher nd) in writeFromNativeBuffer()100 static long write(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in write()107 NativeDispatcher nd) in write()186 NativeDispatcher nd) in read()208 long position, NativeDispatcher nd) in readIntoNativeBuffer()230 static long read(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in read()237 NativeDispatcher nd) in read()
35 abstract class NativeDispatcher class
32 abstract class FileDispatcher extends NativeDispatcher {
38 class SocketDispatcher extends NativeDispatcher
38 class DatagramDispatcher extends NativeDispatcher
40 private static final NativeDispatcher nd = new FileDispatcherImpl();
41 private static final NativeDispatcher nd = new FileDispatcherImpl();
53 private final static NativeDispatcher nd = new SocketDispatcher();
47 private static NativeDispatcher nd;
56 private final static NativeDispatcher nd = new SocketDispatcher();
70 private static NativeDispatcher nd;
827 private static final NativeDispatcher nd = new FileDispatcherImpl();
71 private static NativeDispatcher nd = new DatagramDispatcher();
1476 ojluni/src/main/java/sun/nio/ch/NativeDispatcher.java \