KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > spi > SelectorProvider

java.nio.channels.spi
Class SelectorProvider

java.lang.Object
  extended by java.nio.channels.spi.SelectorProvider
See Also:
Top Examples, Source Code, System.inheritedChannel(), SocketChannel, ServerSocketChannel, Selector, Pipe, DatagramChannel

public Channel inheritedChannel()
                         throws IOException
See Also:
RuntimePermission, SecurityException, DatagramChannel, ServerSocketChannel, SocketChannel
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract DatagramChannel openDatagramChannel()
                                             throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Pipe openPipe()
                       throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract AbstractSelector openSelector()
                                       throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract ServerSocketChannel openServerSocketChannel()
                                                     throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract SocketChannel openSocketChannel()
                                         throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static SelectorProvider provider()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected SelectorProvider()
See Also:
RuntimePermission, SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags