public class RSSelectorProvider extends SelectorProvider
| Constructor and Description |
|---|
RSSelectorProvider() |
| Modifier and Type | Method and Description |
|---|---|
DatagramChannel |
openDatagramChannel() |
DatagramChannel |
openDatagramChannel(ProtocolFamily arg0) |
Pipe |
openPipe() |
AbstractSelector |
openSelector() |
ServerSocketChannel |
openServerSocketChannel() |
SocketChannel |
openSocketChannel() |
inheritedChannel, providerpublic DatagramChannel openDatagramChannel() throws IOException
openDatagramChannel in class SelectorProviderIOExceptionpublic DatagramChannel openDatagramChannel(ProtocolFamily arg0) throws IOException
openDatagramChannel in class SelectorProviderIOExceptionpublic Pipe openPipe() throws IOException
openPipe in class SelectorProviderIOExceptionpublic AbstractSelector openSelector() throws IOException
openSelector in class SelectorProviderIOExceptionpublic ServerSocketChannel openServerSocketChannel() throws IOException
openServerSocketChannel in class SelectorProviderIOExceptionpublic SocketChannel openSocketChannel() throws IOException
openSocketChannel in class SelectorProviderIOExceptionCopyright © 2014. All rights reserved.