Save This Page
Home » openjdk-7 » sun » nio » ch » [javadoc | source]
sun.nio.ch
abstract public class: SelectorProviderImpl [javadoc | source]
java.lang.Object
   java.nio.channels.spi.SelectorProvider
      sun.nio.ch.SelectorProviderImpl

Direct Known Subclasses:
    PollSelectorProvider, EPollSelectorProvider, DevPollSelectorProvider, WindowsSelectorProvider

Method from sun.nio.ch.SelectorProviderImpl Summary:
openDatagramChannel,   openDatagramChannel,   openPipe,   openSelector,   openServerSocketChannel,   openSocketChannel
Methods from java.nio.channels.spi.SelectorProvider:
access$000,   access$100,   access$102,   access$200,   inheritedChannel,   openDatagramChannel,   openPipe,   openSelector,   openServerSocketChannel,   openSocketChannel,   provider
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.nio.ch.SelectorProviderImpl Detail:
 public DatagramChannel openDatagramChannel() throws IOException 
 public DatagramChannel openDatagramChannel(ProtocolFamily family) throws IOException 
 public Pipe openPipe() throws IOException 
 abstract public AbstractSelector openSelector() throws IOException
 public ServerSocketChannel openServerSocketChannel() throws IOException 
 public SocketChannel openSocketChannel() throws IOException