HomeSort by relevance Sort by last modified time
    Searched refs:UnixAsynchronousSocketChannelImpl (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
LinuxAsynchronousChannelProvider.java 88 return new UnixAsynchronousSocketChannelImpl(toPort(group));
UnixAsynchronousSocketChannelImpl.java 45 class UnixAsynchronousSocketChannelImpl
99 UnixAsynchronousSocketChannelImpl(Port port)
122 UnixAsynchronousSocketChannelImpl(Port port,
484 AsynchronousChannel ch = UnixAsynchronousSocketChannelImpl.this;
677 Invoker.invokeIndirectly(UnixAsynchronousSocketChannelImpl.this,
UnixAsynchronousServerSocketChannelImpl.java 233 ch = new UnixAsynchronousSocketChannelImpl(port, newfd, remote);

Completed in 143 milliseconds