java.lang.Object
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