Searched refs:UnixAsynchronousSocketChannelImpl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DBsdAsynchronousChannelProvider.java88 return new UnixAsynchronousSocketChannelImpl(toPort(group));
H A DLinuxAsynchronousChannelProvider.java88 return new UnixAsynchronousSocketChannelImpl(toPort(group));
H A DSolarisAsynchronousChannelProvider.java91 return new UnixAsynchronousSocketChannelImpl(toEventPort(group));
H A DUnixAsynchronousSocketChannelImpl.java42 class UnixAsynchronousSocketChannelImpl class in inherits:AsynchronousSocketChannelImpl,Port.PollableChannel
93 UnixAsynchronousSocketChannelImpl(Port port) method in class:UnixAsynchronousSocketChannelImpl
114 UnixAsynchronousSocketChannelImpl(Port port, method in class:UnixAsynchronousSocketChannelImpl
460 AsynchronousChannel ch = UnixAsynchronousSocketChannelImpl.this;
653 Invoker.invokeIndirectly(UnixAsynchronousSocketChannelImpl.this,
H A DUnixAsynchronousServerSocketChannelImpl.java210 ch = new UnixAsynchronousSocketChannelImpl(port, newfd, remote);
/openjdk7/jdk/make/java/nio/
H A DMakefile68 sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \
105 UnixAsynchronousSocketChannelImpl.c \
119 sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \
201 sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \
239 UnixAsynchronousSocketChannelImpl.c \
254 sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \
278 sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \
312 UnixAsynchronousSocketChannelImpl.c \
328 sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \

Completed in 35 milliseconds